*,*::after,*::before {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0)
}



@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Regular.woff2") format("woff2"),url("../font/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-ExtraLight.woff2") format("woff2"),url("../font/Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Bold.woff2") format("woff2"),url("../font/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-ExtraBold.woff2") format("woff2"),url("../font/Poppins-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Light.woff2") format("woff2"),url("../font/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-SemiBold.woff2") format("woff2"),url("../font/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Medium.woff2") format("woff2"),url("../font/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

/*@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Black.woff2") format("woff2"),url("../font/Poppins-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}*/

@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-Regular.woff2") format("woff2"),url("../font/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../font/Poppins-Thin.woff2") format("woff2"),url("../font/Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins",sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    font-size: 16px;
    line-height: 30px
}

html {
    scroll-behavior: smooth;
    height: 100%
}

section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.text-justify{

    text-align: justify !important;
}

.text-gray{
    color: #323336 !important;
}
/* 
---------------------------------------------
Course
--------------------------------------------- 
*/

.course_sec {
	margin-bottom: 60px;
	padding: 70px 0 150px;
	background: url(../images/course_bg.png) no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}
.course_sec .title, .course_sec .title span {
	color: #fff;
}
h2.title {
	margin-bottom: 103px;
	font-size: 40px;
	font-weight: lighter;
	text-align: left;
}
.Trainer_sec h2.title, .timetable_sec h2.title {
	margin-bottom: 30px;
	font-weight:400;
}
.course_sec a:hover {
	color: #07638e;
	cursor: default;
}
.course-list ul li a:hover .slass-img:after, .course-list ul li a:hover .slass-img span, .trainers-list ul li:hover .trainer-img-wrap:after, .trainers-list ul li:hover .trainer-img .footer-social {
	opacity: 1;
}
h2.title {
	display: inline-block;
	vertical-align: top;
	font-weight:400;
}
a, a:before, a:after {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}
.slass-img, .trainer-img-wrap {
	position: relative;
	overflow: hidden;
}
.slass-img span, .trainer-img .footer-social {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	left: 50%;
	opacity: 0;
	position: absolute;
	text-decoration: underline;
	text-transform: uppercase;
	top: 50%;
	display: none;
	z-index: 10;
	transition: all ease 0.5s 0s;
	width: 100%;
}
.Trainer_sec .item:hover .footer-social {
	display: block;
	transition: all ease 0.5s 0s;
}
.Trainer_sec .item:hover .footer-social ul {
	left: -25%;
}
.slass-img span i {
	font-size: 30px;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -5px;
}
.course_sec a:hover h3 {
	color: #07638e;
}


.course-list ul li {
	float: left;
	margin-right: 3%;
	margin-bottom: 60px;
	text-align: center;
	width: 30.3%;
}
.course-list ul li a, .trainer-img {
	position: relative;
	display: block;
}
.course-list ul li a::before, .trainer-img:before, .blog_sec .item a:before {
	background-color: #07638e;
	content: "";
	height: 150px;
	left: 32px;
	position: absolute;
	top: -48px;
	transform: rotate(45deg);
	width: 5px;
}
.course-list ul li h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-top: 27px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.slider::after, .course_sec:after, .video_sec:after {
	background: url(../images/triangle-bg.png) no-repeat;
	background-size: 100% 214px;
	bottom: 0;
	content: "";
	height: 214px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}
.course_sec .view-all {
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 1;
}
.course_sec .view-all a:hover {
	color: #fff;
}
.course_sec .view-all a {
	color: #07638e;
}
.view-all a {
	color: #fff;
	font-size: 20.2px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.course_sec .container {
	position: relative;
}

.img_course1 {
	position: relative;
    -webkit-clip-path: polygon(18.3% 0, 100% 0, 100% 100%, 0 100%, 0 29%);
    clip-path: polygon(18.3% 0, 100% 0, 100% 100%, 0 100%, 0 29%);
}

.img_course1 img{
	width: 100%;
}

.img_course1:before {
    background-color: rgba(5, 102, 151, 0.389);
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 100%;
	transition:all ease 0.5s 0s;
}
.course_box1:before {
    background-color: #1384b9;
    content: "";
    height: 105px;
    left: 27px;
    position: absolute;
    top: -23px;
    transform: rotate(45deg);
    width: 5px;
}
.inner_classes .course_box1:before {
    background-color: #07638e;
    content: "";
    height: 105px;
    left: 41px;
    position: absolute;
    top: -13px;
    transform: rotate(45deg);
    width: 5px;
}
#filter_box {
    text-align: center;
    list-style: none;
    width: -moz-max-content;
    border-radius: 30px;
    margin: auto;
    width: max-content;
}
#filter_box li {
    display: inline;
    margin: 2px;
    background: #f3f3f3;
    padding: 10px 10px;
    border-radius: 30px;
}
#filter_box li:hover {
    background: #339999;
}
#filter_box a:hover {
    color: #fff;
    transition: all ease 0.5s 0s;
}
.inner_classes a.course_read {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    opacity: 0;
}

.course_box1{
	position: relative;
	padding: 10px;
}

#filter_box {
    text-align: center;
    list-style: none;
    width: -moz-max-content;
    border-radius: 30px;
    margin: auto;
}
.course_box1:hover .img_course1:before{
	opacity:1;
}
.course_con1 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
}
.course_box1:hover .course_con1 h3{
	color:#05fcff;
}
.img_course1 {
    max-width: 100%;
}
a.course_read {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
	opacity:0;
}
.course_box1:hover a.course_read{
	opacity:0.6;
    color:#fff !important;
    font-size: 2em;
}
.course_box1:hover a:hover.course_read{
	color:#fff;
	cursor:pointer;
	opacity:0.8;
    z-index: 100;
}
.course_sec_img {
    float: left;
    position: absolute;
    left: -29px;
}
.course_sec_title h2 {
    font-size: 90px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
.course_sec_title p {
    font-size: 40px;
    color: #fff;
	font-weight:300;
	text-transform:uppercase;
    margin-top: 12px;
}
.title_box_course {
    margin-bottom: 80px;
}
.view_all a{
	font-size:20px;
	color:#07638e;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:0.5px;
	text-decoration:underline;
}
.view_all {
    margin-top: 190px;
}
.trainer_icon {
  text-align: center;
  list-style: none;
}

.trainer_icon li {
  display: inline;
  border: 3px solid black;
  margin: 2px;
  padding: 5px;
  background: #666;
}

.trainer_icon a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
}

::-webkit-input-placeholder {
    font-family: "Poppins",sans-serif;
    font-size: 14px
}

::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,::placeholder {
    font-family: "Poppins",sans-serif;
    font-size: 14px
}

button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

html,body,div,span,applet,object,iframe,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.page_loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #242529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

input[type=number] {
    -moz-appearance: textfield
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

.f-0 {
    font-size: 0;
    line-height: 0
}

button {
    background: rgba(0,0,0,0);
    border: 0;
    outline: none;
    cursor: pointer
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: #339999
}

p {
    color: #212529;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400
}

p:last-child {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    overflow: hidden;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    min-width: 175px;
    padding: 14px 20px;
    background: #339999;
    color: #fff;
    position: relative;
    text-transform: uppercase
}
.btn.camp {
            
    border-radius: 0px;
  
    background: #104360;
   
}

.btn span {
    position: relative;
    z-index: 2
}

.btn:hover, .btn:active {
    background-color: #fff !important;
    color: #242529 !important;
    border-color: #fff !important;
}

@media screen and (max-width: 991px) {
    .btn {
        min-width:150px;
        padding: 10px 16px
    }
}

.default-padding {
    padding: 0px 0 80px 0
}

@media screen and (max-width: 767px) {
    .default-padding {
        padding:60px 0
    }
}

@media screen and (max-width: 575px) {
    .default-padding {
        padding:40px 0
    }
}

.default-padding-bottom {
    padding: 0 0 80px 0
}

@media screen and (max-width: 767px) {
    .default-padding-bottom {
        padding:0 0 60px 0
    }
}

@media screen and (max-width: 575px) {
    .default-padding-bottom {
        padding:0 0 40px 0
    }
}

.default-padding-top {
    padding: 80px 0 0 0
}

@media screen and (max-width: 767px) { 
    .default-padding-top {
        padding:60px 0 0 0
    }
}

@media screen and (max-width: 575px) {
    .default-padding-top {
        padding:40px 0 0 0
    }
}

@media(max-width: 767px) {
    .heading {
        text-align:center
    }
}

.heading h2,.heading h3 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 22px
}

.heading h2:last-child,.heading h3:last-child {
    margin-bottom: 0
}

.heading h2 span,.heading h3 span {
    color: #339999
}

.heading h2::after,.heading h3::after {
    position: absolute;
    content: "";
    background: #339999;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px
}
.heading.sin_linea h2::after,.heading.sin_linea h3::after {
    position: absolute;
    content: "";
    background: #339999;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin-left: -25px;
    position: absolute;
    width: 50px
}

.heading h2::before,.heading h3::before {
    background: #339999;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 30px;
    position: absolute;
    width: 15px
}
.heading.sin_linea h2::before,.heading.sin_linea h3::before {
    background: #339999;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin-left: 30px;
    position: absolute;
    width: 15px
}

@media(max-width: 991px) {
    .heading h2,.heading h3 {
        font-size:32px
    }
}

@media(max-width: 575px) {
    .heading h2,.heading h3 {
        font-size:24px
    }
}

.heading.left h2::before,.heading.left h3::before {
    left: 0;
    margin-left: 60px
}

@media(max-width: 991px) {
    .heading.left h2::before,.heading.left h3::before {
        left:0;
        right: -40px;
        margin: auto
    }
}

.heading.left h2::after,.heading.left h3::after {
    left: 0;
    margin-left: 0
}

@media(max-width: 991px) {
    .heading.left h2::after,.heading.left h3::after {
        left:-40px;
        right: 0;
        margin: auto
    }
}

.heading.light h2,.heading.light h3 {
    color: #339999
}

.heading.light h2 span,.heading.light h3 span {
    color: #242529
}

