
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */
body {
  background-color: #FFF;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a {
  color: #ec5598;
  outline: 0 none;
  text-decoration: none;
}

a:hover,a:focus {
  text-decoration: none;
  outline: 0 none;
}

a:active,a:hover {
  color: #333333;
}

p a {
  color: #333333;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

hr {
  clear: both;
}

@import "https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap";
:root {
	--main-font-family: 'Noto Sans', sans-serif;
	--main-color: #E53E30;
	--optional-color: #ff5d22;
	--white-color: #ffffff;
	--black-color: #181B31;
	--paragraph-color: #7E8090;
	--font-size: 16px;
	--transition: .6s
}

body {
	padding: 0;
	margin: 0;
	font-family: var(--main-font-family);
	font-size: var(--font-size)
}

a {
	text-decoration: none;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--black-color);
	display: inline-block
}

a:hover,
a:focus {
	color: var(--main-color);
	text-decoration: none
}

button {
	outline: 0!important
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: var(--main-font-family);
    font-size: var(--font-size);
    font-family: 'Open Sans', sans-serif !important;
}

p:last-child {
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

i {
	line-height: normal
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block
}

.about_me_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.about_me_area .about_me_left {
    width: calc(50% + 85px);
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f0f0f0;
    padding-top: 72px;
    padding-bottom: 60px;
}
.about_me_area .about_me_left .about_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 670px;
    margin-left: auto;
    margin-right: 0px;
    padding-right: 70px;
    padding-left: 51px;
}
.about_content h2 {
    font: 600 43px "Poppins", sans-serif;
    color: #242424;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 22px;
}
p.bold {
    font: 600 20px/30px "Poppins", sans-serif;
    color: #242424;
    padding-top: 11px;
}
.about_content p {
    font: 400 15px/26px "Lato", sans-serif;
    color: #74767b;
    padding-top: 0;
}
.about_content a {
    display: inline-block;
    width: 195px;
    line-height: 45px;
    margin-top: 0;
}
.get_btn {
    font: 600 18px/52px "Poppins", sans-serif;
    color: #fff;
    width: 225px;
    background: #13c175;
    text-align: center;
    padding: 0;
    border-radius: 30px;
}
.about_content a:hover, .about_content a:focus {
    background: #222222;
    color: #fff;
}
.about_me_area .about_me_left .about_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 670px;
    margin-left: auto;
    margin-right: 0px;
    padding-right: 70px;
}
.about_content h2:after {
    content: "";
    position: absolute;
    top: 70px;
    right: -48px;
    background: #13c175;
    height: 2px;
    width: 40px;
}


.fitness_course_area {
    display: block;
    overflow: hidden;
    background: url(../images/fitness-course-bg.jpg) no-repeat fixed center 0;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 95px 0 80px;
}
.fitness_course_area .fitness_course_row h2 {
    font: italic 28px/1 "Kaushan Script", cursive;
    color: #13c175;
    display: inline-block;
    position: relative;
    font-family: 'Poppins';
}
.fitness_course_area .fitness_course_row h2:after {
    content: "";
    position: absolute;
    top: 26px;
    right: -52px;
    background: #13b96b;
    height: 2px;
    width: 40px;
}
.fitness_course_area .fitness_course_row p {
    font: 400 italic 15px/25px "Lato", sans-serif;
    color: #fff;
    max-width: 660px;
    display: block;
    padding: 10px 0 10px;
}
.service_area_two {
    background: url(../images/service-bg.jpg) no-repeat scroll center 0;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0px 70px;
}
.service_area_two:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #242424;
    opacity: 0.37;
    position: absolute;
    z-index: -1;
}
.service_area_two .left_tittle h2 {
    color: #fff;
}

.left_tittle h2 {
    font: 600 32px "Poppins", sans-serif;
    color: #242424;
    display: inline-block;
    position: relative;
}
.service_area_two .left_tittle h4 {
    font: 300 22px/26px "Lato", sans-serif;
    letter-spacing: 0.65px;
    color: #fff;
    padding-top: 17px;
}
.service_area_two .left_tittle p {
    padding-right: 58px;
}

.left_tittle p {
    color: #797979;
    padding-top: 10px;
    font: 400 17px/28px "Lato", sans-serif;
    letter-spacing: 0.2px;
}
.service_row .body_mind .media {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 38px 25px;
    position: relative;
    z-index: 3;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: move;
}
.service_row .body_mind .media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(40, 89, 3, 0.75);
    z-index: -1;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    opacity: 0;
}
.service_row .body_mind .media:hover, .service_row .body_mind .media:focus {
    background: url(../images/body-mind-hover.jpg) no-repeat;
    background-size: cover;
}
.service_row .body_mind .media:hover:before, .service_row .body_mind .media:focus:before {
    opacity: 1;
}
.service_row .body_mind .media:hover .media-body h4, .service_row .body_mind .media:hover .media-body p, .service_row .body_mind .media:hover .media-body a, .service_row .body_mind .media:focus .media-body h4, .service_row .body_mind .media:focus .media-body p, .service_row .body_mind .media:focus .media-body a {
    color: #fff;
}
.service_row .body_mind .media:hover .media-body h4, .service_row .body_mind .media:hover .media-body p, .service_row .body_mind .media:hover .media-body a, .service_row .body_mind .media:focus .media-body h4, .service_row .body_mind .media:focus .media-body p, .service_row .body_mind .media:focus .media-body a {
    color: #fff;
}
.get_btn:hover, .get_btn:focus {
    color: #13c175;
    background: #fff;
}
.banner_straight_area {
    background: url(../images/banner-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding: 89px 0px 89px 0px;
    background-attachment: fixed;
}

.banner_inner_text h2 {
    font-size: 35px;
    letter-spacing: 1.26px;
    font-family: 'Dancing Script', cursive;
    font-weight: 200;
    color: #13c175;
    padding: 9px 0px 0px;
}
.banner_inner_text h4 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #e5e0e0;
    letter-spacing: 8px;
    font-weight: 400;
    padding-top: 19px;
}
.banner_inner_text .demo_btn {
    display: block;
    width: 204px;
    margin: auto;
    text-align: center;
    background: #9ac339;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 52px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.banner_inner_text .demo_btn:hover {
    background: #4dba18;
}
.banner_inner_text h5 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    color: #cacaca;
    font-style: italic;
    font-size: 14px;
    padding-top: 20px;
}
.banner_inner_text {
    text-align: right;
}
.banner_inner_text p {
    color: #e5e0e0;
    font-size: 14px;
    width: 70%;
    margin-left: auto;
    margin-bottom: 17px;
}
.about_content h2 span {
    text-transform: capitalize;
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    color: #13c175;
    font-size: 32px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    padding-right: 40px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(57 74 212) !important;
}
/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author:


=====================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Miniver&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Poppins&display=swap");

@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");

@font-face {
  font-family: "Caviar-Dreams";
  src: url("../fonts/Caviar-Dreams.ttf.woff") format("woff"), url("../fonts/Caviar-Dreams.ttf.svg#Caviar-Dreams") format("svg"), url("../fonts/Caviar-Dreams.ttf.eot"), url("../fonts/Caviar-Dreams.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@keyframes toLeftFromRight {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.app-res {
  margin: 0;
  padding: 0;
  color: #acb8bb;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  background-color: #090d0e;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.app-res::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.app-res::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#app-res-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/pre.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.pera-content p {
    margin-bottom: 0;
    color: #dfe8e4;
    font-size: 14px;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zooming {
  animation: zooming 18s infinite both;
}

.app-res-headline h1,
.app-res-headline h2,
.app-res-headline h3,
.app-res-headline h4,
.app-res-headline h5,
.app-res-headline h6 {
  margin: 0;
  font-family: "Caviar-Dreams";
}

.app-res-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #c9ab81;
}
.app-res-scrollup i {
  color: #fff;
  font-size: 20px;
}

.app-res-btn {
  height: 60px;
  width: 210px;
  line-height: 55px;
  letter-spacing: 2px;
  font-family: "Caviar-Dreams";
  border: 2px solid #c9ab81;
  background-color: #c9ab81;
  transition: 0.4s all ease-in-out;
}
.app-res-btn a {
    color: #fff !important;
    width: 100%;
    display: block;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.app-res-btn:hover {
  background-color: transparent;
}

.app-res-section-title .app-res-title-tag {
    font-size: 43px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 34px;
}
.app-res-section-title h2 {
    color: #dcd9d9;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.167;
    text-transform: uppercase;
    padding: 5px 0px 15px;
    font-family: 'Poppins', sans-serif;
}
.app-res-section-title p {
    line-height: 1.75;
    font-size: 15px;
    color: #191717;
    margin-top: 0;
}
h1.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #222;
    margin-bottom: 54px;
}
.ltn__product-area.ltn__product-gutter {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.app-res-main-header {
  top: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
}

.app-res-main-header {
  padding-top: 40px;
  position: absolute;
}
.app-res-main-header .container {
  max-width: 1450px;
}
.app-res-main-header .app-res-brand-logo {
  padding-top: 10px;
}

.app-res-main-navigation {
  padding-top: 15px;
}
.app-res-main-navigation .navbar-nav {
  display: inherit;
}
.app-res-main-navigation li {
  margin-left: 55px;
}
.app-res-main-navigation li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline;
  padding-bottom: 30px;
  font-family: "Caviar-Dreams";
}
.app-res-main-navigation li a.active {
  color: #c9ab81;
}
.app-res-main-navigation .dropdown {
  position: relative;
}
.app-res-main-navigation .dropdown:after {
  top: -2px;
  color: #c9ab81;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.app-res-main-navigation .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #c9ab81;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.app-res-main-navigation .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.app-res-main-navigation .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.app-res-main-navigation .dropdown .dropdown-menu li a:before {
  display: none;
}
.app-res-main-navigation .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 16px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.app-res-main-navigation .dropdown .dropdown-menu li a:hover {
  background-color: #c9ab81;
  color: #fff;
}
.app-res-main-navigation .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}
.app-res-main-navigation .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.app-res-main-navigation .dropdown:hover .dropdown-menu {
  top: 48px;
  opacity: 1;
  visibility: visible;
}

