* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

/* pre loader */
.loader {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #191D24;
}

#loaderImage {
    background-repeat: no-repeat;
}

/* back to top */
.back_to_top.show {
    opacity: 1;
    bottom: 30px;
    opacity: 0.6;
    z-index: 999999;
}

.back_to_top.show:hover {
    opacity: 1;
    transform: rotate(360deg);
}

.back_to_top {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    background-color: #0FA372;
    color: #191D24 !important;
    padding: 12px 14px;
    transition: all 550ms ease-in;
}

.back_to_top .fa-angle-up {
    font-size: 20px;
    color: #fff;
}

/* progress bar */
progress {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    z-index: 100;
    border: none;
    color: #0FA372;
    background: transparent;
}

progress::-webkit-progress-bar {
    background: transparent;
}

progress::-webkit-progress-value {
    background: #0FA372;
    background-attachment: fixed;
}

progress::-moz-progress-bar {
    background: #0FA372;
    background-attachment: fixed;
}

/* mouse follower */
.mf-cursor {
    color: #0FA372;
}

/* scroll bar */
::-webkit-scrollbar {
    width: 15px;
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    background: hsl(218, 18%, 12%);
}

::-webkit-scrollbar-thumb {
    background: hsl(160, 83%, 35%, 0.5);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: hsl(160, 83%, 35%);
}


/* toggle navbar */
.navbar-toggler.plus {
    border: none;
}

.navbar-toggler.plus:focus {
    outline: none;
}

.navbar-toggler.plus[aria-expanded=true] .icon-bar:nth-of-type(1) {
    transform: translate3d(0px, 6px, 0) rotate(90deg);
    transform-origin: center center;
}

.navbar-toggler.plus[aria-expanded=true] .icon-bar:nth-of-type(3) {
    transform: translate3d(0px, -6px, 0) rotate(-90deg);
    transform-origin: center center;
}

.navbar-toggler.plus .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.plus .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler.plus .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.navbar-toggler.plus .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.navbar-toggler.plus .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}

/* animation */
@keyframes mymove {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(5%);
    }

    50% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(5%);
    }
}

/* header section */
.header-section {
    background: #323841;
}

.header-section .logo {
    background: #0FA372;
    clip-path: ellipse(100% 160% at 0 45%);
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-section .logo:hover a {
    text-decoration: none;
}

.header-section .logo:hover h3 {
    color: #191D24;
    transition: .5s;
}

.header-section .logo:hover span {
    color: #FFFFFF;
    transition: .5s;
}

.header-section .col-lg-8 {
    padding: 0;
    max-height: 150px;
}

.header-section .contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 22px;
    padding-right: 102px;
    gap: 32px;
}

.header-section .phone,
.header-section .mail {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-section p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #D9D9D9;
}

.header-section .contact a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.header-section .contact a:hover {
    text-decoration: none;
}

.header-section i {
    color: #191D24;
    background: #0FA372;
    font-size: 20px;
    padding: 20px;
    border-radius: 50px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #00000045;
}

.header-section .navigation {
    position: relative;
    z-index: 11;
    top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navigation .navbar {
    padding: 5px 68px 5px 5px;
    background: #191D24;
    align-items: flex-end;
    flex-direction: column;
}

.navigation li {
    padding-right: 18px;
}

.navigation li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #FFFFFF;
    display: block;
    padding: 9px 16px;
}

.navigation .navbar-nav a:hover {
    text-decoration: none;
    color: #0FA372;
}

.hvr-bounce-to-bottom:before {
    background: #313740;
}

.navigation .navbar-nav .active {
    color: #0FA372;
    background: #313740;
}

.dropdown-toggle::after {
    color: #0FA372;
}

.dropdown-menu {
    padding: 0;
    margin: 5px 0;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #323841;
    border: 0;
    border-radius: 0;
}

.navigation .dropdown-menu a {
    font-size: 15px;
    padding: 6px 32px;
}

.navigation .navbar-nav .dropdown-item:hover {
    color: #FFFFFF;
    background-color: #0FA372;
    transition: 500ms;
}

.dropdown-menu li {
    padding-right: 0;
}

/* slider section */
.slider-section {
    padding: 0;
}

.carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 23%;
    bottom: 28%;
    left: 8%;
    right: 50%;
    background: hsla(0, 0%, 100%, 0.9);
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.carousel-caption:hover {
    background: hsla(0, 0%, 0%, 0.9);
    transition: 500ms;
}

.carousel-caption:hover h2,
.carousel-caption:hover h3 {
    color: #fff;
    transition: 1000ms;
}

.carousel-caption:hover h3 span {
    color: #bac4d8;
    transition: 1000ms;
}

.carousel-caption:hover h2 span {
    color: #12df9a;
    transition: 1000ms;
}

.slider-section video {
    margin-bottom: -7px;
}

.slider-section h3 {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25;
    color: #191D24;
    text-transform: uppercase;
}

.slider-section h3 span {
    color: #31363F;
}

.slider-section h2 {
    font-family: Poppins;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.25;
    color: #313740;
    text-transform: uppercase;
}

.slider-section h2 span {
    color: #0FA372;
}

/* section-a */
.section-a {
    background: #191D24;
    padding-bottom: 50px;
}

.section-a .sec-1 {
    position: relative;
    bottom: 60px;
    z-index: 1;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5));
}

.section-a .sec-1 .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 140px;
}

.section-a .owl-item:nth-child(odd) {
    background: #1E222A;
}

.section-a .owl-item:nth-child(even) {
    background: #191D24;
}

.section-a .sec-1 .owl-carousel .owl-item img {
    width: 50%;
}

.section-a .owl-carousel .owl-stage-outer {
    border-radius: 15px;
}

.section-a .sec-1 .mask-1 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    animation: mymove 12s infinite;
}

.section-a .sec-1 .mask-2 {
    position: absolute;
    right: -4%;
    top: 50%;
    z-index: -1;
    animation: mymove 6s infinite;
}

.section-a .sec-2 {
    min-height: 975px;
}

.section-a .sec-2-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
}

.section-a .group-1 {
    position: absolute;
    top: 2%;
    left: 28%;
    transition: all 0.3s linear;
}

.section-a .group-2 {
    position: absolute;
    left: 38%;
    top: 8%;
    transition: all .5s linear;
}

.section-a .group-3 {
    position: absolute;
    top: 7%;
    left: 4%;
    transition: all .3s linear;
}

.section-a h2 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 300;
    line-height: 2;
    color: #FFFFFF;
    text-transform: uppercase;
}

.section-a h1 {
    font-family: Poppins;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.25;
    color: #0FA372;
    text-transform: uppercase;
}

.section-a h1 span {
    color: #FFFFFF;
}

.section-a h3 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    padding: 20px 0;
    color: #FFFFFF;
}

.section-a p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.25;
    color: #FFFFFF;
}

.section-a .sec-2 .mask-3 {
    position: absolute;
    left: -7%;
    bottom: 12%;
    min-width: 230px;
    animation: mymove 12s infinite;
}

/* section b */
.section-b {
    padding: 0;
}

.section-b .card {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.section-b .owl-carousel .owl-item img {
    width: auto;
}

.section-b .card-body {
    background: url(../images/card-body.webp);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 185px;
    text-align: center;
    min-height: 517px;
    transition: all 500ms ease;
}

.section-b .card:hover .card-body {
    background: url(../images/card-body-hover.webp);
    backdrop-filter: blur(1px);
    padding-top: 100px;
}

.section-b .card:hover .card-body h3 {
    color: #000000;
}

.section-b .card-body:hover:before {
    border-color: #00000090;
}

.section-b h3 {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* section c */
.section-c {
    background: url(../images/section-c-bg.webp);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 165px 0;
}

.section-c h2 {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    color: #0FA372;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.section-c h2 span {
    color: #191D24;
}

.section-c p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 2.25;
    text-align: center;
    width: 59%;
    padding-bottom: 25px;
}

.section-c a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    background: #0FA372;
    padding: 15px 24px;
    position: relative;
    line-height: 5;
    z-index: 1;
}

