 
 

/* ==============================
   1. Imported styles
   ============================== */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic'); 
@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/fitness-care-icon/style.css);
/*@import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css); */
@import url(../assets/menuzord/css/menuzord.css);
/*@import url(../assets/bootstrap-select/dist/css/bootstrap-select.min.css);*/

/* ==============================
   2. Global styles
   ============================== */
   
   
.row .col-md-3 .col-md-12.dynamic-divider-element {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row .col-md-3 .dynamic-divider-element:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
   
   
.software-page-banner-img-section,
.ferrari-leferrari-page-banner-img-section,
.ferrari-italia-page-banner-img-section,
.masarati-granturismo-banner-img-section,
.lamborghini-page-banner-img-section,
.lamborghini-temerario-page-banner-img-section,
.lamborghini-revuelto-page-banner-img-section {
    background-color: #000000c2;
    background-blend-mode: color;
}

.interior-page-banner-img-section,
.masarati-quattroporte-banner-img-section,
.masarati-grecale-banner-img-section {
    background-color: #000000b5;
    background-blend-mode: color;
}
 

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    perspective: 1000;
}

html {
  scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
	color: #fff;
}

 

 a { 
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover { 
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Baskerville", serif;
	 -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
	 position: relative; 
}


/* === HEADING STYLE #1 === */
.one h2 {
  text-align: center; 
  padding-bottom: 5px;
}
.one h2:before {
  width: 35px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #c5a70d;
}
.one h2:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #c5a70d;
}

input,
textarea {
    outline: none;
}

p {
   font-family: "Poppins", sans-serif;
	font-weight: 400;
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
}

.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: #c5a70d;
    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: 40px;
}

.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: #c5a70d;
    font-size: 25px;  
    position: relative;
    text-transform: capitalize;
    font-weight: 700; 
	line-height: 35px;
}

.section-title h1 span {  
	color: #000;
	line-height: 35px; 
}


.section-title2 {
    padding-bottom: 40px;
}

.section-title2 a {
    color: #a6c311;
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
    font-weight: 600;
}

.section-title2 h1 {
    color: #c5a70d;
    font-size: 25px;  
    position: relative;
    text-transform: capitalize;
    font-weight: 700; 
	line-height: 35px;
}

.section-title2 h1 span {  
	color: #000;
	line-height: 35px; 
}


.section-title2.text-center h1 span {
    padding-left: 30px;
    padding-right: 30px;
}

.section-title2.text-center p {
    text-align: center;
}


.accrodion h4,
.accrodion p {
    margin: 0;
    padding: 0;
}

.accrodion.active .accrodion-title {
    border-bottom: 0 !important;
}

.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 h3,
.accrodion .accrodion-title h4 {
    font-size: 15px;
    font-weight: 500;
    color: #272727;
}

.accrodion .accrodion-title h3:before,
.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 #5e5e5e;
    color: #5e5e5e;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    margin-right: 15px;
    border-radius: 50%;
}

.accrodion.active .accrodion-title h3:before,
.accrodion.active .accrodion-title h4:before {
    content: '\f068 ';
    background: #c5a70d;
    border-color: #c5a70d;
    color: #ffffff;
}

.accrodion .accrodion-content {
    padding-left: 50px;
    padding-bottom: 25px;
}

.accrodion .accrodion-content p:last-child {
    margin-bottom:0px;
}

.accrodion .accrodion-content p:not(:last-child) {
    margin-bottom:10px;
}

.accrodion .accrodion-content p {
    font-size: 13px;
    /*color: #9e9e9e;*/
    color: #3c3b3b;
    line-height: 21px; 
}