.app-res-main-header.app-res-sticky-menu {
  top: 0px;
  z-index: 9;
  position: fixed;
  padding: 10px 0px;
  background-color: #010101;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}
.app-res-main-header.app-res-sticky-menu .app-res-brand-logo {
  padding-top: 15px;
}
.app-res-main-header.app-res-sticky-menu .app-res-main-navigation {
  padding-top: 20px;
}

.app-res-menu-item .app-res-btn {
  margin-left: 75px;
}

.app-res-main-header .app-res-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1b0234;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.app-res-main-header .app-res-mobile_menu_content .app-res-mobile-main-navigation {
  width: 100%;
}
.app-res-main-header .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.app-res-main-header .app-res-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.app-res-main-header .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #36125a;
}
.app-res-main-header .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li:first-child {
  border-bottom: 1px solid #36125a;
}
.app-res-main-header .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav li a {
  color: #afafaf;
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 30px;
  font-family: "Caviar-Dreams";
  text-transform: uppercase;
}
.app-res-main-header .app-res-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.app-res-main-header .app-res-mobile_menu_wrap.mobile_menu_on .app-res-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}
.app-res-main-header .mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}
.app-res-main-header .mobile_menu_overlay_on {
  overflow: hidden;
}
.app-res-main-header .app-res-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.app-res-main-header .app-res-mobile_menu_button {
  right: 0px;
  top: -35px;
  z-index: 5;
  display: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  color: #c9ab81;
  text-align: center;
}
.app-res-main-header .app-res-mobile_menu .app-res-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.app-res-main-header .app-res-mobile_menu .app-res-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.app-res-main-header .app-res-mobile_menu .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.app-res-main-header .app-res-mobile_menu .app-res-mobile_menu_content .app-res-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.app-res-main-header .app-res-mobile_menu .dropdown {
  position: relative;
}
.app-res-main-header .app-res-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  height: 30px;
  color: #afafaf;
  line-height: 22px;
  padding: 5px 10px;
  border: 1px solid #480b86;
}
.app-res-main-header .app-res-mobile_menu .dropdown:after {
  display: none;
}
.app-res-main-header .app-res-mobile_menu .app-res-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*slider area*/
/*----------------------------------------------------*/
.app-res-slider-wrapper .app-res-slider-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.app-res-slider-text {
  z-index: 1;
  max-width: 420px;
  padding: 250px 0px;
  position: relative;
}
.app-res-slider-text span {
  font-size: 18px;
  display: inline-block;
  color: #c9ab81;
  font-family: "Miniver", cursive;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1000ms ease;
}
.app-res-slider-text h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.139;
  padding: 10px 0px 30px;
  text-transform: uppercase;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1000ms ease;
}
.app-res-slider-text .app-res-slider-btn {
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 1000ms ease;
}
.app-res-slider-text .app-res-slider-btn .app-res-btn {
  margin-right: 30px;
}