.section-c a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #0FA372;
    box-shadow: #000000 0 0 5px;
}

.section-c i {
    margin-left: 5px;
    color: #0FA372;
    background: #ffffff;
    border-radius: 15px;
    padding: 11px 4px 10px 3px;
}

.section-c a:hover i {
    background: #0FA372;
    color: #ffffff;
}

.section-c a::after {
    content: '';
    position: absolute;
    width: 165px;
    height: 55px;
    bottom: 15px;
    left: 20px;
    z-index: -1;
    border: 1px solid #000000;
    pointer-events: none;
    transition: 1000ms ease;
}

.section-c a:hover:after {
    bottom: -15px;
    left: -20px;
}

.container-c-full .container-c-row {
    padding: 95px 0 65px;
}

.container-c-full .sports-owl-carousel .item .slide-wrap {
    background: url('../images/sports-swiper-slide_bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 60px 22px;
}

.container-c-full .sports-owl-carousel .item.white_bg .slide-wrap {
    background: url('../images/inner-sports-swiper-slide_bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 60px 22px;
}

.container-c-full .sports-owl-carousel .item.white_bg {
    border: 1px solid #eaeaea
}

.container-c-full .sports-owl-carousel .item .slide-wrap>img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.container-c-full .sports-owl-carousel .item .slide-wrap h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 58px;
    line-height: 58px;
    color: #3e3e3e;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.container-c-full .sports-owl-carousel .item .slide-wrap h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    color: #3e3e3e;
    margin-bottom: 20px;
}

.container-c-full .sports-owl-carousel .item .slide-wrap .btn-outline {
    color: #ffffff;
    background-color: #099308;
}

.container-c-full .sports-owl-carousel .item .slide-wrap .btn-outline:hover {
    color: #099308;
    background-color: #ffffff;
    text-decoration: unset;
}

.container-c-full .sports-owl-carousel .owl-item img {
    width: auto;
}

.container-c-full .sports-owl-carousel .owl-dots {
    display: block !important;
    margin-top: 40px;
    text-align: center;
}

.container-c-full .sports-owl-carousel button.owl-dot {
    width: 14px;
    height: 10px;
    margin-right: 6px;
    margin-left: 6px;
    cursor: pointer;
    background-color: #3e3e3e;
    border-top: none;
    border-bottom: none;
    transform: skewX(-30deg);
    opacity: 1;
    border-radius: 0;
    transition: opacity .6s ease;
}

.container-c-full .sports-owl-carousel button.owl-dot:focus {
    outline: none;
}

.container-c-full .sports-owl-carousel button.owl-dot.active {
    background-color: #74d700;
}

.btn-outline {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    background-color: #2d2424;
    font-weight: 300;
    padding: 11px 35px;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: inline-block;
    box-shadow: 0px 0px 21px 0px rgba(24, 71, 81, 0.25);
}


/* section d */
.section-d {
    background: url(../images/section-d-bg.webp);
    background-size: cover;
    margin-top: -137px;
    padding: 183px 0;
}

.section-d h2 {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    color: #0FA372;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.section-d h2 span {
    color: #FFFFFF;
}

.section-d p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.25;
}

.section-d .shoe-1 {
    position: absolute;
    top: 0;
    left: -12%;
    z-index: 2;
    max-width: 110%;
    height: 100%;
}

.section-d .shoe-2 {
    position: absolute;
    z-index: 1;
    left: -6%;
    top: 6%;
    max-width: 100%;
    height: 94%;
}

.section-d .mask-4 {
    position: absolute;
    bottom: -6%;
    left: -14%;
    height: 49%;
    animation: mymove 6s infinite;
}

.section-d .mask-5 {
    position: absolute;
    right: -9%;
    top: -29%;
    height: 50%;
    animation: mymove 12s infinite;
}

.section-d .sec-d-left:hover .shoe-1,
.section-d .sec-d-left:hover .shoe-2 {
    animation: bounce 3s infinite;
    transition: all 1000ms ease;
}

.section-d .sec-d-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}

/* section e */
.section-e {
    background: #191D24;
    padding-bottom: 175px;
}

.section-e .row {
    justify-content: center;
}

.section-e h2 {
    font-family: Source Sans Pro;
    font-size: 50px;
    font-weight: 700;
    color: #0FA372;
    text-transform: uppercase;
    padding-bottom: 90px;
}

.section-e h2 span {
    color: #FFFFFF;
}

.section-e .owl-carousel .owl-item img {
    width: auto;
}

.section-e .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    background: #20242D;
    border: 1px solid #fff;
    border-radius: 10px;
}

.section-e .center .item {
    background: url(../images/sec-d-active.webp);
    border: 1px solid #0FA372;
}

.section-e .item .active img {
    display: none;
}

.section-e .center .item img {
    display: none;
}

.section-e .center .item .active img {
    display: block;
}

.section-e .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 19px;
    background: #FFFFFF;
    border: 1px solid #0FA372;
    border-radius: 0;
}

.section-e .owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid #FFFFFF;
    background: #0FA372;
    transition: 500ms;
}

.section-e .owl-carousel .owl-dots.disabled {
    display: block;
    margin-top: 50px;
}
.section-e .sec-2 {
    padding-bottom: 50px;
}
.section-e .special {
    padding-bottom: 80px;
}
.section-e b {
    font-weight: bolder;
    color: #d82e2e;
}
.section-e .sec-2 h2 {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    color: #0FA372;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-e .sec-2 .content-1 h3 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #0FA372;
    text-align: center;
}
.section-e p{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.25;
    color: #FFFFFF;
}
.special p{
    padding-bottom: 15px;
}
.section-e .sec-2 .content-2 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    padding-top: 40px;
}
.section-e  .box-1 {
    padding-bottom: 70px;
}
.section-e  .box-1 img {
    padding-top: 15px;
    margin: 0 auto;
    display: block;
}
.section-e .sec-2 .box-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 0px 30px -1px rgba(52, 25, 94, 0.2);
    -webkit-box-shadow: 0px 0px 30px -1px rgba(52, 25, 94, 0.2);
    -moz-box-shadow: 0px 0px 30px -1px rgba(52, 25, 94, 0.2);
    transition: 800ms;
    width: 25%;
    margin: 0px 10px;
}

.section-e .sec-2 .box-1 a {
    text-decoration: unset;
}

.section-e .sec-2 .box-1 a:hover i {
    color: #0FA372;
}

.section-e .sec-2 .content-2 p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

.section-e .sec-2 .content-2 p:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 15px;
}

.section-e .sec-2 .content-2 p {
    padding-top: 20px;
    text-align: center;
}

.section-e .sec-2 .content-2 p i {
    font-size: 30px;
}
.section-e p a {
    color: #0FA372;
}
.section-e  p a:hover {
     color: #FFFFFF;
}

/* section f */
.section-f {
    background: url(../images/section-f-bg.webp);
    background-size: cover;
    background-position-x: 1px;
    padding: 150px 0;
    position: relative;
    margin-top: -150px;
}

.section-f .col-12 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section-f .col-lg-3 {
    border-radius: 12px;
    padding: 0 10px;
}

.section-f img {
    border-radius: 12px;
}

.section-f .col-lg-3:hover img {
    transform: scale(0.95) !important;
    transition: 500ms;
}

.section-f h2 {
    font-family: Source Sans Pro;
    font-size: 50px;
    font-weight: 700;
    line-height: 4;
    color: #0FA372;
    text-transform: uppercase;
    text-align: center;
}

.section-f h2 span {
    color: #FFFFFF;
}

.section-f .button {
    padding: 100px 0 25px;
}