.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: #9e9e9e;
    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.html) 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: #202223;
    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-color: #00000042;
    /*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: 10px 0;
}

.header .header-top .top-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20000px;
    height: 100%; 
	 
}

.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: lowercase;
    margin-left: 37px;
    font-weight: 300;
}

.header .header-top .contact-info li span i {
    margin-right: 5px;
    font-size: 18px;
    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: #373737;
    text-align: center;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: 5px;
	transition: 0.4s; 
} 

.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: #c5a70d;
    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 #c5a70d;
    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: #000;
    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: #fff;
    background-color: #c5a70d;
}

.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: 35%;
    left: auto;
}

.menuzord-menu > li > .megamenu.megamenu-width-85-p {
    width: 55%;
    left: auto;
}

.menuzord-menu > li > .megamenu.megamenu-width-95-p {
    width: 80%;
    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: #c5a70d;
        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: 13px; 
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        line-height: 42px;
        padding: 36px 16px;
        transition: all .5s ease;
    }
    .header.header-v4 .menuzord-menu > li:hover > a {
        color: #c5a70d;
    }
    .header .menuzord-menu > li:hover > a {
        color: #c5a70d;
    }
    .header .menuzord-menu > li > a .indicator {
        display: none;
    }
    .header .menuzord-menu ul.dropdown li a {
        font-size: 14px;
        color: #000;
        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 #c5a70d;
        padding: 10px;
    }
    .header .menuzord-menu ul.dropdown li:hover > a {
        background: #c5a70d;
        color: #000;
    }
}

.header .search-box {
    background: #000000;
    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 rgba(0, 0, 0, .1);
    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: #000;
    }
    .stricky-fixed.header.header-v4 .menuzord-menu > li:hover > a {
        color: #a6c311;
    }
    .stricky-fixed.header .menuzord-menu > li > a {
        padding: 17px 16px;
    }
    .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 + .video-slider {
        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: #000000a6;
}
.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: 45px;
    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: #a6c311 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: -120px;
}

.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: -136px;
}

.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: 5em;
}

.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: 270px;
    background: url(../img/subscribe/name-bg.png);
    margin-right: 27px;
    padding: 0 15px;
    color: #ffffff;
}

.subscribe-area .subscribe-form form.subscribe input.email {
    width: 369px;
    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: #c5a70d;
    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: 55px;
}

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

.support-content   h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 8px;
	line-height: 55px;
}

.support-content  p {
    font-size: 14px;
    color: #ffffff; 
    line-height: 24px; 
}


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

.lw-service-section-area {
    background: #fdfdfd none repeat scroll 0 0;
    border-top: 1px solid #f7f7f7;
    padding-bottom: 5em;
    padding-top: 5em;
}

.lw-service-section-area .section-title-2 {
    padding-bottom: 50px;
}

.lw-service-section-area .single-item {
    border: 1px solid #f7f7f7;
    transition: all .3s ease;
    background: #ffffff;
}

.lw-service-section-area .single-item:hover {
    border-color: transparent;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.lw-service-section-area .single-item .img-holder {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}

.lw-service-section-area .single-item .img-holder img {
    width: 100%;
}

.lw-service-section-area .single-item .content { 
}

.lw-service-section-area .single-item .content .top {
    overflow: hidden;
}

.lw-service-section-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;
}

.lw-service-section-area .single-item .content .top .icon-holder i {
    color: #ffffff;
    font-size: 34px;
    line-height: 56px;
    text-align: center;
}

.lw-service-section-area .single-item .content .top .content-heading {
    padding-left: 10px;
}

.lw-service-section-area .single-item .content .top .content-heading h3 {
    color: #272727;
    margin: 25px 0 7px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", system-ui;
}

.lw-service-section-area .single-item .content .top .content-heading h3 span {
    color: #a6c311;
}

.lw-service-section-area .single-item .content .top .content-heading ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lw-service-section-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;
}

.lw-service-section-area .single-item .content .top .content-heading ul li i {
    color: #a6c311;
    font-size: 10px;
    margin-right: 5px;
}

.lw-service-section-area .single-item .content .package-list {
    padding-bottom: 20px;
}

.lw-service-section-area .single-item .content .package-list h4 {
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0 13px;
}

.lw-service-section-area .single-item .content .package-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lw-service-section-area .single-item .content .package-list ul li {
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #9e9e9e;
}

.lw-service-section-area .single-item .content .package-list ul li i {
    color: #c5a70d;
    margin-right: 10px;
}

.lw-service-section-area .single-item .button {
    border: 1px solid #f7f7f7;
    margin: 0;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
    transition: background .3s ease;
}

.lw-service-section-area .single-item .button a {
    background: #c5a70d 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;
}

.lw-service-section-area .single-item .button a:hover {
    background: #272727;
}

.lw-service-section-area .single-item .button a.black {
    background: #272727;
}

.lw-service-section-area .single-item .button a.black:hover {
    background: #c5a70d;
}

.lw-service-section-area .single-item .img-holder.offer {
    position: relative;
}

.lw-service-section-area .single-item .img-holder.offer .offer-text {
    position: relative;
    left: 10px;
    position: absolute;
    top: 10px;
}

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

.lw-service-section-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;
}

.lw-service-section-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: #c5a70d !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;
}

.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.html") 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: 0;
    transform: translate3d(0, -100px, 0);
    visibility: hidden;
}

.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 .single-item .content .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; 
    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: #c5a70d;
}

.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;*/
    color: #3c3b3b;
    line-height: 25px;
    margin: 0;
    font-size: 16px;
}

.single-testimonial-carousel .testimonial-text-box span.name {
    color: #272727;
    font-size: 17px;
    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: #c5a70d;
    font-size: 18px;
}

.testimonial-carousel-2-col-wrapper {
    position: relative;
	background-color: #fffef7;
}

.testimonial-carousel-2-col-wrapper .owl-nav { 
    position: absolute; 
    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: #c5a70d !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: #000;
    padding-bottom: 50px;
}

.perfect-plan-area * {
    position: relative;
}

.perfect-plan-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(40,40,40,1) 53%, rgba(0,0,0,1) 100%);
    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 {
     
    font-size: 30px;
    text-transform: capitalize;
    color: #c5a70d;
    line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2em;
}

.perfect-plan-right h3 {  
    font-size: 18px;
    text-transform: capitalize;
    color: #D8D8D8;
    line-height: 45px;
	font-weight: 500;
	text-align: left; 
}

.perfect-plan-right span {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px; 
}

.perfect-plan-right ul {
    margin: 0;
    padding: 0;
    margin: 5px 0 0px;
    overflow: hidden;
}

.perfect-plan-right ul li {
    list-style: none;
    color: #9e9e9e;
    float: left; 
    font-size: 16px;
    font-style: italic;
    line-height: 40px; 
}

.luxury-car-brand	{
	border: solid #424242;
	border-width: 1px;
	padding: 1em 2em;
	min-height: 380px;
	border-radius: 10px;
}

.luxury-car-brand h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	background-color: #c5a70d;
	padding: 0.5em;border-radius: 5px;
}

 

.luxury-car-brand p {
	font-size: 14px;
	/*color: #7f7f7f;*/
	color: #dbdbdb;
}

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

.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.html") 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 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 20px;
	text-transform: capitalize;
}

.join-now-area .join-now p {
    color: #ECECEC;  
	text-align: center;
	margin-top: 1em;
font-weight: 300;
}

.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;
    margin-bottom: 16px;
    transition: all .3s ease;
}

.single-fitness-service-round-icon .icon-box i {
    color: #F7E06A;
    font-size: 44px;
    line-height: 97px;
}

.single-fitness-service-round-icon .icon-box:hover {
    background: #F7E06A;
    border-color: #F7E06A;
}

.single-fitness-service-round-icon .icon-box:hover i {
    color: #fff;
}

.single-fitness-service-round-icon h3 {
    margin: 0;
    font-size: 19px;
    color: #323232;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 7px;
}

.single-fitness-service-round-icon p {
    font-size: 14px;
    /*color: #9e9e9e;*/
    color: #3c3b3b;
    line-height: 24px; 
    margin: 0;
	padding-bottom: 2em;
	text-align: center;
}

.single-fitness-service-round-icon p span {
    background: #E3E0E0;
	padding: 0.5em;
	color: #000;
	font-weight: 400; 
	border-radius: 5px;
	font-size: 14px;
}

.fitness-service-round-icon.square-box {
    padding-top: 0;
}

.fitness-service-round-icon.square-box .section-title {
    padding-bottom: 0;
    margin-top: 60px;
}

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

.single-fitness-service-round-icon.square-box:hover .icon-box {
    background: #F7E06A;
    border-color: #F7E06A;
}

.single-fitness-service-round-icon.square-box:hover .icon-box i {
    color: #ffffff;
}

.single-fitness-service-round-icon.square-box:hover a {
    background: #c5a70d;
    border-color: #c5a70d;
    color: #ffffff;
}