.app-res-slider-area .owl-nav .owl-next,
.app-res-slider-area .owl-nav .owl-prev {
  top: 50%;
  opacity: 0;
  color: #000;
  width: 60px;
  height: 60px;
  font-size: 20px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 0.5s all ease-in-out;
}
.app-res-slider-area .owl-nav .owl-next:hover,
.app-res-slider-area .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #c9ab81;
}
.app-res-slider-area .owl-nav .owl-prev {
  left: -200px;
}
.app-res-slider-area .owl-nav .owl-next {
  right: -200px;
}
.app-res-slider-area:hover .owl-prev {
  opacity: 1;
  left: 30px;
}
.app-res-slider-area:hover .owl-next {
  opacity: 1;
  right: 30px;
}
.app-res-slider-area .owl-item.active span {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 300ms;
}
.app-res-slider-area .owl-item.active h1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 600ms;
}
.app-res-slider-area .owl-item.active .app-res-slider-btn {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 900ms;
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.app-res-feature-section {
  top: -80px;
  z-index: 2;
  overflow: visible;
  position: relative;
}

.app-res-feature-innerbox {
  padding: 36px 40px;
  background-color: #0e1415;
}
.app-res-feature-innerbox .app-res-feature-icon {
  margin-right: 25px;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.app-res-feature-innerbox .app-res-feature-icon svg {
  height: 60px;
  fill: #c9ab81;
}
.app-res-feature-innerbox .app-res-feature-text {
  overflow: hidden;
}
.app-res-feature-innerbox .app-res-feature-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.app-res-feature-innerbox .app-res-feature-text p {
  color: #7e888a;
  font-size: 14px;
}
.app-res-feature-innerbox:hover .app-res-feature-icon {
  transform: rotateY(360deg);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
@keyframes shine {
  100% {
    left: 125%;
  }
}
.app-res-about-section {
    padding: 100px 0px 100px;
    background-color: #f7f7f7;
}
.app-res-about-img-wrap-2 {
  margin-top: 30px;
}

.app-res-about-img-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.app-res-about-img-item:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  opacity: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.app-res-about-img-item:hover:after {
  opacity: 1;
  animation: shine 0.75s;
}

.app-res-about-text-wrappper {
  padding: 100px 0px 0px 40px;
}
.app-res-about-text-wrappper .app-res-section-title {
    margin-bottom: 30px;
}
.app-res-about-text-wrappper .app-res-btn {
  width: 190px;
}

.app-res-about-section-2 {
  padding: 120px 0px;
  background-color: #06090a;
}

.app-res-about-content-2 .app-res-about-text-wrappper {
  margin: 0 auto;
  max-width: 470px;
  padding: 40px 0px 0px;
}
.app-res-about-content-2 .app-res-btn {
  margin: 0 auto;
}

.app-res-about-img-2 {
  overflow: hidden;
}
.app-res-about-img-2:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  opacity: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.app-res-about-img-2:hover:after {
  opacity: 1;
  animation: shine 0.75s;
}

/*---------------------------------------------------- */
/*Special Menu area*/
/*----------------------------------------------------*/
.app-res-special-menu-section {
  padding: 110px 0px;
}

.app-res-special-menu-content {
  margin-top: 30px;
}

.special-menu-innerbox .special-menu-top {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 2px dashed #1d2628;
}
.special-menu-innerbox .special-menu-top .special-menu-top-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.special-menu-innerbox .special-menu-top .special-menu-top-text {
  padding-top: 30px;
}
.special-menu-innerbox .special-menu-top .special-menu-top-text h3 {
  color: #fff;
  float: left;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.special-menu-innerbox .special-menu-top .special-menu-top-text .sfm-item-count {
  height: 50px;
  width: 50px;
  float: right;
  font-weight: 700;
  color: #c9ab81;
  line-height: 50px;
  border-radius: 100%;
  font-family: "Caviar-Dreams";
  background-color: #131a1c;
}
.special-menu-innerbox .special-menu-food-item {
  max-width: 360px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #1d2628;
}
.special-menu-innerbox .special-menu-food-item .special-menu-title-price h3 {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
  display: inline-block;
}
.special-menu-innerbox .special-menu-food-item .special-menu-title-price .sfm-price {
  float: right;
  color: #c9ab81;
  font-weight: 700;
  font-family: "Caviar-Dreams";
}
.special-menu-innerbox .special-menu-food-item p {
  font-size: 13px;
}

/*---------------------------------------------------- */
/*Video area*/
/*----------------------------------------------------*/
.app-res-video-section {
  z-index: 1;
  padding: 290px 0px;
}
.app-res-video-section .background-overlay {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.location-open-time-section {
  padding: 120px 0px;
}

.app-res-location-inner {
  padding: 55px;
  margin-top: 80px;
  background-color: #06090a;
}
.app-res-location-inner .app-res-location-icon {
  margin-bottom: 20px;
}
.app-res-location-inner .app-res-location-icon svg {
  height: 70px;
  fill: #c9ab81;
}
.app-res-location-inner .app-res-location-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.app-res-location-inner .app-res-location-text p {
  color: #839095;
  padding-bottom: 5px;
}

.app-res-opening-time {
  margin-top: 80px;
  padding: 55px 55px 30px;
  background-color: #c9ab81;
}
.app-res-opening-time h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  text-transform: uppercase;
}
.app-res-opening-time li {
  width: 100%;
  color: #fff;
  margin-bottom: 8px;
}
.app-res-opening-time li .app-res-ot-day {
  text-transform: uppercase;
}

.app-res-cta-section {
  padding-bottom: 120px;
}

.app-res-cta-content {
  padding: 60px 55px;
  background-color: #0d1213;
}
.app-res-cta-content .app-res-cta-icon {
  margin-right: 40px;
}
.app-res-cta-content .app-res-cta-icon svg {
  height: 80px;
  fill: #c9ab81;
}
.app-res-cta-content .app-res-cta-text .app-res-section-title h2 {
  font-size: 36px;
}
.app-res-cta-content .app-res-cta-text .app-res-section-title h2 a {
  color: #c9ab81;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.app-res-footer-section {
  background-color: #050708;
}

.app-res-footer-logo {
  padding: 120px 0px 55px;
  border-bottom: 1px solid #0e1315;
}

.app-res-footer-widget-wrapper {
  padding: 55px 0px;
}

.app-res-footer-widget .app-res-widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.app-res-footer-widget .app-res-menu-social .app-res-social-text {
  max-width: 250px;
}
.app-res-footer-widget .app-res-menu-social .app-res-social-text p {
  color: #7b888b;
  padding-bottom: 30px;
}
.app-res-footer-widget .app-res-menu-social .app-res-social-text .app-res-widget-title {
  padding-bottom: 22px;
}
.app-res-footer-widget .app-res-menu-social .app-res-social-text a {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
}
.app-res-footer-widget .app-res-menu-social .app-res-social-text a:nth-child(1) {
  background-color: #3b5999;
}
.app-res-footer-widget .app-res-menu-social .app-res-social-text a:nth-child(2) {
  background-color: #55acee;
}
.app-res-footer-widget .app-res-menu-social .app-res-social-text a:nth-child(3) {
  background-color: #cd201f;
}
.app-res-footer-widget .app-res-footer-menu li {
  margin-bottom: 18px;
}
.app-res-footer-widget .app-res-footer-menu li a {
  color: #99a6ad;
  font-size: 14px;
  font-weight: 700;
  font-family: "Caviar-Dreams";
}
.app-res-footer-widget #app-res-map {
  height: 300px;
  margin: 0 auto;
  max-width: 340px;
  filter: grayscale(1);
}
.app-res-footer-widget .app-res-blog-widget .app-res-widget-title {
  padding-bottom: 35px;
}
.app-res-footer-widget .app-res-blog-widget .app-res-footer-blog {
  margin-bottom: 22px;
}
.app-res-footer-widget .app-res-blog-widget .app-res-footer-blog h4 {
  color: #c3cacd;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  padding-bottom: 5px;
}
.app-res-footer-widget .app-res-blog-widget .app-res-footer-blog span {
  font-size: 12px;
  font-weight: 700;
  color: #c9ab81;
  font-family: "Caviar-Dreams";
}

.app-res-copyright {
  padding: 30px 0px;
  background-color: #020303;
}
.app-res-copyright h4 {
  color: #7b888b;
  font-size: 16px;
}
.app-res-copyright h4 a {
  color: #c9ab81;
}

/*---------------------------------------------------- */
/*Respondsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .app-res-slider-area .owl-nav .owl-next,
.app-res-slider-area .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .app-res-slider-area:hover .owl-prev {
    left: 15px;
  }

  .app-res-slider-area:hover .owl-next {
    right: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .app-res-slider-text {
    margin: 0 auto;
    text-align: center;
  }

  .app-res-slider-text .app-res-slider-btn {
    justify-content: center;
  }
}
@media screen and (max-width: 1110px) {
  .app-res-btn {
    width: 160px;
  }
  .app-res-btn a {
    font-size: 14px;
  }
  .app-res-btn a i {
    display: none;
  }

  .app-res-main-navigation li {
    margin-left: 40px;
  }

  .app-res-menu-item .app-res-btn {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .app-res-feature-innerbox {
    padding: 36px 20px;
  }

  .app-res-feature-innerbox .app-res-feature-icon svg {
    height: 50px;
  }

  .app-res-feature-innerbox .app-res-feature-icon {
    margin-right: 15px;
  }

  .app-res-location-inner,
.app-res-opening-time {
    margin-top: 40px;
  }

  .app-res-footer-widget .app-res-menu-social .app-res-social-text {
    max-width: 195px;
  }
}
@media screen and (max-width: 991px) {
  .app-res-about-img {
    margin: 0 auto;
    max-width: 570px;
  }

  .app-res-about-img-2 {
    margin: 0 auto;
    max-width: 270px;
    margin-top: 40px;
  }

  .special-menu-innerbox {
    margin-bottom: 40px;
  }

  .special-menu-innerbox .special-menu-food-item {
    max-width: 100%;
  }

  .location-open-time-img {
    text-align: center;
  }

  .app-res-footer-widget {
    margin-bottom: 30px;
  }

  .app-res-main-header {
    padding-top: 20px;
  }

  .app-res-footer-widget .app-res-menu-social .app-res-social-text {
    max-width: 250px;
  }

  .app-res-menu-social {
    margin: 0 auto;
    max-width: 370px;
  }

  .app-res-main-navigation {
    display: none;
  }

  .app-res-btn {
    width: 140px;
    height: 45px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  .app-res-btn a {
    font-size: 12px;
  }

  .app-res-menu-item .app-res-btn {
    margin-left: 0;
    margin-right: 50px;
  }

  .app-res-main-header .app-res-mobile_menu_button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .app-res-about-img-item {
    margin: 0 auto;
    max-width: 270px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .app-res-cta-content .app-res-cta-text .app-res-section-title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .app-res-main-header .app-res-brand-logo {
    width: 130px;
  }

  .app-res-menu-item .app-res-btn {
    width: 120px;
    height: 40px;
    line-height: 36px;
  }

  .app-res-slider-text {
    padding: 180px 0px;
  }

  .app-res-feature-section {
    top: 0;
  }

  .app-res-slider-text h1 {
    font-size: 50px;
  }

  .app-res-slider-text .app-res-slider-btn .app-res-btn {
    margin-right: 15px;
  }

  .app-res-main-header .app-res-brand-logo {
    padding-top: 0px;
  }

  .app-res-main-header.app-res-sticky-menu .app-res-brand-logo {
    padding-top: 5px;
  }

  .app-res-section-title h2 {
    font-size: 36px;
  }

  .app-res-cta-content .app-res-cta-icon {
    margin-right: 0;
    text-align: center;
    float: none !important;
  }

  .app-res-cta-text {
    text-align: center;
  }

  .app-res-cta-content {
    padding: 40px 30px 30px;
  }

  .app-res-about-text-wrappper {
    padding: 50px 0px 0px 0px;
  }

  .app-res-about-section-2 {
    padding: 50px 0px;
  }

  .app-res-special-menu-section {
    padding: 50px 0px;
  }

  .location-open-time-section {
    padding: 10px 0px 50px;
  }

  .app-res-cta-content .app-res-cta-text .app-res-section-title h2 {
    font-size: 26px;
  }

  .app-res-cta-section {
    padding-bottom: 60px;
  }

  .app-res-footer-logo {
    padding: 50px 0px 35px;
  }

  .app-res-footer-widget-wrapper {
    padding: 55px 0px 10px;
  }

  .app-res-video-section {
    padding: 150px 0px;
  }

  .app-res-slider-area .owl-nav .owl-next,
.app-res-slider-area .owl-nav .owl-prev {
    opacity: 1;
    margin: 0 5px;
    position: static;
    display: inline-block;
    transform: translateY(0);
  }

  .app-res-slider-area .owl-nav {
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    position: absolute;
  }
}
@media screen and (max-width: 380px) {
  .app-res-footer-widget .app-res-menu-social .app-res-social-text {
    max-width: 225px;
  }
}
@media screen and (max-width: 320px) {
  .app-res-menu-item .app-res-btn {
    display: none;
  }

  .app-res-footer-widget .app-res-menu-social .app-res-social-text {
    max-width: 180px;
  }
}

.app-medi-process-section {
    padding: 120px 0px;
    background-color: #090d0e;
}

.app-medi-process-img {
  z-index: 1;
  padding-top:0px;
}
.app-medi-process-img:before {
    top: 0px;
    z-index: -1;
    content: "";
    left: -100px;
    width: 350px;
    height: 675px;
    position: absolute;
    background-color: #06090a;
}

.medi-app-process-step-item {
  z-index: 1;
  padding-bottom: 0px;
}
.medi-app-process-step-item .medi-app-process-number {
    width: 60px;
    color: #fff;
    height: 60px;
    font-size: 14px;
    display: table;
    margin-top: 28px;
    line-height: 60px;
    font-weight: 700;
    margin-right: 5px;
    border-radius: 100%;
    font-family: "Poppins";
    background-color: #13c175;
}
.medi-app-process-step-item .medi-app-process-step-text {
    max-width: 470px;
    padding: 35px 38px 0;
    background-color: #090d0e;
}
.medi-app-process-step-item .medi-app-process-step-text:before {
    width: 0;
    top: 43px;
    height: 0;
    content: "";
    left: -15px;
    position: absolute;
    border-top: 15px solid transparent;
    border-right: 15px solid #090d0e;
    border-bottom: 15px solid transparent;
}
.medi-app-process-step-item .medi-app-process-step-text h3 {
    font-size: 18px;
    letter-spacing: 0;
    color: #13c175;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.medi-app-process-step-item:before, .medi-app-process-step-item:after {
  top: 55px;
  left: 30px;
  width: 2px;
  z-index: -2;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #e2eaef;
  transition: 0.4s all ease-in-out;
}
.medi-app-process-step-item:after {
    bottom: 0;
    height: 0;
    z-index: -1;
    background-color: #c7a981;
}
.medi-app-process-step-item:last-child {
  padding-bottom: 0;
}
.medi-app-process-step-item:last-child:before, .medi-app-process-step-item:last-child:after {
  display: none;
}
.medi-app-process-step-item:hover:after {
  height: 100%;
  bottom: auto;
}
.app-medi-process-text h2 {
    text-transform: capitalize;
    font-size: 23px;
    color: #13c175;
    font-family: 'Poppins', sans-serif;
}
span.title-tag {
    font-family: 'Poppins';
    color: #bfc3c4;
    font-size: 32px;
    font-weight: bold;
}
h2.title-1 {
    color: #dfe4e7;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.167;
    text-transform: uppercase;
    padding: 5px 0px 15px;
    font-family: 'Poppins', sans-serif;
}
.mySlides img {
    border-radius: 6px;
    padding: 20px;
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 16px -2px #d0cece;
    width: 100%;
}
.sec1-prodiv-rgt {
    border-radius: 6px;
    padding: 47px;
    margin-top: 20px;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
    background-color: #f1f1f1;
}
.slide-area:before {
    position: absolute;
    background: rgba(0, 0, 0, 0) url(../images/slider-3-1-2.png) no-repeat scroll center center / cover;
    content: "";
    top: 0;
    left: 0;
    right: 478px;
    bottom: 0;
}

.iconbox-dxlarge.outline-gray, .iconbox-xlarge.outline-gray, .iconbox-large.outline-gray, .iconbox-xmedium.outline-gray, .iconbox-medium.outline-gray, .iconbox-smedium.outline-gray, .iconbox-small.outline-gray, .iconbox-tiny.outline-gray, .iconbox-xtiny.outline-gray {
  color: #fff;
  background-color: none;
  border: 1px solid #efebeb;
}
.iconbox-dxlarge.outline-gray-2, .iconbox-xlarge.outline-gray-2, .iconbox-large.outline-gray-2, .iconbox-xmedium.outline-gray-2, .iconbox-medium.outline-gray-2, .iconbox-smedium.outline-gray-2, .iconbox-small.outline-gray-2, .iconbox-tiny.outline-gray-2, .iconbox-xtiny.outline-gray-2 {
  color: #242424;
  background-color: none;
  border: 1px solid #e4e4e4;
}
.iconbox-dxlarge.outline-white, .iconbox-xlarge.outline-white, .iconbox-large.outline-white, .iconbox-xmedium.outline-white, .iconbox-medium.outline-white, .iconbox-smedium.outline-white, .iconbox-small.outline-white, .iconbox-tiny.outline-white, .iconbox-xtiny.outline-white {
  color: #fff;
  background-color: none;
  border: 1px solid #fff;
}
.iconbox-dxlarge.outline-dark, .iconbox-xlarge.outline-dark, .iconbox-large.outline-dark, .iconbox-xmedium.outline-dark, .iconbox-medium.outline-dark, .iconbox-smedium.outline-dark, .iconbox-small.outline-dark, .iconbox-tiny.outline-dark, .iconbox-xtiny.outline-dark {
  color: #161616;
  background-color: none;
  border: 1px solid #161616;
}

.iconbox-dxlarge.round, .iconbox-xlarge.round, .iconbox-large.round, .iconbox-xmedium.round, .iconbox-medium.round, .iconbox-smedium.round, .iconbox-small.round, .iconbox-tiny.round, .iconbox-xtiny.round {
  border-radius: 100%;
}
/* iconboxes alignments
------------------------------ */

.iconbox-dxlarge.center, .iconbox-xlarge.center, .iconbox-large.center, .iconbox-xmedium.center, .iconbox-medium.center, .iconbox-smedium.center, .iconbox-small.center, .iconbox-tiny.center, .iconbox-xtiny.center {
  margin: 0 auto;
}
.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
  float: left;
  margin: 0px 6px 0px 0px;
}
.iconbox-dxlarge.right, .iconbox-xlarge.right, .iconbox-large.right, .iconbox-xmedium.right, .iconbox-medium.right, .iconbox-smedium.right, .iconbox-small.right, .iconbox-tiny.right, .iconbox-xtiny.right {
  float: right;
  margin: 0px 0px 0px 20px;
}

.iconbox-dxlarge, .iconbox-xlarge, .iconbox-large, .iconbox-xmedium, .iconbox-medium, .iconbox-smedium, .iconbox-small, .iconbox-tiny, .iconbox-xtiny {
  padding: 0px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.iconbox-dxlarge {
  width: 200px;
  height: 200px;
  font-size: 46px;
  color: #242424;
  border: none;
  line-height: 135px;
}
.iconbox-xlarge {
  width: 135px;
  height: 135px;
  font-size: 46px;
  color: #242424;
  line-height: 135px;
}
.iconbox-large {
  width: 120px;
  height: 120px;
  font-size: 46px;
  color: #242424;
  line-height: 114px;
}
.iconbox-xmedium {
  width: 110px;
  height: 110px;
  font-size: 38px;
  color: #242424;
  line-height: 106px;
}
.iconbox-medium {
  width: 100px;
  height: 100px;
  font-size: 32px;
  color: #242424;
  line-height: 100px;
}
.iconbox-smedium {
  width: 90px;
  height: 90px;
  font-size: 26px;
  color: #242424;
  line-height: 90px;
}
.iconbox-small {
  width: 80px;
  height: 80px;
  font-size: 26px;
  color: #242424;
  line-height: 80px;
}
.iconbox-tiny {
  width: 70px;
  height: 70px;
  font-size: 26px;
  color: #242424;
  line-height: 74px;
}
.iconbox-xtiny {
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: #242424;
  line-height: 60px;
}
.digit {
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  left: 115px;
  top: 115px;
  line-height: 36px;
  border-radius: 100%;
  background-color: #fd602c;
  transition: all 0.3s ease-out 0s;
}
.iconbox-xlarge.no-lineheight {
  line-height: 0;
}

.footer-quick-links li a {
    padding: 3px 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    float: left;
    display: inline-block;
    color: #e2dbdb !important;
    font-size: 14px;
}
.text-box-right {
    display: block;
    padding: 0px 0px 0px 99px;
    margin: 0px;
    text-align: left;
}
.text-box-right p {
    color: #ccc;
    font-size: 14px;
}

.footer-quick-links {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0px;
}

.footer-quick-links li {
    padding: 25px 15px;
    margin: 40px 0 10px 0;
    display: inline-block;
}

.text-box-right p a {
    color: #ccc;
    font-size: 14px;
}
.sec-padding {
    padding-top: 100px;
}

.text-box-right p a:hover {
    color: #13c175 !important;
}

.footer-quick-links li a:hover {
     color: #13c175 !important;
}
p.text-gray {
    color: #e2dbdb !important;
    font-size: 15px;
}
.section-dark{
background-color: #090d0e;
}
.ltn__product-item.ltn__product-item-3 {
    position: relative;
    align-items: center;
    background: none !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 61px;
    transition: 0.3s ease-in-out;
    height: 469px;
}
.ltn__product-item.ltn__product-item-3:hover{
      margin-top: -20px !important;
}

.product-hover-action ul {
    padding-left: 0;
}
.product-hover-action ul li {
    list-style-type: none;
    background-color: #cccc;
    text-align: center;
}
.product-hover-action ul li {
    list-style-type: none;
    background-color: #13c175;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 30px;
}
.product-hover-action ul li:hover {
    background-color: #222;
}
.product-info {
    text-align: center;
}
h2.product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding-top: 32px;
}
.product-price {
    font-family: 'Poppins', sans-serif;
    padding-bottom: 14px;
}
span.app-res-title-tag span {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #13c175;
    font-weight: bold;
    font-size: 25px;
}
span.app-res-title-tag-one {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #13c175;
    font-weight: normal;
    font-size: 22px;
}

.left-section {
    background-color: #f7f7f7;
    padding: 36px 26px 51px;
}
.right-section {
    background-color: #f7f7f7;
    padding: 47px 39px 51px;
    margin-bottom: 80px;
}
h2.blacktext {
    padding: 14px;
    background-color: #13c175;
    font-size: 25px !important;
    margin-bottom: 0;
    font-family: Poppins,sans-serif;
    text-transform: capitalize;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.your-order-list {
    box-shadow: 0 0 7px rgb(204 204 204 / 44%);
    border-radius: 22px;
    padding: 27px;
    margin-top: 100px;
}
.your-order-list ul li {
    padding: 15px 10px;
    clear: both;
    border-bottom: 1px solid #eee;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif !important;
}
.wt-box.your-order-list ul {
    padding-left: 0;
}
.breadcrumbs_link li 
{
  display: inline-block;
}
.breadcrumbs_link li a {
    color: white !important;
    font-family: 'Open Sans', sans-serif !important;
}
.breadcrumb-area {
    padding: 180px 0 90px;
}
.breadcrumbs h1 {
    color: #ffffff;
    /* font-family: 'Teko', sans-serif !important; */
    text-transform: uppercase;
    font-size: 51px;
    font-family: 'poppins', sans-serif;
}
ul.breadcrumbs_link {
    text-align: center;
    padding-top: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 53px;
    font-family: 'Open Sans', sans-serif !important;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: 'Open Sans', sans-serif !important;
}
select.form-control.ng-pristine.ng-untouched.ng-valid {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 53px;
    font-family: 'Open Sans', sans-serif !important;
}
.radio.ng-binding {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
}
input.btn.btn-style3 {
    background-color: #13c175;
    color: #fff;
    padding: 15px 30px;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    border-radius: 40px;
}
input.btn.btn-style3:hover {
  background-color: #222;
    color: #fff;
}

h2.pa-prod-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}
.section1-cartx {
    margin-top: 100px;
}
.pa-prod-thumb-img {
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
}
.pa-prod-thumb-img img {
    width: 100%;
}
h2.product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    padding-top: 25px;
}
.product-price {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #222;
}
.product-hover-action ul li {
    list-style-type: none;
    background-color: #13c175;
    text-align: center;
    padding: 11px;
}
.product-hover-action ul {
    margin-top: 12px;
    padding-left: 0;
}
.product-hover-action ul li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
h1.section-title {
    margin-bottom: 80px;
}
.product-hover-action ul li:hover {
    background-color: #222;
}
.product-sec {
    padding-bottom: 88px;
}
select.form-control:not([size]):not([multiple]) {
    height: 53px !important;
}

.breadcrumbs_link li a:hover {
  color: #e67817 !important;
}
.modal-body.contact_text {
    text-align: center;
}
.modal-body.contact_text h2 {
    font-family: Poppins,sans-serif;
    font-weight: bold;
    color: #232230;
}




@import 'https://fonts.googleapis.com/css?family=Roboto+Slab';
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

/**				MAIN				**/

html				{font-size:100%;}

body	{
	color:#262626;
	background:#fff;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	line-height:21px;
	margin:0;
	padding:0;
	overflow-x:hidden !important;
}
::selection{
	background:#13c175;
	color:#fff;
}
::-moz-selection	{
	background:#13c175;
	color:#fff;
}
a,
a:focus	{
	color:#262626;
	text-decoration:none !important;
	outline:none;
}
a:hover			{color:#13c175;
}
p	{
	margin:0 0 10px;
	padding:0;
	color:#666;
}

strong				{font-weight:700;}
.center				{text-align:center;}
.colored			{color:#13c175;}
.bg_colored			{background-color:#13c175;}
.justify			{text-align:justify;}
iframe				{border:0;}
img					{max-width:100%;}
.bg_gray			{background-color:#f5f5f5;}
.bg_black			{background-color:#9B315D;}

.cover	{
	background-position:50% 0;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}

#preloader	{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#fff; /*	change if the mask should have another color then white	*/
	z-index:9900; /*	makes sure it stays on top	*/
}
#status	{
	width:70px;
	height:70px;
	position:absolute;
	left:50%; /*	centers the loading animation horizontally one the screen	*/
	top:50%; /*	centers the loading animation vertically one the screen	*/
	background-image:url(../images/status.gif); /*	path to your loading animation	*/
	background-repeat:no-repeat;
	background-position:center center;
	margin:-35px 0 0 -35px; /*	is width and height divided by two	*/
}

.parallax	{
	background-position:50% 0px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-attachment:fixed !important;
}
.mb30	{margin-bottom:30px;}

img	{
	border:none 0;
	outline:none;
}

select, input, button, textarea	{
	outline:none !important;
	margin:0px;
}

.clear	{
	clear:both;
	height:0;
	font-size:0;
}
ul	{
	padding:0;
	margin:0;
}
li	{
	padding:0;
	margin:0;
	list-style:none;
}
.fleft				{float:left;}
.fright				{float:right;}
.color				{color:#13c175;}
.text-center		{text-align:center;}

h1,h2,h3,h4,h5.h6	{margin-top:0px;}

p					{line-height: 1.75;}

/**				HEADER				**/



#top	{
	background:#fff;
	border:none;
	padding:30px 0 21px;
	left:0;
	top:0;
	width:100%!important;
	z-index:999;
	text-align:left;
}
.fixed-menu	{
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	padding:25px 0 24px;
	background:#fff;
	z-index:1000;
	opacity:0;
	width:100% !important;
}
.fixed-menu.fixed_show	{
	top:0;
	opacity:1;
	border-bottom:#ddd solid 1px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
}


/**				LOGO				**/
#logo	{
	vertical-align:top;
	display:inline-block;
	margin-bottom:20px;
}
#logo a	{
	background:url(../images/logo.png) no-repeat 0 6px;
	padding:0 0 0 63px;
	color:#13c175;
	font-weight:600;
	font-size:48px;
	line-height:50px;
	font-family: 'Roboto Slab', serif;
}
#logo a strong	{
	color:#262626;
	font-weight:600;
}
#logo img	{vertical-align:top;}