.section-f .button a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    background: #0FA372;
    padding: 15px 24px;
    position: relative;
    z-index: 1;
}

.section-f .button a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #0FA372;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.section-f .button i {
    margin-left: 5px;
    color: #0FA372;
    background: #ffffff;
    border-radius: 15px;
    padding: 11px 4px 10px 3px;
}

.section-f .button a:hover i {
    background: #0FA372;
    color: #ffffff;
}

.section-f .button a::after {
    content: '';
    position: absolute;
    width: 165px;
    height: 55px;
    bottom: 15px;
    left: 20px;
    z-index: -1;
    border: 1px solid #ffffff;
    pointer-events: none;
    transition: 1000ms ease;
}

.section-f .button a:hover:after {
    bottom: -15px;
    left: -20px;
}

/* section g */
.section-g {
    background: #191D24;
    margin-top: -155px;
    padding: 100px 0 200px;
}

.section-g .container {
    padding: 0;
}

.section-g h2 {
    font-family: Source Sans Pro;
    font-size: 50px;
    font-weight: 700;
    line-height: 4;
    color: #FFFFFF;
    text-transform: uppercase;
}

.section-g p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.75;
}

.section-g h6 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 2;
}

.section-g .owl-carousel {
    width: 92.5%;
    margin: auto;
}

.section-g .card {
    background: url(../images/testimonial-bg.webp) no-repeat;
    background-size: 100% 100%;
    min-height: 285px;
    padding: 30px 25px;
    border: 0;
    border-radius: 0;
}

.section-g .card:hover {
    filter: hue-rotate(360deg);
    transition: 2000ms;
}

.section-g .owl-carousel .owl-item img {
    width: auto;
}

.section-g .card-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 0px;
    background-color: transparent;
    border-top: 0;
}

.section-g .owl-theme .owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section-g .owl-carousel .owl-nav button.owl-next,
.section-g .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    bottom: 280px;
}

.section-g .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/left-arrow.png) no-repeat;
    min-width: 24px;
    min-height: 39px;
    right: 50px;
    transition: 500ms;
}

.section-g .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../images/left-arrow-hover.png);
    transform: rotateY(190deg);
}

.section-g .owl-carousel .owl-nav button.owl-next {
    background: url(../images/right-arrow.png) no-repeat;
    min-width: 24px;
    min-height: 39px;
    transition: 500ms;
    left: 50px;
}

.section-g .owl-carousel .owl-nav button.owl-next:hover {
    background: url(../images/right-arrow-hover.png);
    transform: rotateY(190deg);
}

.section-g .owl-carousel span {
    display: none;
}

/* section h */
.section-h {
    background: url(../images/section-h-bg.webp);
    background-size: cover;
    margin-top: -150px;
    /* min-height: 1410px; */
}

.section-h .part-2 {
    background: url(../images/contact-bg.webp);
    background-size: 100% 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 127px;
    padding-bottom: 173px;
}

.section-h h2 {
    font-family: Source Sans Pro;
    font-size: 50px;
    font-weight: 700;
    line-height: 2.5;
    color: #191D24;
    text-transform: uppercase;
}

.section-h h2 span {
    color: #FFFFFF;
}

.section-h p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 2.5;
    text-align: center;
    width: 80%;
}

.section-h a {
    color: #191D24;
    text-decoration: none;
}

.section-h p a {
    position: relative;
    white-space: nowrap;
}

.section-h p a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background: #000;
    top: 25px;
    left: 0;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.section-h p a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.section-h .contact-us {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    gap: 60px;
}

.section-h .phone,
.section-h .mail {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.section-h .contact-us h6 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    color: #D9D9D9;
}

.section-h .contact-us a {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.section-h i {
    background: #191D24;
    color: #0FA372;
    font-size: 25px;
    padding: 21px;
    border-radius: 50px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #00000045;
}

.section-h .part-1 {
    padding-bottom: 37px;
}

/* footer section */
.footer-section {
    background: url(../images/footer-bg.webp);
    background-size: cover;
    margin-top: -112px;
    padding: 150px 0 25px;
}

.jarallax {
    position: relative;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -2;
}

.footer-section .container {
    padding: 0;
}

.footer-section h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    line-height: 3;
}

.footer-section p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 2;
}

.footer-section .sec-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-right: 0;
    margin-top: -20px;
}

.footer-section .details {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
}

.footer-section .hours {
    flex: 1;
}

.footer-section .hours p {
    display: flex;
    justify-content: space-between;
}

.footer-section .hours p .last {
    padding-right: 40px;
}

.footer-section .social {
    flex: 1;
}

.footer-section .sec-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    margin-top: -20px;
}

.footer-section .sec-2 a {
    color: #000000;
    text-decoration: none;
    position: relative;
}

.footer-section .sec-2 a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background: #000;
    top: 22px;
    left: 0;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.footer-section .sec-2 a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.footer-section .sec-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-section .social img {
    padding-left: 100px;
    transition: 1000ms;
}

.footer-bottom {
    padding-top: 50px;
}

.footer-bottom p {
    font-weight: 400;
    text-align: center;
}

.footer-bottom a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

.footer-bottom a:hover {
    color: #0FA372;
    transition: 500ms;
}

.inner-footer {
    margin-top: 0;
    background: url(../images/footer2-bg.jpg);
    padding-top: 50px;
}

.layout-full {
    padding: 50px 0;
}

.layout-full h1 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    color: #0FA372;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

.layout-full h2 {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.layout-full h3 {
    font-size: 23px;
    font-family: Poppins;
    font-weight: 500;
    color: #242424;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.layout-full h3 a {
    font-family: Poppins;
    font-size: 23px;
    color: #0FA372;
    text-decoration: none;
}

.layout-full h3 a:hover {
    color: #222222;
    text-decoration: none;
}

.layout-full h4 {
    font-size: 19px;
    font-family: Poppins;
    font-weight: 400;
    color: #099308;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.layout-full p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #222222;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.layout-full p span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #099308;
}

.layout-full p a {
    font-weight: 400;
    color: #0FA372;
    white-space: nowrap;
}

.layout-full p a:hover {
    color: #222222;
    text-decoration: none;
}


.layout-full ul {
    padding-left: 35px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.layout-full ul li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #222222;
}

.layout-full ul li a {
    font-weight: 400;
    color: #0FA372;
}

.layout-full ul li a:hover {
    color: #222222;
    text-decoration: none;
}

.layout-full ol {
    padding-left: 35px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.layout-full ol li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #222222;
}

.layout-full ol li a {
    font-weight: 400;
    color: #0FA372;
}

.layout-full ol li a:hover {
    color: #222222;
    text-decoration: none;
}

.layout-full .fancybox img {
    margin-bottom: 5px;
    margin-right: 10px;
    width: 18%;
}

.container-layout-row-extra h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #099308;
    margin: 15px 0;
}

.container-layout-row h4 span {
    color: #222222;
}

.container-layout-row .layout-book-btn,
.container-layout-row .order-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #099308;
    padding: 5px 15px;
    margin: 0 0 15px;
    display: inline-block;
    border: 2px solid #099308;
}

.container-layout-row .layout-book-btn:hover,
.container-layout-row .order-btn:hover {
    color: #099308;
    background-color: #ffffff;
}

@keyframes shake {}

.container-layout-row .order-btn.custom {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background-color: #099308;
    padding: 8px 20px;
    display: inline-block;
    border: 2px solid #099308;
}

.container-layout-row .order-btn.custom:hover {
    color: #099308;
    background-color: #ffffff;
}

.container-layout-row .order-btn {
    margin-top: 20px;
}

.container-layout-row h5,
.container-layout-row-extra h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #099308;
    margin: 15px 0;
}

.container-layout-row p,
.container-layout-row table,
.container-layout-row-extra p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    padding: 5px 0;
    line-height: 28px;
}