.heading p {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

form label {
    font-size: 15px;
    color: #282828
}

form textarea {
    min-height: 150px;
    max-height: 150px
}

form .form-group {
    padding-bottom: 20px
}

form .form-group .user-input {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #dde3e4;
    background: rgba(0,0,0,0);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all
}

form .form-group .user-input:focus {
    outline: none;
    border: 0;
    border-bottom: 1px solid #339999
}

form .form-group .user-input:focus::-webkit-input-placeholder {
    color: #fff !important
}

form .form-group .user-input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 20px;
    color: rgba(112,122,133,.3) !important
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #242529 inset !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background-color: rgba(0,0,0,0);
    color: #fff
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000
}

header .navigation-wrap {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 30px 0
}

header .navigation-wrap.Navbar_open {
    background: #242529
}

header .navigation-wrap.scroll-on {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(138,155,165,.15);
    box-shadow: 0 5px 10px 0 rgba(138,155,165,.15);
    padding: 20px 0
}

header .navigation-wrap.scroll-on .navbar .navbar-brand img {
    -webkit-filter: brightness(0%);
    filter: brightness(0%)
}

header .navigation-wrap.scroll-on .navbar .navbar-toggler .navbar-toggler-icon {
    border-bottom: 1px solid #242529
}

header .navigation-wrap.scroll-on .navbar .navbar-toggler .navbar-toggler-icon:after {
    background-color: #242529
}