.fixed-menu #logo	{
	float:left;
	margin:0px;
}
.fixed-menu #logo a	{
	font-size:28px;
	line-height:21px;
	padding:0px;
	background:none;
}


/**				MENU				**/
.navmenu	{
	margin:0;
	padding:0;
}
.fixed-menu .navmenu	{
	float:right;
}
.navmenu ul	{
	font-size:0;
	line-height:0;
}
.navmenu ul li	{
	display:inline-block;
	vertical-align:top;
	list-style:none;
	padding:0;
	margin:0 20px 10px;
}

.fixed-menu .navmenu ul li	{
	margin:0 10px 10px;
}

.navmenu ul li a	{
	display:inline-block;
	font-size:14px;
	line-height:21px;
	text-transform:uppercase;
	padding:5px;
	text-decoration:none !important;
	outline:none;
	background:none;
}
.navmenu li a:hover,
.navmenu li.active a	{
	text-decoration:none;
	color:#13c175;
}
a.menu_toggler	{display:none;
}
.mobile_menu_wrapper	{display:none;	
}

#top .navmenu ul li a	{
	line-height:normal !important;
}
.fixed-menu .navmenu	{
	margin-right:-25px;
}
.fixed-menu .navmenu ul li	{
	margin-bottom:0px;
}
 