.white-spacer	{
	width: 100%;
	height: 50px;
}

/* =========================================
   20. fitness video Gallery styles
   ========================================= */

.fitness-video-area {
    padding-right: 70px;   
    background:url("../img/resources/texture/car-pattern.jpg");
	border: solid;
	border-width: 1px 0 0 0;
	border-color: #EBE9E9;
}

.fitness-video-area .video-box {
    padding-right: 70px;   
    background-color: #333333;
}

.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: #c5a70d;
    border-color: #c5a70d;
}

.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: #c5a70d;
    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: 56px 40px;
}

.bmi-tab-box .bmi-tab-content .content-box#male {
    background: #ffffff url(../img/resources/bmi-bg-m.html) bottom right no-repeat;
}

.bmi-tab-box .bmi-tab-content .content-box#female {
    background: #ffffff url(../img/resources/bmi-bg-f.html) 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%;
}

.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: #141516 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;
	text-align: justify;
}

.single-footer-widget h3.title {
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-top: 15px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    margin: 0 0 30px;
}

.single-footer-widget h3.title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 60px;
    content: "";
    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 #1c1c1c;
    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: #c5a70d;
}

.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: #c5a70d;
}

.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: #c5a70d;
}

.single-footer-widget ul.contact li .text {
    overflow: hidden;
}

.footer-bottom-area {
    background: #c5a70d;
	padding: 1em 0;
}

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

.footer-bottom-area .footer-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    bottom: 0;
    right: 40%; 
}

.footer-bottom-area .footer-bottom .copy-right p {
    color: #f7f7f7;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 27px;
    margin: 0;
    padding: 13px 0 14px 0px;
    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: #af940c 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: #F3F3F3;
    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: #4A4A4A;
    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: 600;
    color: #000000;
    /*color: #c5a70d;*/
}


/* ==============================
   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 h3,
.faq-page .accrodion .accrodion-title h4 {
    font-size: 16px;
	text-align: left;
	line-height: 28px;
	font-weight: 700;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.faq-page .accrodion .accrodion-title h3 span,
.faq-page .accrodion .accrodion-title h4 span{
    padding: 7px 0;
    display: inline-block;
    vertical-align: top;
}

.faq-page .accrodion .accrodion-title h3:before,
.faq-page .accrodion .accrodion-title h4:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.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: #EBEBEB;
    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: 20px;
    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: 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: 16px;
    padding-bottom: 16px;
}

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

.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 ;
    /*color: #9e9e9e;*/
    color:#2b2b2b;
    display: block; 
    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: #c5a70d;
    display: inline-block;
    padding-right: 10px;
}

.single-blog-post .content .meta li a:hover {
    background: #c5a70d;
    color: #ffffff;
}

.single-blog-post .content .meta li a:hover i {
    color: #ffffff;
}

.single-blog-post .content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #323232;
    line-height: 26px;
    margin: 0 0 5px;
    transition: all .3s ease;
}

.single-blog-post .content h3:hover {
    color: #c5a70d;
}

.single-blog-post .content p {
    margin: 0 0 23px;
    font-size: 12.7px;
    /*color: #9e9e9e;*/
    color: #3c3b3b;
    line-height: 19px;
}

.single-blog-post .content a.read-more {
    background: #f7f7f7  ;
    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: #c5a70d;
    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: #ffffff 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: #c5a70d;
    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 ;
    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: #c5a70d;
    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 h3,
.accrodion .accrodion-title h4 {
    position: relative;
    padding-left: 50px;
}

.accrodion .accrodion-title h3:before,
.accrodion .accrodion-title h4:before {
    position: absolute;
    top:-6px;
    left:0;
    margin: 0;
}

.faq-page .accrodion .accrodion-title h3,
.faq-page .accrodion .accrodion-title h4 {
    padding-left: 50px;
    
}

.faq-page .accrodion .accrodion-title h3:before,
.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 {}
.fitness-service-round-icon {padding-bottom: 50px;}
.single-workout-package-page p b {background-color: transparent !important;}

/*
Video Slider
========================*/

.video-slider {
  width: 100%;
  height: 100vh;
  position: relative;
	background-color: #000;
	 filter:opacity(99%); 
}

.video-slider  video {
  width: 100%;
  height: 100vh;
	
} 

@media screen and (max-width: 767px) {
	
	.video-slider {
  width: 100%;
  height: 400px;
  position: relative;
	background-color: #000;
	 filter:opacity(99%); 
}
	
  /* Fix for video size */
  .video-slider video {
    width: 100%;
    height: 400px; /* Adjust based on your layout */
    object-fit: cover;
  }
	
	

  
}


.home {
    height: 100vh;
    position: relative; 
	background-color: #000;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	 filter:opacity(70%); 
	
}
.home-content {
    position: relative;
    padding-top: 250px;
    color: #fff;
    text-align: center;
	padding-bottom: 0em;
}
.home-content  h1 { 
    font-size: 50px;
    line-height: 65px;
	text-align: center; 
	color: #fff; 
	font-weight: 800; 
	text-transform: capitalize;
	font-family: "Libre Baskerville", serif;
}

.home-content  p {
    font-size: 17px;
    margin-top: 10px;
	text-align: center;  
	color: #c5a70d;
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Poppins", system-ui;
}

.bentley-home-content {
    position: relative; 
	padding-top: 50px;
    color: #fff;
    text-align: center;
	padding-bottom: 0em;
}
.bentley-home-content  h1 { 
    font-size: 50px;
    line-height: 65px;
	text-align: left; 
	color: #fff; 
	font-weight: 800; 
	text-transform: capitalize;
	font-family: "Libre Baskerville", serif;
}

.bentley-home-content  p {
    font-size: 17px;
    margin-top: 10px;
	text-align: left;  
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "Poppins", system-ui;
}

.benz-home-content {
    position: relative; 
	padding-top: 50px;
    color: #fff;
    text-align: center;
	padding-bottom: 0em;
}

.benz-home-content  h1 { 
    font-size: 35px;
    line-height: 45px;
	text-align: left; 
	color: #fff; 
	font-weight: 800; 
	text-transform: capitalize;
	font-family: "Libre Baskerville", serif;
}

.benz-home-content  p {
    font-size: 13px;
    margin-top: 10px;
	text-align: left;  
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	font-family: "Poppins", system-ui;
}

.tesla-home-content  h1 { 
    font-size: 28px;
    line-height: 38px;
	text-align: left; 
	color: #fff; 
	font-weight: 800; 
	text-transform: capitalize;
	font-family: "Libre Baskerville", serif;
}

.tesla-home-content  p {
    font-size: 13px;
    margin-top: 10px;
	text-align: left;  
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	font-family: "Poppins", system-ui;
	line-height: 20px;
}

 

.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 2px solid #676666;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
	background-color: #000; 
	filter:opacity(65%); 
	transition: 0.4s;
	font-weight: 600;
}