.container-layout-row table tr {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.container-layout-row table tr td {
    padding: 0.25rem 0.75rem;
    border-right: 1px solid #dee2e6;
}

.container-layout-row table {
    border-bottom: 1px solid #dee2e6;
}

.container-layout-row table tr p {
    margin-bottom: 0;
}

.container-layout-row ul,
.container-layout-row ol {
    padding-left: 30px;
}

.container-layout-row ul li,
.container-layout-row ol li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    padding: 5px 0;
    line-height: 28px;
}

.container-layout-row a,
.container-layout-row-extra .layout-btn {
    color: #099308;
    transition: 0.5s ease;
    text-decoration: none;
}

.container-layout-row a:hover,
.container-layout-row-extra .layout-btn:hover {
    color: #222222;
}

.container-layout-row-extra .layout-btn {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500px;
}

.container-layout-row-extra p {
    font-size: 14px;
    padding: 8px 0;
    margin-bottom: 5px;
    line-height: 24px;
}

.container-layout-row-extra .img-div {
    float: left;
}

.container-layout-row-extra .text-div {
    width: 77%;
    float: right;
}

/* .container-layout-row-extra:before {
    content: "";
    width: 75px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: #ccc;
} */

.container-layout-row img {
    padding: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 21px 70px 0 rgba(0, 0, 0, 0.19);
}

.container-layout-row a img {
    box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.2), 0 23px 16px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2), 0 21px 70px 0 rgba(0, 0, 0, 0.19);
    padding: 2px;
    margin-top: 10px;
}

.container-layout-row .contact-form form {
    padding: 20px 0;
}

.partners-sub-owl-carousel .item img {
    box-shadow: none;
}

.table-responsive,
.table img {
    box-shadow: none;
    padding: 0;
}

.layout-custom-cards-row .img-card .con-text p {
    margin-bottom: 0;
    opacity: 1;
    transition: all 0.5s ease;
}

.layout-custom-cards-row .img-card .con-text .inner-card-btn {
    display: inline-block;
}

.layout-custom-cards-row .img-card .con-text p {
    opacity: 1;
    margin-bottom: 0;
}

.layout-custom-cards-row .img-card .con-text h4 {
    margin: 0 0 10px;
    font-size: 24px;
}

.layout-custom-cards-row .img-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 280px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    backface-visibility: hidden;
    margin-bottom: 30px;
}

.layout-custom-cards-row .img-card:hover img {
    transform: scale(1);
}

.layout-custom-cards-row .img-card:hover .con-text p {
    margin-bottom: 0;
    opacity: 1;
    transition: all 0.5s ease;
}

.layout-custom-cards-row .img-card:hover .con-text .inner-card-btn {
    display: inline-block;
}

.layout-custom-cards-row .img-card img {
    position: absolute;
    width: 100%;
    z-index: 10;
    transition: all 0.5s ease;
    box-shadow: none;
    transform: scale(1.1);
}

.layout-custom-cards-row .img-card .con-text {
    position: absolute;
    z-index: 30;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.layout-custom-cards-row .img-card .con-text h4 {
    color: #fff;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.layout-custom-cards-row .img-card:hover .con-text h4 {
    margin: 0 0 10px;
    font-size: 24px;
}

.layout-custom-cards-row .img-card .con-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #ffffff;
    opacity: 0;
    margin-bottom: -280px;
    transition: all 0.5s ease;
}

.layout-custom-cards-row .img-card .con-text .inner-card-btn {
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 10px;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    outline: none;
}

.layout-custom-cards-row .img-card .con-text .inner-card-btn:hover {
    background: #fff;
    color: #000;
}

.layout-custom-cards-row .text-center {
    padding-bottom: 15px;
}

.layout-custom-cards-row .text-center>p {
    font-weight: 600;
}

.layout-custom-cards-row .img-hover-card {
    position: relative;
}

.layout-custom-cards-row .img-hover-card .img-hover-card-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
}

.layout-custom-cards-row .img-hover-card .img-hover-card-text p,
.layout-custom-cards-row .img-hover-card .img-hover-card-text h5 {
    color: #ffffff;
}

.layout-custom-cards-row .img-hover-card img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.layout-custom-cards-row .img-hover-card .img-hover-card-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #0FA372;
}

.layout-custom-cards-row .img-hover-card:hover .img-hover-card-overlay {
    opacity: 1;
}

#clubkitOrderForm h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

#clubkitOrderForm .modal-content {
    border-radius: 0;
}

#clubkitOrderForm .btn.btn-default {
    background-color: rgba(247, 44, 44, 0.99);
    border: 1px solid rgba(247, 44, 44, 0.99);
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

#clubkitOrderForm .btn.btn-default:hover {
    color: #ffffff;
}


/*modal css*/
.modal-body {
    font-family: "Poppins", sans-serif;
}

.modal-body h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #292f3b;
    text-transform: uppercase;
}

.modal-body a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 6600;
}

.modal-body a.pre-order-btn:hover {
    background-color: #000;
    text-decoration: none;
    color: gold;
}

.modal-body img {
    width: 25%;
}

/*modal css*/

.productoffer-row .img-hover-card .img-hover-card-overlay {
    background-color: #292f3bc9 !important;
}

#myModal .modal.in .modal-dialog {
    z-index: 10000;
}

#myModal .modal-header {
    justify-content: center;
}

#myModal .modal-dialog {
    max-width: 635px;
}

#myModal .modal-content h4 {
    font-family: 'Lato', serif;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    padding-top: 15px;
    line-height: 1.5;
    text-align: center;
}

#myModal .modal-content p:nth-of-type(1) {
    padding-bottom: 20px;
}

#myModal .modal-content p a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

#myModal .modal-header .close {
    padding: 0;
    margin: 0;
}

#myModal .modal-content .close {
    float: right;
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 1;
    color: red !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1 !important;
}

#myModal .btn-success {
    color: #fff;
    background-color: #0FA372;
    border-color: #0FA372;
}

#myModal .btn-success:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

#myModal .modal-content .close:hover,
.close:focus {
    opacity: 0.5 !important;
}

#myModal .modal-content .btn-default {
    color: red;
}

#myModal .btn-danger {
    font-size: 13px !important;
}

#myModal .modal-footer .btn {
    border: 1px solid black;
}

#myModal .modal-footer .btn:hover {
    background: #000000;
    color: #ffffff;
}

#myModal img {
    width: 100%;
}

.winter {
    text-decoration: none;
    background: #0FA372;
    color: #ffffff;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    width: max-content;
    font-size: 18px;
}

/* contact */

.d-none {
    display: none;
}

.form-control {
    border: 1px dashed #0FA372;
}

#submit,
#reset {
    border: 1px dashed #0FA372;
}

#company-details dl {
    margin-top: 10px;
}

#company-details dt,
#company-details dd {
    font-family: Poppins;
    font-size: 16px;
}

#company-details dd {
    margin: 10px 0 0 0px;
}

#company-details dt,
#company-details dd a {
    color: #0FA372;
    font-weight: 600;
}

#company-details dt,
#company-details dd a:hover {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
}

#company-details,
#contact-form {
    padding-top: 0px;
}

#contact-form ul li::before {
    display: none;
}

#contact-form h2 {
    padding-left: 0;
}

#map-container h2 {
    padding-bottom: 20px;
}

#map-container iframe {
    width: 100%;
}

dt {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 0px;
}

/* privacy - policy  */

.privacy-details {
    box-shadow: 1px 1px 4px 1px #0FA372;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.privacy-details .bodytext {
    padding-bottom: 0 !important;
}

.privacy_inner ul li {
    list-style: disc;
}

.privacy_inner ul li::before {
    display: none;
}