header .navigation-wrap.scroll-on .navbar .navbar-toggler .navbar-toggler-icon:before {
    background-color: #242529
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link {
    color: #242529
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link.btn {
    border: 1px solid #242529;
    color: #242529
}

@media(max-width: 991px) {
    header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link.btn {
        border:1px rgba(0,0,0,0)
    }
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link.btn:hover {
    border-color: #339999;
    color: #339999
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link:after {
    background: #339999
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link:hover,header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link.active {
    color: #339999 !important
}

header .navbar {
    padding: 0
}

header .navbar .navbar-brand img {
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media(max-width: 767px) {
    header .navbar .navbar-brand img {
        max-width:180px
    }
}

header .navbar .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0
}

header .navbar .navbar-toggler:active {
    outline: none
}

header .navbar .navbar-toggler:focus {
    outline: none
}

header .navbar .navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

header .navbar .navbar-toggler .navbar-toggler-icon:after {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    top: 8px
}

header .navbar .navbar-toggler .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-bottom: 1px solid rgba(0,0,0,0) !important
}

header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

@media(max-width: 991px) {
    header .navbar .navbar-nav {
        margin:30px 0 10px 0
    }
}

header .navbar .navbar-nav .nav-item {
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

@media(max-width: 1199px) {
    header .navbar .navbar-nav .nav-item {
        margin-right:30px
    }
}

@media(max-width: 991px) {
    header .navbar .navbar-nav .nav-item {
        margin-bottom:10px
    }

    header .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 0
    }
}

header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  opacity: .8;
  overflow: hidden;
  text-transform: uppercase;
}

header .navbar .navbar-nav .nav-item .nav-link.btn {
    border: 1px solid #fff;
    background: rgba(0,0,0,0);
    text-transform: uppercase;
    font-size: 14px;
    opacity: .6;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    min-width: 145px;
    padding: 11px 20px
}

header .navbar .navbar-nav .nav-item .nav-link.btn::after {
    content: none
}

@media(max-width: 991px) {
    header .navbar .navbar-nav .nav-item .nav-link.btn {
        border:1px rgba(0,0,0,0);
        padding: 0;
        text-align: start;
        line-height: 30px
    }
}

header .navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    background: #fff;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .navbar .navbar-nav .nav-item .nav-link:hover,header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #fff !important;
    opacity: 1
}

header .navbar .navbar-nav .nav-item .nav-link:hover:after,header .navbar .navbar-nav .nav-item .nav-link.active:after {
    width: 100%
}

@media(max-width: 991px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding:0px
    }
}

.blur-body {
    overflow: hidden
}

.blur-body::before {
    background: rgba(0,0,0,.7);
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.banner_wrapper {
    background: url(../images/banner.webp) no-repeat center;
    background-size: cover;
    min-height: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 767px) {
    .banner_wrapper {
        min-height:auto;
        padding-top: 100px
    }
}

.banner_wrapper .banner-slide {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.banner_wrapper .banner-slide .banner-text {
    position: absolute;
    bottom: 170px
}

@media screen and (max-width: 767px) {
    .banner_wrapper .banner-slide .banner-text {
        bottom:70px
    }
}

.banner_wrapper .banner-slide .banner-text h2 {
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 3px 8px rgba(52,52,52,.25);
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .banner_wrapper .banner-slide .banner-text h2 {
        font-size:50px
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .banner-slide .banner-text h2 {
        font-size:32px;
        text-align: center
    }
}

.banner_wrapper .banner-slide .banner-text h3 {
    font-size: 120px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 3px 15px rgba(52,52,52,.35);
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 0;
    padding-left: 190px
}

@media screen and (max-width: 767px) {
    .banner_wrapper .banner-slide .banner-text h3 {
        font-size:80px;
        padding-left: 100px
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .banner-slide .banner-text h3 {
        font-size:32px;
        text-align: center;
        padding-left: 0;
        line-height: inherit
    }
}

@media screen and (max-width: 767px) {
    .banner_wrapper .banner-slide img {
        max-height:460px;
        width: auto
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .banner-slide img {
        max-height:320px
    }
}

.banner_wrapper .swiper-button-prev {
    background: url(../images/icons/arrow-left.svg) no-repeat center;
    left: 85px
}

@media screen and (max-width: 991px) {
    .banner_wrapper .swiper-button-prev {
        left:20px
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .swiper-button-prev {
        left:5px
    }
}

.banner_wrapper .swiper-button-next {
    background: url(../images/icons/arrow-right.svg) no-repeat center;
    right: 85px
}

@media screen and (max-width: 991px) {
    .banner_wrapper .swiper-button-next {
        right:20px
    }
}

@media screen and (max-width: 575px) {
    .banner_wrapper .swiper-button-next {
        right:5px
    }
}

.banner_wrapper .swiper-button-next,.banner_wrapper .swiper-button-prev {
    opacity: .6;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.banner_wrapper .swiper-button-next:hover,.banner_wrapper .swiper-button-prev:hover {
    opacity: 1
}

.banner_wrapper .swiper-button-next:after,.banner_wrapper .swiper-button-prev:after {
    content: none
}

.about_wrapper {
    background: #242529;
    padding: 20px; /* Añade relleno alrededor del contenido */
}

.about_wrapper img {
    -webkit-filter: drop-shadow(-10px 10px 18px rgba(0, 0, 0, 0.1490196078));
    filter: drop-shadow(-10px 10px 18px rgba(0, 0, 0, 0.1490196078));
   
}

@media screen and (max-width: 991px) {
    .about_wrapper .about_right {
        text-align: center;
        padding: 10px; /* Relleno adicional en pantallas pequeñas */
    }
}

.about_wrapper .about_right .heading {
    margin-bottom: 20px; /* Espacio debajo del encabezado */
}

.about_wrapper .about_right h2 {
    display: inline-block;
    margin-bottom: 25px;
    padding: 10px; /* Agrega relleno al título */
}

@media screen and (max-width: 991px) {
    .about_wrapper .about_right h2 {
        margin-bottom: 30px;
    }
}

.about_wrapper .about_right h2::before {
    left: 0;
    margin-left: 60px;
}

@media(max-width: 991px) {
    .about_wrapper .about_right h2::before {
        left: 0;
        right: -40px;
        margin: auto;
    }
}

.about_wrapper .about_right h2::after {
    left: 0;
    margin-left: 0;
}

@media(max-width: 991px) {
    .about_wrapper .about_right h2::after {
        left: -40px;
        right: 0;
        margin: auto;
    }
}

.about_wrapper .about_right p {
   font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 40px;
  padding: 10px;
  text-align: justify;
}

@media(max-width: 991px) {
    .about_wrapper .about_right p {
        margin-bottom: 25px;
    }
}

.team_wrapper {
    background: #212225 url(../images/team-bkg.webp) no-repeat center;
    background-size: contain;
    background-attachment: fixed;
    padding: 176px 0
}

@media screen and (max-width: 1399px) {
    .team_wrapper {
        padding:140px 0
    }
}

@media screen and (max-width: 1199px) {
    .team_wrapper {
        padding:120px 0
    }
}

@media screen and (max-width: 1024px) {
    .team_wrapper {
        padding:100px 0
    }
}

@media screen and (max-width: 991px) {
    .team_wrapper {
        padding:80px 0
    }
}

@media screen and (max-width: 767px) {
    .team_wrapper {
        padding:60px 0
    }
}

@media screen and (max-width: 575px) {
    .team_wrapper {
        padding:40px 0
    }
}

@media screen and (max-width: 1199px) {
    .team_wrapper .left_block {
        text-align:center;
        margin-bottom: 50px
    }

    .team_wrapper .left_block .heading h2::before,.team_wrapper .left_block .heading h3::before {
        left: 0;
        right: -40px;
        margin: auto
    }

    .team_wrapper .left_block .heading h2::after,.team_wrapper .left_block .heading h3::after {
        left: -40px;
        right: 0;
        margin: auto
    }
}

@media screen and (max-width: 767px) {
    .team_wrapper .left_block {
        margin-bottom:30px
    }
}

.team_wrapper.team-page {
    background: #242529;
    background-size: contain;
    background-attachment: fixed;
    padding: inherit;
    padding: 80px 0
}

@media screen and (max-width: 767px) {
    .team_wrapper.team-page {
        padding:60px 0
    }
}

@media screen and (max-width: 575px) {
    .team_wrapper.team-page {
        padding:40px 0
    }
}

.team_wrapper.team-page .team-block {
    margin-top: 60px
}

@media screen and (max-width: 991px) {
    .team_wrapper.team-page .team-block {
        margin-top:40px
    }
}

@media screen and (max-width: 991px) {
    .team_wrapper.team-page .team-block {
        margin-top:20px
    }
}

.team-block {
    width: 100%;
    max-width: 250px;
    margin: auto;
    position: relative;
    padding-bottom: 10px
}

@media screen and (max-width: 991px) {
    .team-block {
        padding:0px 20px 10px
    }
}

@media screen and (max-width: 767px) {
    .team-block {
        margin-bottom:30px
    }
}


@media screen and (max-width: 991px) {
    .team-block img {
        width:100%;
        height: auto
    }
}

.team-block::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    border: 10px solid #339999;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

.team-block h3 {
    position: absolute;
    color: #fff;
    font-weight: 500;
    font-size: 38px;
    text-shadow: 0px 3px 8px rgba(52,52,52,.2509803922);
    bottom: -30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

@media screen and (max-width: 991px) {
    .team-block h3 {
        font-size:32px
    }
}

.team-block h3 span {
    font-weight: 700
}

.team-block:hover::before {
    background: #339999
}

.team-block:hover h3 {
    opacity: 1
}

.features_wrapper {
    background: #fff
}

.features_wrapper .heading h3 {
    margin-bottom: 50px
}

.features_wrapper .feature-list {
    padding: 30px 30px 3px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

@media screen and (max-width: 991px) {
    .features_wrapper .feature-list {
        text-align:center;
        max-width: 350px;
        margin: 0 auto 20px auto;
        padding: 20px 20px 3px
    }
}

.features_wrapper .feature-list span {
    color: #242529;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 2px;
    display: block
}

.features_wrapper .feature-list h2 {
    color: #242529;
    font-size: 18px;
    font-weight: 34px;
    margin-bottom: 15px
}

.features_wrapper .feature-list p {
    color: #242529;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px
}

.features_wrapper .feature-list a {
    color: #242529;
    padding: 10px 0;
    display: block
}

.features_wrapper .feature-list svg,.features_wrapper .feature-list img {
    width: 60px;
    margin-bottom: 25px;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

.features_wrapper .feature-list .button-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5
}

.features_wrapper .feature-list .button-sec svg,.features_wrapper .feature-list .button-sec img {
    margin-bottom: 0;
    width: 25px
}

@media screen and (max-width: 991px) {
    .features_wrapper .feature-list .button-sec {
        text-align:initial
    }
}

.features_wrapper .feature-list:hover {
    background: #339999;
    color: #fff;
    -webkit-transition: .65s ease;
    transition: .65s ease
}

.features_wrapper .feature-list:hover span,.features_wrapper .feature-list:hover h2,.features_wrapper .feature-list:hover p {
    color: #fff
}

.features_wrapper .feature-list:hover a {
    color: #fff
}

.features_wrapper .feature-list:hover svg,.features_wrapper .feature-list:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: .65s ease;
    transition: .65s ease
}

.features_wrapper .feature-list:hover .button-sec {
    border-top: 1px solid #fff
}

.features_wrapper .feature-list:hover .btn-arrow svg {
    fill: #fff
}

.swiper-pagination {
    position: unset
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background: rgba(0,0,0,0);
    border: 2px solid #339999
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #339999
}

#courses {
    scroll-margin-top: 80px
}

@media(max-width: 767px) {
    #courses {
        scroll-margin-top:75px
    }
}

.pricing_wrapper {
    background: url(../images/pricing.webp) no-repeat center;
    background-size: cover
}

@media screen and (max-width: 991px) {
    .pricing_wrapper {
        background:#242529
    }
}

.pricing_wrapper .heading {
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .pricing_wrapper .heading {
        text-align:center;
        margin-bottom: 30px
    }
}

.pricing_wrapper .plan_block {
    border: 1px solid rgba(255,255,255,.2509803922);
    background: rgba(0,0,0,.1215686275);
    padding: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block h3 {
    font-size: 20px;
    font-weight: bold
}

.pricing_wrapper .plan_block h4 {
    font-size: 14px;
    margin-bottom: 27px
}

.pricing_wrapper .plan_block p {
    margin-bottom: 20px
}

.pricing_wrapper .plan_block h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px
}

.pricing_wrapper .plan_block h3,.pricing_wrapper .plan_block h4,.pricing_wrapper .plan_block p,.pricing_wrapper .plan_block h2 {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block .btn {
    background: #fff;
    color: #242529;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block:hover {
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block:hover h3,.pricing_wrapper .plan_block:hover h4,.pricing_wrapper .plan_block:hover p,.pricing_wrapper .plan_block:hover h2 {
    color: #242529;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing_wrapper .plan_block:hover .btn {
    background: #339999;
    color: #fff;
    width: 100%
}

.pricing_wrapper .plan_block:hover .btn:hover {
    background: #242529;
    color: #fff
}

@media screen and (max-width: 767px) {
    .pricing_wrapper .plan_block {
        text-align:center;
        padding: 20px
    }
}

.contact_wrapper {
    background: url(../images/get-touch.webp) no-repeat center;
    background-size: cover
}

@media(max-width: 991px) {
    .contact_wrapper {
        background:#212225
    }
}

.contact_wrapper .get-touch-banner {
    line-height: 0;
    padding-left: 40px
}

@media(max-width: 1399px) {
    .contact_wrapper .get-touch-banner {
        padding-left:0
    }
}

@media(max-width: 575px) {
    .contact_wrapper .get-touch-banner {
        text-align:center
    }
}

@media screen and (min-width: 375px)and (max-width: 575px) {
    .contact_wrapper .get-touch-banner img {
        max-width:320px
    }
}

.contact_wrapper .get-in-right {
    padding: 80px 0
}

@media(max-width: 1199px) {
    .contact_wrapper .get-in-right {
        padding:50px 0
    }
}

@media(max-width: 991px) {
    .contact_wrapper .get-in-right {
        text-align:center
    }
}

@media(max-width: 575px) {
    .contact_wrapper .get-in-right {
        padding:40px 0 30px 0
    }
}

.contact_wrapper .get-in-right .heading {
    margin-bottom: 50px
}

@media(max-width: 1199px) {
    .contact_wrapper .get-in-right .heading {
        margin-bottom:30px
    }
}

.contact_wrapper .get-in-right .send-message-form {
    padding: 40px;
    background: #242529
}

@media(max-width: 1199px) {
    .contact_wrapper .get-in-right .send-message-form {
        padding:30px
    }
}

@media(max-width: 991px) {
    .contact_wrapper .get-in-right .send-message-form {
        padding:20px
    }
}

@media(max-width: 375px) {
    .contact_wrapper .get-in-right .send-message-form {
        padding:10px
    }
}

.contact_wrapper .get-in-right .send-message-form h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 40px
}

@media(max-width: 1199px) {
    .contact_wrapper .get-in-right .send-message-form h4 {
        font-size:26px;
        padding-bottom: 20px
    }
}

@media(max-width: 991px) {
    .contact_wrapper .get-in-right .send-message-form h4 {
        font-size:24px
    }
}

@media(max-width: 767px) {
    .contact_wrapper .get-in-right .send-message-form h4 {
        font-size:22px
    }
}

.post_wrapper {
    background: #242529
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides {
    display: block;
    position: relative;
    line-height: 0;
    overflow: hidden
}

@media(max-width: 375px) {
    .post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides {
        text-align:center
    }
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0);
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: .3s all;
    transition: .3s all
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides img {
    width: 100%;
    aspect-ratio: auto 1/1;
    height: 100%
}

@media(max-width: 375px) {
    .post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides img {
        aspect-ratio:auto 1/1;
        width: 100%;
        height: 100%
    }
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides:hover::before {
    background: #0f5b77;
    opacity: .7;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
    -webkit-transition: .3s all;
    transition: .3s all
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides:hover .links {
    display: block;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides .links {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    display: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.post_wrapper .gymSwiper .swiper-wrapper .swiper-slide .slides .links img {
    width: 40px
}

.post_wrapper .gymSwiper .swiper-pagination {
    position: unset
}

.post_wrapper .gymSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background: rgba(0,0,0,0);
    border: 2px solid #339999
}

.post_wrapper .gymSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #339999
}

.post_wrapper .swiper-wrapper {
    padding-bottom: 20px
}

.blog_wrapper {
    margin: 0 !important; /* Eliminamos márgenes forzadamente */
    padding: 0 !important; /* Eliminamos rellenos forzadamente */
    background: #212225; /* Color de fondo */
}

.blog_wrapper .heading {
    margin-bottom: 0; /* Ajustamos margen inferior */
}

@media screen and (max-width: 991px) {
    .blog_wrapper .heading {
        text-align: center;
        margin-bottom: 0; /* Reducimos margen inferior en pantallas pequeñas */
    }

    .blog_wrapper .card {
        margin-top: 3rem !important;
    }
}

.blog_wrapper .card {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    border: 0;
    margin: 0 !important; /* Eliminamos márgenes forzadamente */
    padding: 0 !important; /* Eliminamos rellenos forzadamente */
}

.blog_wrapper .card .card-img {
    font-size: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog_wrapper .card .card-img img.index-1,
.blog_wrapper .card .card-img img:not(.servicio) {
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    width: 100%;
    height: 100%;
    transition: filter 0.5s ease-in;
}

.blog_wrapper .card:hover .card-img img.index-1,
.blog_wrapper .card:hover .card-img img:not(.servicio) {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

.blog_wrapper .card .card-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: 10px solid #339999;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.blog_wrapper .card h6,
.blog_wrapper .card span {
    font-size: 15px;
    margin-bottom: 25px;
    color: #fff;
    display: block;
}

.blog_wrapper .card .card-body {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0; /* Eliminamos relleno adicional */
}

@media (max-width: 991px) {
    .blog_wrapper .card .card-body {
        text-align: center;
        padding: 0; /* Ajustamos relleno para pantallas pequeñas */
    }
}

@media (max-width: 767px) {
    .blog_wrapper .card .card-body {
        padding: 15px;
    }
}

.blog_wrapper .card .card-body .card-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px; /* Reducimos márgenes inferiores */
}

.blog_wrapper .card .card-body .card-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .blog_wrapper .card .card-body .card-text {
        margin-bottom: 20px;
    }
}

.blog_wrapper .card:hover {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background: #339999;
    color: #fff;
    cursor: pointer;
}

.blog_wrapper .card:hover .card-img {
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border: none;
}

.blog_wrapper .card:hover .card-img::after {
    opacity: 0;
}

.blog_wrapper .card:hover .button-sec a:hover {
    color: #fff;
}

.blog_wrapper .card:hover .btn-arrow svg path {
    fill: #fff;
}

/* Ajustes generales para márgenes y rellenos de los contenedores principales */
.container {
    margin: 0 auto;
    padding: 0;
}

.row {
    margin: 0;
    padding: 0;
}

.col-lg-8,
.inner-content {
    margin: 0;
    padding: 0;
}


.breadcrumb_wrapper {
    /* background: url(../images/team-breadcrumb.webp) no-repeat center; */
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.breadcrumb_wrapper:after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgb(40, 40, 40)), color-stop(25%, rgb(20, 20, 20)), to(rgb(0, 0, 0)));
    background: linear-gradient(90deg, rgb(40, 40, 40) 0%, rgb(20, 20, 20) 25%, rgb(0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .851
}

.breadcrumb_wrapper .breadcrumb_block {
    min-height: 277px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media screen and (max-width: 991px) {
    .breadcrumb_wrapper .breadcrumb_block {
        min-height:260px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block {
        display:block;
        padding: 100px 0 50px;
        min-height: auto
    }
}

.breadcrumb_wrapper .breadcrumb_block h1 {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 55px;
    text-shadow: 0px 3px 8px rgba(52,52,52,.25);
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 100px !important;
}

.breadcrumb_wrapper .breadcrumb_block h1 span {
    color: #05FCFF;
  
}

@media screen and (max-width: 1199px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size:36px
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size:22px;
        font-weight: 600
    }

    .breadcrumb_wrapper .breadcrumb_block h1 {
visibility: hidden !important;
}
}

.breadcrumb_wrapper .breadcrumb_block .trackPage {
    position: absolute;
    z-index: 2;
    bottom: 30px
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block .trackPage {
        position:relative;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a,.breadcrumb_wrapper .breadcrumb_block .trackPage span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a::after,.breadcrumb_wrapper .breadcrumb_block .trackPage span::after {
    content: ">";
    color: #339999;
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-right: 2px;
    margin-left: 6px
}

@media screen and (max-width: 1199px) {
    .breadcrumb_wrapper .breadcrumb_block .trackPage a::after,.breadcrumb_wrapper .breadcrumb_block .trackPage span::after {
        top:3px
    }
}

@media screen and (max-width: 1199px) {
    .breadcrumb_wrapper .breadcrumb_block .trackPage a,.breadcrumb_wrapper .breadcrumb_block .trackPage span {
        font-size:16px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block .trackPage a,.breadcrumb_wrapper .breadcrumb_block .trackPage span {
        font-size:14px
    }
}

.breadcrumb_wrapper .breadcrumb_block .trackPage span::after {
    content: none
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a:hover {
    color: #339999
}

.Video .video-inner {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: #000
}

@media(max-width: 1399px) {
    .Video .video-inner {
        height:400px
    }
}

@media(max-width: 991px) {
    .Video .video-inner {
        height:300px
    }
}

@media(max-width: 575px) {
    .Video .video-inner {
        height:250px
    }
}

@media(max-width: 400px) {
    .Video .video-inner {
        height:200px
    }
}

.Video .video-inner:hover button.playing svg {
    opacity: 1
}

.Video .video-inner video {
    height: 100% !important;
    display: block;
    margin: auto
}

.Video .video-inner button {
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999;
    height: 100%
}

.Video .video-inner button .gym-video {
    position: relative;
    display: inline-block
}

.Video .video-inner button .gym-video svg {
    width: 95px;
    margin: 0 auto;
    background: #339999;
    border-radius: 50%;
    fill: #fff;
    padding: 25px;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
    display: block;
    z-index: 99
}

@media(max-width: 1399px) {
    .Video .video-inner button .gym-video svg {
        width:80px;
        padding: 20px
    }
}

@media(max-width: 991px) {
    .Video .video-inner button .gym-video svg {
        width:60px;
        padding: 15px
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .gym-video svg {
        width:40px;
        padding: 10px
    }
}

.Video .video-inner button .gym-video:before {
    content: "";
    border-radius: 50%;
    background: #339999;
    opacity: .25;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: 159;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    left: -5%;
    top: -5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media(max-width: 1399px) {
    .Video .video-inner button .gym-video:before {
        left:-6%;
        top: -6%
    }
}

@media(max-width: 991px) {
    .Video .video-inner button .gym-video:before {
        left:-8%;
        top: -8%
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .gym-video:before {
        left:-12%;
        top: -12%
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.Video .video-inner button.playing .video_text,.Video .video-inner button.playing svg {
    opacity: 0
}

.Video .video-inner button.playing .gym-video::before {
    display: none
}

.Video .video-inner button .video_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 21;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 2px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../images/video-img.webp) no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s all;
    transition: .3s all
}

.Video .video-inner button .video_text::after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media(max-width: 991px) {
    .Video .video-inner button .video_text {
        font-size:28px
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .video_text {
        font-size:22px
    }
}

.Video .video-inner button .video_text .text {
    padding-top: 200px
}

@media(max-width: 991px) {
    .Video .video-inner button .video_text .text {
        padding-top:160px
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .video_text .text {
        padding-top:140px
    }
}

@media(max-width: 400px) {
    .Video .video-inner button .video_text .text {
        padding-top:120px
    }
}

@media(max-width: 375px) {
    .Video .video-inner button .video_text .text {
        padding-top:120px
    }
}

.Video .video-inner button .video_text .text h5 {
    font-weight: 700;
    font-size: 32px
}

@media(max-width: 991px) {
    .Video .video-inner button .video_text .text h5 {
        font-size:30px
    }
}

@media(max-width: 767px) {
    .Video .video-inner button .video_text .text h5 {
        font-size:26px
    }
}

@media(max-width: 575px) {
    .Video .video-inner button .video_text .text h5 {
        font-size:24px
    }
}

@media(max-width: 480px) {
    .Video .video-inner button .video_text .text h5 {
        font-size:20px
    }
}

@media(max-width: 375px) {
    .Video .video-inner button .video_text .text h5 {
        font-size:18px
    }
}

.Video .video-inner button .video_text .text .watch {
    font-weight: 400;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .Video .video-inner button .video_text .text .watch {
        font-size:18px
    }
}

.video-play .gym-video {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #339999;
    z-index: 999;
    margin: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.video-play .gym-video::before {
    left: -6px !important;
    top: -5px !important
}

.video-play .play,.video-play .pause {
    position: relative;
    z-index: 400;
    width: 28px
}

.video-play .pause {
    display: none
}

.video-play.playing .gym-video {
    opacity: 0
}

.video-play.playing:hover .gym-video {
    opacity: 1
}

.video-play.playing .pause {
    display: block
}

.video-play.playing .play {
    display: none
}

.contact-us {
    background: #242529
}

@media(max-width: 991px) {
    .contact-us {
        text-align:center
    }
}

.contact-us .contact-title {
    padding-bottom: 50px
}

@media(max-width: 991px) {
    .contact-us .contact-title {
        text-align:center
    }
}

@media(max-width: 991px) {
    .contact-us .our-contact-info {
        display:inline-block;
        text-align: left
    }
}

.contact-us .our-contact-info .our-deatils .information-icon {
    background: #339999;
    min-width: 90px;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1199px) {
    .contact-us .our-contact-info .our-deatils .information-icon {
        min-width:80px;
        min-height: 80px
    }
}

@media(max-width: 767px) {
    .contact-us .our-contact-info .our-deatils .information-icon {
        min-width:60px;
        min-height: 60px
    }
}

.contact-us .our-contact-info .our-deatils .information-details {
    color: #fff;
    text-transform: uppercase;
    padding-left: 30px
}

@media(max-width: 1199px) {
    .contact-us .our-contact-info .our-deatils .information-details {
        padding-left:24px
    }
}

.contact-us .our-contact-info .our-deatils .information-details h6 {
    font-weight: 700
}

@media(max-width: 575px) {
    .contact-us .our-contact-info .our-deatils .information-details h6 {
        font-size:14px;
        margin-bottom: 2px
    }
}

.contact-us .our-contact-info .our-deatils .information-details .number,.contact-us .our-contact-info .our-deatils .information-details .address {
    margin: 0;
    line-height: 1.2;
    color: #fff
}

.contact-us .our-contact-info .our-deatils .information-details .number a,.contact-us .our-contact-info .our-deatils .information-details .address a {
    color: #fff;
    margin-bottom: 0;
    font-weight: unset;
    -webkit-transition: .3s all;
    transition: .3s all
}

.contact-us .our-contact-info .our-deatils .information-details .number a:hover,.contact-us .our-contact-info .our-deatils .information-details .address a:hover {
    color: #339999
}

@media(max-width: 575px) {
    .contact-us .our-contact-info .our-deatils .information-details .number a,.contact-us .our-contact-info .our-deatils .information-details .address a {
        font-size:13px
    }
}

.contact-us .our-contact-info .our-deatils .information-details .address {
    max-width: 300px
}

@media(max-width: 575px) {
    .contact-us .our-contact-info .our-deatils .information-details .address {
        font-size:13px
    }
}

.contact-us .appointment-form {
    padding: 0 40px 40px
}

@media(max-width: 991px) {
    .contact-us .appointment-form {
        margin-bottom:50px;
        text-align: center;
        padding: 30px
    }
}

@media(max-width: 575px) {
    .contact-us .appointment-form {
        padding:30px 20px
    }
}

.contact-us .appointment-form .appointment-title {
    padding-bottom: 40px
}

.google-map {
    line-height: 0
}

.blog_wrapper {
    background: #242529
}

.blog_wrapper .inner-content .single-blog-post .blog-image {
    line-height: 0;
    margin-bottom: 30px
}

.blog_wrapper .inner-content .single-blog-post .blog-image img {
    width: 100%
}

.blog_wrapper .inner-content .single-blog-post .blog-detail p {
    color: #fff
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

@media(max-width: 375px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    line-height: 0;
    margin-bottom: 20px
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta .date img {
    height: 16px;
    width: 16px;
    margin-right: 5px
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-meta .date span {
    display: inline-block;
    line-height: 1
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .blog-title {
    color: #339999;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.3
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .blog-title {
        font-size:28px
    }
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .blog-title {
        font-size:24px;
        margin-bottom: 30px
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail blockquote {
    margin: 40px 0;
    background-color: #339999;
    padding: 50px 130px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: relative
}

@media(max-width: 1199px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail blockquote {
        padding:50px 90px
    }
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail blockquote {
        padding:30px 30px
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail blockquote::after {
    display: block;
    content: "";
    position: absolute;
    height: 51px;
    width: 61px;
    left: 70px;
    top: 30px;
    background: url(/assets/images/icons/quote.svg) 0% 0%/contain no-repeat;
    background-repeat: no-repeat;
    opacity: .5
}

@media(max-width: 1199px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail blockquote::after {
        left:60px;
        height: 30px;
        width: 30px
    }
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail blockquote::after {
        display:none
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags {
    border-top: 1px solid rgba(255,255,255,.1019607843);
    border-bottom: 1px solid rgba(255,255,255,.1019607843);
    padding: 30px 0;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags {
        padding:20px 0 10px
    }
}

@media(max-width: 480px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    margin: 0 10px 0 0
}

@media(max-width: 575px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li {
        font-size:16px
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    min-width: 88px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid rgba(255,255,255,.1019607843)
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li a {
        padding:5px 10px;
        min-width: 78px
    }
}

@media(max-width: 575px) {
    .blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul li a {
        min-width:58px
    }
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul.social li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    margin: 0 15px 0 0
}

.blog_wrapper .inner-content .single-blog-post .blog-detail .tags ul.social li a {
    min-width: auto;
    padding: 0;
    height: 20px;
    width: 20px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog_wrapper .inner-content .comment-box .section-title {
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .section-title {
        margin-bottom:30px
    }
}

.blog_wrapper .inner-content .comment-box .section-title h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .comment-box .section-title h2 {
        font-size:34px;
        text-align: center
    }
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .section-title h2 {
        font-size:24px
    }
}

.blog_wrapper .inner-content .comment-box .section-title h2 span {
    color: #339999
}

.blog_wrapper .inner-content .comment-box .section-title h2:after,.blog_wrapper .inner-content .comment-box .section-title h2:before {
    background: #339999;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 30px;
    position: absolute;
    width: 50px
}

.blog_wrapper .inner-content .comment-box .section-title h2:after {
    left: 0;
    margin-left: 0
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .comment-box .section-title h2:after {
        left:calc(50% - 50px)
    }
}

.blog_wrapper .inner-content .comment-box .section-title h2:before {
    background: #339999;
    left: 0;
    width: 15px;
    margin-left: 60px
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .comment-box .section-title h2:before {
        left:calc(50% - 50px)
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .img-box {
    min-width: 110px;
    height: 110px
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .img-box {
        min-width:60px;
        height: 60px
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .img-box .img-fluid {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box {
    width: auto;
    float: none;
    overflow: hidden;
    padding: 0 0 0 30px
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box {
        padding-left:15px
    }
}

@media(max-width: 376px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box {
        padding-left:10px
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box h3 {
    font-size: 18px;
    color: #339999;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 0px 0;
    padding-right: 60px;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box h3 {
        font-size:18px
    }
}

@media(max-width: 420px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box h3 {
        font-size:16px
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .timing {
    font-size: 12px
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box p {
    font-size: 14px;
    color: #fff;
    line-height: 22px
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px
}

@media(max-width: 376px) {
    .blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn {
        right:0;
        top: 0
    }
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn a {
    font-size: 14px;
    color: #fff;
    background: #339999;
    padding: 5px 12px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn a:hover {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog_wrapper .inner-content .comment-box .single-comment-box .content-box .reply_btn a img {
    margin-right: 8px
}

.blog_wrapper .inner-content .comment-box .reply-box {
    margin-left: 50px
}

@media(max-width: 575px) {
    .blog_wrapper .inner-content .comment-box .reply-box {
        margin-left:0px
    }
}

.blog_wrapper .inner-content .form-box {
    padding: 50px 30px;
    border: 1px solid rgba(255,255,255,.1019607843)
}

@media(max-width: 767px) {
    .blog_wrapper .inner-content .form-box {
        padding:30px 30px
    }
}

.blog_wrapper .inner-content .form-box .heading {
    margin-bottom: 40px
}

.blog_wrapper .inner-content .form-box .heading h2::after,.blog_wrapper .inner-content .form-box .heading h2::before {
    left: 25px
}

@media(max-width: 991px) {
    .blog_wrapper .inner-content .form-box .heading h2::after,.blog_wrapper .inner-content .form-box .heading h2::before {
        left:50%
    }
}

.blog_wrapper .inner-content .form-box form input,.blog_wrapper .inner-content .form-box form textarea {
    border: 1px solid rgba(255,255,255,.1019607843);
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    padding: 12px 15px;
    color: #fff;
    font-size: 14px
}

.blog_wrapper .inner-content .form-box form input:focus,.blog_wrapper .inner-content .form-box form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog_wrapper .inner-content .form-box form input:focus::-webkit-input-placeholder, .blog_wrapper .inner-content .form-box form textarea:focus::-webkit-input-placeholder {
    color: #fff
}

.blog_wrapper .inner-content .form-box form input:focus::-moz-placeholder, .blog_wrapper .inner-content .form-box form textarea:focus::-moz-placeholder {
    color: #fff
}

.blog_wrapper .inner-content .form-box form input:focus:-ms-input-placeholder, .blog_wrapper .inner-content .form-box form textarea:focus:-ms-input-placeholder {
    color: #fff
}

.blog_wrapper .inner-content .form-box form input:focus::-ms-input-placeholder, .blog_wrapper .inner-content .form-box form textarea:focus::-ms-input-placeholder {
    color: #fff
}

.blog_wrapper .inner-content .form-box form input:focus::placeholder,.blog_wrapper .inner-content .form-box form textarea:focus::placeholder {
    color: #fff
}

.blog_page .inner-content .single-blog-post {
    margin-bottom: 50px
}

.blog_page .inner-content .single-blog-post:last-child {
    margin-bottom: 0
}

.blog_page .inner-content .single-blog-post .blog-detail .blog-title {
    color: #fff
}

.blog_page .inner-content .single-blog-post .blog-detail .tags {
    padding-top: 0;
    border-top: none;
    margin-top: 30px
}

.blog_page .inner-content .single-blog-post .blog-detail .tags ul {
    margin-bottom: 10px
}

.blog_page .inner-content .single-blog-post .blog-detail .tags ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog_page .inner-content .single-blog-post .blog-detail .tags ul li a {
    text-transform: uppercase;
    color: #339999;
    font-size: 15px;
    border: none;
    padding: 0
}

.blog_page .inner-content .single-blog-post .blog-detail .tags ul li svg {
    height: 16px;
    width: 16px;
    margin-left: 5px
}

.blog_page .pagination {
    padding-top: 80px
}

@media screen and (max-width: 991px) {
    .blog_page .pagination {
        padding-top:60px
    }
}

@media screen and (max-width: 575px) {
    .blog_page .pagination {
        padding-top:40px
    }
}

.blog_page .pagination .page-item.active .page-link {
    background: #339999;
    color: #fff
}

.blog_page .pagination .page-item .page-link {
    margin-right: 20px;
    background: #fff;
    color: #242529;
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    border: none
}

@media(max-width: 767px) {
    .blog_page .pagination .page-item .page-link {
        height:30px;
        width: 30px;
        margin-right: 10px;
        padding: 8px;
        font-size: 12px
    }
}

.blog_page .pagination .page-item .page-link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog_page .pagination .page-item .page-link span img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.blog_page .pagination .page-item .page-link span .left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.blog_page .pagination .page-item .page-link:focus,.blog_page .pagination .page-item .page-link:hover {
    background: #339999;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.blog_page .pagination .page-item .arrow {
    background: rgba(0,0,0,0)
}

.blog_page .pagination .page-item .arrow:hover {
    background: rgba(0,0,0,0)
}

@media(max-width: 991px) {
    .sidebar {
        margin-top:60px
    }
}

.sidebar .widget {
    padding: 0 15px 0px;
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .sidebar .widget {
        padding:20px 15px;
        margin-bottom: 30px
    }
}

.sidebar .widget .heading h5 {
    font-size: 20px;
    color: #339999;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.sidebar .widget .heading h5::after {
    position: absolute;
    content: "";
    background: #339999;
    bottom: 0;
    height: 2px;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 40px
}

@media(max-width: 991px) {
    .sidebar .widget .heading h5::after {
        left:-20px;
        right: 0;
        margin: auto
    }
}

.sidebar .widget .heading h5::before {
    background: #339999;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin-left: 50px;
    position: absolute;
    width: 15px
}

@media(max-width: 991px) {
    .sidebar .widget .heading h5::before {
        left:0;
        right: -40px;
        margin: auto
    }
}

@media(max-width: 991px) {
    .sidebar .widget .heading h5 {
        font-size:18px
    }
}

@media(max-width: 575px) {
    .sidebar .widget .heading h5 {
        font-size:16px
    }
}

.sidebar .widget .sidebar-item .sidebar-info ul {
    padding: 0;
    margin: 0
}

@media(max-width: 991px) {
    .sidebar .widget .sidebar-item .sidebar-info ul {
        text-align:center
    }
}

.sidebar .widget .sidebar-item .sidebar-info ul li {
    padding: 0;
    margin: 0 0 10px 0
}

.sidebar .widget .sidebar-item .sidebar-info ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all
}

.sidebar .widget .sidebar-item .sidebar-info ul li a:hover {
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #ffd220
}

@media(max-width: 991px) {
    .sidebar .widget .sidebar-item .sidebar-info ul li a:before,.sidebar .widget .sidebar-item .sidebar-info ul li a::after {
        display:none;
        content: none
    }
}

.sidebar .widget .sidebar-item .sidebar-info ul li:last-of-type {
    margin: 0
}

.sidebar .widget.search-widget .search .input-search {
    position: relative
}

.sidebar .widget.search-widget .search .input-search input {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    background: rgba(0,0,0,0);
    border: 1px solid #3a3b3f;
    border-radius: 0;
    padding: 10px 15px;
    padding-right: 60px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar .widget.search-widget .search .input-search .btn-search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: #339999
}

.sidebar .widget.search-widget .search .input-search .btn-search img {
    display: block;
    margin: 0 auto
}

.sidebar .widget.categories-widget .category {
    padding: 30px 40px;
    border: 1px solid #3a3b3f
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category {
        padding:30px
    }
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li {
        width:calc(50% - 3px);
        margin: 5px 5px 0 0
    }

    .sidebar .widget.categories-widget .category .sidebar-info ul li:nth-child(even) {
        margin-right: 0
    }
}

@media(max-width: 420px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li {
        width:100%;
        margin: 5px 0 0 0
    }

    .sidebar .widget.categories-widget .category .sidebar-info ul li:first-child {
        margin-top: 0
    }
}

.sidebar .widget.categories-widget .category .sidebar-info ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 0 15px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li a {
        padding:5px;
        width: 100%;
        border: 1px solid rgba(255,255,255,.2);
        display: block
    }
}

@media(max-width: 575px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li a {
        font-size:14px
    }
}

.sidebar .widget.categories-widget .category .sidebar-info ul li a:after {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidebar .widget.categories-widget .category .sidebar-info ul li a:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #339999
}

.sidebar .widget.categories-widget .category .sidebar-info ul li a:hover:after {
    background: #339999;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media(max-width: 991px) {
    .sidebar .widget.categories-widget .category .sidebar-info ul li a:before,.sidebar .widget.categories-widget .category .sidebar-info ul li a::after {
        display:none;
        content: none
    }
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 8px;
    border: 1px solid #3a3b3f
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .thumb a {
    display: block;
    line-height: 0
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    padding-left: 15px
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info a {
    font-size: 16px;
    color: #339999;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info a:after {
    display: none
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info a:hover {
    color: #fff
}

.sidebar .widget.recentpost-widget .recent-post .sidebar-info ul li .info .meta-title span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 18px
}

.sidebar .widget.tags-widget .tags .sidebar-info ul li {
    display: inline-block;
    margin: 0 8px 10px 0
}

.sidebar .widget.tags-widget .tags .sidebar-info ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    min-width: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: rgba(0,0,0,0);
    border: 1px solid #3a3b3f
}

.sidebar .widget.tags-widget .tags .sidebar-info ul li a:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background-color: #339999;
    border: 1px solid #339999
}

.sidebar .widget:last-of-type {
    margin-bottom: 0
}

 

.schedule-section .schedule-heading {
    margin-bottom: 80px
}
.bg-camp {
     background-color: #339999;
     padding: 85px 0px;
     width: 100%;
     position: relative;
     overflow: hidden;
}

.bg-camp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 665px;
    background-image: url('/assets/images/fondo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
    opacity: 0.5;
     animation: float-combo 8s ease-in-out infinite;
}

@keyframes float-combo {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(5px, -10px); }
  50%  { transform: translate(-5px, -15px); }
  75%  { transform: translate(0px, -10px); }
  100% { transform: translate(0, 0); }
}



@media(max-width: 991px) {
    .schedule-section .schedule-heading {
        margin-bottom:60px
    }
}

@media(max-width: 767px) {
    .schedule-section .schedule-heading {
        margin-bottom:30px
    }
}

.schedule-section .schedule-heading h2 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.schedule-section .schedule-heading h2 span {
    color: #339999
}

@media(max-width: 991px) {
    .schedule-section .schedule-heading h2 {
        font-size:30px
    }
}

@media(max-width: 767px) {
    .schedule-section .schedule-heading h2 {
        font-size:24px
    }
}

.schedule-section .schedule-nav .btn.trigger-dropdown {
    margin: 0 auto 20px
}

@media(max-width: 991px) {
    .schedule-section .schedule-nav .nav {
        display:none
    }
}

.schedule-section .schedule-nav .nav.horizontal-pills button:not(:last-child) {
    margin-right: 20px
}

.schedule-section .schedule-nav .nav .clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    border: 2px solid #339999;
    min-width: 150px;
    margin-right: 70px !important;
    max-height: 59px
}

.schedule-section .schedule-nav .nav .clock img {
    width: 30px
}

@media(max-width: 1399px) {
    .schedule-section .schedule-nav .nav .clock {
        margin-right:48px !important;
        min-width: 140px
    }
}

@media(max-width: 1199px) {
    .schedule-section .schedule-nav .nav .clock {
        margin-right:38px !important;
        min-width: 118px
    }
}

@media(max-width: 991px) {
    .schedule-section .schedule-nav .nav .clock {
        display:none
    }
}

.schedule-section .schedule-nav .nav button {
    padding: 17px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3;
    border: 2px solid #323336;
    border-radius: 0;
    margin-bottom: 20px
}

.schedule-section .schedule-nav .nav button.active {
    border: 2px solid #339999;
    color: #339999;
    background-color: rgba(0,0,0,0)
}

@media(max-width: 1399px) {
    .schedule-section .schedule-nav .nav button {
        padding:17px 24px
    }
}

@media(max-width: 1199px) {
    .schedule-section .schedule-nav .nav button {
        padding:17px 18px;
        font-size: 14px
    }
}

@media(max-width: 991px) {
    .schedule-section .schedule-nav .nav button {
        margin:0 20px 10px;
        padding: 10px 15px;
        width: calc(100% - 40px)
    }
}

@media(max-width: 480px) {
    .schedule-section .schedule-nav .nav button {
        font-size:12px
    }
}

.schedule-section .schedule-nav .nav.dropdown-menu {
    width: 160px;
    display: none;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3);
    background-color: #242529;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 250px;
    overflow-y: auto
}

.schedule-section .schedule-nav .nav.dropdown-menu.show {
    display: block
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block {
    border: 3px solid #339999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block img {
    width: 67px;
    height: auto;
    margin-bottom: 25px
}

@media(max-width: 767px) {
    .schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block img {
        font-size:15px
    }
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block p {
    margin-bottom: 12px;
    color: #339999;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5
}

@media(max-width: 767px) {
    .schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block p {
        font-size:16px
    }
}

.schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block span {
    color: #fff;
    font-size: 16px;
    line-height: 1.4
}

@media(max-width: 767px) {
    .schedule-section .schedule-nav .tab-content .tab-pane .schedule-inner .schedule-block span {
        font-size:14px
    }
}

.dropdown-wrapper {
    display: block;
    position: relative
}

.trigger-dropdown {
    position: relative;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    cursor: pointer;
    display: none
}

@media(max-width: 991px) {
    .trigger-dropdown {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 160px;
        padding: 10px 30px
    }
}

@media(max-width: 480px) {
    .trigger-dropdown {
        min-width:120px;
        padding: 10px 20px;
        font-size: 12px
    }
}

.trigger-dropdown::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10px;
    border-color: rgba(0,0,0,0);
    border-top-color: #fff;
    border-style: solid;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    border-top: 6px solid #fff;
    width: 0;
    height: 0;
    line-height: 0
}

@media(max-width: 480px) {
    .trigger-dropdown::after {
        border-left:4px solid rgba(0,0,0,0);
        border-right: 4px solid rgba(0,0,0,0);
        border-top: 4px solid #fff
    }
}

.text-left li {
    text-align: left !important
}

.schedule-page {
    position: relative;
    background-image: url("../images/coming_soon.webp");
    background-size: cover;
    padding-top: 105px;
    height: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #08080f
}

@media(max-width: 1199px) {
    .schedule-page {
        background-image:url("../images/coming_soon_2.webp")
    }
}

.schedule-page .coming-soon-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.schedule-page .coming-soon-section .main-content {
    display: inline-block;
    text-align: center
}

.schedule-page .coming-soon-section .main-content h2 {
    font-size: 66px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5
}

.schedule-page .coming-soon-section .main-content h2 span {
    color: #339999
}

@media(max-width: 1199px) {
    .schedule-page .coming-soon-section .main-content h2 {
        font-size:55px
    }
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content h2 {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .schedule-page .coming-soon-section .main-content h2 {
        font-size:30px
    }
}

.schedule-page .coming-soon-section .main-content>p {
    margin-bottom: 60px;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content>p {
        font-size:20px
    }
}

@media(max-width: 575px) {
    .schedule-page .coming-soon-section .main-content>p {
        font-size:18px
    }
}

.schedule-page .coming-soon-section .main-content .countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.schedule-page .coming-soon-section .main-content .countdown-container .countdown-el {
    text-align: center
}

.schedule-page .coming-soon-section .main-content .countdown-container .countdown-el span {
    text-align: center;
    font-size: 25px;
    color: rgba(254,254,254,.8)
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el span {
        font-size:20px
    }
}

@media(max-width: 575px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el span {
        font-size:18px
    }
}

.schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number {
    width: 25%;
    min-width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #272b35
}

.schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
    font-size: 60px;
    color: #fff;
    font-weight: 600
}

@media(max-width: 1299px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
        font-size:50px
    }
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
        font-size:40px
    }
}

@media(max-width: 767px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
        font-size:25px
    }
}

@media(max-width: 480px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number p {
        font-size:20px
    }
}

@media(max-width: 767px) {
    .schedule-page .coming-soon-section .main-content .countdown-container .countdown-el .number {
        width:100%;
        min-width: auto;
        height: auto;
        border: none;
        text-align: center
    }
}

.schedule-page .coming-soon-section .main-content .custom-form-group {
    max-width: 425px;
    margin: 0 auto 34px
}

.schedule-page .coming-soon-section .main-content .custom-form-group>p {
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase
}

@media(max-width: 991px) {
    .schedule-page .coming-soon-section .main-content .custom-form-group>p {
        font-size:18px
    }
}

@media(max-width: 575px) {
    .schedule-page .coming-soon-section .main-content .custom-form-group>p {
        font-size:16px
    }
}

.schedule-page .coming-soon-section .main-content .custom-form-group form .input-group input {
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    border: 1px solid #272b35;
    color: #babfc6;
    font-size: 13px
}

.schedule-page .coming-soon-section .main-content .custom-form-group form .input-group button {
    width: auto;
    min-width: auto
}

.schedule-page .coming-soon-section .main-content .custom-form-group form .input-group button:hover {
    background: #339999
}

.schedule-page .coming-soon-section .main-content .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px
}

.schedule-page .coming-soon-section .main-content .social-icons .social-icons-inner {
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #339999;
    border: 1px solid rgba(0,0,0,0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.schedule-page .coming-soon-section .main-content .social-icons .social-icons-inner img {
    max-width: 18px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.schedule-page .coming-soon-section .main-content .social-icons .social-icons-inner:hover {
    border: 1px solid #339999;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.schedule-page .coming-soon-section .main-content .social-icons .social-icons-inner:hover img {
    -webkit-filter: unset;
    filter: unset
}

.schedule-page footer {
    text-align: center
}

.schedule-page footer p {
    font-size: 14px;
    color: #fefefe
}

.error-page {
    position: relative;
    background: url("../images/404-bg.webp") no-repeat;
    background-size: cover;
    padding-top: 105px;
    height: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error-page .not-found-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.error-page .not-found-section .main-content {
    text-align: center;
    margin: auto
}

.error-page .not-found-section .main-content img {
    max-width: 500px;
    margin-bottom: 37px
}

@media(max-width: 991px) {
    .error-page .not-found-section .main-content img {
        margin-bottom:20px;
        max-width: 300px
    }
}

.error-page .not-found-section .main-content h2 {
    line-height: 1.4;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media(max-width: 1199px) {
    .error-page .not-found-section .main-content h2 {
        font-size:34px
    }
}

@media(max-width: 991px) {
    .error-page .not-found-section .main-content h2 {
        font-size:28px;
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .error-page .not-found-section .main-content h2 {
        font-size:22px
    }
}

.error-page .not-found-section .main-content p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 50px
}

@media(max-width: 991px) {
    .error-page .not-found-section .main-content p {
        margin-bottom:35px
    }
}

@media(max-width: 767px) {
    .error-page .not-found-section .main-content p {
        font-size:16px;
        margin-bottom: 25px
    }
}

.error-page .not-found-section .main-content .btn {
    margin-bottom: 20px
}

.error-page footer {
    text-align: center
}

.error-page footer p {
    font-size: 14px;
    color: #fefefe
}

footer .website-footer {
    background: #212225;
    padding: 80px 0
}

@media(max-width: 1199px) {
    footer .website-footer {
        padding:70px 0 60px 0
    }
}

@media(max-width: 991px) {
    footer .website-footer {
        padding:50px 0 40px 0
    }
}

@media(max-width: 767px) {
    footer .website-footer {
        padding:40px 0 30px 0
    }
}

@media(max-width: 1199px) {
    footer .website-footer .our-information {
        text-align:center
    }
}

footer .website-footer .our-information .website-logo {
    display: block;
    margin-bottom: 30px
}

footer .website-footer .our-information .website-logo img {
    max-width: 140px
}

@media(max-width: 1199px) {
    footer .website-footer .our-information .website-logo {
        margin-bottom:30px
    }
}

@media(max-width: 991px) {
    footer .website-footer .our-information .website-logo {
        margin-bottom:20px;
        display: inherit
    }
}

footer .website-footer .our-information .web-about {
    color: #fff;
    max-width: 300px;
    line-height: 2.1;
    padding-bottom: 20px
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    footer .website-footer .our-information .web-about {
        font-size:15px
    }
}

@media(max-width: 1199px) {
    footer .website-footer .our-information .web-about {
        max-width:600px;
        margin: 0 auto 40px auto
    }
}

footer .website-footer .our-information .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 1199px) {
    footer .website-footer .our-information .social-icon {
        display:none
    }
}

footer .website-footer .our-information .social-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18px
}

footer .website-footer .footer-links .footer-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600
}

@media(max-width: 991px) {
    footer .website-footer .footer-links .footer-title {
        margin-bottom:20px;
        font-size: 22px
    }
}

@media(max-width: 575px) {
    footer .website-footer .footer-links .footer-title {
        font-size:20px;
        line-height: 1.2
    }
}

@media(max-width: 375px) {
    footer .website-footer .footer-links .footer-title {
        font-size:18px
    }
}

footer .website-footer .footer-links .footer-title.mob[aria-expanded=true] .footer-toggler {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

@media(max-width: 991px) {
    footer .website-footer .footer-links .footer-title.mob {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    footer .website-footer .footer-links .footer-title.mob .footer-toggler {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        top: 50%;
        position: absolute;
        right: 0;
        line-height: 0;
        display: block;
        border-radius: 8px 0;
        margin-left: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    footer .website-footer .footer-links .footer-title.mob .footer-toggler:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #339999;
        border-left: 2px solid #339999;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -3px;
        -webkit-transition: .3s all;
        transition: .3s all
    }
}

@media(min-width: 992px) {
    footer .website-footer .footer-links .footer-title.mob .footer-toggler {
        display:none
    }
}

footer .website-footer .footer-links h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 30px
}

@media(max-width: 991sspx) {
    footer .website-footer .footer-links ul {
        margin-left:30px
    }
}

@media(max-width: 480px) {
    footer .website-footer .footer-links ul {
        margin-left:20px
    }
}

@media(min-width: 992px) {
    footer .website-footer .footer-links ul.foot-mob {
        display:block
    }
}

footer .website-footer .footer-links ul li {
    margin-bottom: 10px
}

footer .website-footer .footer-links ul li:last-child {
    margin-bottom: 0
}

@media(max-width: 991px) {
    footer .website-footer .footer-links ul li:last-child {
        margin-bottom:20px
    }
}

footer .website-footer .footer-links ul li a {
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .website-footer .footer-links ul li a:hover {
    color: #339999
}

footer .website-footer .footer-links ul .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px
}

footer .website-footer .footer-links ul .contacts .support-icon {
    min-width: 15px;
    min-height: 15px
}

footer .website-footer .footer-links ul .contacts .details .text {
    color: #fff;
    padding-left: 16px;
    line-height: .9;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .website-footer .footer-links ul .contacts .details .text.location {
    line-height: 1.5
}

footer .website-footer .footer-links ul .contacts .details .text a {
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .website-footer .footer-links ul .contacts .details .text a:hover {
    color: #339999
}

footer .website-footer .footer-links .recent-posts .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px
}

footer .website-footer .footer-links .recent-posts .post .post-img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

footer .website-footer .footer-links .recent-posts .post .post-content {
    line-height: 1.4;
    color: #fff;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 45px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

footer .website-footer .footer-links .recent-posts .post .post-content:hover {
    color: #339999
}

footer .website-footer .social-icon-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px
}

@media(min-width: 1200px) {
    footer .website-footer .social-icon-mob {
        display:none
    }
}

footer .website-footer .social-icon-mob a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18px
}

.copy-right {
    padding: 15px 0;
    text-align: center;
    background: #1d1e20
}

.copy-right .copy-content {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px
}

@media(max-width: 767px) {
    .copy-right .copy-content {
        font-size:14px
    }
}

/* 
---------------------------------------------
Inner page title
--------------------------------------------- 
*/
.breadcrumb_sec {
	height: 530px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.breadcrumb_sec:before{
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.blogpage3 .main-header .header-top {
	border-bottom: 2px solid #ffffff5c;
}
.blogpage3 h2.title span {
	font-weight: 900;
}
.blog_txt {
	margin: 0 auto;
	padding-top: 225px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
}
.blog_txt h1 {
	font-size: 90px;
	font-weight: 900;
	color: #ffffff;
}
.blog_txt h3 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 300;
}
.page_banner_img {
    position: absolute;
    left: -60px;
    top: 0;
}
.title_box_page {
    margin-top: 250px;
	position: relative;
}
.page_banner_title h2{
	font-size:90px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
}
.page_banner_title p{
	font-size:40px;
	color:#fff;
	margin-top:12px;
}

/* 
---------------------------------------------
Gallery
--------------------------------------------- 
*/
.gallery .item {
	transition: all 0.5s ease 0s;
	position: relative;
}
.gallery .item a {
	display: block;
}
.gallery .item a img {
	width: 100%;
	filter: grayscale(100);
}
.gallery .item a i {
	position: absolute;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: 5;
}
.gallery .item:hover a img {
	filter: grayscale(0);
}
.gallery .item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #ff770b;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: 4;
}
.gallery .item:hover:before {
	opacity: 0.5;
}
.gallery .item:hover a i {
	opacity: 1;
}
figcaption {
	display: none;
}
.gallery {
    margin-bottom: -10px;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button {
    margin: 7px;
    padding: 10px 20px 10px 20px;
    background: #f3f3f3;
    border: none;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.filter-button:hover{
    background: #339999;
	color:#fff;
   transition: all ease 0.5s 0s;
}
.filter-button:active{
    background: #339999;
	color:#fff;
	transition: all ease 0.5s 0s;
	outline: none !important;
}
.port-image{
    width: 100%;
}
.img_course1 {
    -webkit-clip-path: polygon(18.3% 0, 100% 0, 100% 100%, 0 100%, 0 28.6%);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 28.6%);
}
section.inner_classes {
    margin-top: 60px;
	min-height:1000px;
}
.inner_classes .course_con1 h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    color: white;  
    text-align: center;
    text-transform: uppercase;
}
.inner_classes .filter-row{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 40px;
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a:hover {
  color:#1face1
}
.why-choose-us {
    padding: 150px 0 0 0;
  background:url(../images/banner/training.webp) no-repeat center;
  background-size:cover
}


@media(max-width: 991px) {
  .why-choose-us {
   background:url(../images/banner/training.webp) no-repeat center;
   padding-top: 200px;
  }
  .why-choose-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); /* Oscurece la imagen con color negro y opacidad */
      padding-top: 200px;
      height: 100%;
}

}
.why-choose-us .why-choose-us-left {
  line-height:0;
  padding-left:80px
}
@media(max-width: 1399px) {
  .why-choose-us .why-choose-us-left {
    padding-left:unset
  }
}
@media(max-width: 991px) {
  .why-choose-us .why-choose-us-left {
    text-align:center
  }
}



/* 
---------------------------------------------
Team_section
--------------------------------------------- 
*/
/* General */
/* General */
.team_sec {
    position: relative;
    padding: 80px 0;
    background: #242529;
    color: #339999;
}

.team_box {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    max-height: 506px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.team_box:hover {
    transform: scale(1.05);
}

/* Imagen con efecto de zoom */
.team_box img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    height: 650px; /* Fija una altura uniforme */
    object-fit: cover;
    overflow: hidden; /* Oculta las partes sobrantes */
}

.team_box:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

/* Estilos del overlay */
.team_box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.team_box:hover .overlay {
    opacity: 1;
}

/* Estilos del botón "Reservar" */
.overlay button {
    background-color: #048a8d;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.overlay button:hover {
    background-color: #36a1a3;
}

/* Estilos para los iconos de redes sociales */
.team_icon {
    display: flex;
    gap: 15px;
}

.team_icon a {
    color: white;
    font-size: 20px;
    transition: color 0.3s ease;
}

.team_icon a:hover {
    color: #048a8d;
}

/* Íconos de Redes Sociales */
.team_icon {
    display: flex;
    gap: 15px;
}

.team_icon a {
    color: #fff;
    font-size: 24px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.team_icon a:hover {
    transform: scale(1.3);
    color: #07788e;
}

/* Texto del Overlay */
.overlay .text {
    color: white;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    height: auto; /* O un valor que acomode el contenido */
    overflow: visible;
    line-height: 1.5;
}

/* Indicadores del Carrusel */
.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    background-color: #afafaf;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators li.active {
    background-color: #339999;
}

/* Controladores del Carrusel */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.carousel-control:hover {
    background-color: #7aa83e;
    color: #fff;
    border-color: #7aa83e;
}

/* Para pantallas pequeñas */
@media (max-width: 767px) {
    .overlay .reserve-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .team_icon a {
        font-size: 20px;
    }
}
.carousel-control {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	width: 50px;
	font-size: 42px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,0);
	filter: alpha(opacity=50);
	opacity: .5;
	border: 1px solid #000000;
	height: 50px;
}
.carousel-control .fa {
	color: #000000;
	text-shadow: none;
}
.main-slider .carousel-control.right {
	right: 49px;
	left: auto;
	top: 76%;
}
.main-slider .carousel-control.left {
	right: 50px;
	left: auto;
	top: 38%;
}
@media screen and (max-width:991px) {
	.top-servic-box, .top-servic-box figure img{
		height: 350px;
        overflow: hidden;
	}
	.main-slider .carousel-control.left,.main-slider .carousel-control.right{
		display: none;
	}
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -15px;
	margin-top: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -15px;
	margin-top: -15px;
}
.carousel-item .img-fluid {
	max-width: 360px;
    overflow: hidden;
}
/*
.carousel .item img {
    width: 100%; border-radius: 10px;
*/
.carousel-inner .item.right, .carousel-inner .item.left {
	transform: translateX(0);
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
#slider1 i.fa.fa-angle-left {
	height: 44px;
	width: 44px;
	border: 1px solid #000;
	font-weight: normal;
	font-size: 36px;
	line-height: 39px;
	color: #000;
	background-color: #fff;
	transition: all ease 0.5s 0s;
}
#slider1 i.fa.fa-angle-left:hover {
	background-color: #7aa83e;
	border: 1px solid #7aa83e;
	transition: all ease 0.5s 0s;
	color: #fff;
}
#slider1 i.fa.fa-angle-right:hover {
	background-color: #7aa83e;
	border: 1px solid #7aa83e;
	transition: all ease 0.5s 0s;
	color: #fff;
}
#slider1 i.fa.fa-angle-right {
	height: 44px;
	width: 44px;
	border: 1px solid #000;
	font-weight: normal;
	font-size: 36px;
	line-height: 39px;
	color: #000;
	background-color: #fff;
	transition: all ease 0.5s 0s;
}
.team_sec .item {
	overflow: hidden;
}
.owl-theme .owl-nav {
	display: none;
}


/* 
---------------------------------------------
scroll to top
--------------------------------------------- 
*/
.scrollToTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
    background: #04cad4;
    border-radius: 50%;
    color: white;
    font-size: large;
    transition: all 0.5s linear;
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(54, 54, 54, 0.3);
    box-shadow: 0 0 15px 0 rgba(54, 54, 54, 0.3);
    
    /* Alineación centrada usando Flexbox */
    display: flex;
    justify-content: center;
    align-items: center;
}

a.scrollToTop:hover,
a.scrollToTop:focus {
    text-decoration: none;
    background-color: #fff;
    color: #222;
    -webkit-box-shadow: 0 0 15px 0 rgba(54, 54, 54, 0.3);
    box-shadow: 0 0 15px 0 rgba(54, 54, 54, 0.3);
}


.service1-area.blog_wrapper .card .card-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: none !important;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    overflow: hidden;
}


.sombra-svg {
    /* Añade una sombra con desplazamiento y desenfoque */
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.arrow{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  line-height: 50px;
  z-index: 9999999;
  bottom: 25px;
  display: none;
  background: #339999;
  border-radius: 50px;
  text-align: center;
  color: white;
  font-size: large;
  transition: all 0.5s linear;
  text-decoration: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(54, 54, 54, 0.3);
}


.food_section .filters_menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    margin: 45px 0 20px 0;
  }
  .food_section .box {
    position: relative;
    margin-top: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    color: #d8ded2;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(to bottom, #f1f2f3 25px, #363f1d 25px);
  }
  
  .food_section .box .img-box {
    background: #b2bda6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 215px;
    border-radius: 0 0 0 45px;
    margin: -1px;
    padding: 25px;
  }
  
  .food_section .box .img-box img {
    max-width: 100%;
    max-height: 145px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  
  .food_section .box .detail-box {
    padding: 25px;
  }
  
  .food_section .box .detail-box h5 {
    font-weight: 600;
  }
  
  .food_section .box .detail-box p {
    font-size: 15px;
  }
  
  .food_section .box .detail-box h6 {
    margin-top: 10px;
  }
  
  .food_section .box .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .food_section .box .options a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #627b3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .food_section .box .options a svg {
    width: 18px;
    height: auto;
    fill: #ffffff;
  }
  
  .food_section .box:hover .img-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .food_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .food_section .btn-box a {
    display: inline-block;
    padding: 10px 55px;
    background-color: #627b3a;
    color: #ffffff;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
  }
  
  .food_section .btn-box a:hover {
    background-color: #627b3a;
  }
  /* Añadir margen o padding en el contenedor de navegación */
.breadcrumb-container, .content-container {
    padding: 20px; /* Ajusta el valor según sea necesario */
}

/* Ajustes específicos para el encabezado de la sección */
.section-header {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Añadir espacio entre los elementos */
.content-container > * {
    margin-bottom: 15px;
}

/* Si el encabezado y el contenido están en un contenedor general */
.main-container {
    padding: 30px;
}

footer {
    background-color: #212225;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 0
}

.footer_social ul {
    padding: 0
}

.footer_social ul li {
    display: inline-block;
    color: #fff
}

.footer_social ul li a {
    color: #fff
}

.footer_social ul li {
    display: inline-block;
    color: #fff;
    height: 29px;
    width: 29px;
    text-align: center;
    border-radius: 50px;
    line-height: 29px;
    font-size: 14px
}

.footer_social ul li:hover {
    transition: all ease .5s 0s;
    background: rgba(6,177,179,1);
    background: -moz-linear-gradient(top,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(6,177,179,1)),color-stop(100%,rgba(4,128,130,1)));
    background: -webkit-linear-gradient(top,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    background: -o-linear-gradient(top,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    background: -ms-linear-gradient(top,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    background: linear-gradient(to bottom,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%)
}

.footer_social {
    margin-top: 30px
}

.footer_link {
    text-align: center
}

.footer_link li {
    display: inline-block;
    padding: 0 32px
}

.footer_link li a {
    font-size: 14px;
    color: #fff;
    transition: all ease .5s 0s;
    font-family: Poppins,sans-serif
}

.footer_link li a:hover {
    text-decoration: none;
    opacity: .5;
    transition: all ease .5s 0s
}

.footer_border {
    border-bottom: 1px solid #373a44;
    margin-top: 25px;
    margin-bottom: 20px
}

.footer_link li:first-child {
    padding: 0 32px 0 0
}

.footer_link li:last-child {
    padding: 0 0 0 32px
}

.footer_center_con p {
    font-size: 13px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    font-family: Poppins,sans-serif
}

.footer_center_con {
    padding-left: 30px;
    padding-right: 30px
}

.news_letter_box h3 {
    font-size: 18px;
    color: #fefefe;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

input.card-input {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    border-radius: 25px;
    border: none;
    padding: 12px 0;
    padding-left: 15px;
    background-color: #272b35;
    box-shadow: 3px 4px 15px 0 rgba(0,0,0,.2)
}

.input-img {
    position: absolute;
    top: 25%;
    background: rgba(6,177,179,1);
    background: -moz-linear-gradient(top,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(6,177,179,1)),color-stop(100%,rgba(4,128,130,1)));
    background: -webkit-linear-gradient(top,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    background: -o-linear-gradient(top,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    background: -ms-linear-gradient(top,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    background: linear-gradient(to bottom,rgba(6,177,179,1) 0,rgba(4,128,130,1) 100%);
    left: 79%;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 44px
}

input.card-input::placeholder {
    color: #fff
}

.card-box-input {
    margin-top: 20px;
    position: relative
}

.news_letter_box p {
    font-size: 14px;
    color: #fff;
    font-family: Poppins,sans-serif;
    margin-top: 15px;
    letter-spacing: .5px
}

.footer_bootom {
    background-color: #048082;
    padding-top: 15px;
    padding-bottom: 15px
}

.nav-link.tab-four {
  display: block;
  padding: .5rem 1rem;
  background-color: #303031 !important;
  color: #fff !important;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  border-radius: 0 !important;
}


.small, small {
  font-size: .73em !important;
}

.whatsapp {
  position: fixed;
  bottom: 10rem;
  right: 1.5%;
  border-radius: 50px;
  text-align: center;
  font-size: 38px;
  z-index: 100000;
}


.waze {
  position: fixed;
  bottom: 6rem;
  right: 1.5%;
  border-radius: 50px;
  text-align: center;
  font-size: 38px;
  z-index: 100000;
}

.schedule-block .activity-button{
    width: 80%;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

a:hover {
  color: #05fcff;

}
button.activity-button:hover{
    background-color: #05FCFF;
    color: #242529; /* Cambia color de texto */
   
}