.home-content button:hover {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 2px solid #676666;
    border-radius: 5px; 
    color: #000;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
	background-color: #fff; 
	filter:opacity(65%); 
	padding:1em 2em;
}

@media only screen and (max-width: 767px) {
	video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	 filter:opacity(70%); 
	
}
    .home-content h1 {
        font-size: 30px;
        line-height: 35px;
        text-align: left;
        color: #fff;
        font-weight: 500; 
        text-transform: capitalize;
    }
	.home-content  p {
    font-size: 18px;
    margin-top: 10px;
	text-align: left;  
	color: #c5a70d;
	font-weight: 300;
	text-transform: capitalize; 
}
	.home-content {
    position: relative;
    padding-top: 80px;
    color: #fff;
    text-align: center; 
}
	
.bentley-home-content {
    position: relative; 
	padding-top: 100px;
    color: #fff;
    text-align: center;
	padding-bottom: 0em;
}
.bentley-home-content  h1 { 
    font-size: 35px;
    line-height: 50px;
	text-align: left; 
	color: #fff; 
	font-weight: 800; 
	text-transform: capitalize;
	font-family: "Libre Baskerville", serif;
}

.bentley-home-content  p {
    font-size: 17px;
    margin-top: 10px;
	text-align: left;  
	color: #c5a70d;
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Poppins", system-ui;
}	

}


.blog-section	{
	
}
.blog-section h2{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	text-transform: capitalize;
	line-height: 35px;
	color: #000;
}

.blog-section h2 span{ 
 
	
}


@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 300px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  
}

.logos:after {
  right: 0;
  
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}
.brand-section	{
	padding-bottom: 2em;
	
	border: solid #e8e8e8;
	border-width: 0 0 1px 0;
	
}
.brand-section	h2{
	text-align: center;
	padding-top: 2em;
	font-weight: 800;
}


/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    left: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s; 
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 70px;
    background-color: #c5a70d;
}

.btn-floating.phone:hover {
    background-color: #957F0D;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 13px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}


 body::-webkit-scrollbar {
  width: 1rem;
}
body::-webkit-scrollbar-track {
  background: #1e1e24;
}
body::-webkit-scrollbar-thumb {
  background:  #c5a70d;
}

.soon-banner-section-img	{
	width:100%;
	height: 450px;
	background-image: url("../img/about/soon-page-banner.jpg");
	background-position:center;
	padding-top: 220px;
}


.soon-banner-section-img h1	{
	font-size: 45px;
	color: #fff;  
	text-align: center;
}

.soon-banner-section-img p	{
	font-size: 16px;
	color: #fff;  
	text-align: center;
}

.soon-banner-section-area	{
	background-color: #fff;
	padding: 5em 0;
}

.about-banner-section-img	{
	width:100%;
	height: 450px;
	background-image: url("../img/about/about-page-banner.jpg");
	background-position:center;
	padding-top: 220px;
}

.about-banner-section-img h1	{
	font-size: 45px;
	color: #fff;  
	text-align: center;
}

.about-banner-section-img p	{
	font-size: 16px;
	color: #fff;  
	text-align: center;
}

.about-company-area	{
	background-color: #fff;
	padding: 5em 0 0 0;
	margin-bottom: 5em;
}

.about-company-area  h2 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 8px;
	line-height: 35px;
}

.about-company-area  h2 span{
    color: #c5a70d;
    font-size: 25px;
    font-weight: 700; 
	line-height: 35px;
}

.about-company-area  p {
    font-size: 14px;
    color: #333; 
    line-height: 24px; 
}

.vision-mision-area	{
	padding: 5em 0;
	border: solid #F5F5F5;
	border-width: 0 0 0 1px;
}

.what-we-offer	{ 
	background-color: #c5a70d;
	padding:  1em;
	margin: 0.5em 0;
	min-height: 300px;
}

.approch	{ 
	background-color: #000;
	padding:  1em;
	margin: 0.5em 0;
	min-height: 300px;
}

.vision	{ 
	background-color: #c5a70d;
	padding:  1em;
	margin: 0.5em 0;
	min-height: 300px;
}

.vision-mision-area h2	{
	color: #fff;
    font-size: 25px;
    font-weight: 700; 
	line-height: 55px;
}

.vision-mision-area p	{
	font-size: 14px;
    color: #fff; 
    line-height: 24px; 
}


.whylw-banner-section-img	{
	width:100%;
	height: 450px;
	background-image: url("../img/whychoose/services-banner-img.jpg");
	padding-top: 220px;
}

.whylw-banner-section-img h1	{
	font-size: 45px;
	color: #fff;  
	text-align: center;
}

.whylw-banner-section-img p	{
	font-size: 16px;
	color: #fff;  
	text-align: center;
}

.blog-banner-section-img	{
	width:100%;
	height: 100%;
	background-image: url("../img/blog-post/blog-banner.jpg");
	padding-top: 200px;
	padding-bottom: 5em;
}

.blog-banner-section-img h1	{
	font-size: 50px;
	color: #fff;  
	text-align: left;
	font-weight: bold;
	line-height: 65px;
}

.blog-banner-section-img p	{
	font-size: 16px;
	color: #fff;  
	text-align: center;
}

.blog2-banner-section-img	{
	width:100%;
	height: 100%;
	background-image: url("../img/blog-post/blog-banner2.jpg");
	padding-top: 200px;
	padding-bottom: 5em;
}

.blog2-banner-section-img h1	{
	font-size: 50px;
	color: #fff;  
	text-align: left;
	font-weight: bold;
	line-height: 65px;
}