.privac {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.about_inner {
    padding-bottom: 20px;
}

.about_inner3 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.about_inner6,
.running2,
.walking3,
.gait2,
.gait3,
.road2,
.road4,
.road6,
.trail3,
.cross2,
.cross4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.about_inner4,
.about_inner9 {
    padding-bottom: 20px;
}

.about_inner8,
.fitness2 {
    padding-top: 20px;
}

.about_inner8 img {
    width: 100%;
}

.about_inner11 p {
    text-align: center;
    padding-bottom: 30px;
}

.about_inner13 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about_inner img,
.about_inner2 img,
.about_inner3 img,
.about_inner4 img,
.about_inner6 img,
.about_inner9 img {
    width: 100%;
}

.walking2,
.fitness {
    padding-top: 20px;
}

.run-clothing2 .fancybox img {
    margin-bottom: 5px;
    margin-right: 10px;
    width: 15%;
}

.nutrition2 {
    padding-top: 20px;
}

.club-kit0 {
    padding-bottom: 30px;
}

.trail {
    padding-bottom: 20px;
}

.gift_inner2 {
    padding-top: 50px;
}

.gift_inner p:nth-of-type(1) {
    padding-bottom: 30px;
}

.gift_inner .btn-success {
    color: #FFFFFF !important;
    font-size: 22px;
}

.gift_inner .btn-success:hover {
    background-color: #000000;
    border-color: #000000;
}

.wellbeing_inner4 {
    padding-bottom: 30px;
}

.club_inner2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.club_inner3,
.fitlab_inner,
.wellbeing_inner2 {
    padding-bottom: 30px;
}



/* Large screen */
@media (min-width: 1280px) and (max-width: 1365px) {

    .navigation .navbar {
        padding: 5px 25px 5px 5px;
    }

    .navigation li a {
        padding: 9px 14px;
    }

    .header-section .logo {
        padding-right: 75px;
    }

    .header-section .contact {
        padding-right: 61px;
    }

    .carousel-caption {
        left: 5%;
        right: 53%;
        bottom: 25%;
    }

    .section-b .card-body {
        padding-top: 165px;
    }

    #clubkitOrderForm .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }

}

@media (min-width: 1440px) {

    .navigation .navbar {
        padding: 5px 104px 5px 5px;
    }

    .header-section .logo {
        padding-left: 85px;
    }

    .header-section .contact {
        padding-right: 138px;
    }

    .carousel-caption {
        left: 10%;
        right: 49%;
        bottom: 25%;
        padding: 20px;
    }

    .slider-section h3 {
        font-size: 26px;
    }

    .slider-section h2 {
        font-size: 36px;
    }

    #clubkitOrderForm .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}


@media (min-width: 1600px) and (max-width: 1919px) {

    .section-a .container,
    .section-d .container,
    .section-e .container,
    .section-g .container,
    .section-h .container,
    .footer-section .container {
        max-width: 1440px;
    }

    .navigation .navbar {
        padding: 5px 73px 5px 5px;
    }

    .header-section .logo {
        padding-left: 0;
        padding-right: 70px;
    }

    .header-section .contact {
        padding-right: 110px;
    }

    .navigation li a {
        padding: 12px 20px;
        font-size: 17px;
    }

    .carousel-caption {
        left: 7%;
        right: 53%;
        bottom: 24%;
    }


    .slider-section h2 {
        font-size: 47px;
    }

    .section-a .sec-1 .owl-carousel .owl-item img {
        width: auto;
    }

    .section-d .shoe-1 {
        height: 125%;
    }

    .section-d .shoe-2 {
        height: 120%;
    }

    #clubkitOrderForm .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }
}


@media (min-width:1920px) {

    .section-a .container,
    .section-d .container,
    .section-e .container,
    .section-g .container,
    .section-h .container,
    .footer-section .container {
        max-width: 1640px;
    }

    .header-section .logo {
        clip-path: ellipse(90% 160% at 0 45%);
        padding-left: 0;
        padding-right: 110px;
    }

    .header-section .contact {
        padding-right: 130px;
        gap: 60px;
    }

    .header-section i {
        font-size: 25px;
    }

    .header-section .contact a {
        font-size: 20px;
    }

    .navigation .navbar {
        padding: 7px 90px 7px 7px;
    }

    .navigation li a {
        font-size: 18px;
        padding: 16px 24px;
    }

    .navigation .dropdown-menu a {
        font-size: 17px;
    }

    .dropdown-menu {
        margin: 7px 0;
    }

    .carousel-caption {
        top: 18%;
        bottom: 18%;
        left: 7%;
        right: 46%;
        padding: 25px 50px;
    }

    .slider-section h2 {
        font-size: 60px;
    }

    .section-a h2 {
        font-size: 40px;
    }

    .slider-section h3 {
        font-size: 41px;
    }

    .section-a h1 {
        font-size: 65px;
        font-weight: 800;
    }

    .section-a h3 {
        font-size: 25px;
        width: 93%;
    }

    .section-a p {
        width: 94%;
    }

    .section-a .sec-1 .owl-carousel .owl-item img {
        width: auto;
    }

    .section-b .card-body {
        padding-top: 300px;
    }

    .section-b .card:hover .card-body {
        padding-top: 150px;
    }

    .section-b h3 {
        font-size: 23px;
        line-height: 2;
    }

    .section-c h2 {
        font-size: 55px;
    }

    .section-c p {
        width: 42%;
    }

    .section-d {
        margin-top: -120px;
    }

    .section-d h2 {
        font-size: 55px;
        padding-bottom: 30px;
    }

    .section-d p {
        font-size: 18px;
        width: 81%;
        line-height: 2.5;
    }

    .section-d .shoe-1 {
        max-width: 102%;
        height: 115%;
    }

    .section-d .shoe-2 {
        max-width: 94%;
        height: 110%;
    }

    .section-d .mask-4 {
        bottom: -14%;
    }

    .section-d .sec-d-right {
        padding-top: 100px;
    }

    .section-e .item {
        min-height: 175px;
    }

    .section-e h2 {
        font-size: 55px;
    }

    .section-f h2 {
        font-size: 55px;
    }

    .section-f .col-lg-3 {
        padding: 0;
    }

    .section-g h2 {
        font-size: 55px;
    }

    .section-g .card {
        padding: 57px 23px;
    }

    .section-g p {
        font-size: 17px;
        line-height: 2;
        width: 96%;
    }

    .section-g .owl-carousel .owl-nav button.owl-prev {
        right: 65px;
    }

    .section-g .owl-carousel .owl-nav button.owl-next {
        left: 65px;
    }

    .section-h h2 {
        font-size: 55px;
    }

    .section-h .part-2 {
        background-size: cover;
        padding-bottom: 77px;
    }

    .footer-section {
        padding: 300px 0 25px;
    }

    .footer-section p {
        font-size: 17px;
    }

    .footer-section p {
        font-size: 16px;
        line-height: 2.2;
    }

    #clubkitOrderForm .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }

    .inner-footer {
        padding-top: 50px;
    }

    .section-e .sec-2 .content-2 p {
        min-height: 70px;
    }

}

/* tab landscape */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    .header-section .logo {
        padding-left: 0;
        padding-right: 25px;
    }

    .header-section .contact {
        padding-right: 22px;
        gap: 12px;
    }

    .header-section p {
        font-size: 15px;
    }

    .header-section .contact a {
        font-size: 16px;
    }

    .header-section i {
        font-size: 15px;
        padding: 15px;
    }

    .header-section .col-lg-8 {
        max-height: 110px;
    }

    .navigation .navbar {
        padding: 5px 0px 5px 5px;
    }

    .navigation li a {
        padding: 5px 4px;
    }

    .header-section .navigation {
        margin-left: 10px;
        top: 20px;
    }

    .navigation .dropdown-menu a {
        padding: 2px 12px;
    }

    .carousel-caption {
        left: 2.5%;
        padding: 20px;
    }

    .carousel-caption {
        top: 20%;
    }

    .slider-section h2 {
        font-size: 25px;
    }

    .section-a .sec-1 .item {
        min-height: 125px;
    }

    .section-a .sec-1 .col-lg-3 {
        min-height: 125px;
    }

    .section-a .sec-2 {
        min-height: 775px;
    }

    .section-a h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .section-a h1 {
        font-size: 46px;
    }

    .section-a h3 {
        font-size: 18px;
        line-height: 3;
    }

    .section-a p {
        font-size: 16px;
        line-height: 2;
    }

    .section-a .group-2 {
        max-width: 67%;
        left: 36%;
    }

    .section-b .card-body {
        padding-top: 135px;
    }

    .section-b h3 {
        font-size: 18px;
        line-height: 1;
    }

    .section-b .card-body .img-fluid {
        max-width: 40%;
    }

    .section-c {
        padding: 65px 0;
    }

    .section-c h2 {
        font-size: 44px;
        padding-bottom: 15px;
    }

    .section-c p {
        width: 82%;
        padding-bottom: 15px;
    }

    .section-c a {
        font-size: 17px;
    }

    .section-d {
        margin-top: -100px;
        padding: 100px 0;
    }

    .section-d .mask-5 {
        right: 0%;
    }

    .section-d h2 {
        font-size: 44px;
    }

    .section-d p {
        font-size: 16px;
        line-height: 2;
    }

    .section-d .shoe-1 {
        left: -10%;
    }

    .section-d .shoe-2 {
        left: -4%;
    }

    .section-e h2,
    .section-e .sec-2 .content-1 h2 {
        font-size: 44px;
        padding-bottom: 50px;
    }

    .section-e .sec-2 .box-1 {
        margin: 0px 5px;
    }

    .section-e .sec-2 .content-2 p:nth-of-type(1) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-e .sec-2 .content-1 h2 {
        padding-bottom: 10px;
    }

    .section-e .item {
        min-height: 125px;
    }

    .section-e .item .img-fluid {
        max-width: 85%;
    }

    .section-f {
        padding: 75px 0;
    }

    .section-f h2 {
        font-size: 44px;
    }

    .section-f .col-12 a {
        font-size: 17px;
    }

    .section-g h2 {
        font-size: 44px;
    }

    .section-g p {
        font-size: 15px;
    }

    .section-g .owl-carousel .owl-nav button.owl-prev {
        right: 45px;
    }

    .section-g .owl-carousel .owl-nav button.owl-next {
        left: 45px;
    }

    .section-h h2 {
        font-size: 44px;
    }

    .section-h p {
        width: 94%;
    }

    .section-h .contact-us {
        padding-top: 20px;
        gap: 40px;
    }

    .section-h i {
        font-size: 20px;
    }

    .section-h .contact-us h6 {
        font-size: 15px;
    }

    .section-h .contact-us a {
        font-size: 20px;
    }

    .footer-section {
        margin-top: -187px;
        padding: 225px 0 25px;
    }

    .footer-section p {
        width: 94%;
    }

    .footer-section .sec-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-section .hours p .last {
        padding-right: 38px;
    }

    .footer-section .hours p {
        width: 60%;
    }

    .footer-section .sec-2,
    .footer-section .sec-3 {
        padding-top: 35px;
    }

    .footer-section .sec-2 {
        align-content: flex-start;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-section .sec-3 {
        justify-content: center;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .layout-full .fancybox img {
        margin-bottom: 5px;
        margin-right: 10px;
        width: 18.5%;
    }

    #company-details {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    #contact-form {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .container-c-full .sports-owl-carousel .item .slide-wrap h4 {
        font-size: 30px;
    }

    .container-c-full .sports-owl-carousel .item .slide-wrap h6 {
        font-size: 16px;
    }
}


/* Tab portrait */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .navigation li a {
        font-size: 15px;
        padding: 6px 11px;
    }

    .navigation .dropdown-menu a {
        font-size: 15px;
        padding: 3px 9px;
    }

    .navigation .navbar {
        padding: 5px;
    }

    .header-section .logo {
        clip-path: ellipse(100% 100%);
        padding: 20px 0;
    }

    .header-section .contact {
        justify-content: center;
        padding: 20px 0;
        gap: 20px;
    }

    .header-section .navigation {
        margin-left: 0;
        top: 0;
        background: #191D24;
        justify-content: center;
    }

    .header-section i {
        padding: 15px;
    }

    .carousel-caption {
        top: 13%;
        bottom: 28%;
        left: 2%;
        right: 50%;
        padding: 10px;
    }

    .slider-section h3 {
        font-size: 16px;
    }

    .slider-section h2 {
        font-size: 21px;
    }

    .section-a .sec-1 .owl-carousel .owl-item img {
        width: 28%;
    }

    .section-a .sec-1 {
        bottom: 45px;
    }

    .section-a .sec-1 .item {
        min-height: 100px;
    }

    .section-a .sec-1 .col-lg-3 {
        min-height: 125px;
    }

    .section-a .sec-2-left {
        align-items: center;
    }

    .section-a h2 {
        font-size: 29px;
    }

    .section-a h1 {
        font-size: 42px;
        text-align: center;
    }

    .section-a h1 br {
        display: none;
    }

    .section-a h3 {
        font-size: 20px;
        text-align: center;
    }

    .section-a p {
        font-size: 16px;
        text-align: center;
    }

    .section-a .sec-2-right {
        min-height: 975px;
    }

    .section-c {
        padding: 100px 0;
    }

    .section-c h2 {
        font-size: 40px;
        padding-bottom: 15px;
    }

    .section-c p {
        font-size: 17px;
        width: 97%;
    }

    .section-d .mask-5 {
        right: 0%;
    }

    .section-d .sec-d-left {
        min-height: 270px;
        order: 1;
    }

    .section-d .sec-d-right {
        align-items: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-d .shoe-1 {
        left: 0;
        right: 0;
        margin: auto;
        height: 120%;
    }

    .section-d .shoe-2 {
        left: 0;
        right: 0;
        margin: auto;
        height: 114%;
    }

    .section-d .mask-4 {
        left: 17%;
    }

    .section-d h2 {
        font-size: 40px;
        text-align: center;
    }

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

    .section-e h2 {
        font-size: 40px;
        padding-bottom: 50px;
    }

    .section-e .sec-2 .box-1 {
        width: 25%;
        padding-bottom: 25px;
    }

    .section-e .sec-2 .content-1 h2 {
        font-size: 40px;
    }

    .section-e .sec-2 .content-2 p:nth-of-type(1) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-e .sec-2 .content-2 p {
        font-size: 15px;
    }

    .section-e .sec-2 .content-2 p i {
        display: none;
    }
    .special div:nth-of-type(2){
        display: flex;
        align-content: center;
        align-items: center;
    }
    .section-f {
        padding: 75px 0;
        background-position-x: 0px;
    }

    .section-f h2 {
        font-size: 40px;
    }

    .section-f .col-lg-3 {
        padding-bottom: 30px;
    }

    .section-f .button {
        padding: 50px 0 125px;
    }

    .section-g {
        margin-top: -181px;
        padding: 50px 0 125px;
    }

    .section-g .owl-carousel .owl-nav button.owl-prev {
        min-height: 40px;
        right: 35px;
    }

    .section-g .owl-carousel .owl-nav button.owl-next {
        min-height: 40px;
        left: 35px;
    }

    .section-g h2 {
        font-size: 40px;
        text-align: center;
    }

    .section-h h2 {
        font-size: 40px;
    }

    .section-h p {
        font-size: 17px;
        line-height: 2;
        width: 92%;
    }

    .section-h .contact-us {
        padding-top: 20px;
        gap: 20px;
    }

    .section-h i {
        font-size: 20px;
        padding: 15px;
    }

    .section-h .contact-us h6 {
        font-size: 15px;
    }

    .section-h .contact-us a {
        font-size: 18px;
    }

    .footer-section {
        margin-top: -185px;
        padding: 215px 0 25px;
    }

    .footer-section .hours p .last {
        padding-right: 38px;
    }

    .footer-section .hours p {
        width: 70%;
    }

    .footer-section .social img {
        padding-left: 10px;
    }

    .footer-section .sec-2,
    .footer-section .sec-3 {
        padding-top: 25px;
    }

    .footer-section .sec-2 {
        align-content: flex-start;
    }

    .footer-section iframe {
        height: auto;
    }

    .layout-full h1 {
        font-size: 28px;
    }

    .layout-full h2,
    #contact-form h2,
    #company-details h2 {
        font-size: 26px;
    }

    .layout-full h3 {
        font-size: 22px;
    }

    .layout-full h4 {
        font-size: 20px;
    }

    .layout-full p {
        font-size: 16px;
    }

    .layout-full p a {
        font-size: 16px;
        white-space: nowrap;
    }

    .layout-full ul {
        padding-left: 20px;
        padding-bottom: 15px;
    }

    .layout-full ul li {
        font-size: 16px;
    }

    .layout-full ul li a {
        white-space: nowrap;
    }

    .layout-full img {
        width: 100%;
    }

    .privac {
        padding-left: 15px !important;
    }

    .privac li a {
        font-size: 16px !important;
        white-space: nowrap;
    }


    .privacy-details {
        padding: 10px 10px;
    }

    .subtitle {
        text-align: left !important;
    }

    #company-details dt,
    #company-details dd {
        font-size: 16px;
    }

    #company-details dt,
    #company-details dd a {
        font-size: 16px;
    }

    #company-details,
    #contact-form {
        padding-top: 0px;
    }

    .about_inner3 div:nth-of-type(1),
    .about_inner6 div:nth-of-type(1),
    .about_inner8 div:nth-of-type(2),
    .about_inner9 div:nth-of-type(2),
    .running2 div:nth-of-type(1),
    .running4 div:nth-of-type(2),
    .road2 div:nth-of-type(1),
    .road3 div:nth-of-type(2),
    .road4 div:nth-of-type(1),
    .trail3 div:nth-of-type(2),
    .trail4 div:nth-of-type(1),
    .trail5 div:nth-of-type(2),
    .cross2 div:nth-of-type(2),
    .cross3 div:nth-of-type(2),
    .cross4 div:nth-of-type(1),
    .gait div:nth-of-type(2),
    .gait2 div:nth-of-type(2) {
        display: flex;
        align-items: center;
    }

    .gait2 p a {
        white-space: break-spaces;
    }

    .trail2 div:nth-of-type(2) {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .about_inner8 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #company-details {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #contact-form {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .club_inner2 div:nth-of-type(1),
    .club_inner3 div:nth-of-type(1),
    .fitlab_inner div:nth-of-type(2),
    .wellbeing_inner2 div:nth-of-type(2) {
        display: flex;
        align-items: center;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .back_to_top.show {
        bottom: 15px;
    }

    .back_to_top {
        padding: 8px 10px;
    }

    .header-section .logo {
        clip-path: ellipse(100% 100%);
        padding: 10px 0;
        align-items: center;
    }

    .header-section .col-lg-8 {
        max-height: fit-content;
    }

    .header-section .contact {
        flex-direction: column;
        padding: 10px 0;
        gap: 10px;
    }

    .header-section .phone,
    .header-section .mail {
        flex-direction: column;
        align-items: center;
    }

    .header-section i {
        font-size: 15px;
        padding: 15px;
        margin-right: 5px;
    }

    .header-section p {
        font-size: 15px;
        text-align: center;
    }

    .header-section .contact a {
        font-size: 15px;
    }

    .header-section .navigation {
        margin-left: 0;
        top: 0;
        flex-direction: column;
    }

    .navigation .navbar {
        padding: 5px 10px;
        align-items: center;
        flex-direction: row;
    }

    .navigation li {
        padding-right: 0;
    }

    .navbar-brand {
        color: #fff;
    }

    .navigation li a {
        margin-bottom: 2px;
        padding: 1px 10px;
    }

    .navigation .dropdown-menu a {
        padding: 1px 20px;
    }

    .carousel-caption {
        display: none;
    }

    .section-a .sec-1 {
        bottom: 0;
    }

    .section-a .sec-1 .mask-2 {
        right: 0;
    }

    .section-a .sec-1 .col-lg-3 {
        min-height: 100px;
    }

    .section-a .sec-1 .item {
        min-height: 100px;
    }

    .section-a .sec-1 .owl-carousel .owl-item img {
        width: 31%;
    }

    .section-a .sec-2-left {
        padding: 25px 0;
        align-items: center;
    }

    .section-a h1 {
        font-size: 30px;
        text-align: center;
    }

    .section-a h2 {
        font-size: 26px;
        line-height: 1;
        padding-top: 25px;
    }

    .section-a h3 {
        font-size: 18px;
        line-height: 1.5;
        padding: 10px 0;
        text-align: center;
    }

    .section-a p {
        font-size: 16px;
        line-height: 2;
        text-align: center;
    }

    .section-a .group-2 {
        max-width: 69%;
    }

    .section-a .sec-2-right {
        min-height: 475px;
    }

    .section-b h3 {
        font-size: 19px;
    }

    .section-c {
        padding: 50px 15px;
    }

    .section-c h2 {
        font-size: 28px;
        padding-bottom: 15px;
    }

    .section-c p {
        font-size: 16px;
        line-height: 2;
        width: 100%;
    }

    .section-c a {
        font-size: 16px;
    }

    .section-d {
        padding: 100px 0;
    }

    .section-d .mask-5 {
        top: 0;
        right: 0;
    }

    .section-d .sec-d-right {
        align-items: center;
        padding-bottom: 25px;
    }

    .section-d h2 {
        font-size: 28px;
        text-align: center;
    }

    .section-d p {
        font-size: 16px;
        line-height: 2;
        text-align: center;
        padding: 0 15px;
    }

    .section-d .sec-d-left {
        order: 1;
    }

    .section-d .shoe-1 {
        position: relative;
        left: 0;
        max-width: 100%;
    }

    .section-d .shoe-2 {
        left: 8%;
    }

    .section-d .mask-4 {
        left: 0;
    }

    .section-e h2 {
        font-size: 28px;
        font-weight: 800;
        padding-bottom: 45px;
    }

    .section-e h2,
    .section-e .sec-2 .content-1 h2 {
        font-size: 25px;
    }

    .section-e .sec-2 .content-1 h3 {
        font-size: 18px;
    }

    .section-e .sec-2 .content-2 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding-top: 40px;
    }

    .section-e .sec-2 .box-1 {
        width: 100%;
        padding-bottom: 25px;
    }
    .section-e {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }
    .section-e .sec-2 h2 {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-f {
        padding: 25px 0;
        background-position-x: 0;
    }

    .section-f img {
        padding-bottom: 10px;
    }

    .section-f h2 {
        font-size: 28px;
        font-weight: 800;
    }

    .section-f .col-12 a {
        font-size: 16px;
        line-height: 5;
    }

    .section-f .button {
        padding: 0;
        padding-top: 15px;
    }

    .section-g {
        margin-top: -230px;
        padding: 195px 0 200px;
    }

    .section-g h2 {
        font-size: 28px;
        font-weight: 800;
        text-align: center;
    }

    .section-g .owl-theme .owl-nav {
        display: none;
    }

    .section-h .part-1 {
        padding-bottom: 0;
    }

    .section-h h2 {
        font-size: 28px;
        font-weight: 800;
        line-height: 2;
    }

    .section-h p {
        font-size: 15px;
        line-height: 2;
        width: 100%;
    }

    .section-h p a {
        font-size: 15px;
    }

    .section-h .contact-us {
        flex-direction: column;
        padding-top: 0;
        gap: 10px;
        align-items: center;
    }

    .section-h .phone,
    .section-h .mail {
        flex-direction: column;
    }

    .section-h i {
        font-size: 15px;
        padding: 15px;
        margin-bottom: 5px;
    }

    .section-h .contact-us h6 {
        font-size: 15px;
        text-align: center;
    }

    .section-h .contact-us a {
        font-size: 15px;
        font-weight: 500;
    }

    .section-h .part-2 {
        background-size: cover;
        background-color: #0fa372;
        padding-bottom: 25px;
    }

    .footer-section {
        margin-top: -240px;
        padding: 360px 15px 0 0;
    }

    .footer-section h3 {
        padding-top: 15px;
    }

    .footer-section .container {
        padding: 0 15px;
    }

    .footer-section .sec-1 {
        padding-top: 25px;
    }

    .footer-section .hours p .last {
        padding-right: 38px;
    }

    .footer-section .sec-2 {
        align-content: flex-start;
        padding-top: 15px;
    }

    .footer-section .details {
        flex-direction: column;
    }

    .footer-section .social img {
        padding-left: 0;
        margin-left: -12px;
        width: 60%;
    }

    .footer-section .sec-3 {
        padding-top: 15px;
        justify-content: center;
    }

    .footer-bottom {
        padding: 25px 15px;
    }

    .container-c-full {
        display: none;
    }

    .layout-full {
        padding: 20px 0;
        min-height: 400px;
    }

    .layout-full h1 {
        font-size: 26px;
    }

    .layout-full h2,
    #contact-form h2,
    #company-details h2 {
        font-size: 20px;
    }

    .layout-full h3 {
        font-size: 18px;
    }

    .layout-full h4 {
        font-size: 17px;
    }

    .layout-full p {
        font-size: 16px !important;
    }

    .layout-full p a {
        font-size: 16px;
        white-space: nowrap;
    }

    .layout-full ul {
        padding-left: 20px;
        padding-bottom: 15px;
    }

    .layout-full ul li {
        font-size: 16px;
    }

    .layout-full ul li a {
        white-space: nowrap;
    }

    .layout-full img {
        width: 100%;
    }

    .privac {
        padding-left: 15px !important;
    }

    .privac li a {
        font-size: 14px !important;
        white-space: nowrap;
    }

    .pri {
        font-size: 13px !important;
    }

    .privacy-details {
        padding: 10px 10px;
    }

    .subtitle {
        text-align: left !important;
    }

    #company-details dt,
    #company-details dd {
        font-size: 16px;
    }

    #company-details dt,
    #company-details dd a {
        font-size: 16px;
    }

    #company-details,
    #contact-form {
        padding-top: 0px;
    }

    #map-container iframe {
        height: 350px;
    }

    .header-section .mail {
        display: none;
    }

    .cross4 {
        padding-bottom: 0;
    }

    .gait2 p a {
        white-space: pre-line;
    }

    .gait3 {
        padding-top: 0;
    }

    .gait3 div:nth-of-type(1) {
        padding-bottom: 10px;
    }

    .layout-full .fancybox img {
        margin-bottom: 4px;
        margin-top: 0;
        margin-right: 0;
        width: 49.2%;
        padding: 0;
    }

    .about_inner6 img {
        margin-bottom: 5px;
    }

    .inner-footer {
        margin-top: 0 !important;
        padding: 20px 15px 0 0;
    }

    .gait4 p a {
        white-space: break-spaces;
    }

    #company-details dd a {
        font-size: 15px;
    }

    #mc_embed_signup {
        width: 100% !important;
    }

    #mc_embed_signup .mc-address-fields-group {
        flex-direction: column;
    }

    .gift_inner p:nth-of-type(2) {
        padding-bottom: 25px;
    }

    .gift_inner2 {
        padding-top: 25px;
    }

    .gift_inner2 div:nth-of-type(1) {
        padding-bottom: 25px;
    }

    .club_inner2 {
        padding-top: 45px;
        padding-bottom: 30px;
    }

}


