*{
    padding: 0;
    margin: 0;
    box-sizing: 0;
}
body{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}
/*==========================Tags============================*/
li{
    list-style: none;
}
a,a:hover{
    text-decoration: none;
}
a:hover{
    color: #ea073a;
}
.light-bg {
    background-color: #fff5f7!important;
}
.default-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-heading {
    position: relative;
    margin-bottom: 20px;
}
.page-title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    position: relative;
    text-shadow: 8px 8px 3px rgb(0 0 0 / 10%);
}
.page-title span {
    color: #ea073a;
    font-weight: 600;
}
.page-content {
    margin-bottom: 30px;
    text-align: center;
}
.text {
    font-size: 16px;
    font-weight: 500;
    color: #7b7b7b;
}
.page-subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #ea073a;
    margin-bottom: 10px;
    font-style: italic;
}
.page-title2 span {
    text-decoration: underline;
    text-decoration-color: #ea073a;
}
.page-title2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
/*==========================Top-Header======================*/
.top-header {
    position: relative;
    background-color: #000;
    width: 100%;
    z-index: 1;
    padding: 5px 0px;
}
.socialMedia {
    position: relative;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}
.social-link {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ea073a;
    margin-left: 7px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}
.social-link:hover{
    background-color: #fff;
    color: #ea073a;
}
.top-header .nav-link {
    display: block;
    padding: 7px 10px !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.topHeader-icon {
    font-size: 15px;
    margin-right: 5px;
    color: #ea073a;
}
/*===============================MAin-Header=======================*/
.main-header {
    position: sticky;
    width: 100%;
    top: 0px;
    box-shadow: 0px 1px 5px #ddd;
    background-color: #fff;
    z-index: 9999;
}
.logo-text {
    display: inline-block;
    padding: 10px 0px;
    margin-right: 10px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ea073a;
}
.logo-text .thik-text {
    font-weight: 400;
}
.main-header .nav-link {
    display: block;
    padding: 25px 15px !important;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.main-header .nav-item:last-child .nav-link{
    padding-right: 0px !important;
}
.dropdown-menu{
    padding: 0px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: rgb(234 7 58 / 10%);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ea073a;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 10px;
    clear: both;
    font-size: 16px;
    font-weight: 500;
    color: #211d1d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/*===============================Home-Slider=================================*/
.container-fluid{
  position: relative;
}
.owl-slider .item img{
  height: 100%;
    width: 100%
}
.item {
    position: relative;
    width: 100%;
}
.owl-next {
    position: absolute;
    top: 45%;
    z-index: 1;
    color: #fff !important;
    right: 0;
    font-size: 30px !important;
    width: 50px;
    height: 50px;
    background: #000 !important;
}
.owl-prev {
    position: absolute;
    top: 45%;
    z-index: 1;
    color: #fff !important;
    left: 0;
    font-size: 30px !important;
    width: 50px;
    height: 50px;
    background: #000 !important;
}
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_banner .item .caption {
    padding: 100px 150px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    align-items: center;
}
.home_banner .item .caption .line {
    content: "";
    display: inline-block;
    width: 50%;
    height: 40%;
    left: 120px;
    top: 50px;
    position: absolute;
    border: 9px solid #fff;
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.home_banner .item .caption h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
}
.home_banner .item .caption p {
    font-weight: 500;
    font-size: 17px;
    color: #d8d8d8;
}
.home_banner .owl-item.active h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.home_banner .owl-item.active h2, .home_banner .owl-item.active p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.home_banner .owl-item.active .line {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 100%);
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}


/*===========================overlayer-box===============================*/
.overlayerBoxes {
    position: relative;
    margin-top: -130px;
    z-index: 1;
}
.overlay-boxItem {
    position: relative;
    width: 100%;
    padding: 50px 40px;
    background-color: #ea073a;
    margin-bottom: 10px;
}
.oveBox-Description{
    width: 100%;
    overflow: hidden;
    transition: .9s all;
}
.overlay-boxItem:hover .oveBox-Description , .overlay-boxItem:hover .oveBox-icon{
    transform: translateX(10px);
}
.oveBox-icon i {
    font-size: 50px;
    color: #fff;
}
.oveBox-icon {
    margin-bottom: 15px;
    overflow: hidden;
    transition: .9s all;
}
.oveBox-Description h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.oveBox-Description p {
    font-size: 15px;
    font-weight: 600;
    color: #ddd;
    margin-bottom: 0px;
}
.boxInner-Shadow {
    box-shadow: 0px 0px 40px #8c001f inset;
}
/*========================buttons========================*/
button:focus {
    outline: 0 !important;
    outline: 0 !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.btn.light-btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer !important;
    color: #fff;
    margin-top: 10px;
    padding: 8px 25px;
    background: #ea073a;
    opacity: 1;
    border-radius: 0 19px;
    transform: translate3d(0, -10px, 0);
    transition: all 0.7s ease 0s;
}
.btn.light-btn:hover {
    background: #000;
    color: #fff;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.15s;
}
.btn.light-btn2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer !important;
    color: #fff;
    margin: 20px 0px;
    padding: 8px 25px;
    background: #ea073a;
    opacity: 1;
    border-radius: 0 19px;
    transform: translate3d(0, -10px, 0);
    transition: all 0.7s ease 0s;
}
.btn.light-btn2:hover {
    background: #000;
    color: #fff;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.15s;
}
.btn.pink-btn {
    background: #fff;
    font-weight: 700;
    color: #ea073a;
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 4px;
    margin: 20px 0px;
    transition: .3s all;
}
.btn.pink-btn:hover{
    background: #ea073a;
    color: #fff;
}
.btn.back-btn {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s all;
}
.btn.back-btn:hover{
    background: #fff;
    color: #000;
}
.read-link {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #ea073a;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
}
/*=======================About===========================*/
.about-block {
    position: relative;
    padding: 30px;
    text-align: center;
    background-color: #fff5f7;
    border-radius: 5px;
    margin-bottom: 25px;
    transition: .3s ease-out;
}
.about-icon {
    width: 140px;
    height: 140px;
    margin: 0px auto 20px;
    background-color: rgb(234 7 58 / 40%);
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 8px solid #000;
    transition: all .5s;
}
.about-icon img {
    max-width: 100%;
    transition: .3s all;
}
.about-descrip h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.about-block:hover {
    box-shadow: 0px 5px 8px rgb(0 0 0 / 15%);
}
.about-block:hover .about-icon {
    background-color: #000;
    border: 8px solid #f795ac;
}
.about-block:hover img{
    transform: rotate(360deg);
}
/*=============================Why-choose=========================*/
.background-effects {
    background: rgba(0,0,0,.9) url(../img/palm-leaf-500x500.jpg);
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
    background-position: left bottom;
    background-size: contain;
}
.why-choos-img1, .why-choos-img3 {
    position: relative;
    width: 400px;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: auto;
}
.why-choos-img1 img, .why-choos-img3 img {
    max-width: 100%;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    box-shadow: 2px 2px 5px #000000;
    transition: .3s all;
}
.why-choos-img2 {
    position: absolute;
    top: 20%;
    left: 0;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    z-index: 1;
    box-shadow: -2px 0px 7px #000;
}
.why-choos-img2 img {
    max-width: 100%;
    border-radius: 50%;
    height: 100%;
    box-shadow: -5px 3px 40px #bdbdbd;
    transition: .3s all;
}
.why-choos-img1:hover img, .why-choos-img2:hover img, .why-choos-img3:hover img{
    transform: scale(1.1);
}
/*=========================work-section=======================*/
.work_background {
    background: #ea073a;
    padding: 30px 0px;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
}
.work-title {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}
/*================================blog-section========================*/
.blog-item {
    position: relative;
    margin-bottom: 25px;
    border-radius: 4px;
    background: #f9f9f9;
    transition: .3s all;
}
.blog-item-img {
    position: relative;
    width: 100%;
    height: 253px;
    overflow: hidden;
    margin-bottom: 0px;
}
.blog-item-img img {
    max-width: 100%;
    transition: 3s all;
    height: 100%;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}
.blog-descrip {
    padding: 20px;
}
.blog-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.blog-post-date {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ea073a;
    font-style: italic;
}
.blog-item:hover .blog-item-img img{
    transform: scale(1.2);
}
.blog-item:hover{
    box-shadow: 0px 4px 8px #ddd;
}
.blog-item:hover .blog-title{
    color: #ea073a;
}
.blog-item:hover .blog-post-date{
    color: #fba8ba;
}
/*==========================Contact-section================*/
.contact-block {
    position: relative;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 7px #808080;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contact-bg {
    background: hsl(347deg 94% 47% / 40%) url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(35px + 15px + 4px);
    padding: 8px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border-radius: 1px 25px 0px 25px;
    box-shadow: 0px 2px 4px #e8e8e8;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f5f5f5;
    outline: 0;
    box-shadow: 0px 3px 8px #ddd;
}
.form-group label {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.form-group label sup {
    color: red;
    font-size: 15px;
}
/*=============================breadcrumbs====================*/
.breadcrumbs-section {
    position: relative;
    background: rgba(0, 0, 0, .8) url(../img/palm-leaf-500x500.jpg);
    background-attachment: fixed;
    background-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 40px 0px;
    transition: .4s all;
}
.breadcrumbs-title {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
}
.breadcrumbs-title::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #ea073a;
    display: block;
    margin-top: 5px;
}
.breadcumb-link {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-align: right;
    vertical-align: bottom;
    display: block;
}
.breadcumb-link a{
    color: #ea073a;
}
/*===============================Air-Bikes====================*/
.air-block-img img {
    border-radius: 0px 30px 0px 30px;
    max-width: 100%;
    box-shadow: 0px 4px 6px #d2d2d2;
}
.air_bike-block1 {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    background: transparent;
    box-shadow: 0px 0px 8px #ddd;
    border-radius: 5px;
}
.air-block1-img{
    overflow: hidden;
}
.air-block1-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    transition: .3s all;
}
.air_block1-content {
    margin-left: 5px;
    padding: 20px;
}
.air_block1-content h3 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.air_bike-block1:hover img{
    transform: scale(1.1);
}
.air_bike-block1:hover .air_block1-content h3{
    color: #ea073a;
}
.air_bike-block1:hover{
    background: #fff5f7;
}
.airbike-help-block {
    position: relative;
    width: 100%;
    height: 340px;
    background: #f7f7f7;
    border: 1px solid #f8f9fa;
    margin-bottom: 25px;
}
.airbike-help-content {
    padding: 15px;
    position: relative;
}
.airbike-help-img img {
    max-width: 100%;
    width: 100%;
    transition: .3s all;
}
.airbike-help-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.airbike-help-content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #7b7b7b;
    text-align: justify;
}
.modal-bg{
    position: relative;
    width: 100%;
    background: rgb(255 255 255 / 92%) url(../img/bike1.jpg);
    background-blend-mode: color-burn;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.modal-carousel {
    margin-top: 60px;
}
.modal-item-img {
    position: relative;
    margin-bottom: 16px;
    background: rgb(0 0 0 / 15%);
    overflow: hidden;
    padding: 20px;
    transition: .5s all;
}
.modal-item-img img {
    max-width: 100%;
    width: 100px !important;
    height: 100%;
    max-height: 100%;
    margin: auto;
    transition: .5s all;
}
.modal-item-img:hover{
    box-shadow: 0px 3px 7px #ddd;
}
.modal-item-img:hover img{
    transform: translateY(-10px);
}
.modal-carousel .owl-next {
    position: absolute;
    top: -20%;
    z-index: 1;
    color: #fff !important;
    right: 0;
    font-size: 15px !important;
    width: 30px;
    height: 30px;
    background: #ea073a !important;
}
.modal-carousel .owl-prev {
    position: absolute;
    top: -20%;
    z-index: 1;
    color: #fff !important;
    left: 85%;
    font-size: 15px !important;
    width: 30px;
    height: 30px;
    background: #ea073a !important;
}
.airbike-feature-item {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border-bottom: 5px solid transparent;
    margin-bottom: 20px;
    transition: .3s ease-in;
}
.airBike-Feat_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: .5s all;
    border-radius: 5px 5px 0px 0px;
}
.airBike-Feat_img {
    width: 100%;
    overflow: hidden;
    height: 130px;
}
.airBike-Feat_info {
    padding: 20px;
}
.airBike-Feat_info h5 {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 5px;
}
.airbike-feature-item:hover img {
    transform: scaleY(1.1);
}
.airbike-feature-item:hover {
    border-bottom: 5px solid #ea073a;
}
/*===============================treadmill-services===================*/
.treadmill-service-item {
    position: relative;
    background: #fff;
    box-shadow: 0px 5px 10px #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
}
.treadmill-service_img{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.treadmill-service_img img {
    max-width: 100%;
    width: 100%;
    transition: 2s all;
    border-radius: 5px 5px 0px 0px;
}
.treadmill-service_info {
    padding: 20px 15px;
}
.treadmill-service_info h5 {
    font-size: 19px;
    font-weight: 700;
    color: #ea073a;
    text-transform: uppercase;
}
.treadmill-service-item:hover img{
    transform: scale(1.2);
}
.treadmill-service_img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(234 7 58 / 55%);
    display: block;
    height: 0%;
    border-radius: 5px 5px 0px 0px;
    transition: .5s ease-in-out;
}
.treadmill-service-item:hover .treadmill-service_img::after{
    height: 100%;
}
.services-item-list {
    display: block;
    margin-bottom: 15px;
}
.services-item-list li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #8a8a8a;
}
.services-item-list li span {
    color: #ea073a;
    margin-right: 7px;
    font-size: 11px;
}
/*=================================Stepper====================*/
.stepperMachine-Feature {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.stepperMachine-Feature-title {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    background: rgb(234 7 58 / 36%);
    text-align: center;
}
.stepperMachine-Feature-title h4 {
    font-size: 23px;
    font-weight: 800;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.stepperMachine-Feature-info {
    padding: 20px 15px;
}
.stepperMachine-Feature-info ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #6b6b6b;
}
/*==============================Footer========================*/
.top-footer {
    position: relative;
    background-color: #000;
    padding: 30px 0px;
}
.footer-block {
    background: #1d1d1d;
    height: 100%;
    padding: 35px 23px;
    margin-bottom: 20px;
    transition: .3s all;
}
.footer-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ea073a;
}
.footer-text {
    font-size: 17px;
    font-weight: 500;
    color: #7d7d7d;
    margin-bottom: 0px;
}
.bottom-footer {
    position: relative;
    background: #1d1d1d;
    padding: 10px 0px;
}
.footer-text a{
    color: #ea073a;
}
.flex-item {
    display: flex;
    align-items: center;
}
.footer-title {
    font-size: 23px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 8px;
}
.footer-logo-content {
    position: relative;
    padding: 40px 0px;
    border-top: 1px solid #2b2b2b;
}
.footer-block:hover {
    background: #fff;
    border-radius: 0px 40px 0px 40px;
}
.footer-block:hover .footer-title{
    color: #ea073a;
}


@media (max-width: 576px) {
	.hidden-sm {
		display: none !important;
	}
	.overlayerBoxes {
		margin-top: 0;
	}
	.home_banner .item .caption {
		display: none;
	}
	.why-choos-img1, .why-choos-img3 {
		width: 100%;
	}
	.footer-text {
		text-align: center !important;
	}
}