.blog3-banner-section-img	{
	width:100%;
	height: 100%;
	background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(57,57,57,1) 41%, rgba(0,0,0,1) 100%);
	padding-top: 200px;
	padding-bottom: 5em;
}

.blog3-banner-section-img h1	{
	font-size: 50px;
	color: #fff;  
	text-align: left;
	font-weight: bold;
	line-height: 65px;
}

.dummy-page-section-img	{
	width:100%;
	height: 450px;
	background-image: url("../img/about/banner-img.html");
	padding-top: 220px;
}


.service-name  h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 25px;
    margin: 0.5em 0;
	text-align: center;
    transition: all .3s ease;
}

.service-name-section	{
	padding: 2em 0;
}


.bentley-welcome-area {
    padding: 5em 0 0 0;
}

.bentley-welcome-section	{
	
}

.bentley-welcome-section h2	{
	font-size: 30px;
	color: #000;
	font-weight: 700;
}

.bentley-welcome-section h3	{
	font-size: 17px;
	line-height: 25px;
	color: #000;
	font-weight: 700;
}

.mercedes-service-section	{
	background-color: #f8f8f8; 
	padding: 1em 1em;
	margin: 1em 0;
	border: solid #e4bb10 1px;
	border-radius: 5px;
	min-height: 200px;
}


.faq-bentley-section	{
	
}

.faq-bentley-section h2	{
	font-size: 25px;
	color: #000;
	font-weight: 700;
	line-height: 38px;
}

.faq-bentley-section h3	{
	font-size: 13px;
	color: #000;
	font-weight: 700;
	line-height: 33px;
	text-align: left;
}

.faq-bentley-section p	{
	font-size: 14px;
	color: #000; 
	line-height: 22px;
}

.contact-form-section	{
	background-color: #ffffffcc;
	min-height:350px;
	border-radius: 5px;
	padding: 2em 1em;
}

.contact-form-style	{
	background-color: #fff;
	border: solid 1px #c5a70d; 
	min-height: 35px;
	width: 100%;
	margin: 0.5em 0;
	border-radius: 5px;
	padding: 0 0.5em;
	color: #000;
}

.contact-form-text	{ 
	font-weight: 400;
	font-size:15px; 
	margin: 0;
}

.contact-form-button	{
	background-color: #c5a70d;
	border: solid 1px #c5a70d; 
	min-height: 35px;
	width: 100%;
	margin: 0.5em 0;
	border-radius: 5px;
}

.servicespage-banner-section-img	{
	width:100%;
	height: 100%;
	background-image: url("../img/about/soon-page-banner.jpg");
	background-position:center;
	padding-top: 220px;
	padding-bottom: 3em;
}



.servicespage-banner-section-img h1	{
	font-size: 38px;
	color: #fff;    
}

.servicespage-banner-section-img p	{
	font-size: 14px;
	color: #fff;  
	line-height: 22px;
}