/*ios*/
@media screen and (max-width: 340px) {

    .header-section .contact a {
        font-size: 14px;
    }

    .section-a h2 {
        font-size: 22px;
    }

    .section-a h1 {
        font-size: 26px;
    }

    .section-a h3 {
        font-size: 18px;
        padding: 5px 0;
    }

    .section-b .card-body {
        padding-top: 150px;
    }

    .section-c h2 {
        font-size: 25px;
    }

    .section-d h2 {
        font-size: 25px;
    }

    .section-e h2,
    .section-e .sec-2 .content-1 h2 {
        font-size: 25px;
    }

    .section-e .sec-2 .content-1 h3 {
        font-size: 18px;
    }

    .section-e .sec-2 .content-2 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding-top: 40px;
    }

    .section-e .sec-2 .box-1 {
        width: 100%;
        padding-bottom: 25px;
    }

    .section-f h2 {
        font-size: 25px;
    }

    .section-g h2 {
        font-size: 25px;
    }

    .section-g h6 {
        font-size: 18px;
    }

    .section-h h2 {
        font-size: 25px;
    }

    .section-h p a {
        font-size: 13px;
    }

    .section-h .contact-us a {
        font-size: 13px;
    }

    .footer-section {
        margin-top: -245px;
    }

    .footer-section .sec-2 a {
        font-size: 14px;
    }

    .footer-section .sec-2 {
        padding-left: 15px;
    }

    .footer-section .sec-3 {
        margin: 0 10px;
    }

    .footer-section .sec-3 iframe {
        width: 100%;
    }

    .privac {
        padding-left: 9px !important;
    }

    .privac li a {
        font-size: 13px !important;
    }

    #company-details dd a {
        font-size: 14px;
    }
}


