/*
* Template Name : Gym & Fitness Website Template | HTML5 & CSS3
* Version : 1.0.0
* Created by : Gym & Fitness Website Template | HTML5 & CSS3
* File: style.css 
*/

/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0  - custom css
    2.0  - header css
    3.0  - slider css
    4.0  - service css
    5.0  - trainers css
    6.0  - about css
    8.0  - workout css
    9.0  - calculator css
    10.0 - filters css
    11.0 - portfolio css
    12.0 - testimonial css
    13.0 - our blog css 
    14.0 - bradcrumb css
    15.0 - blog single css
    16.0 - not found css
    17.0 - back top top css
    18.0 - footer css
    19.0 - keyframes css 
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* =============================================
                Theme Reset Style
============================================= */
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
    font-family: 'Rajdhani', sans-serif !important;
    overflow-x: hidden !important;
}
ul,
li,
ol,
li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a{
	text-decoration: none !important;
}
img{
	max-width: 100%;
}
button {
    cursor: pointer;
}
a:hover {
    color: #FFA701 !important;
}
::-webkit-scrollbar-track{
	border-radius: 6px;
	background-color: #fff;
}
::-webkit-scrollbar{
	width: 6px;
    height: 5px;
	background-color: #FFA701;
}
::-webkit-scrollbar-thumb{
	border-radius: 6px;
	background-color: #FFA701;
}
/* custom css */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.theme-preloader {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #FFA701;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
.theme-preloader > span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
}
.page-paddings {
    padding: 100px 0px;
    position: relative;
}
.page-background {
    background-color: rgb(238 238 238 / 26%);
    padding: 100px 0px;
}
.page-title .page-title-ico {
    margin-bottom: 15px;
}
.page-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 6px;
    color: #FFA701;
    margin-bottom: 6px;
}
.page-title h2 {
    font-size: 46px;
    position: relative;
    margin: 0px auto;
    color: #222222;
    background: url(../images/title-bg.png)/*assets/images/title-bg.png*/ no-repeat scroll left bottom rgba(0, 0, 0, 0);
    font-weight: 800;
    letter-spacing: 1px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.page-title.text-center h2{
    background: url(../images/title-bg.png)/*assets/images/title-bg.png*/ no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
.page-title h2 span {
    color: #FFA701;
}
.page-title.text-center .theme-description {
    max-width: 767px;
    margin: 0px auto;
}
.theme-title {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin: 0px 0px 4px;
    font-weight: 700;
}
.theme-title > a {
    color: rgba(255, 255, 255, 0.80);
}
.theme-title > a:hover {
    color: #FFA701;
}
.owl-loaded {
    overflow: hidden;
    position: relative;
}
.owl-item {
    float: left;
}
.owl-nav.disabled {
    display: none;
}
.owl-nav {
    text-align: center;
}
.owl-nav > button {
    height: 45px;
    width: 45px;
    background-color: rgb(12 90 219 / 5%);
    color: #FFA701;
    border: 0px;
    margin: 0px 5px;
    border-radius: 0px;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    padding: 0px;
    outline: 0 !important;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.owl-dots {
    text-align: center;
    margin-top: 12px;
    display: inline-block;
    width: 100%;
}
.owl-dots .owl-dot {
    padding: 0px;
    border: 0px;
    height: 14px;
    width: 14px;
    background-color: #ccc;
    border-radius: 100%;
    margin-right: 8px;
    outline: 0;
}
.owl-dots .owl-dot.active {
    background-color: #FFA701;
}
.owl-dots.disabled {
    display: none;
}
.theme-ratting > i {
    font-size: 18px;
    color: #FFA701;
    margin-right: 4px;
}
.theme-ratting > i:last-child {
    margin-right: 0px;
}
.theme-input-box {
    margin-top: 20px;
}
.theme-input-box > label {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #9c9c9c;
    margin: 0px 0px 4px;
}
.theme-input-box .theme-input {
    width: 100%;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #222;
    outline: 0;
    border: 0px;
    line-height: normal;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    resize: none;
}
.theme-input-box select.theme-input {
    color: #222;
}
.theme-input-box .theme-input::placeholder {
    color: rgb(136 136 136);
}
.theme-input-box .theme-input:focus::placeholder {
    font-size: 0px;
}
.custom-checkbox .custom-control-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #9c9c9c;
    margin: 0px 0px 4px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #FFA701 !important;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none !important;
}
.checkout-radio-box .custom-radio {
    width: 100%;
    margin: 12px 0px 0px;
}
.custom-radio .custom-control-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.9;
    color: #9c9c9c;
    margin: -1px 0px 0px;
}
.theme-btn {
    background-color: #FFA701;
    border: 0px;
    color: #fff !important;
    padding: 15px 30px 15px 30px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px 4px;
    outline: 0 !important;
    text-align: center;
    transition: all 0.3s;
}
.theme-btn:hover {
    color: #fff !important;
}
.theme-btn.light-btn {
    background-color: rgb(243 78 58 / 8%) !important;
    color: #FFA701 !important;
}
.theme-btn:hover {
    background-color: #526777;
    color: #fff;
}
.theme-btn > i {
    margin-left: 4px;
    position: relative;
    top: 1px;
}
.theme-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: rgb(136 136 136);
    margin: 0px;
}
.theme-description > a {
    font-weight: 600;
    color: #FFA701;
}
.pagination-box > ul {
    margin-top: 50px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-box > ul > li {
    height: 45px;
    width: 45px;
    background-color: #eee;
    float: left;
    margin-right: 8px;
    font-size: 25px;
    line-height: 48px;
    text-align: center;
}
.pagination-box > ul > li.active {
    background-color: #FFA701;
}
.pagination-box > ul > li.active > a {
    color: #ffffff;
}
.pagination-box > ul > li:last-child {
    margin-right: 0px;
}
.pagination-box > ul > li > a {
    color: #222222;
}
.pagination-box > ul > li > a > i {
    font-size: 18px;
}
/* custom css */
/* header css */
.header-main {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    padding: 0px 6px;
    background-color: rgb(34 45 53 / 30%);
}
.header-main.inner-header {
    background-color: #020202;
}
.header-main.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 15px #28333b;
    background-color: #010101;
    animation: slide-down 0.7s;
    z-index: 999;
}
.header-main .header-logo {
    padding: 10px 0px;
}
.header-logo img {
    max-height: 56px;
}
.header-main .header-right-navbar {
    float: right;
}
.header-right-navbar .navbar {
    float: left;
    padding: 0px;
}
.header-right-navbar .header-right-box {
    float: left;
    padding: 12px 0px;
}
.header-right-navbar .navbar .navbar-collapse .navbar-nav {
    float: right;
}
.navbar-collapse .navbar-nav .nav-item > .nav-link {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 26px 20px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    box-sizing: border-box;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 800;
}
.header-main.fixed-header .navbar-collapse .navbar-nav .nav-item > .nav-link {
    color: rgba(255, 255, 255, 0.80);
}
.navbar-collapse .navbar-nav .nav-item:hover > .nav-link, 
.navbar-collapse .navbar-nav .nav-item > .nav-link.active, 
.navbar-nav .nav-item .dropdown-menu-box > ul > li > a.active {
    color: #FFA701 !important;
}
.navbar-nav .nav-item .dropdown-menu-box {
    position: absolute;
    display: block;
    /*left: 0px;*/
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: top .15s ease-out;
    -moz-transition: top .15s ease-out;
    transition: top .15s ease-out;
    width: 215px;
    background-color: #000000;
    box-shadow: 0px 5px 15px rgb(40 51 59 / 25%);
}
.navbar-nav .nav-item:hover .dropdown-menu-box {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.navbar-nav .nav-item .dropdown-menu-box > ul {
    padding: 12px 0px;
}
.navbar-nav .nav-item .dropdown-menu-box > ul > li {
    position: relative;
}
.navbar-nav .nav-item .dropdown-menu-box > ul > li > a {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.80);
    letter-spacing: 1px;
    font-size: 14px;
    padding: 8px 18px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.60);
}
.header-right-navbar .header-right-box > ul {
    margin: 0px;
}
.header-right-navbar .header-right-box > ul > li {
    margin-right: 8px;
    float: left;
}
.header-right-navbar .header-right-box > ul > li:last-child {
    margin-right: 0px;
}
/* header css */
/* slider css */
.slider-main {
    height: 936px;
    width: 100%;
    padding-top: 76px;
    background-image: url(../images/slider1.jpg)/*assets/images/slider1.jpg*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.slider-main.slider-two{
    background-image: url(../images/slider2.jpg)/*assets/images/slider2.jpg*/;
}
.slider-main.slider-three{
    background-image: url(../images/slider3.jpg)/*assets/images/slider3.jpg*/;
}
.slider-main::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-image: url(../images/footer-bg.png)/*assets/images/footer-bg.png*/;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.slider-main .slider-item {
    vertical-align: middle;
    width: 100%;
    position: static;
    padding-top: 180px;
}
.slider-content h3 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 800;
    margin-bottom: 12px;
    color: rgb(195 42 42);
    display: inline-block;
    background-color: rgb(255 255 255 );
    padding: 12px 25px 10px;
    border-radius: 4px 4px;
}
.slider-content h2 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.80);
}
.slider-content h2 > span {
    color: #FFA701;
}
.owl-nav button {
    padding: 0px;
    border: 0px;
    width: 61px;
    height: 41px;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: 0;
}
.owl-nav button.owl-prev {
    left: 50px;
    transform: rotate(180deg);
}
.owl-nav button.owl-next {
    right: 50px;
}
.owl-nav button > span {
    display: inline-block;
    width: 81px;
    height: 61px;
    background-size: contain;
    background-repeat: no-repeat;
}
.owl-nav button > span.sl-arrow-left {
    background-image: url(../images/arrow-left.svg)/*assets/images/arrow-left.svg*/;
}
.owl-nav button > span.sl-arrow-right {
    background-image: url(../images/arrow-right.svg)/*assets/images/arrow-right.svg*/;
}
/* slider css */
/* service css */
.service-intro {
    height: 547px;
    width: 547px;
    margin-left: -273.5px;
    text-align: center;
    z-index: 100;
    position: absolute;
    top: -157px;
    left: 50%;
}
.service-intro:after {
    background-color: #FFA701;
    border:30px solid #e6e6e6;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.9;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.builder-img {
    background: url("../images/border.png")/*assets/images/border.png*/ no-repeat scroll center bottom transparent;
    float: left;
    margin-top: -180px;
    padding-bottom: 1px;
    width: 100%;
}
.short-desc {
    float: left;
    margin-top: 25px;
    width: 100%;
}
.short-desc h3 {
    color: #fff;
    float: left;
    font-weight: 600;
    letter-spacing: 2.5px;
    overflow: hidden;
    padding: 0 80px 0px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.short-desc p {
    color: rgba(255, 255, 255, 0.780);
    float: left;
    padding: 0 135px 20px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.service-boxes {
    float: left;
    position: relative;
    width: 100%;
    z-index: 100;
    margin-top: 195px;
}
.service-box {
    display: table;
    height: 272px;
    margin: 10px auto 30px;
    position: relative;
    width: 272px;
}
.service-inner {
    float: left;
    margin-left: 48px;
    margin-top: 41px;
    position: relative;
    width: 175px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.service-inner:before {
    background: none repeat scroll 0 0 #fff;
    background-clip: content-box;
    content: "";
    height: 100%;
    opacity: 0.90;
    padding: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.service-box:hover .service-inner:before {
    background-color: #FFA701;
}
.service-inner:after {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d9d9d9;
    content: "";
    height: 110%;
    left: -5%;
    padding: 10px;
    position: absolute;
    top: -5%;
    width: 110%;
    z-index: -1;
}
.service-inner > img {
    width: 100%;
}
.white-border.right {
    left: auto;
    right: 125px;
    top: 264px;
    width: 128px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.white-border {
    background: none repeat scroll 0 0 #fff;
    bottom: -80px;
    height: 360px;
    left: 127px;
    position: absolute;
    width: 128px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.white-border:before {
    background: url("../images/service-bg.png")/*assets/images/service-bg.png*/ repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 90px;
    left: -57px;
    position: absolute;
    top: -75px;
    width: 180px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.white-border.right:before {
    left: auto;
    right: -58px;
    top: -75px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.intro {
    height: 100%;
    padding: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
}
.intro > h3 {
    color: #FFA701;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 20px;
}
.service-box:hover .intro > h3{
    color: #FFF;
}
.service-icon {
    color: #5b5a5a;
    display: inline-block;
    margin-top: 40px;
    width: 70px;
    text-align: center;

    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.service-icon:before {
    color: #5b5a5a;
    font-size: 50px;
    line-height: 80px;
    margin: 0;
    width: 100%;
}
.service-box:hover .service-icon{
    margin-left: -70px;
    opacity: 0;
}
.service-icon.hover {
    color: #fff;
    margin-right: -70px;
    margin-top: 0;
    opacity: 0;
}
.service-icon.hover:before {
    color: #fff;
}
.service-box:hover .service-icon.hover{
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
}
/* service css */
/* trainers css */
.trainers-box {
    padding: 40px 0px 0px 40px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.trainers-box .wt-media {
    transition: 0.5s all ease;
    position: relative;
    z-index: 1;
}
.trainers-box .wt-media::after {
    content: '';
    position: absolute;
    background-color: #ff6a01;
    left: -40px;
    top: -40px;
    right: 40px;
    bottom: 40px;
    z-index: -1;
}
.trainers-box .wt-media::after {
    background-color: #fe0000;
}
.trainers-box .team-detail {
    padding-top: 20px;
    text-align: center;
}
.team-detail .theme-title {
    margin: 0px;
}
.trainers-box .team-social-center {
    position: absolute;
    top: 32px;
    left: -100%;
    transition: 0.5s all ease;
}
.trainers-box:hover .team-social-center {
    left: 0px;
    z-index: 1;
}
.trainers-box .team-social-center ul {
    margin: 0px;
}
.trainers-box .team-social-center ul li {
    display: block;
}
.trainers-box .team-social-center ul li a {
    color: #ffffff !important;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
/* trainers css */
.gym-intro-box .gym-intro-images,
.bmi-calculator-chart-media {
    text-align: center;
}
.gym-intro-information .intro-btn {
    margin-top: 25px;
}
.gym-intro-information .page-title h2 {
    margin-bottom: 10px;
}
.gym-intro-area .row {
    display: table;
    width: calc(100% - -15px);
}
.gym-intro-area .row > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.gym-intro-area {
    background-image: url(../images/bg-1.jpg)/*assets/images/bg-1.jpg*/;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
/* about css */
.about-menu .about-menu-item {
    margin-top: 30px;
}
.about-menu-item .about-menu-ico {
    width: 66px;
    float: left;
}
.about-menu-item .about-menu-info {
    width: calc(100% - 66px);
    float: left;
    padding-left: 15px;
}
.about-menu-item .about-menu-info .theme-title {
    margin: 0px;
}
/* about css */
/* workout css */
.workout-box {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.workout-box .workout-media img {
    transition: all 0.3s;
}
.workout-box:hover .workout-media img {
    transform: scale(1.2);
}
.workout-box .workout-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
}
.workout-box:hover .workout-info {
    background-color: hsl(0deg 65% 46%);
}
.workout-box .workout-info span {
    font-family: "Teko", sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    line-height: 55px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: block;
    margin-bottom: 4px;
    letter-spacing: 6px;
}
.workout-box .workout-info .theme-title {
    color: rgba(255, 255, 255, 0.80);
    margin: 0px;
}
/* workout css */
/* calculator css */
.calculator-your-bmi-area .page-title {
    margin-bottom: 10px;
}
.calculator-your-bmi-area {
    background-color: #222;
    position: relative;
}
.calculator-your-bmi-area::before {
    content: "";
    background-image: url(../images/gym-bg.jpg)/*assets/images/gym-bg.jpg*/;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.09;
}
.calculator-your-bmi-area .page-title h2 {
    color: rgba(255, 255, 255, 0.80);
}
.calculator-your-bmi-area .theme-description {
    color: #999 !important;
}
.bmi-calculator-chart-area .row {
    display: table;
    width: calc(100% - -15px);
}
.bmi-calculator-chart-area .row > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.bmi-calculator-chart-area .bmi-calculator-chart-table {
    margin-top: 30px;
}
.bmi-calculator-chart-table .table thead {
    background-color: #FFA701;
}
.bmi-calculator-chart-table .table thead > tr > th {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid #ca5858;
    padding: 20px 55px 15px;
}
.bmi-calculator-chart-table .table > tbody > tr > td {
    color: #666565;
    font-size: 16px;
    border: 1px solid #eee;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 52px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
.calculator-your-bmi-area .theme-input-box .theme-btn {
    width: 100%;
}
.calculator-your-bmi-area .theme-input-box .theme-input {
    background-color: transparent;
    border: 1px solid #4e4e4e;
    color: #999;
}
.calculator-your-bmi-area .theme-input-box .theme-input::placeholder {
    color: #999;
}
/* calculator css */
/* filters css */
.filters-content .portfolio-grid-item {
    margin-top: 30px;
}
.filters > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
}
.filters > ul > li {
    background-color: #eee;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    padding: 15px 30px 15px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
}
.filters > ul > li:last-child {
    margin-right: 0px;
}
.filters > ul > li.active {
    background-color: #FFA701;
    color: #fff;
}
.gallery-grid-area .page-title {
    margin-bottom: 30px;
}
/* filters css */
/* portfolio css */
.portfolio-grid-item .theme-title {
    font-size: 22px;
    margin-top: 15px;
}
.portfolio-grid-item .portfolio-grid-media {
    position: relative;
    overflow: hidden;
}
.portfolio-grid-item .portfolio-grid-media > .portfolio-icon {
    height: 45px;
    width: 45px;
    display: block;
    background-color: #FFA701;
    color: #fff !important;
    font-size: 18px;
    line-height: 47px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.portfolio-grid-item:hover .portfolio-grid-media > .portfolio-icon {
    opacity: 1;
    visibility: visible;
}
.portfolio-grid-item .portfolio-grid-media::before {
    content: "";
    background-color: #222;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .8;
    transition: all 0.5s;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}
.portfolio-grid-item:hover .portfolio-grid-media::before {
    transform: scale(1.2);
    opacity: 0.8;
    visibility: visible;
}
/* portfolio css */
/* testimonial css */
.testimonial-area {
    background-image: url(../images/bg3.jpg)/*assets/images/bg3.jpg*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.testimonial-area .page-title h2 {
    color: rgba(255, 255, 255, 0.80);
}
.testimonial-1-content .testimonial-1 {
    margin: 40px 0px 0px 0px;
    position: relative;
    padding: 40px 40px 100px 40px;
    border: 4px solid #FFA701;
}
.testimonial-1-content .testimonial-1 .testimonial-detail {
    padding: 0px;
    display: flex;
    align-items: center;
}
.testimonial-1-content .testimonial-1 .testimonial-pic {
    background: #fff;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    position: relative;
    display: inline-block;
}
.testimonial-1-content .testimonial-1 .testimonial-pic img {
    width: 100%;
    border-radius: 100%;
}
.testimonial-1-content .testimonial-1 .testimonial-info {
    padding: 0px;
}
.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
    padding-right: 0px;
    display: block;
    font-family: "Teko", sans-serif;
    margin-bottom: 0px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-position {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #ff6a01;
    font-weight: 600;
}
.testimonial-1-content .testimonial-1 .testimonial-text {
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 1;
    display: flex;
}
.testimonial-1-content .testimonial-1 .testimonial-text i {
    font-size: 80px;
    color: #000;
    line-height: 100px;
    opacity: 0.2;
    position: absolute;
    right: 0px;
    top: -80px;
    opacity: 0.1;
}
.testimonial-1-content .testimonial-1 .testimonial-text p {
    margin-bottom: 0px;
    font-family: "Heebo", sans-serif;
    font-size: 16px;
}
.testimonial-1-content .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
}
/* testimonial css */
.meta-tag {
    position: relative;
    font-size: 16px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    padding-left: 42px;
}
.meta-tag::before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #666666;
}
.meta-tag > a {
    color: #666666;
    font-weight: 600;
    margin-right: 4px;
}
/* our blog css */
.our-blog-slider .our-blog-box {
    margin-top: 30px;
    box-shadow: 0px 0px 15px #eee;
    border: 1px solid #eee;
}
.our-blog-slider .our-blog-box .our-blog-info {
    padding: 20px 20px;
}
.our-blog-info .theme-title {
    margin-bottom: 8px;
    font-size: 24px;
}
.our-blog-info .theme-title > a {
    color: #222;
}
.our-blog-info .theme-description {
    margin-bottom: 8px;
}
.our-blog-info .read-more-btn .theme-btn {
    border: 2px solid rgba(255, 255, 255, 0.80);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.80) !important;
    padding: 15px 30px 15px 30px;
}
.our-blog-slider .owl-nav {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.our-blog-slider .owl-nav button {
    position: static;
    transform: none;
}
.our-blog-slider .owl-nav button.owl-prev {
    transform: rotate(180deg);
}
.our-blog-slider .owl-nav button span {
    width: 61px;
    height: 41px;
}
.read-more-btn > a {
    font-size: 20px;
    font-weight: 600;
    color: #FFA701;
}
.read-more-btn > a > i {
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-left: 4px;
}
/* our blog css */
.brand-slider {
    padding: 50px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: -420px;
    box-shadow: 0px 0px 15px #eee;
}
/* bradcrumb css */
.bradcrumb-area {
    background-image: url(../images/bradcrumb-bg.jpg)/*assets/images/bradcrumb-bg.jpg*/;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}
.bradcrumb-area::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 0px;
}
.bradcrumb-area .bradcrumb-box {
    padding: 50px 0px 120px;
}
.bradcrumb-box h1 {
    margin-bottom: 0px;
    position: relative;
    font-family: "Teko", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    line-height: 70px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: block;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.bradcrumb-area .bradcrumb-box .breadcrumb-menu {
    margin: 0px;
}
.bradcrumb-area .bradcrumb-box .breadcrumb-menu > li {
    float: left;
    padding-right: 25px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-family: 'Rajdhani', sans-serif;
    color: #FFA701;
    font-weight: 600;
}
.bradcrumb-area .bradcrumb-box .breadcrumb-menu > li:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 13px;
    width: 4px;
    height: 4px;
    background-color: #FFA701;
}
.bradcrumb-area .bradcrumb-box .breadcrumb-menu > li:last-child:after{
    content: none;
}
.bradcrumb-area .bradcrumb-box .breadcrumb-menu > li:last-child {
    padding-right: 0px;
}
.bradcrumb-area .bradcrumb-box .breadcrumb-menu > li > a {
    color: rgba(255, 255, 255, 0.80);
}
/* bradcrumb css */
/* blog single css */
.blog-single-post {
    margin-top: 30px;
}
.blog-single-header .blog-single-img {
    position: relative;
}
.blog-single-header .blog-single-img audio {
    width: 90%;
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 15px 0px;
    background-color: #f1f3f4;
}
.blog-single-post .blog-single-header .blog-single-title {
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
}
.blog-single-title h2 {
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 800;
}
.blog-single-title p {
    font-size: 14px;
    margin: 0px;
}
.blog-single-title p > span {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.blog-single-title p > span:last-child {
    margin-right: 0px;
}
.blog-single-title p > span > i {
    color: #ccc;
    margin-right: 4px;
}
.blog-single-content {
    padding: 30px 0px;
}
.blog-single-content .theme-description {
    margin-bottom: 15px;
}
.blog-single-content .theme-description:last-child {
    margin-bottom: 0px;
}
.blog-single-content h2 {
    font-size: 28px;
    font-weight: 800;
    color: #FFA701;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}
.blog-single-content h2 > i {
    font-size: 18px;
    position: relative;
    top: -3px;
}
.blog-single-images .blog-single-media {
    margin-bottom: 20px;
}
.blog-single-content blockquote {
    background-color: rgb(195 42 42 / 8%);
    padding: 20px 30px;
    border-left: 6px solid #FFA701;
    color: #FFA701;
    font-size: 22px;
    margin: 22px 0px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.5px;
    line-height: 1.5;
    border-radius: 10px 0px 0px 10px;
}
.blog-single-content ol {
    margin: 0px 0px 20px 30px;
}
.blog-single-content ol > li {
    font-size: 15px;
    color: #222;
    list-style: decimal;
    padding-bottom: 8px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.blog-single-content ul {
    margin: 0px 0px 15px 15px;
}
.blog-single-content ul > li {
    font-size: 16px;
    color: #222;
    list-style: disc;
    padding-bottom: 8px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.blog-single-content ol > li:last-child,
.blog-single-content ul > li:last-child{
    padding-bottom: 0px;
}
.blog-social-footer ul {
    margin: 0px;
    background-color: #FFA701;
}
.blog-social-footer ul > li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 16px;
    padding: 14px 15px;
    cursor: pointer;
}
.blog-social-footer ul > li > a {
    color: #fff !important;
    transition: all 0.5s;
}
.blog-social-footer ul > li:hover a {
    color: #59815b;
}
.blog-social-footer ul > li > a > i {
    font-size: 22px;
    vertical-align: middle;
}
.qodef-post-text .qodef-post-text-box {
    background-color: #FFA701;
    padding: 50px 50px 50px 120px;
    position: relative;
    border-radius: 8px 8px;
}
.qodef-post-text .qodef-post-text-box > h5 {
    font-size: 24px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin: 0px;
}
.qodef-post-text .qodef-post-text-box > i {
    font-size: 63px;
    opacity: .2;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
}
.blog-comments {
    margin-top: 30px;
}
.blog-comments .comments {
    margin-bottom: 20px;
}
.blog-comments h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 800;
}
.comments .comment-list {
    margin: 0px;
}
.blog-comments .comments .comment-list {
    border: 1px solid #eee;
    padding: 0px 30px 30px;
}
.comment-list li {
    position: relative;
    float: left;
    margin-top: 30px;
}
.comment-list li .comment {
    padding-left: 75px;
}
.comment-list li .children {
    margin-left: 75px;
    background-color: #f7f7f7;
    padding: 0px 20px 20px;
    margin-top: 20px;
}
.comment-author img {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    left: 0;
}
.comment-author-name {
    display: inline-block;
    font-size: 20px;
    color: #363636;
    margin-bottom: 4px;
    letter-spacing: 1px;
    font-weight: 800;
}
.comment-author-name:hover{
    color: #59815b;
}
.comment-meta {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFA701;
    letter-spacing: 1px;
}
.comment-body {
    margin-top: 10px;
}
.comment-body p {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}
.comment-reply {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #444;
}
.comment-reply:hover{
    color: #59815b;
}
.comments-box {
    background-color: rgb(238 238 238 / 26%);
    padding: 30px 30px;
    margin-top: 30px;
    border: 1px solid #eee;
}
.comments-box .theme-input-box .theme-input {
    padding: 18px 15px;
    border: 1px solid #eee;
}
.comments-user {
    margin: 20px 0px;
}
.comments-user .comments-user-img {
    display: inline-block;
    margin-right: 8px;
}
.comments-user .comments-user-img img {
    max-width: 40px;
    border-radius: 100%;
}
.comments-user .comments-user-text {
    display: inline-block;
}
.comments-user .comments-user-text span {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-right: 4px;
}
.comments-user .comments-user-text select {
    background-color: #eee;
    border: 1px solid #eee;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    width: 180px;
    outline: 0;
    cursor: pointer;
}
.comments-inner .comments-btn {
    margin-top: 15px;
}
.comments-inner .theme-title {
    margin: 0px;
}
/* blog single css */
/* not found css */
.error-page-area {
    background-color: #252525;
    position: relative;
    background-image: url(../images/footer-bg.jpg)/*assets/images/footer-bg.jpg*/;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.not-found-table {
    display: table;
    height: 100vh;
    width: 100%;
}
.not-found-table .not-found-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.not-found-table .not-found-table-cell .not-found-media {
    margin-bottom: 45px;
}
.not-found-table .not-found-table-cell h3 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.80);
}
.not-found-table .not-found-table-cell .theme-description {
    max-width: 460px;
    margin: 0px auto 25px;
    color: rgb(169 169 169);
}
/* not found css */
/* back top top css */
.back-top-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #FFA701;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    border-radius: 100%;
    transition: all 0.3s;
}
.back-top-top:hover{
    background-color: #526777;
}
.back-top-top.show {
    opacity: 1;
    visibility: visible;
}
.back-top-top > a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    color: #fff !important;
}
.back-top-top > a > i {
    display: block;
    margin-bottom: 2px;
    line-height: 62px;
}
/* back top top css */
/* footer css */
.footer-area .footer-top {
    background-color: #29282d;
    padding: 80px 0px;
    position: relative;
    background-image: url(../images/footer-bg.jpg)/*assets/images/footer-bg.jpg*/;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.footer-widgets {
    margin-bottom: 40px;
}
.footer-about-widget .footer-logo {
    margin-bottom: 20px;
}
.footer-about-widget .footer-logo img {
    max-height: 60px;
}
.footer-about-widget p {
    color: #949494;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.footer-about-widget .social {
    margin-top: 25px;
}
.footer-about-widget .social a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    border: 2px solid #666;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    margin-right: 10px;
}
.footer-widgets .theme-title {
    margin-bottom: 25px;
    color: #fff;
}
.latest-news .news-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.latest-news .news-wrap .news-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.latest-news .news-wrap .news-content h4 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.latest-news .news-wrap .news-content h4 a {
    color: #949494;
}
.latest-news .news-wrap .news-content span {
    display: inline-block;
    color: #949494;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.latest-news .news-wrap .news-content span i {
    color: #FFA701;
    margin-right: 5px;
}
.latest-news .read-more a {
    font-family: Ubuntu,sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFA701 !important
}
.contact-widget p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #949494;
    font-family: 'Open Sans', sans-serif;
}
.contact-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets .theme-description {
    margin-bottom: 15px;
}
.contact-widget ul li {
    display: block;
    color: #949494;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
}
.contact-widget ul li > a {
    color: #949494;
}
.contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #FFA701;
}
.contact-widget ul li span {
    overflow: hidden;
}
.newsletters-widget .input-wrap {
    margin-bottom: 20px;
}
.newsletters-widget .input-wrap input {
    width: 100%;
    height: 60px;
    background: #353535;
    border: 0;
    color: #aaa;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
}
.footer-bottom {
    background: #202020;
    padding: 17px 0;
}
.copyright p {
    color: #949494;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}
.footer-menu {
    text-align: right;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    display: inline-block;
    margin-left: 15px;
}
.footer-menu ul li a {
    display: block;
    font-size: 18px;
    color: #949494;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.copyright p > a {
    color: #FFA701;
}
/* footer css */
/* keyframes css */
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
/* keyframes css */