/**				SLIDER				**/
.full_slider	{
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider_caption	{
	position:absolute;
	bottom:12.5%;
	left:0;
	right:0;
	margin:0;
	text-shadow:none;
	opacity:1;	
	float:none;
	color:#13c175;
	font-size:26px;
	line-height:25px;
	font-weight:700;
	text-transform:uppercase;
}
.full_slider_caption .title	{
	font-size:74px;
	line-height:68px;
	font-weight:900;
	font-family: 'Roboto Slab', serif;
}
.full_slider_caption .cont	{
	padding:42px 0 43px 16px;
	border-left:5px solid #13c175;
}


/************ HOME SECTION ***********/
#home{
	position:relative;
	margin-bottom:30px;
/**	margin-bottom:60px; ***** 05.09.2016 **/
}
.separator	{
	position:relative;
	margin:17px 0 17px;
	height:1px;
}
.separator:before	{
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -40px;
	width:81px;
	border-bottom:#666 solid 1px;
}
.separator.nn:before	{
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -40px;
	width:81px;
	border-bottom:#666 solid 0px;
}
.separator.left:before	{
	left:0;
	margin:0;
	border-bottom:#fff solid 1px;
}
.separator.bl:before	{
	border-bottom:#666 solid 1px;
}
.page_section {
    opacity: 1;
    padding: 100px 100px;
}
.shortcode_button	{
	display:inline-block;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	color:#fff !important;
	padding:7px 19px;
	vertical-align:top;
	text-align:center;
	text-transform:uppercase;
	background:#13c175;
	border:none;
	cursor:pointer;
	font-size:14px;
}
.shortcode_button:hover	{
	background: #000000;
}
.shortcode_button.btn-lg	{
	font-size:18px;
	padding:12px 19px 13px;
}
.page_section header div.container	{
	z-index:900;
	position:relative;
}
h1, h2 {
    font-size: 30px;
    line-height: 32px;
    /* font-family: 'Open Sans', sans-serif !important; */
    /* font-family: 'poppins', sans-serif !important; */
}
h3,h4	{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif !important;
}
h4	{
	text-transform:none;
}
.head_section h1, .head_section h2 {
    margin: 0 0 1px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.head_section span {
    display: block;
    font-size: 25px;
    text-transform: capitalize;
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    color: #13c175;
}
.head_section p	{
	text-align:center;
	padding:0 0 10px;
	margin-bottom:0;
	color:#262626;
}
.head_section p:last-child	{
	padding-bottom:0px
}
.head_section.center_section	{
	text-align:center;
	padding-bottom:25px;
}
.head_section.center_section	.separator	{
	margin:25px 0 25px;
}
.head_section.center_section.nomrg	{
	padding-bottom:0px;
}
/************* START SECTION *************/
.icon-banner {
    text-align: center;
    padding: 20px 40px 25px;
    margin-bottom: 30px;
    background: #f5f5f5;
    min-height: 324px;
}
.icon-banner > a	{display:inline-block;
}
.icon-banner .icon	{
	display:inline-block;
	margin:20px auto 27px;
	position:relative;
}
.icon-banner .icon img	{
	display:block;
	height:auto;
	opacity:1;
	width:100%;
}
.icon-banner .title_cont	{
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}
.icon-banner h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.icon-banner:hover .icon	{
	 margin:10px auto 17px;
}
.icon-banner:hover .separator	{
	 margin:27px 0 23px;
}
.icon-banner .icon,
.icon-banner .separator	{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}


/************** ABOUT SECTION ***********/
.about_block .img-wrap img	{
	display:block;
	margin:0 auto;
}
.about_block	{
	position:relative;
}
.about_block .col_img	{
	background:url(../images/img_about.jpg) no-repeat center center;
	background-size:cover;
	position:absolute;
	top:0px;
	bottom:0;
	right:0px;
	min-height:250px;
}
.about_block .col_cont	{
	float:left;	
}
.about_block .col_img,
.about_block .col_cont	{
	width:50%;
}
.about_block .wrap_cont	{
	padding:35px 30px 40px 40px;
}
.about_block .wrap_cont header	{
	padding:0px;
}
.about_block .shortcode_button	{
	margin-top:15px;
}


/*********** SERVICES SECTION **********/
#services	{}

.item-service	{
	margin-bottom:30px;
	background:#f5f5f5;
	text-align:center;
}
.item-service .cont	{
	padding:35px 20px 40px;
}
.item-service .cont .shortcode_button	{
	margin-top:15px;
}
.item-service h4	{
	margin-bottom:0px;
}
.carousel-box .control-block,
.info-block	{
	padding:35px 30px 98px 40px;
	margin-bottom:0px;
/**	margin-bottom:30px; ***** 05.09.2016 **/
	position:relative;
}

.p20	{padding: 0px 20px;}

.info-block	{
	padding-bottom:40px;
}
.bg_black	{color:#fff;}
.bg_black p	{color:#fff;}
/**	.bg_colored{color:#5D0529;} .bg_colored p	{color:#5D0529;} ***** 05.09.2016 **/
.bg_colored{color:#fff;}
.bg_colored p	{color:#fff;}

.customNavigation	{
	font-size:0;
}
.carousel-box .control-block .customNavigation	{
	position:absolute;
	bottom:37px;
	left:40px;
}
.btn-prev,
.btn-next	{
	display:inline-block;
	margin:0 10px 0 0;
	width:40px;
	height:35px;
	border:#fff solid 2px;
	color:#fff !important;
	text-align:center;
	font-size:29px;
	line-height:28px;
	cursor:pointer;
	-webkit-transform:translateZ(0) !important;
	opacity:0.6;
}
.btn-prev	{
	padding-right:2px;
}
.btn-next	{
	padding-left:2px;
}
.btn-prev:hover,
.btn-next:hover	{
	opacity:1;
}
.bg_black .btn-prev,
.bg_black .btn-next	{
	color:#fff !important;
	border-color:#fff;
	opacity:1;
}
.bg_black .btn-prev:hover,
.bg_black .btn-next:hover	{
	color:#13c175 !important;
	border-color:#13c175;
}

.item-team,
.item-full	{
	margin:0 0 30px;
}
.item-team .img,
.item-full .img	{
	background:#cccccc;
}
.item-team .cont,
.item-full .cont	{
	background:#f5f5f5;
	padding:35px 35px 40px 40px;
}
.item-team .cont h4,
.item-full .cont h4	{
	text-transform:uppercase;
	margin:0px;
}
.item-team shortcode_button,
.item-full .shortcode_button	{
	margin-top:14px;
}
.social	{
	font-size:0;
	line-height:0;
	padding:2px 0 0;
}
.social a	{
	display:inline-block;
	margin:8px 8px 0 0;
	font-family:"Socialico";
	color:#cdcdcd;
	font-size:40px;
	line-height:28px;
}
.soc-f:hover	{color:#063587 !important;}
.soc-t:hover	{color:#00aae9 !important;}
.soc-g:hover	{color:#be3027 !important;}
.soc-n:hover	{color:#e54e93 !important;}
.soc-v:hover	{color:#00aae9 !important;}
.soc-r:hover	{color:#ff6900 !important;}
.soc-i:hover	{color:#0053a5 !important;}



/********** PORTFOLIO SECTION *********/
/**** Isotope Filtering ****/
.isotope-item	{
	z-index:2;
}
.isotope-hidden.isotope-item	{
	pointer-events:none;
	z-index:1;
}

/**** Isotope CSS3 ****/
.isotope,
.isotope .isotope-item	{
	-webkit-transition-duration:0.8s;
	 -moz-transition-duration:0.8s;
			transition-duration:0.8s;
}
.isotope	{
	-webkit-transition-property:height, width;
	 -moz-transition-property:height, width;
			transition-property:height, width;
}

.isotope .isotope-item	{
	-webkit-transition-property:-webkit-transform, opacity;
	 -moz-transition-property:	-moz-transform, opacity;
			transition-property:		 transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition	{
	-webkit-transition-duration:0s;
	 -moz-transition-duration:0s;
			transition-duration:0s;
}
/*	End:Recommended Isotope styles	*/

/*	disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling	{
	-webkit-transition:none;
	 -moz-transition:none;
			transition:none;
}
.timetable_block {padding:0 0 20px 0;}
#portfolio	{
	margin-top:-22px;
	padding-top:30px;
}
.portfolio-block	{
	margin-bottom:30px;
}
.portfolio-menu	{
	padding:22px 0 13px;
	text-align:center;
	font-size:0;
	line-height:0;
}
.portfolio-menu li	{
	display:inline-block;
	margin:0 18px 10px;
	font-size:14px;
	line-height:21px;
}
.portfolio-menu li.active a,
.portfolio-menu li a:hover	{
	color:#13c175 !important;
}
.portfolio-menu li a	{
	display:block;
	padding:2px;
	text-transform:uppercase;
	font-weight:600;
	cursor:pointer;
}

.portfolio-list .item	{
	margin-bottom:30px;
	overflow:hidden;
}
.portfolio-list .item a	{
	position:relative;
	display:block;
}
.portfolio-list .item a img	{
	vertical-align:top;
	width:100%;
}
.app-item	{
	text-align:center;
}
.app-item .shortcode_button	{
	width:100%;
}

.portfolio-list .item .caption	{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.portfolio-list .item a:hover .caption{
	background:rgba(255,255,255,0.8);
}
.portfolio-list .item a:hover .caption .info	{
	opacity:1;
	visibility:visible;
}
.portfolio-list .item .caption .info	{
	opacity:0;
	visibility:hidden;
	position:absolute;
	width:100%;
	padding:0 5%;
	left:0px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align:center;
	color:#262626;
}
.portfolio-list .item .caption h4	{
	font-size:18px;
	margin-bottom:0;
	position:relative;
	top:-25px;
}
.portfolio-list .item .caption p	{
	padding:0;
	color:#262626;
	position:relative;
	top:30px;
}
.portfolio-list .item a:hover .caption .info h4,
.portfolio-list .item a:hover .caption .info p{
	top:0;
} 
/***/



/********** PRICE TABLE SECTION *********/
.pricing_block	{
	text-align:center;
	padding:30px 0 50px;
/**	padding:53px 0 69px ***** 05.09.2016 **/
	margin-bottom:30px;
}
.pricing_block .head_section	{
	padding-bottom:55px;
}
.price-item.optimal	{
	margin-top:0;
}
.price-item	{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border:#ddd solid 1px;
	width:270px;
	padding:9px 9px 2px;
	margin:22px 12px 8px 15px;
	text-align:center;	
}
.price-item .type	{
	background:#9B315D;
	color:#fff;
	font-size:24px;
	line-height:32px;
	font-weight:600;
	text-transform:uppercase;
	margin:-10px -10px 0;
	padding:10px 10px 0;
}
.price-item .type span	{
	display:block;
	padding:14px 5px 17px;
	border:#fff solid 1px;
	border-bottom:none;
	font-family: 'Roboto Slab', serif;
}
.pricelist	{
	color:#fff;
	padding:13px 10px 15px;
	margin:0 -10px -1px;
	background:#13c175;
	position:relative;
	z-index:5;
}
.pricelist span	{
	font-size:24px;	
	vertical-align:top;
}
.price-item .cont	{
	border:#ddd solid 1px;
}
.price-item ul li	{
	margin:0;
	padding:9px 0 12px;
}
.price-item ul li:nth-child(even)	{
	background:#fafafa;
}
.price-item .shortcode_button	{
	position:relative;
	bottom:-19px;
}

/************ BLOG SECTION ************/
.blog_block	{}
/***/


/********** CONTACT SECTION *********/
input.shortcode_button,
button.shortcode_button	{
	padding-top:0px;
	padding-bottom:0px;
	height:35px;
	line-height:34px;
	margin:0;
}
.contact_form	{
	background:#f5f5f5;
	margin:0 -30px 0px;
	padding:38px 40px 40px 30px;
}
.contact_form .inp	{
	width:calc(100% + 10px);
}
.inp	{
	background:#fff;
	margin:0 0 20px;
	padding:7px 10px;
	width:100%;
	border:none;
	border:1px #ddd solid;
	outline:none;
	box-shadow:none;
	font-size:14px;
	color:#666;
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
}
form textarea	{
	resize:none;
}
.contact_form .shortcode_button	{
	margin-top:10px;
}


/*	Placeholder	*/
.contact_form ::-webkit-input-placeholder	{/*	WebKit browsers	*/
	color:	#666;
}
.contact_form :-moz-placeholder	{/*	Mozilla Firefox 4 to 18	*/
	color:	#666;
	opacity:	1;
}
.contact_form ::-moz-placeholder	{/*	Mozilla Firefox 19+	*/
	color:	#666;
	opacity:	1;
}
.contact_form :-ms-input-placeholder	{/*	Internet Explorer 10+	*/
	color:	#666;
}
/*	WebKit browsers	*/
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder	{
	color:transparent !important;
}
/*	Mozilla Firefox 4 to 18	*/
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder	{
	color:transparent !important;
}
/*	Mozilla Firefox 19+	*/
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder	{
	color:transparent !important;
}
/*	Internet Explorer 10+	*/
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder	{
	color:transparent !important;
}
/***/

/** form valid style **/
.notification_error,
.notification_ok	{
	border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 0 30px;
	padding:12px 10px 12px 35px;
	position:relative;
}
.notification_ok	{
	border:1px #038BD4 solid;
	color:#038BD4;
	background:#D0E3EA;
	margin-bottom:10px;
}
.notification_error	{
	border:1px #C93119 solid;
	color:#C93119;
	background:#FFCFCF;	
}
.notification_error:before,
.notification_ok:before	{
	content:''; 
	width:16px;
	height:16px;
	position:absolute;
	left:11px;
	top:15px;		
	background-position:0 0;
	background-repeat:no-repeat;
}
.notification_error:before	{background-image:url(../images/error.png);
}
.notification_ok:before	{background-image:url(../images/info.png);
}

.no_bottom	{padding-bottom:0;
}
#note	{
	max-width:770px;
	margin:0 auto;
}


/************* FOOTER ************/
.footer	{
	padding:55px 0 24px;
	color:#fff;
	background:#9B315D;
}
.footer p	{color:#fff;
}
.footer a	{color:#13c175;
}
.footer a:hover	{color:#5D0529;
}
.footer_block	{
	margin-bottom:25px;
}
.footer_block .title	{
	position:relative;
	padding-bottom:18px;
	margin-bottom:24px;
	font-weight:600;
	min-width:81px;
}
.footer_block .title:before	{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:81px;
	border-bottom:#fff solid 1px;
}
.footer_block .title h3	{
	margin:0px;
	font-size:18px;
	color:#fff;
}
.footer_block ul	{
	padding-top:4px;
}
.footer_block ul li	{
	padding:6px 0 8px;
	border-bottom:#fff solid 1px;
}
.footer_block ul li:last-child	{
	border-bottom:none;
}
.footer .list-posts	{
	padding-top:0;
	margin-top:-15px;
}
.footer .list-posts li	{
	padding:15px 0 13px;
}
.footer .list-posts .date	{
	display:inline-block;
	margin:0 10px 0 0;
	color:#989898;
}
.working_hours	{
	margin-top:-17px;
}
.working_hours li	{
	overflow:hidden;
	padding:13px 0 15px !important;
}
.working_hours i	{
	font-size:16px;
	color:#13c175;
	position:relative;
	bottom:-1px;
	margin-right:12px;
}
.working_hours span	{
	float:right;
	width:48%;
	text-align:right;
}
.working_hours span:first-child	{
	float:left;
	text-align:left;
}
.ns_block	{
	margin:25px 0 20px;
	position:relative;
	overflow:hidden;
}
.ns_block .ns_input	{
	margin:0;
	padding:8px 100px 8px 14px;
	border:none;
	background:#fff;
	width:100%;
	color:#7f827d;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
}
.ns_block ::-webkit-input-placeholder	{color:#7f827d;}
.ns_block :-moz-placeholder	{color:#7f827d; opacity:	1;}
.ns_block ::-moz-placeholder	{color:#7f827d; opacity:	1;}
.ns_block :-ms-input-placeholder	{color:#7f827d;}

.ns_block .shortcode_button	{
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.ns_block .shortcode_button:hover	{
	background:#5D0529;	
}

.copyright	{

	margin-top:8px;
}

.footer .social a	{
	color:#fff;
}


/**********************css3***************/
a	{
	-webkit-transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	transition:color 0.4s ease;
}

.btn-prev,
.btn-next,
.item-team .img img,
.portfolio-list .item .zoom,
.portfolio-list .item img,
.portfolio-list .item .caption,
.services_tab ul.tabs li:before,
.services_tab ul.tabs li,
.portfolio-menu li a,
.shortcode_button,
.icon-banner .icon img,
.icon-banner .icon:before,
.fixed-menu,
.navmenu li a:before,
.navmenu ul li,
.navmenu ul li a	{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.portfolio-list .item .caption p,
.portfolio-list .item .caption h4,
.item-team .social a	{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.wrap_cont p {
    font-size: 14px;
}


.offer-content {
    background: rgb(12 177 98 / 76%);
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    align-items: baseline;
}

.text-offer{
  font-weight: 500;
}

.offer-heading::before{
  content: '';
  border-top: 16px solid transparent;
  border-left: 20px solid #fbfbfb;
  border-bottom: 16px solid transparent;
  position: absolute;
  left: 0;
  margin-top: 0.2em;
}

.offer-content > p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.offer{
  background: url(../images/overlay-offer.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.offer-section .row{
  width: 100%;
}

.offer-content h2 {
    font-weight: 800;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

a.offer-btn{
  background-color: #242424;
  color: #ffffff !important;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in-out;
  border-radius: 2px;
}

a.offer-btn:hover{
  background-color: #ffffff;
  color: #323334 !important;
}

.boybuilder-img > img{
  max-width: 100%;
}
.dark-text {
    color: #ffffff;
    font-family: 'Dancing Script', cursive;
    text-transform: capitalize;
    font-weight: normal;
}
.offer-content > p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.bg-hero{
  background: url(../images/gym-hero-img.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-hero2{
  background: url(../images/gym-hero-img2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.background-overlay{
  background-color: #000000a1;
}

.line-thick {
  width: 1rem;
  height: 3px;
  background: #13b33d;
  transition: width 1s;
}
.line-thick.load{
  width: 2.5rem;
  transition: width 1s;
}

.content-header {
    padding: 86px 0px 86px 0px;
    color: #ffffff;
}

.content-header h6 {
    margin: 8px 0 20px 0;
    font-weight: bold;
    font-size: 36px;
}

.content-header h5{
  font-weight: 300;
  margin: 18px 0px 0px 0px;
}

.content-header > p {
    font-size: 13px;
    font-weight: 200;
    line-height: 26px;
    margin: 14px 0px 14px 0px;
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    width: 65%;
}

.text-small{
  font-size: 14px;
  font-weight: 500;
}

.mini-heading {
    font-size: 21px;
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
    color: #222;
}

.text-tracking{
  letter-spacing: 1.7px;
}

.main-heading{
  font-size: 60px;
  font-weight: 900;
  margin: 0px;
}

.text-medium{
  font-weight: 400;
}

.highlight-color{
  color: #13c175;
}

.btn-nav{
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 15px;
  display: inline-block;
  font-weight: 500;
  border-radius: 2px;
}

.btn-nav:hover{
  border: 2px solid #81b21b;
  color: #ffffff;
  background-color: transparent !important;
}

.btn-hero{
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 36px;
  font-weight: 500;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.btn-hero:hover{
  border: 2px solid #81b21b;
  color: #ffffff;
  background-color: transparent !important;
}
 
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bg-hero h1 {
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    font-size: 30px;
}

.light-bg {
    background-color: #f6f6f6;
}
.classes-section {
    padding: 100px 0px 82px 0px;
}

.polay-shape{
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 100px solid #0cb162;
  position: absolute;
  left: 0;
  right: 0;
}

.icon-image{
  width: 50px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

.classes-btn{
  color: #81b21b;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.classes-btn:hover{
  color: #323334;
}

.card-classes {
    margin-top: 96px;
    min-height: 214px;
}

.card-classes p{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 18px 0px 13px 0px;
}

.card{
  transition: 0.3s ease-in-out;
}

.polay-shape{
  transition: 0.3s ease-in-out;
}

.card:hover .polay-shape{
  margin-top: -10px;
}

.card:hover {
  margin-top: -20px;
}
.section-top h2 {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 84px !important;
}


.shortcode_button ul li a {
    color: #ffff;
}

strong.float-right.ng-binding {
    font-family: 'Open Sans', sans-serif !important;
}
b {
    font-family: 'Open Sans', sans-serif !important;
}
.wt-bnr-inr-entry h1 {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.shop-details-info h5 {
   /* font-family: 'Teko', sans-serif; */
    font-size: 30px;
    font-weight: bold;
    color: #403a38;
    text-transform: uppercase;
    /* font-family: 'poppins', sans-serif; */
}


.sec1-prodiv-lft1 p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 22px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
.sec1-prodiv-lft1 p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 22px;
}

.sec1-prodiv-lft1 h1 {
    /* font-family: 'Teko', sans-serif !important; */
}

.site-header .nav-item .nav-link:hover {
    color: #c4c4c4 !important;
}

button#acceptCookie {
    background: #4d9018 !important;
}
p.price-sec {
    font-size: 25px;
    font-weight: bold;
}
p.copyright.mt-2 {
    color: #000;
    text-align: center;padding: 5px 0px;
}

.section1-cart.shadow {
    padding-top: 100px;
    padding-bottom: 100px;
}
p.hdng3 {
    font-weight: bold;
    font-size: 30px;
}
p.p1-cart {
    font-size: 19px;
}

.btndiv:hover {
    background-color: #222;
    color: #fff;
}

.header-action > ul {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.header-action > ul li {
    position: relative;
    margin-left: 32px;
    list-style-type: none;
}
.header-action ul li:first-child {
  margin-left: 0;
}
.header-shop-cart > a {
  height: 45px;
  width: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
}
.header-action > ul > li > a {
  font-size: 14px;
}
.scroll-top, .navbar-wrap > ul > li > a::before, .header-action > ul > li.header-shop-cart > a, .header-shop-cart .minicart .checkout-link a, .transparent-btn:hover, .faq-wrap .ui-accordion-header > span, .video-play a, .project-active .slick-dots li.slick-active button, .blog-post-item .blog-post-tag, .fw-title h5::before, .footer-newsletter button, .green-btn, .about-info-list ul li:hover .about-info-icon i, .shop-item:hover .shop-thumb span, .product-weight ul li.active, .related-product-active .slick-arrow:hover, .tag-list ul li a:hover, .object {
           background: #54a117;
}
.header-action > ul > li > a {
    font-size: 14px;
}
.header-shop-cart a span {
    position: absolute;
    right: 35px;
    top: 1px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
    background-image: -moz-linear-gradient( 2deg, rgb(255,127,1) 0%, rgb(255,5,1) 100%);
    background-image: -webkit-linear-gradient( 2deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    background-image: -ms-linear-gradient( 2deg, rgb(255,127,1) 0%, rgb(255,5,1) 100%);
}
.header-shop-cart ul.minicart {
    background: #fff;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: -15px;
    top: 70px;
    transition: all 0.5s ease 0s;
    width: 529px;
    z-index: 9;
    box-shadow: 0px 12px 24px 0px rgb(120 120 120 / 30%);
    visibility: hidden;
    transform: translateY(10px);
}
.header-shop-cart ul.minicart::before {
  position: absolute;
  content: '';
  left: 0px;
  top: -25px;
  width: 100%;
  height: 45px;
  display: block;
}
.header-shop-cart:hover ul.minicart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 9;
}
.header-shop-cart .minicart > li {
  display: block;
  margin-bottom: 22px;
  margin-left: 0;
  overflow: hidden;
  padding: 0;
}
.header-shop-cart .minicart .cart-img {
  float: left;
}
ul.minicart .cart-img img {
  width: 100px;
}
.header-shop-cart .minicart .cart-content {
  float: left;
  padding-left: 15px;
  text-align: left;
  padding-right: 25px;
}
.cart-content h4 {
  font-family: 'Roboto', sans-serif;
}
ul.minicart .cart-content h4 {
  font-size: 15px;
  background: none;
  font-weight: 600;
  line-height: 1.4;
}
ul.minicart .cart-content h4 a {
  color: #282828;
}
ul.minicart .cart-price span {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
  margin-left: 6px;
}
ul.minicart .cart-price .new {
  font-size: 14px;
  color: #282828;
  margin-left: 0;
}
.header-shop-cart .minicart .del-icon {
  float: right;
  margin-top: 30px;
}
.minicart .del-icon > a {
  font-size: 18px;
  color: #282828;
}
.total-price {
  border-top: 1px solid #473151;
  overflow: hidden;
  padding-top: 25px;
  margin-top: 10px;
}
.total-price span {
  color: #282828;
  font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
  margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 8px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Fira Sans", sans-serif;
}
.header-shop-cart .minicart .checkout-link a.red-color {
  background: #222;
  color: #fff;
}
.header-action .header-btn .btn {
  color: #fff;
  font-size: 14px;
  padding: 20px 34px;
}
.btn-sec {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    width: 150px;
    background: #7fb401;
    line-height: 50px;
    text-align: center;
    margin-top: 0;
    font-weight: 700;
    border-radius: 0px;
    width: 100%;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}
.btn-sec:hover {
    background: #121d2f;
    color: #fff;
    text-decoration: none;
}
a:hover{
text-decoration: none;  
}
select#quantity1 {
    background-color: #f4f3ef;
    width: 100%;
    border: 0px;
    height: 55px;
    padding: 0 18px 0 14px;
    margin-bottom: 14px;
}
.nav-cart-item-image {
    border: 2px solid #eee;
    float: left;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}
.nav-cart-item-image a, .nav-cart-item-image img {
    display: block;
    height: 44px;
    width: 44px;
}
.nav-cart-item-desc {
    overflow: hidden;
    position: relative;
    width: 80%;
}
.nav-cart-item-desc a.nav-cart-item-quantity {
    color: #444;
    display: block;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 2px;
    padding: 2px 5px 2px 5px;
    background-color: #f9f8f6;
    border-radius: 5px;
}
.nav-cart-item-desc span.nav-cart-item-price {
    color: #999;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-top: 7px;
}
.nav-cart-item-desc a {
    font-size: 15px;
    font-weight: 200;
    height: auto;
    text-align: left;
    width: auto;
    color: #222;
}
.nav-cart-title h5 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0;
    margin: 0px;
    text-transform: capitalize;
    font-family: "Fira Sans", sans-serif;
    padding-top: 17px;
    padding-bottom: 15px;
}
.nav-cart-title h4 {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0;
    margin: 0px;
    text-transform: capitalize;
    font-family: "Fira Sans", sans-serif;
    padding-top: 17px;
    padding-bottom: 15px;
}
ul.main-menu li a i:hover{
  color:#fff;
}

li.nav-items select {
    margin-top: 10px;
    background-color: #f8f8f8;
    border: none;
    padding: 9px;
    border-radius: 4px;
    padding-right: 32px;
    margin-right: 48px;
}
.nav-cart-items {
    overflow-y: scroll;
    height: 100px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 44px;
}

.section-before {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}


.vs-btn {
    /* font-family: Rubik, sans-serif; */
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
    height: 53px;
    background-color: #e67817;
    display: inline-block;
    padding: 14px 39px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255) !important;
    border-radius: 10px;box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}


.vs-btn:after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #141b22;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 10px;
}


.vs-btn:hover {
  /* box-shadow: 0px 10px 24px 0px rgb(191 30 46 / 37%); */
}

.vs-btn:hover:after {
  height: 100%;
    bottom: auto;
    top: 0;
}


.shop-details-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.breadcrumb-area{
    background-position: top center;
background-size: cover;background-repeat: no-repeat;
}

.pr-tbl{
    width: 100%;
}
.pr-tbl td{
    width: 50%;
}
.sec1-prodiv-lft1   ul li{
    margin-bottom: 16px;
}