/* / ------------windows------------- / */
@media (max-width: 767px) and (min-width: 451px) {

    .section-a .sec-2-right {
        min-height: 600px;
    }

    .section-a .sec-1 .item {
        min-height: 130px;
    }

    .section-g {
        margin-top: -285px;
        padding: 245px 0px 200px;
    }

    .footer-section .hours p {
        padding-right: 110px;
    }

    .footer-section .hours p .last {
        padding-right: 35px;
    }

    .footer-section .social img {
        padding-left: 0;
        margin-left: -12px;
        width: 50%;
    }
}


/* ie */
@media all and (-ms-high-contrast:none) {

    .header-section .phone {
        padding-right: 60px;
    }

    .section-a h3 {
        width: 100%;
    }

    .section-a .sec-1 .item {
        padding-top: 50px;
    }

    .section-a .owl-carousel .owl-item img {
        height: 50px;
    }

    .section-a p {
        width: 100%;
    }

    .section-b .card-body {
        min-height: 521px;
    }

    .section-c i {
        padding: 3px 4px;
    }

    .section-d p {
        width: 100%;
    }


    .section-e .item {
        padding-top: 60px;
    }

    .section-f .button i {
        padding: 3px 4px;
    }


    .section-g .card-footer img {
        padding-right: 15px;
    }

    .section-h .phone {
        padding-right: 60px;
    }

    .carousel-caption {
        display: block;
    }

    .layout-custom-cards-row .img-card {
        display: block;
    }

    *::-ms-backdrop,
    .layout-custom-cards-row .img-card {
        display: block;
    }

    #mc_embed_signup .mc-field-group input,
    #mc_embed_signup .mc-field-group select {
        width: 95%;
    }

}

@media all and (max-width: 1366px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .section-a .owl-carousel .owl-item img {
        min-height: 40px;
    }

    .section-b .card {
        max-height: 366px;
    }

}



/* mozilla */
@-moz-document url-prefix() {

    .section-c a {
        z-index: auto;
    }

    .section-f .button a {
        z-index: auto;
    }
}