@font-face {
    font-family: "JosefinSans-Regular";
    /*src: url(../fonts/JosefinSans-Regular.ttf);*/
    src: url(../fonts/en/MinionPro-Regular.otf);
}

@font-face {
    font-family: "JosefinSans-SemiBold";
    /*src: url(../fonts/JosefinSans-SemiBold.ttf);*/
    src: url(../fonts/en/MinionPro-Bold.otf);
}

body {
    font-family: "JosefinSans-Regular" !important;
    background-image: url(../uploads/tringle_art.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
button{
    outline: none!important;
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url(../uploads/hamburger.svg) !important;
}

.container {
    max-width: 90%;
}
.img-cover{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.color-theme {
    color: #111921 !important;
}

.color-gray {
    color: #7A97AB !important;
}
.bg-light{
    background: #F6F6F6;
}
.btn-theme{
    background: #111921;
    border-radius: 0;
    color: #fff;
    padding:10px 20px;
    font-size: 16px;
    font-family:"JosefinSans-Regular" ;
}
.btn-white{
    background: #fff;
    border-radius: 30px;
    color: #000;
    padding:10px 30px;
    font-size: 16px;
    font-family:"JosefinSans-Regular" ;
}
.btn-theme:hover{
    color: #fff;
}
.btn-gray{
    background: #7A97AB;
    border-radius: 0;
    color: #fff;
    padding:10px 20px;
    font-size: 16px;
    font-family:"JosefinSans-Regular" ;
}
.big-heading {
    font-size: 90px ;
    font-family: "JosefinSans-SemiBold" !important;
}

.main-heading {
    font-size: 70px;
    color: #7A97AB ;
    font-family: "JosefinSans-SemiBold" !important;
	line-height:100%;
}

.sub-heading {
    font-size: 20px !important;
    color: #7A97AB;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
.para-light {
    color: #212529;
}

.card-img {
    border-radius: 0px !important;
    object-fit: cover;
    height: 100%;
}
.card-overlay {
    height: 100%;
}
.card {
    border-radius: 0px !important;
    border: 0px !important;
}

.btn-primary {
    background-color: #7A97AB !important;
    border-color: #7A97AB;
}

.btn-primary:hover {
    background-color: #7A97AB !important;
    border-color: #7A97AB;
    opacity: 80%;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 15px ;
    padding-left: 15px ;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
	    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
}

.btn-dark {
    background-color: #7A97AB !important;
    border-color: #7A97AB;
    border-radius: 20px;
}

.btn-dark:hover {
    border-color: #7A97AB;
    opacity: 80%;
}

.form-control {
    height: 50px !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #7A97AB;
}



.height100 {
    height: 100px !important;
}

.footer-bg {
    background-color: #7A97AB;
}

.footer-heading {
    font-size: 40px;
}

.footer-ul {
    list-style: none;
    padding-left: 0px;
}

.footer-ul li {
    padding-bottom: 20px;
}

.footer-ul li a {
    color: white;
    text-decoration: none;
}

.footer-contactul {
    list-style: none;
    padding-left: 0px;
}

.footer-contactul li {
    padding-bottom: 20px;
}

.footer-contactul li img {
    width: 24px !important;
    margin-right: 20px;
}

.footer-contactul li a {
    color: white;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #7A97AB !important;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    /*color: #7A97AB !important;*/
}
.team-card {
    background-color: #282828 !important;
    position: relative;
    height: 100%;
    color: white;
    border-radius: 0px !important;
}

.team-image {
    border-radius: 0px !important;
}

.teamcard-ul, .team-social {
    padding-left: 0;
    list-style: none;
}

.teamcard-ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.coach-title {
    color: #C3C6A7;
}

.team-social li {
    display: inline-block;
    margin-right: 0.5rem;
}

.teamcard {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

.happy-clients {
    background-color: #F6F6F6;
}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #111921;
}

/* SLIDER CSS */
ul.slick-dots li {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

ul.slick-dots {
    margin: 0 auto;
    text-align: center;
}

ul.slick-dots li button {
    background: #D5DADD;
    font-size: 0;
    border: none;
    padding: 4px;
    border-radius: 50%;
    margin: 0 3px;
}
ul.slick-dots li.slick-active button {
    background: #7A97AB;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #111921;
    color: #fff;
    font-weight: 100;
    border: none;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #111921;
    color: #fff;
    font-weight: 100;
    border: none;
}
/*
TEAM CSS
*/
.single-team{
    margin-top: 10px;
}
.team-detail {
    position: absolute;
    bottom: 20px;
    width: 100%;
    transition: .3s;
}

.team-detail h4 {
    color: #ffff;
    background: #7A97AB;
    padding: 10px 35px;
    display: inline-block;
    position: relative;
}
.single-team:hover .team-detail{
    transform: scaleX(0);
    transform-origin: left;
    visibility: hidden;
}
.team-detail h5 {
    background: #111921;
    display: table;
    color: #fff;
    padding: 10px;
    line-height: 1;
    font-size: 16px;
}
.team-hover {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #111921c7;
    display: flex;
    align-items: center;
    transition: .2s;
    transform-origin: bottom;
    transform: scaleY(0);
    transition-delay: .1s;
}
.single-team:hover .team-hover{
    transform: scaleY(1);
}
.team-hover h4{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
}
.team-hover p{
  /*  color: #d8c9ad;*/
    color: #ffffff;
}
.team-hover h4:after{
    position: absolute;
    content: '';
    height: 3px;
    width: 20%;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    border-radius: 30px;
}
ul.slick-dots {
    padding: 0;
}

@media screen and (max-width: 768px) and (min-width: 250px) {
    .top-icons {
        width: 64px !important;
    }
    .membership-desc{
        margin-right: 0!important;
    }

    .navbar-toggler-icon {
        z-index: 999999;
        position: relative;
    }
    .big-heading {
        font-size: 24px !important;
    }
    /* .hero-home, .hero-about, .hero-classes, .hero-team, .hero-features {
        height: 50vh;
    } */
    .main-heading, .footer-heading {
        font-size: 24px !important;
    }

    h4, .sub-heading {
        font-size: 16px !important;
    }
    p {
        font-size: 13px !important;
    }
    .btn-absoluteLight {
        top: 0 !important;
        left: 0 !important;
        font-size: 15px !important;
        width: 100%;
    }


    .btn-dark {
        margin-bottom: 20px;
    }
    .ps-5 {
        padding-left: 15px !important;
    }
    .star-ul li:nth-child(5) img {
        margin-right: 0px !important;
    }
    .nav-pills .nav-item {
        margin-bottom: 10px;
        margin-right: 5px !important;
    }
    .nav-pills .nav-item a {
        font-size: 13px !important;
    }
}
.facilities-content{
	padding-left: 30px;
}
.facilities-content .semiBold-20{
	 font-size: 28px;
}
.single-facilities .row{
	display:flex;
	align-items:center;
}
@media screen and (max-width: 767px) {
.facilities-content {
    padding-left: 0px;
}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
.navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 10px;
    padding-left: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	font-size:15px;
}
.big-heading{
	font-size:40px;
}
.main-heading{
	font-size:30px;
}
.card-img-overlay h4{
	font-size:16px;
}
.card-img-overlay p{
	font-size:12px;
}
.minwdth{
	width:65%;
}
#myTab li{
	margin-bottom:10px;
}
#myTab li a{
	padding-bottom:5px;
	padding-top:5px;
}
.footer-heading {
    font-size: 20px;
}
body{
	font-size: 0.80rem;
}
.minwdth{
    padding: 0;
}
}

@media screen and (max-width: 1366.5px){
    .navbar-expand-lg .navbar-nav .nav-item{
       padding-left: 15px;
        padding-right: 15px;
    }
    .big-heading{
        font-size: 70px;
    }
    .main-heading{
        font-size: 50px;
    }
    .card-img-overlay p{
        font-size: 12px;
        margin-top: 10px;
    }
    .card-img-overlay h4{
        font-size: 18px;
    }
    .membership-ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .para-light{
        font-size: 14px;
    }
    .contact-us-form h5 {
        font-size: 1rem;
    }
    .footer-heading {
        font-size: 30px;
    }
}
@media screen and (max-width: 1120px){
    .big-heading{
        font-size: 60px;
    }
    .main-heading {
        font-size: 40px;
    }
    .sub-heading{
        font-size: 16px!important;
        margin-bottom: 0;
    }
    .membership-ul li{
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px){
    .navbar-expand-lg .navbar-nav .nav-item{
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-heading{
        font-size: 30px;
    }
    .sub-heading {
        font-size: 14px!important;
        margin-bottom: 5px;
    }
    .big-heading {
        font-size: 50px;
    }
    .count-title{
        font-size: 28px;
    }
}
@media screen and (max-width: 991.5px){
    .month {
        font-size: 1rem!important;
    }
    .footer-contactul li img {
        width: 15px !important;
        margin-right: 10px;
    }
    .footer-contactul li {
        padding-bottom: 15px;
        display: flex;
    }
    button.navbar-toggler.collapsed .close {
        display: none;
    }
    button.navbar-toggler.collapsed span{
        display: block;
        transition: .4s;
    }

    button.navbar-toggler span{
        display: none;
        transition: .4s;
    }
    .navbar-collapse{
        transition: .3s;
    }
    button.navbar-toggler {
        box-shadow: none!important;
    }
    .navbar .navbar-collapse.collapsing {
        height: auto !important;
      }
      .navbar .lateral-left {
        right: -100%;
        animation: slide-in-right 300ms forwards;
      }
      .navbar .lateral-left.open {
        right: 100%;
        animation: slide-in-left 200ms forwards;
      }
      .navbar .lateral-right {
        right: -100%;
        animation: slide-out-right 200ms forwards;
      }
      .navbar .lateral-right.open {
        animation: slide-in-right 200ms forwards;
      }
      .navbar .navbar-collapse {
        top: 0px;
        bottom: 0px;
        position: fixed;
        width: 80%;
        width: calc(100% - 60px);
        max-width: 265px;
        height: auto !important;

        /* Optional styling */
        background: #f8f8f8;
        padding: 30px;
        top: 0px;
      }
      .navbar .lateral-left.open,
      .navbar .lateral-right.open {
        display: block !important;
        overflow-y: auto;
      }
    @keyframes slide-in-left {
  0% {
    left: -100%;
  }
  100% {
    left: 0px;
  }
}
@keyframes slide-out-left {
  0% {
    left: 0px;
  }
  100% {
    left: -100%;
  }
}
@keyframes slide-in-right {
  0% {
    right: -100%;
  }
  100% {
    right: 0px;
  }
}
@keyframes slide-out-right {
  0% {
    right: 0px;
  }
  100% {
    right: -100%;
  }
}

div#navbarSupportedContent {
    text-align: left;
}
ul.navbar-nav li {
    padding-left: 0!important;
}
.navbar-collapse {
    background: #fff;
    position: absolute;
    top: -10px;
    left: 0;
    height: 100vh;
    padding-top: 20px;
    transition: all .5s ease-in-out;
}
.navbar-collapse .nav-link {
    color: #000!important;
}
.btn-primary{
    border-radius: 30px!important;
}
.card-img-overlay h4{
    font-size: 14px;
}
.card-img-overlay h4 span{
    font-size: 10px;
}
.card-img-overlay p{
    font-size: 10px;
    margin-top: 0px;
    line-height: 1.1;
}







}


@media screen and (max-width: 793.5px) {
    .card-img-overlay p{
        font-size: 8px!important;
        line-height: 1.3;
    }
    ul#pills-tab {
        flex-wrap: nowrap;
        overflow-y: scroll;
        align-items: center;
    }

    ul#pills-tab li a {display: block;}



    ul#pills-tab li a {
        width: 160px;
        margin: 0 auto;
        text-align: center;
    }
    .calendar ol li{
        font-size: 10px;
    }
    .card-body .card-text {
        font-size: 10px!important;
    }
    .main-heading, .footer-heading {
        font-size: 20px !important;
    }
    .footer-ul li {
        padding-bottom: 10px;
    }
    .mx-w-100 {
        max-width: 100% !important;
        padding: 0;
      }
      ul#myTab li {
        display: contents;
    }
    ul#myTab li {
        width: 50%!important;
        display: block;
        margin-bottom: 0;
    }
    div#myTabContent{
        padding-left: 0;
    }
    .membership-ul li{
        font-size: 14px;
    }
    .contact-us-form{
        background:#F6F7F7;
        padding-bottom: 50px;
    }
    .contact-us-form .text-white{
        color: #7A97AB!important;
    }
    .contact-us-form h5.text-white{
        color: #000!important;
        font-size: 12px;
    }
    .contact-us-form form label{
        color: #000;
    }
    .contact-us-form .btn-white{
        background-color: #111921;
        color: #fff;
        border-radius: 30px;
    }
    .footer-ul{
        margin-bottom: 0;
    }