.services-page-header-section	{
	height: 180px;
	background-color: #000;
}


 
.car-model-banner-img-section	{
	background-image: url("../img/car-model/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}
.services-page-banner-img-section	{
	background-image: url("../img/home-service/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.minor-page-banner-img-section	{
	background-image: url("../img/minor-service/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.major-page-banner-img-section	{
	background-image: url("../img/major-service/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.engine-page-banner-img-section	{
	background-image: url("../img/engine-service/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.transmission-page-banner-img-section	{
	background-image: url("../img/transmission/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ac-page-banner-img-section	{
	background-image: url("../img/ac-service/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.suspension-page-banner-img-section	{
	background-image: url("../img/suspension/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.brake-page-banner-img-section	{
	background-image: url("../img/brake/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.steering-page-banner-img-section	{
	background-image: url("../img/steering/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.battery-page-banner-img-section	{
	background-image: url("../img/battery/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.coolant-page-banner-img-section	{
	background-image: url("../img/coolant/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.electrical-page-banner-img-section	{
	background-image: url("../img/electrical/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ppi-page-banner-img-section	{
	background-image: url("../img/ppi/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.software-page-banner-img-section	{
	background-image: url("../img/software/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.painting-page-banner-img-section	{
	background-image: url("../img/painting/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.polish-page-banner-img-section	{
	background-image: url("../img/polish/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ceramic-page-banner-img-section	{
	background-image: url("../img/ceramic/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.upholstery-page-banner-img-section	{
	background-image: url("../img/upholstery/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.interior-page-banner-img-section	{
	background-image: url("../img/interior/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.star-light-page-banner-img-section	{
	background-image: url("../img/starlight/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ppf-page-banner-img-section	{
	background-image: url("../img/ppf/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.body-kit-page-banner-img-section	{
	background-image: url("../img/body-kit/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.interior-page-banner-img-section	{
	background-image: url("../img/interior/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}


.rollsroyce-page-banner-img-section	{
	background-image: url("../img/rolls-royce/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.lamborghini-page-banner-img-section	{
	background-image: url("../img/lamborghini/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
} 

.lamborghini-urus-page-banner-img-section	{
	background-image:url("../img/lamborghini/urus/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.lamborghini-temerario-page-banner-img-section	{
	background-image:url("../img/lamborghini/temerario/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.lamborghini-revuelto-page-banner-img-section	{
	background-image:url("../img/lamborghini/revuelto/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.lamborghini-huracan-page-banner-img-section	{
	background-image: url("../img/lamborghini/huracan/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bentley-continental-page-banner-img-section	{
	background-image:url("../img/bentley/continental/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bentley-continental-gtc-page-banner-img-section	{
	background-image:url("../img/bentley/continental-gtc/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bentley-mulsanne-page-banner-img-section	{
	background-image:url("../img/bentley/mulsanne/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bentley-flying-spur-page-banner-img-section	{
	background-image:url("../img/bentley/flying-super/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bentley-bentayga-page-banner-img-section	{
	background-image:url("../img/bentley/bentayga/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bentley-bentayga-ewb-page-banner-img-section	{
	background-image:url("../img/bentley/bentayga-ewb/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.rollsroyce-cullinan-page-banner-img-section	{
	background-image:url("../img/rolls-royce/cullinan/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.rollsroyce-phantom-page-banner-img-section	{
	background-image:url("../img/rolls-royce/phantom/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.rollsroyce-ghost-page-banner-img-section	{
	background-image:url("../img/rolls-royce/ghost/services-banner-img.jpg");
	padding: 3em 0;
}

 .rollsroyce-spectre-page-banner-img-section	{
	background-image:url("../img/rolls-royce/spectre/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

 .rollsroyce-wraith-page-banner-img-section	{
	background-image:url("../img/rolls-royce/wraith/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

 .rollsroyce-dawn-page-banner-img-section	{
	background-image:url("../img/rolls-royce/dawn/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}


.audi-page-banner-img-section	{
	background-image: url("../img/audi/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.audi-q5-page-banner-img-section	{
	background-image: url("../img/audi/q5/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bmw-page-banner-img-section {
	background-image: url("../img/bmw/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}


.porsche-page-banner-img-section	{
	background-image: url("../img/porsche/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.porsche-other-page-banner-img-section	{
	background-image: url("../img/porsche/718/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bmw-other-page-banner-img-section	{
	background-image: url("../img/bmw/x1/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.volkswagen-page-banner-img-section	{
	background-image: url("../img/volkswagen/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.landrover-page-banner-img-section	{
	background-image: url("../img/landrover/services-banner-img.jpg");
	padding: 3em 0;
}

.mercedes-page-banner-img-section	{
	background-image: url("../img/mercedes/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.mercedes-other-page-banner-img-section	{
	background-image: url("../img/mercedes/e-class/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.maybach-page-banner-img-section	{
	background-image: url("../img/maybach/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.maybach-car-brand-banner-img-section	{
	background-image: url("../img/maybach/s580/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}


.minicooper-page-banner-img-section	{
	background-image: url("../img/minicooper/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.jaguar-page-banner-img-section	{
	background-image: url("../img/jaguar/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.volvo-page-banner-img-section	{
	background-image: url("../img/volvo/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-page-banner-img-section	{
	background-image: url("../img/maserati/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-grecale-banner-img-section	{
	background-image: url("../img/maserati/grecale/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-ghibli-banner-img-section	{
	background-image: url("../img/maserati/ghibli/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-levante-banner-img-section	{
	background-image: url("../img/maserati/levante/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-quattroporte-banner-img-section	{
	background-image: url("../img/maserati/quattroporte/services-banner-img-.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-granturismo-banner-img-section	{
	background-image: url("../img/maserati/granturismo/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-grancabrio-banner-img-section	{
	background-image: url("../img/maserati/grancabrio/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-mc20-banner-img-section	{
	background-image: url("../img/maserati/mc20/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-mc20-cielo-banner-img-section	{
	background-image: url("../img/maserati/mc20-cielo/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.masarati-gt2-stradale-banner-img-section	{
	background-image: url("../img/maserati/gt2stradale/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}
 
.astonmartin-page-banner-img-section	{
	background-image: url("../img/astonmartin/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}


.mclaren-page-banner-img-section	{
	background-image: url("../img/mclaren/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.mclaren-model-page-banner-img-section	{
	background-image: url("../img/mclaren/gt/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-page-banner-img-section	{
	background-image: url("../img/ferrari/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
} 

.ferrari-sf90-stradale-page-banner-img-section	{
	background-image: url("../img/ferrari/sf90-stradale/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-sf90-spider-page-banner-img-section	{
	background-image: url("../img/ferrari/sf90-spider/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-296gtb-page-banner-img-section	{
	background-image: url("../img/ferrari/296-gtb/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-296gts-page-banner-img-section	{
	background-image: url("../img/ferrari/296-gts/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-12cilindri-page-banner-img-section	{
	background-image: url("../img/ferrari/12cilindri/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-purosangue-page-banner-img-section	{
	background-image: url("../img/ferrari/purosangue/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-roma-page-banner-img-section	{
	background-image: url("../img/ferrari/roma/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-spider-page-banner-img-section	{
	background-image: url("../img/ferrari/spider/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-italia-page-banner-img-section	{
	background-image: url("../img/ferrari/italia/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ferrari-leferrari-page-banner-img-section	{
	background-image: url("../img/ferrari/leferrari/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.jeep-page-banner-img-section	{
	background-image: url("../img/jeep/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.chevrolet-page-banner-img-section	{
	background-image: url("../img/chevrolet/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.ford-page-banner-img-section	{
	background-image: url("../img/ford/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.bugatti-page-banner-img-section	{
	background-image: url("../img/bugatti/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.corvette-page-banner-img-section	{
	background-image: url("../img/corvette/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.mustang-page-banner-img-section	{
	background-image: url("../img/mustang/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.dodge-page-banner-img-section	{
	background-image: url("../img/dodge/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.toyota-page-banner-img-section	{
	background-image: url("../img/toyota/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.nissan-page-banner-img-section	{
	background-image: url("../img/nissan/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.luxus-page-banner-img-section	{
	background-image: url("../img/luxus/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.hummer-page-banner-img-section	{
	background-image: url("../img/hummer/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.gmc-page-banner-img-section	{
	background-image: url("../img/gmc/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.cadillac-page-banner-img-section	{
	background-image: url("../img/cadillac/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.lincoln-page-banner-img-section	{
	background-image: url("../img/lincoln/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.tesla-page-banner-img-section	{
	background-image: url("../img/tesla/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.hyundai-page-banner-img-section	{
	background-image: url("../img/hyundai/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.kia-page-banner-img-section	{
	background-image: url("../img/kia/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.mg-page-banner-img-section	{
	background-image: url("../img/mg/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.jetour-page-banner-img-section	{
	background-image: url("../img/jetour/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.mazda-page-banner-img-section	{
	background-image: url("../img/mazda/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.subaru-page-banner-img-section	{
	background-image: url("../img/subaru/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.infiniti-page-banner-img-section	{
	background-image: url("../img/infiniti/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.opel-page-banner-img-section	{
	background-image: url("../img/opel/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.peugeot-page-banner-img-section	{
	background-image: url("../img/peugeot/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.fiat-page-banner-img-section	{
	background-image: url("../img/fiat/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.renault-page-banner-img-section	{
	background-image: url("../img/renault/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.alfaromeo-page-banner-img-section	{
	background-image: url("../img/alfaromeo/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.lotus-page-banner-img-section	{
	background-image: url("../img/lotus/services-banner-img.html");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}

.privacy-policy-page-banner-img-section	{
	background-image: url("../img/privacy-policy/services-banner-img.jpg");
	aspect-ratio: 1700 / 750; 
	padding: 3em 0;  
	background-size: cover;
	background-position: center;
}


.services-page-banner-section	{
	min-height: 500px; 
	
}

.services-page-banner-section h1	{
	font-size: 40px;
	color: #fff;  
	text-align: left;
	font-weight: 800;
}

.services-page-banner-section p	{
	font-size: 16px;
	color: #fff;  
	text-align: left;
}

.service-page-srv-area	{
	padding: 3em 0 2em 0; 
	background-color: #fffefa;
	border: solid #c5a70d;
	border-width: 1px 0 0 0;
	margin-top: 4em;
}

.service-page-srv-area h2 	{
	font-size: 30px;
	color: #333;  
	text-align: center;
	font-weight: 800;
	margin-bottom: 3em;
	line-height: 42px;
	
}

.service-page-srv-area h4	{
	font-size: 18px;
	color: #333;  
	text-align: left;
	font-weight: 700;
	line-height: 25px;
}

.serv-sub-sec	{
	padding: 0em 0 5em 0;
}

.service-page-srv-area h3	{
	font-size: 20px;
	color: #333;  
	text-align: left;
	font-weight: 800; 
}

.service-page-price	{
	font-size: 18px;
	color: #fff;  
	text-align: center;
	font-weight: 500;
	border: solid #E7E7E7 1px;
	padding: 0.4em;
	width: 100%;
	background: #c5a70d; 
	border-radius: 5px;
	margin: 0.5em 0;
}

.service-page-call{
	font-size: 14px;
	color: #fff;  
	text-align: center;
	font-weight: 400; 
	padding: 0.5em;
	width: 100%;
	background: #000;  
	border-radius: 5px;
	transition: 0.4s;
	margin: 0.6em 0;
}

.service-page-call:hover {
	font-size: 14px;
	color: #fff;  
	text-align: center;
	font-weight: 400; 
	padding: 0.5em;
	width: 100%;
	background: #c4b721;  
	border-radius: 5px;
	letter-spacing: 2px;
}


.service-page-srv-area p	{
	font-size: 13px;
	color: #333;  
	text-align: justify;
	line-height: 20px;
}

.service-item-section	{
	padding: 1em 0; 
	border:2px #fff6ca;
  border-top-style: solid; 
	border-radius: 10px;
	min-height: 250px;
}

.social-icons{   
	padding: 0.5em 0;
}
.social-icons a{
	color:#fff;
  line-height:22px;
  font-size:18px;
  margin: 0 5px;
  text-decoration:none;
  
}
.social-icons a i{
	line-height:22px;
  font-size:18px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover i{
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}


 
.float{
	position:fixed;
	width:50px;
	height:30px;
	bottom:250px;
	right:0px;
	background-color:#e1bf13;
	color:#fff;
	border-radius:5px 0 0 5px;
	text-align:center; 
	z-index: 9999;
	padding: 0.1em 0;
	font-weight: bold;
    display: none;
}

.my-float{
	margin-top:22px;
}
   /*AD Popup*/
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 999999999;

 
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 4em auto;
  background: #ffffff;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
	 
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid black;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}

.popup-section	{
	background-color: #e1bf13;
	padding: 2em;border-radius: 10px;
	
}

.popup-section h2 	{
	font-size: 30px;
	color: #fff;  
	text-align: center;
	font-weight: 800; 
	line-height: 43px;
	text-transform: capitalize;
	
}

.popup-section h3	{
	font-size: 15px;
	color: #fff;  
	text-align: left;
	font-weight: 700;
}

.popup-section p	{
	font-size: 12px;
	font-weight: 400;
	color: #fff;  
	text-align: center;
	line-height: 20px;
	text-transform: capitalize;
}

.popup-button-name	{
	background-color: #000;
	padding: .3em 0;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	border: solid #ffdd4e 2px;
	font-weight: 500;
	transition: 0.4s;
	text-align: center;
}

.popup-button-name:hover	{
	background-color: #353535;
	border: solid #ffdd4e 2px; 
	color: #ffdd4e;  
}
 

.popup-button-whatsapp	{
	background-color: #25D366;
	padding: .3em 0;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	border: solid #ffdd4e 2px;
	font-weight: 500;
	transition: 0.4s;
	text-align: center;
}

.popup-button-whatsapp:hover	{
	background-color: 	#20B759;
	border: solid #ffdd4e 2px; 
	color: #ffdd4e;  
}
 

.bts-popup-container	{
	background-color: 	#e1bf13;
	padding: 2em;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	border: solid #ffdd4e 2px;
	font-weight: 500;
	transition: 0.4s;
}

 
.brand-icon-box	{
	width: 100px;
	height: 100px;
	border: solid 1px #333;
	padding: 1em 0; 
	 vertical-align: middle;
	border-radius: 50px;
	margin: 0 5em;
}

.brand-icon-box img	{
	width: 100%;  
}

.pt_70	{
	padding-top: 70px;
}

.fs_17	{
	font-size: 15px;
}


/*First Basic styling for CAPTCHA modal */
    .modal {
      display: none; /* Hidden by default */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      align-items: center;
      justify-content: center;
		z-index: 999999;
    }

    .modal-content {
      background-color: white;
      padding: 20px;
      border-radius: 5px;
      text-align: center;
      width: 300px;
    }

    .captcha-image {
      font-size: 24px;
      letter-spacing: 2px;
      margin-bottom: 15px;
    }

    input[type="text"] {
      width: 100%;
      padding: 8px;
      margin: 10px 0;
    }

    button {
      padding: 8px 16px;
      font-size: 16px;
      cursor: pointer;
    }

.padding-div	{
	margin: 2em 0 0 0; 
}

.padding-div2	{
	margin: 2em 0;
}

.car-model-spe-brand-page-section	{
	margin: 2em 0; 
	background-color: #F7F6F6;
	padding: 3em 0;
}

.blog-section-sub	{
	 
}

.blog-section-sub h2	{
	 font-size: 35px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
}

.blog-section-sub p	{
	 font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
}

.blog-process	{
	border: solid #424242;
	border-width: 1px;
	padding: 1em 2em;
	min-height: 100%;
	border-radius: 10px;
	margin: 1em 0;
}

.blog-process h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	background-color: #c5a70d;
	padding: 0.5em;border-radius: 5px;
}

.blog-section-2-bg	{
	background-color: #F1F1F1; 
	padding-bottom: 5em;
		
}
 

.blog-process p {
	font-size: 14px;
	color: #7f7f7f; 
}

.blog-table-menu	{
	margin: 0em 0 3em 0;
}

.blog-table-menu	a{
	color: #e1bf13;
	font-size: 16px;
	font-weight: 600;
}

.blog-table-menu	li{
	color: #e1bf13; 
	font-size: 22px; 
}


.car-model-title	{
	
}

.car-model-title h2	{
	font-size: 25px; 
	color: #000;
	font-weight: 800; 
	padding: 1em 1em;
	border-radius: 5px; 
	margin: 0 0.2em; 
	text-align: center;
}
 
.car-model-title h3	{
	font-size: 18px;
	text-align: center;
	color: #000;
	font-weight: 800;
	background-color: #e1bf13;
	min-height: 35px;
	padding: 1em 0;
	border-radius: 5px; 
	margin: 0 0.2em;
}



  #popup {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60%;
            padding: 20px;
            background-color: #e1bf13;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            display: none; /* Hidden by default */
            z-index: 100000000;
        }
        #popup h2 {
                font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 43px;
    text-transform: capitalize;
        }
		#popup p {
            margin-top: 0;
			text-align: center;
			color: #fff;
			font-size: 15px;
        }
        #popup button {
            background-color: #f44336;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 4px;
			margin-top: 1em;
        }
        #popup button:hover {
            background-color: #d32f2f;
        }
        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none; /* Hidden by default */
            z-index: 999;
        }


.table-section	{
	padding: 3em 0;
}

.table-class-head	{
	background: #DDBB0B;
	padding: 1em;
	font-size: 16px;
	color: #000;
}

.table-class-row	{ 
	padding: 0.5em;
	font-size: 14px;
	color: #000;
}

.ul-section-class-h	{
	font-size: 18px;
	font-weight: 700;
	padding: 0.5em ;
}

.ul-section-class-t	{
	font-size: 16px;
	font-weight: 400;
	padding: .3em 0;
}

.service-contract-section	{
	margin: 2em 0;
}



img#skin-logo-img {
    width: 200px;
}

.contract-discount	{
	padding: 5em 0;
	background: #c5a70d;
}

.spacer	{
	height: 80px;
}


.luxury-car-banner-section-img	{
	width:100%;
	height: 450px;
	background-image: url("../img/luxury-car/luxury-car-banner-img.jpg");
	background-position:center;
	padding-top: 220px;
}

.luxury-car-banner-section-img h1	{
	font-size: 45px;
	color: #fff;  
	text-align: center;
	line-height: 50px;
}

.luxury-car-banner-section-img p	{
	font-size: 16px;
	color: #fff;  
	text-align: center;
}

.european-car-banner-section-img	{
	width:100%;
	height: 450px;
	background-image: url("../img/europian/luxury-car-banner-img.jpg");
	background-position:center;
	padding-top: 220px;
}

.european-car-banner-section-img h1	{
	font-size: 45px;
	color: #fff;  
	text-align: center;
	line-height: 50px;
}

.european-car-banner-section-img p	{
	font-size: 16px;
	color: #fff;  
	text-align: center;
}


.american-car-banner-section-img	{
	width:100%;
	height: 450px;
	background-image: url("../img/american/luxury-car-banner-img.jpg");
	background-position:center;
	padding-top: 220px;
}

.american-car-banner-section-img h1	{
	font-size: 45px;
	color: #fff;  
	text-align: center;
	line-height: 50px;
}

.american-car-banner-section-img p	{
	font-size: 16px;
	color: #fff;  
	text-align: center;
}

.asian-car-banner-section-img	{
	width:100%;
	height: 450px;
	background-image: url("../img/asian/luxury-car-banner-img.jpg");
	background-position:center;
	padding-top: 220px;
}

.asian-car-banner-section-img h1	{
	font-size: 45px;
	color: #fff;  
	text-align: center;
	line-height: 50px;
}

.asian-car-banner-section-img p	{
	font-size: 16px;
	color: #fff;  
	text-align: center;
}



.why-choose	{
	
}

.why-choose h2, .latest-blog-title h2 {
	font-size: 30px;
	color:#000;
}

.why-choose p, .latest-blog-title p {
	font-size: 14px;
	color: #333;
	text-align: center;
}

.blog-link-mneu	{
	color: #C8080B; 
	font-weight: 700; 
	text-decoration: underline; 
	transition: 0.4s;
	 
}

.blog-link-mneu:hover	{
	color: #333; 
}

.blog-table-style	{
	padding: .3em ;
}

.blog-section-padding	{
	padding: 1em 0;
	border: dashed #B9B9B9;
	border-width: 1px 0 0 0; 
	margin-top: 1em;
}

.blog-page-heading h2
{
	font-weight: 700;
	font-size: 30px;
	color: #000;
}

.blog-page-heading h3
{
	font-weight: 500;
	font-size: 22px;
	color: #414141;
}

.linestyle-li	{ 
	font-weight: bold;
	color: #333; 
	list-style-type: none; 
	padding: 0.5em 0;
}

 
 /*********Blog Links Color************/
 
.col-md-9 .blog-page-heading p a, .faq-page p a {
    color: #C8080B !important;
	font-weight: 600 !important;
}

.col-md-9 .blog-page-heading p a:hover, .faq-page p a:hover {
    color: #000000 !important;
}



/***********Table Style**********/

.blog-page-heading section table {
    width: 100%;
}

.blog-page-heading section table tr:nth-child(even) {
    background-color: #f7f7f7;
}

.blog-page-heading section table tr th {
    background-color: #000;
    color: #fff;
    padding: 13px 15px;
    border: 1px solid #434343;
}

.blog-page-heading section table tr td {
    padding: 13px 15px;
    border: 1px solid #e8e8e8;
}


.blog-page-heading section table tr td:first-child {
    font-weight: 600;
}


.faq-testimonial-section .accrodion h3 {
    font-size: 16px;
}

.faq-testimonial-section .accrodion .accrodion-content {
    padding-left: 0px !important;
}