.team-hover {
    padding: 20px;
}
.aboutRightImage-BG{
	padding-right:15px !important;
}
.single-facilities .row .order2{
	order:2;
}
.single-facilities .facilities-content{
	padding-top:20px;
}
.membership-active .slick-slide {
    margin: 0 10px;
}
.mobile-no-flex{
	flex-wrap:wrap;
}
.mobile-no-flex ul{
	margin-bottom:0 !important;
}
.semiBold-20 {
    font-size: 20px !important;
}
.membership-bg.mpage > .container{
	padding-top:0 !important;
	width:100%;
	max-width:100%;
}
.single-membership{
	    display: block !important;
		padding:0px !important;
}
.single-membership .membership-image{
	   border-radius:0;
}
.membership-active .slick-slide {
    transform:scale(1);
	    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
}
.membership-active .slick-slide.slick-active.slick-center {
    transform:scale(1);
}
.membership-levels .container{
	max-width: 100%;
}
.single-membership h2{
	margin:0 !important;
	width:100%;
	border-radius:0 !important;
	text-align:center;
}
.membership-desc{
	padding:20px;
}
.mfullwidth div{
		width:100% !important;
		text-align:center;
}
.mfullwidth div:first-child{
		margin-bottom:15px;
}
#carouselExampleIndicators .review-card .row > div{
	width:75% !important;
}
#carouselExampleIndicators .review-card .row > div:first-child{
	width:25% !important;
}
#carouselExampleIndicators .review-card .row > div .card-body{
	padding-top:0;
}
#carouselExampleIndicators .review-card .row > div .card-body .semiBold-20 {
    font-size: 15px !important;
}
#carouselExampleIndicators .review-card .row > div .card-body .post{
	margin-bottom:0 !important
}
#carouselExampleIndicators .review-card .row > div img{
	border-radius:10px;
}
.mp0{
		padding-top:0 !important;
}
.mpb0{
		padding-bottom:0 !important;
}
.paddlr0{
	padding:0 !important;
}
ul#myTab li{
	width:100% !important;
}
#myTab li:hover, #myTab li a {
    background-color: transparent !important;
	border:0;
	text-align:left;
	color:#311718 !important;
}
#myTab .slick-current.slick-active  li a{
	font-weight:bold;
}
.footer-bg .container{
	max-width:100%;
	padding-top:40px;
}
.team-area .container{
	max-width:100%;
}
.contact-us-form {
    padding: 30px 15px;
    color: #fff;
}
.contact-us-form .nmm{
	margin-top:10px !important;
}
}


@media screen and (max-width: 793.5px){
    .carousel-item img {
        margin: 0 auto;
        width: 100%;
    }
    #myTab li a{
        font-size: 10px;
    }
}
.social-ul{
    list-style-type: none;
}
.social-ul li img{
    max-width: 20px;
}

.trans-select
{
    background: transparent;
    border: none;
    color: #FFF;
    font-size: 1.25rem;
    outline: none;
}
.trans-select:focus-visible
{
    outline: none;
}
.trans-select option
{
    color: #000;
}

@media only screen and (max-width: 992px) {
    .trans-select
    {
        color: #000;
        font-size: 1rem;
        margin-left: -3px;
        margin-top: 4px;
    }
}


@media only screen and (max-width: 600px) {
    .carousel-cell .card-body > div
    {
        margin-top: 50px;
    }
}
