body{
	font: 16px/26px "Open Sans", sans-serif;
	color: #000;
}
p a{text-decoration: none;  color: #0cbfd5;}
p a:hover{color:#000;}
.about-img img{width:auto !important; height:auto !important;}
#wrapper{
	position: relative;
	width: 100%; 
	padding: 42px 60px;
}
#header .container{
	max-width: 1690px;
}
.teaching-programs .container{
	max-width: 1631px;
}
.help-section .container{
	max-width: 1597px;
}
.testimonials .container{
	max-width: 1630px;
}
.header-container{
	position: relative;
}
#header{
	position: absolute;
	left: 0;
	right: 0;
	top: 27px;
	z-index: 5;
}
#header .logo{
	display: block;
	max-width: 170px;
}
#header .logo img{
	display: block;
	max-width: 100%;
	height: auto;
}
#header .nav-align{
	display: flex;
	align-items: center;
	justify-content: end;
}
#header .nav-align .navbar{
	padding-right: 5px;
}
#header .nav-align .navbar .navbar-nav .nav-item{
	margin: 0 13px;
}
#header .nav-align .navbar .navbar-nav .nav-link{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#header .nav-align .navbar .navbar-nav .nav-link:hover,
#header .nav-align .navbar .navbar-nav .nav-link.active{
	color: #04dcf7;
}
#header .navbar .dropdown-menu .dropdown-item{
	font-size: 16px;
}
#header .navbar .dropdown-menu .dropdown-item:hover{
	background: #04dcf7;
	color: #fff;
}
#header .nav-align .btn-call .btn{
	background: #0ccae2;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	min-width: 195px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 35px;
	transition: all ease 0.5s;
	padding: 7px 8px 7px 23px;
}
#header .nav-align .btn-call .btn .ico{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0acee7;
	transition: all ease 0.5s;
}
#header .nav-align .btn-call .btn:hover{
	background: #fff;
	color: #0ccae2;
}
#header .nav-align .btn-call .btn:hover .ico{
	background: #0ccae2;
	color: #fff;
}
#header .navbar-nav .dropdown-submenu > .dropdown-menu{min-width: 200px;}
#header .navbar-nav .dropdown-submenu > .dropdown-menu li a{white-space: normal;}
#header .navbar .dropdown-menu .dropdown-item{position: relative;}
#header .dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.banner{
	background: url('../images/banner-athletes.png') no-repeat center center;
	background-size: cover;
	min-height: 920px;
	display: flex;
	align-items: end;
	justify-content: center;
	border-radius: 50px;
}
.banner .caption{
	text-align: center;
	color: #fff;
	padding-bottom: 11.5%;
	font-family: "Montserrat", sans-serif;
}
.banner .caption .title{
	display: block;
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
}
.banner .caption h1{
	margin: 0;
	font-size: 60px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
}
.banner .caption h1 .blue{
	color: #04dcf7;
}
.banner .caption p{
	margin: 0;
	font-weight: bold;
	font-size: 33px;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
}
.top-btn{
	margin-top: -67px;
	margin-bottom: 76px;
	position: relative;
	z-index: 3;
}
.top-btn .links{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.top-btn .links li{
	display: inline-block;
	vertical-align: top;
	min-width: 547px;
	margin: 0 -3px;
}
.top-btn .links li:first-child a{
	border-radius: 10px 0 0 10px;
}
.top-btn .links li:last-child a{
	border-radius: 0 10px 10px 0;
}
.top-btn .links a{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 27px 56px 27px 50px;
	box-shadow: 0px 0 25px 1px rgba(0,0,0,0.3);
}
.top-btn .links a .ico{
	width: 87px;
	height: 87px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #04dcf7;
}
.top-btn .links a .txt{
	flex: 1;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}
.top-btn .links li.active a,
.top-btn .links a:hover{
	background: #04dcf7;
	color: #fff;
}
.top-btn .links li.active a .ico,
.top-btn .links li a:hover .ico{
	background: #fff;
}
.top-btn .links li.active a .ico img,
.top-btn .links li a:hover .ico img{
	filter: brightness(0) saturate(100%) invert(74%) sepia(84%) saturate(2604%) hue-rotate(137deg) brightness(101%) contrast(97%);
}
.top-btn .links a img{
	display: block;
	max-width: 100%;
	height: auto;
}
.heading{
	text-align: center;
	margin: 0 0 46px;
}
.heading .title{
	display: block;
	color: #04dcf7;
	margin-bottom: 2px;
	font-size: 24px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}
.heading h2{
	margin: 0;
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}
.teaching-programs{
	background: #e5fcff;
	border-radius: 50px;
	padding: 68px 0 95px;
}
.teaching-programs .post-holder{
	padding: 43px 40px 40px;
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	background: #fff;
}
.teaching-programs .post-holder .top-area{
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 30px;
	padding-right: 50px;
}
.teaching-programs .post-holder .icon{
	width: 70px;
	min-width: 70px;
	height: 70px;
	border-radius: 9px;
	background: #04dcf7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.teaching-programs .post-holder h3{
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
}
.teaching-programs .post-holder .img{
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 10px;
}
.teaching-programs .post-holder .img img{
	display: block;
	max-width: 100%;
	height: auto;
	transition: all ease 0.5s;
}
.teaching-programs .post-holder .img a:hover img{
	transform: scale(1.1);
}
.teaching-programs .post-holder .txt-wrap{
	margin-bottom: 21px;
}
.teaching-programs .post-holder .txt-wrap p{
	margin: 0;
}
.btn-primary{
	width: 196px;
	display: flex;
	align-items: center;
	text-decoration: none;
	background: #0ccbe3;
	justify-content: space-between;
	padding: 8px;
	padding-left: 25px;
	border-radius: 30px;
	border: 2px solid #0ccbe3;
}
.btn-primary .txt{
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.btn-primary .ico{
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #0ccbe3;
	border-radius: 100%;
}
.btn-primary:hover{
	background: #fff;
	color: #0ccbe3;
}
.btn-primary:hover .txt{
	color: #0ccbe3;
}
.btn-primary:hover .ico{
	background: #0ccbe3;
	color: #fff;
}
.about-area{
	padding: 82px 0 79px;
}
.about-area .img{
	margin-left: -6px;
	position: relative;
}
.about-area .overlay{
	position: absolute;
	left: -93px;
	top: 105px;
	background: #0ec7de;
	border-radius: 10px;
	color: #fff;
	max-width: 185px;
	z-index: 5;
	text-align: center;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	padding: 14px 12px 19px;
}
.about-area .overlay .num{
	display: block;
	font-size: 50px;
	line-height: 1.2;
	margin: 0 0 3px;
}
.about-area .overlay p{
	margin: 0;
	font-size: 17px;
	line-height: 20px;
}
.about-area .img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.about-area .holder{
	padding-left: 55px;
	padding-top: 25px;
	padding-right: 60px;
}
.about-area .holder p{
	margin-bottom: 34px;
}
.about-area .holder .heading{
	text-align: left;
	margin: 0 0 22px;
}
.about-area .holder h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}
.gallery-area{
	padding: 0 0 71px;
}
.gallery-area .img{
	margin-bottom: 25px;
	display: block;
}
.gallery-area img{
	display: block;
	max-width: 100%;
}
.gallery-area .holder{
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}
.gallery-area .holder:hover:before {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.gallery-area .holder:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    background: rgb(12 202 226 / 50%);
    -moz-background-size: 100%;
    background-size: 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.gallery-area .holder .icon{
    position: absolute;
    top: calc(60% - 25px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}
.gallery-area .holder .icon a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    color: #017a80;
    font-size: 14px;
    opacity: 0;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-right: 5px;
}
.gallery-area .holder:hover .icon a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.gallery-area .btn-area{
	padding: 24px 0 0;
}
.gallery-area .btn-area .btn-primary{
	min-width: 230px;
	margin: 0 auto;
}
.achievements{
	background: #017a80;
	padding: 53px 0 57px;
	color: #fff;
	text-align: center;
	margin: 0 -60px;
}
.achievements .row div:first-child .holder:before{
	display: none;
}
.achievements .holder{
	position: relative;
}
.achievements .holder:before{
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: -12px;
	content: '';
	width: 1px;
	background: #58a7ab;
}
.achievements .num{
	font-weight: bold;
	font-size: 72px;
	line-height: 1;
	margin: 0 0 12px;
	font-family: "Montserrat", sans-serif;
}
.achievements .num sup{
	font-size: 26px;
	font-family: "Open Sans", sans-serif;
	margin: 0 -7px;
    position: relative;
    top: -32px;
	left: -8px;
}
.achievements .txt{
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}
.help-section{
	padding: 104px 0 0;
}
.help-section .text-wrap{
	padding-left: 50px;
	padding-right: 60px;
}
.help-section .heading{
	text-align: left;
	margin-bottom: 0;
}
.help-section .heading h2{
	font-size: 54px;
}
.help-section .heading h2 .blue{
	color: #04dcf7;
}
.help-section h3{
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
}
.help-section p{
	margin-bottom: 29px;
}
.help-section .client-logo img{
	display: block;
	max-width: 100%;
	height: auto;
}
.help-section .img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.help-section .news-letter{
	padding: 76px 95px 65px 65px;
	max-width: 83.5%;
	margin: 90px auto 0;
	background: url('../images/bg-news-letter.png') no-repeat;
	background-size: cover;
	display: flex;
	gap: 20px;
	border-radius: 20px;
	align-items: center;
}
.help-section .news-letter h3{
	font-size: 42px;
}
.help-section .news-letter .head,
.help-section .news-letter .form-holder{
	flex: 0 0 50%;
	max-width: 50%;
	box-sizing: border-box;
}
.help-section .news-letter .head{
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}
.help-section .news-letter .head .title{
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 4px;
}
.help-section .news-letter h3{
	margin-bottom: 0;
}
.help-section .news-letter .form-holder .holder{
	position: relative;
	background: #fff;
	border-radius: 45px;
	overflow: hidden;
	padding: 12px 0;
}
.help-section .news-letter .form-holder .btn-submit{
	position: absolute;
	right: 11px;
	top: 11px;
	bottom: 11px;
	background: #04dcf7;
	color: #fff;
	border: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	border-radius: 35px;
	padding: 10px 36px;
	text-transform: uppercase;
	transition: all ease 0.5s;
	border: 2px solid #04dcf7;
}
.help-section .news-letter .form-holder .btn-submit:hover{
	background: #fff;
	color: #04dcf7;
}
.help-section .news-letter .form-holder .form-control{
	height: 60px;
	border: 0;
	color: #000;
	padding-left: 40px;
	font-size: 16px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	box-shadow: none;
	outline: none;
}
.choose-us{
	background: url('../images/bg-choose-us.jpg') no-repeat;
	background-size: cover;
	border-radius: 50px;
	padding: 210px 0 127px;
	margin: -133px 0 0;
}
.choose-us h3{
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	margin-bottom: 43px;
}
.choose-us .frame{
	border: 1px solid #fff;
	border-radius: 13px;
	padding: 41px 16px 1px 42px;
	display: flex;
	gap: 49px;
	color: #fff;
	height: 100%;
	margin-bottom: 20px;
}
.choose-us .frame .ico{
	width: 115px;
	min-width: 115px;
	height: 115px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.choose-us .frame .ico img{
	display: block;
	max-width: 100%;
	height: auto;
}
.choose-us .frame h4{
	margin: 0 0 13px;
	padding-right: 60px;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}
.testimonials h2,
.blog-post h2{
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
.testimonials h2{
	margin-bottom: 35px;
}
.blog-post h2 span,
.testimonials h2 span{
	display: block;
	color: #04dcf7;
	font-size: 24px;
	margin: 0 0 5px;
}
.testimonials{
	padding: 94px 0 49px;
}
.testimonials .holder{
	background: #f1f4f9;
	border-radius: 10px;
	padding: 47px 32px 30px 42px;
	margin: 0 10px;
}
.testimonials .ratings{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.testimonials .ratings li{
	display: inline-block;
	vertical-align: top;
	color: #ffa300;
	font-size: 18px;
	margin-right: 3px;
}
.testimonials .blockquote{
	margin-bottom: 47px;
}
.testimonials .blockquote q{
	quotes: none;
	font-size: 16px;
	line-height: 28px;
	font-style: italic;
	font-family: "Open Sans", sans-serif;
	color: #5e6567;
}
.testimonials .text-info{
	display: flex;
	margin: 0 -10px;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 21px 18px;
}
.testimonials .text-info .btn-primary .txt{
	font-size: 14px;
}
.testimonials .text-info .right-btn{
	padding-right: 14px;
}
.testimonials .text-info .right-btn .btn-primary{
	width: 136px;
	padding-left: 10px;
}
.testimonials .text-info .right-btn .btn-primary .ico{
	width: 29px;
	height: 29px;
}
.testimonials .text-info .left-box{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}
.testimonials .text-info .left-box .img{
	width: 62px;
	border-radius: 100%;
}
.testimonials .text-info .left-box img{
	max-width: 100%;
	height: auto;
	display: block; border-radius: 100%;
}
.testimonials .text-info .left-box .title{
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	color: #000;
}
.testimonials .text-info .left-box .designation{
	color: #6e6e6e;
	font-size: 18px;
}
.testimonials .slick-dots{
	margin: 0;
	padding: 30px 0;
	list-style: none;
	text-align: center;
}
.testimonials .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.testimonials .slick-dots button{
	border: 0;
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	transition: all ease 0.5s;
	background: #c6c6c6;
}
.testimonials .slick-dots li.slick-active button{
	width: 67px;
	background: #04dcf7;
}
.read-moretext{
    font-size: 16px;
  color: #24d8ef;
  font-style: italic;
}
.read-moretext:hover{color:#000;}
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.blog-post{
	padding: 51px 0 82px;
}
.blog-post .border-t{
	position: relative;
}
.blog-post .border-t:before{
	position: absolute;
	left: 2px;
	right: 2px;
	top: -52px;
	height: 1px;
	content: '';
	background: #ccc;;
}
.blog-post h2{
	font-size: 42px;
	margin: 0 0 30px;
}
.blog-post h2 span{
	margin-bottom: 3px;
}
.blog-post .post{
	background: #f5feff;
	padding: 11px 11px 41px;
	border-radius: 10px; 
	    margin-top: 25px;
	    border: 1px solid #04dcf7;
	    position: relative;
} 
.blog-post .post .img a{
	text-decoration: none;
}
.blog-post .post .img img{
	display: block;
	max-width: 100%;
	height: auto;
	transition: all ease 0.5s;
}
.blog-post .post .img a:hover img{
	opacity: 0.7;
}
.blog-post .post .text{
	padding: 17px 10px 0;
}
.blog-post .post .ico{
	width: 63px;
	height: 63px;
	border-radius: 100%;
	background: #04dcf7;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	right: 33px;
	top: -28px;
}
.blog-post .post .date{
	margin-bottom: 13px;
}
.blog-post .post-list{
	background: #f6f6f4;
	border-radius: 10px;
	padding: 28px 35px 17px;
	margin-bottom: 21px;
}
.blog-post .add div:last-child .post-list{
	margin-bottom: 0;
}
.blog-post .post-list time{
	display: block;
	margin-bottom: 10px;
}
.blog-post .post-list time i,
.blog-post .post .date i{
	color: #04dcf7;
	font-size: 18px;
	margin-right: 4px;
}
.blog-post .post-list time span,
.blog-post .post .date span{
	font-weight: 600;
	color: #969696;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}
.blog-post .post-list h3,
.blog-post .post h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
}
.blog-post .post-list h3 a,
.blog-post .post h3 a{
	text-decoration: none;
	color: #000;
	transition: all ease 0.5s;
}
.blog-post .post-list h3 a:hover,
.blog-post .post h3 a:hover{
	color: #04dcf7;
}
#footer{
	background: url('../images/bg-footer.png') no-repeat;
	background-size: cover;
	border-radius: 55px;
	padding: 72px 0 36px;
	text-align: center;
}
#footer .footer-logo{
	display: block;
	max-width: 185px;
	margin: 0 auto 30px;
}
#footer .footer-logo img{
	display: block;
	width: 100%;
	height: auto;
}
#footer .social{
	margin: 0 0 21px;
	padding: 0;
	list-style: none;
	text-align: center;
}
#footer .social li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
#footer .social a{
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	transition: all ease 0.5s;
}
#footer .social a:hover{
	color: #04dcf7;
}
#footer .sub-nav{
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	text-align: center;
}
#footer .sub-nav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
}
#footer .sub-nav a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	transition: all ease 0.5s;
}
#footer .sub-nav a.active,
#footer .sub-nav a:hover{
	color: #04dcf7;
}
#footer .txt p{
	margin: 0 0 3px;
	color: #fff;
}
#footer .txt p a{
	text-decoration: none;
	color: #fff;
	transition: all ease 0.5s;
}
#footer .txt p a:hover{
	color: #04dcf7;
}

.pagetitle{background: url(../images/pagetitle-bg.jpg) no-repeat top; background-size: cover; padding: 200px 0px 50px 0px; border-radius: 50px; text-align: center;}
.pagetitle h1{color: #fff;}
.pagecontent{padding: 70px 0;}


.contact-section h2 {
  font-size: 2rem;
  letter-spacing: 0.5px;
}

.card {
  max-width: 850px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 50px;
}

.form-label {
  font-size: 0.95rem;
  color: #333;
}

.form-control, .form-select {
  border-radius: 10px;
  border: 1px solid #d0d7e2;
  transition: all 0.3s ease;
  height: 48px;
  font-size: 15px;
}
textarea.form-control{height: 144px;}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
}
.submitbtn{width: auto; min-width: inherit;}
 .submitbtn .txt{margin-right: 15px;}
.submitbtn:hover, .btn:first-child:active{border-color: #0ccae2; background: #fff !important; color: #0ccae2;}
.pagecontent h2{font-weight: bold;}

.step-card {
        display: none;
      }

      .step-card.active {
        display: block;
      }
.previous-step .txt{margin-right: 0; margin-left: 15px; color: #0ccbe3;}
.previous-step{padding-left: 8px; padding-right: 25px; background: #fff; border-color: #0ccbe3;}
.previous-step .ico{background: #0ccbe3; color: #fff;}

.previous-step:hover{background: #0ccbe3 !important;}
.previous-step:hover .ico{color: #0ccbe3; background: #fff;}
.previous-step:hover .txt{color: #fff;}
.navbar-expand-lg .navbar-nav .dropdown-menu{padding: 0;}
.navbar-expand-lg .navbar-nav .dropdown-menu li{border-bottom: 1px solid #eee;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{padding:10px 17px}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child{border: none;}
.singleright{min-width: 292px !important;}

.philosophysec{list-style: none; padding: 0;}
.philosophysec h3{font-size: 24px; font-weight: 600; margin-bottom: 12px;}
img{max-width: 100%;}
.philosophysec li{border: 1px solid #e1e1e1; padding: 40px; border-radius: 30px; margin-bottom: 30px;}
.philosophysec li:hover{border-color: #0ccae2;}
.readbtn .btn-primary{width: auto;}
.readbtn{display: flex;}
.readbtn .txt{margin-right: 12px;}
.philosophybox{background: #eee;
    text-align: center;
    max-width: 700px;
    padding: 25px;
    margin: 0 auto;
    border-radius: 20px;}
.philosophybox .readbtn{justify-content: center;}
.philosophybox p{font-size: 20px; font-weight: bold;}
.list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list li {
    padding-left: 32px;
    position: relative;
    font-size: 16px;
    padding-bottom: 14px;
    color: #000;
}
 .list li:before {
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    content: '\f058';
    position: absolute;
    left: 0;
    top: 4px;
    color: #0ccae2;
}
.sticky {
    position: sticky;
    top: 0;
}

.programs-section .card{box-shadow: 0 0 15px rgb(0 0 0 / 10%);}
.blog-wrap .post{background: none; padding: 0;}
.blog-wrap .post .text{padding: 0; padding-top: 20px;}
.blog-post .post .img img{border-radius: 10px;}
.services-card {
            background-color: #e0fcff;
            border-radius: 20px;
            padding: 45px;
            margin-bottom: 30px;
        }
 
.service-item{position: relative; border-bottom: 1px solid #eee;}
.service-item:last-child{border: none;}
        .service-item a{
            background-color: white;
            border-radius: 8px;
            padding: 9px 20px; 
            font-size: 15px;
            font-weight: 600;
            color: #2d3748;
            transition: transform 0.2s, box-shadow 0.2s;
            cursor: pointer; 
            display:block;
            line-height: 24px;
        }  
        .service-item a:hover { 
           background-color: #0ccae2;
            color: #fff;
        }

        .service-item a.active {
            background-color: #0ccae2;
            color: #fff;
            
        }
.list-none{list-style: none; padding: 0; margin: 0;}
 .accordion-button:not(.collapsed){background: #017a80; color: #fff;}
 .accordion-button:not(.collapsed)::after{filter: invert(1);}
.serviceImg img{border-radius: 15px;}
.services-title{font-size: 22px; font-weight: bold;}

.phone-section {
            background:#0ccae2;
            border-radius: 20px;
            padding:30px;
            text-align: center;
        }

        .phone-icon { 
            margin-bottom: 20px;
        }

        .phone-label {
            color: #fff;
            font-size: 16px;
            margin-bottom: 8px;
        }

        .phone-number {
            color: #fff;
            font-size: 34px;
            font-weight: 700;
        }
        .phone-number:hover{color: #000;}


.accordion h2{margin-bottom: 0;}
.accordion-item{margin-bottom: 10px;}











@media only screen and (max-width: 1850px){
	.teaching-programs{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media only screen and (max-width: 1600px){
	#header .nav-align .navbar{
		padding-right: 0;
	}
	#header .nav-align .navbar .navbar-nav .nav-item {
    	margin: 0 9px;	
	}
	.about-area .overlay{
		left: -60px;
	}
	.help-section .news-letter{
		max-width: 88%;
	}
}
@media only screen and (max-width: 1500px){
	#header .nav-align .navbar .navbar-nav .nav-item {
        margin: 0 4px;
    }
	.teaching-programs .post-holder .top-area{
		padding-right: 0;
	}
	.teaching-programs .post-holder .txt-wrap{
		min-height: 156px;
	}
	.about-area .img{
		margin-left: 0;
	}
	.about-area .overlay {
        left: -40px;
    }
	.blog-post .post-list{
		padding: 25px 35px 16px;
	}
	.choose-us{
		padding-left: 40px;
		padding-right: 40px;
	}
	.choose-us .frame{
		gap: 40px;
	}
}
@media only screen and (max-width: 1399.98px){
	#wrapper{
		padding: 30px;
	}
	.achievements{
		margin: 0 -30px;
	}
	#header .nav-align .navbar .navbar-nav .nav-item{
		margin: 0;
	}
	#header .nav-align .navbar .navbar-nav .nav-link,
	#header .navbar .dropdown-menu .dropdown-item{
		font-size: 14px;
	}
	.teaching-programs .post-holder {
    	padding: 40px 35px 35px;
	}
	.teaching-programs .post-holder .top-area{
		gap: 20px;
	}
	.about-area .overlay {
        left: -24px;
    }
	.help-section .text-wrap{
		padding-right: 0;
	}
	.help-section .heading h2 {
    	font-size: 42px;
	}
	.help-section h3{
		font-size: 30px;
	}
	.help-section p {
    	margin-bottom: 15px;
	}
	.help-section .news-letter {
    	padding: 56px 45px 55px;
	}
	.help-section .news-letter h3 br{
		display: none;
	}
	.choose-us{
		padding-left: 20px;
        padding-right: 20px;
	}
	.choose-us .frame{
		gap: 25px;
		padding: 30px 16px 1px 25px;
	}
	.choose-us .frame h4{
		padding-right: 0;
		font-size: 24px;
	}
	.testimonials .holder{
		padding-left: 30px;
		padding-right: 30px;
	}
	.testimonials .text-info .left-box{
		gap: 8px
	}
	.testimonials .text-info .btn-primary .txt{
		font-size: 13px;
	}
	.testimonials .text-info .right-btn .btn-primary{
		width: 155px;
		padding-left: 20px;
	}
	.testimonials .text-info{
		padding-left: 10px;
		padding-right: 10px;
	}
	.testimonials .text-info .right-btn{
		padding-right: 0;
	}
	.testimonials .text-info .left-box .img{
		width: 58px;
		max-width: 58px;
	}
	.testimonials .text-info .left-box .title,
	.testimonials .text-info .left-box .designation{
		font-size: 14px;
	}
}
@media only screen and (max-width: 1199.98px){
	#header .navbar-nav .dropdown-submenu > .dropdown-menu{left: auto !important; right: 100%;}
	#header .nav-align .btn-call{
		display: none;
	}
	.banner{
		min-height: 630px;
	}
	.banner .caption{
		padding-bottom: 15%;
	}
	.top-btn .links li{
		min-width: 420px;
	}
	.top-btn .links a{
		padding: 25px 30px;
	}
	.top-btn .links a .ico{
		width: 67px;
		height: 67px;
		padding: 15px;
	}
	.top-btn .links a .txt{
		font-size: 21px;
	}
	.teaching-programs {
        padding-left: 10px;
        padding-right: 10px;
    }
	.teaching-programs .post-holder {
        padding: 20px;
    }
	.teaching-programs .post-holder .top-area {
        gap: 15px;
    }
	.teaching-programs .post-holder h3{
		font-size: 17px;
	}
	.teaching-programs .post-holder .top-area{
		margin-bottom: 20px;
	}
	.about-area .overlay{
		top: 45%;
	}
	.about-area .holder{
		padding: 0;
	}
	.heading h2{
		font-size: 42px;
	}
	.about-area .holder p{
		margin-bottom: 20px;
	}
	.help-section .text-wrap{
		padding-left: 0;
	}
	.help-section .heading h2 {
        font-size: 38px;
    }
	.help-section .news-letter {
        padding: 40px 30px;
    }
	.help-section .news-letter .head .title{
		font-size: 20px;
	}
	.help-section .news-letter h3{
		font-size: 36px;
	}
	.help-section .news-letter .form-holder .btn-submit{
		font-size: 14px;
		padding: 10px 20px;
	}
	.help-section .news-letter .form-holder .form-control{
		height: 40px;
		padding-left: 25px;
	}
	.choose-us .frame .ico{
		width: 80px;
		height: 80px;
		min-width: 80px;
		padding: 18px;
	}
	.choose-us .frame {
        gap: 15px;
        padding: 30px 16px 1px;
    }
	.choose-us .frame h4{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.testimonials .text-info{
		flex-direction: column;
		margin: 0;
	}
	.testimonials .text-info .left-box {
        gap: 18px;
		margin-bottom: 15px;
    }
	.blog-post .post-list {
        padding: 21px 25px 21px;
    }
	.blog-post .post-list h3{
		margin: 0;
		font-size: 24px;
	}
	.blog-post .post-list time {
    	margin-bottom: 5px;
	}
	#footer .sub-nav li{
		margin: 0 6px;
	}
	#footer .sub-nav a,
	#footer .txt p{
		font-size: 14px;
	}
}
@media (min-width: 992px) {
    #header .navbar .close-toggler {
        display: none;
    }
	#header .navbar-nav > .nav-item:hover > .dropdown-menu {
        display: block;
    }
	#header .navbar-nav .dropdown-submenu {
  		position: relative;
	}
	#header .navbar-nav .dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -1px;
		display: none;
	}
	#header .navbar-nav .dropdown-submenu:hover > .dropdown-menu{
		display: block;
	}
}
@media only screen and (max-width: 991.98px){
	.dropdown-toggle::after{float: right; margin-top: 11px;}
	 #header .dropdown-submenu .dropdown-toggle::after {	
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
	#wrapper {
        padding: 20px;
    }
 
	#header .logo{
		position: absolute;
		left: 15px;
		top: 0;
		z-index: 5;
	}
	#header .navbar-toggler {
        background: #fff;
        margin-top: 18px;
	}
	#header .navbar-collapse{
		position: fixed;
		height: auto !important;
		right: 0;
		top: 0;
		bottom: 0;
		width: 64%;
		padding-right: 3rem;
        padding-left: 3rem;
        padding-top: 58px;
		background: rgba(0,0,0,0.8);
		z-index: 999;
	}
	#header .close-toggler {
        background: none;
        color: #fff;
        padding: 5px;
        border: none;
        margin-top: 10px;
        font-size: 24px;
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
    }
	#header .nav-align .navbar .navbar-nav .nav-link{
		text-transform: uppercase;
	}
	#header .navbar .dropdown-menu{
		background: #4e4e4e;
		padding: 0;
		border: 0;
	}
	#header .navbar .dropdown-menu li{border-bottom: 1px solid #777777;}
	#header .navbar .dropdown-menu li:last-child{border: none;}
	#header .navbar .dropdown-menu .dropdown-item{
		color: #fff;
		text-transform: uppercase;
		white-space: normal;
		padding: 10px 16px;
    
	}
	#header .navbar .dropdown-menu .dropdown-item:focus,
	#header .navbar .dropdown-menu .dropdown-item:hover {
		background: transparent;
		color: #04dcf7;
	}
	#header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item{
		padding-left: 32px;
		padding-right: 32px;
	}
	.banner .caption .title{
		font-size: 30px;
	}
	.banner .caption h1{
		font-size: 40px;
	}
	.banner .caption p{
		font-size: 22px;
	}
	.top-btn .links a .txt {
        font-size: 17px;
    }
	.top-btn .links a{
		padding: 15px;
	}
	.top-btn .links li {
        min-width: 48%;
    }
	.teaching-programs .post-holder{
		margin-bottom: 25px;
	}
	.about-area .overlay{
		max-width: 155px;
	}
	.about-area .overlay .num{
		font-size: 35px;
	}
	.about-area .overlay p{
		font-size: 14px;
		line-height: 1.2;
	}
	.about-area .holder .heading{
		margin-bottom: 10px;
	}
	.heading h2{
		font-size: 30px;
	}
	.achievements .num{
		font-size: 45px;
	}
	.achievements .num sup{
		top: -23px;
		left: 0;
	}
	.achievements .txt{
		font-size: 12px;
	}
	.heading .title{
		font-size: 20px;
	}
	.help-section .heading h2{
		font-size: 28px;
	}
	.help-section h3{
		font-size: 19px;
		margin-bottom: 5px;
	}
	.help-section p{
		margin-bottom: 5px;
	}
	.help-section .news-letter{
		flex-direction: column;
		text-align: center;
	}
	.help-section .news-letter .head,
	.help-section .news-letter .form-holder{
		max-width: 100%;
		flex: 1;
	}
	.help-section .news-letter .form-holder .holder{
		min-width: 400px;
	}
	.choose-us{
		padding-bottom: 60px;
	}
	.choose-us .frame{
		flex-direction: column;
	}
	.choose-us .frame .ico,
	.choose-us .frame h4{
		margin-bottom: 10px;
	}
	.blog-post .post{
		margin-bottom: 25px;
		height: auto;
	}
}
@media only screen and (max-width: 767.98px){

	#wrapper {
        padding: 15px;
    }
	.achievements {
        margin: 0 -15px;
    }
	#header .logo{
		max-width: 150px;
	}
	#header .navbar-toggler{
		margin-top: 25px;
	}
	.banner {
        min-height: 400px;
    }
	.banner .caption{
		padding-bottom: 10%;
	}
	.banner .caption .title{
		font-size: 24px;
	}
	.banner .caption h1 {
        font-size: 28px;
    }
	.banner .caption p{
		font-size: 16px;
	}
	.top-btn{
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.top-btn .links li{
		width: 48%;
	}
	.teaching-programs{
		padding-top: 30px;
		padding-bottom: 20px;
		border-radius: 30px;
	}
	.teaching-programs .post-holder h3{
		word-break: break-word;
	}
	.heading h2{
		font-size: 24px;
	}
	.gallery-area img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 15px;
	}
	.gallery-area .holder{
		height: 100%;
		padding-bottom: 25px;
	}
	.achievements .holder{
		padding: 20px 0;
		border-top: 1px solid #58a7ab;
	}
	.achievements .row div:nth-child(1) .holder,
	.achievements .row div:nth-child(2) .holder{
		border-top: 0;
	}
	.achievements .holder:before{
		display: none;
	}
	.help-section{
		padding: 60px 0 0;
	}
	.help-section .news-letter{
		max-width: 100%;
		margin-top: 30px;
	}
	.help-section .news-letter h3 {
        font-size: 26px;
    }
	.choose-us .frame{
		height: auto;
	}
	.choose-us .frame h4{
		font-size: 16px;
		min-height: 60px;
		display: flex;
		align-items: center;
	}
 
	.testimonials{
		padding: 40px 0 30px;
	}
	.testimonials h2,
	.blog-post h2{
		font-size: 32px;
	}
	.testimonials .holder{
		padding: 25px;
	}
	.blog-post .post .img img{
		width: 100%;
	}
	.testimonials .blockquote{
		margin-bottom: 12px;
	}
	.blog-post .post{
		padding-bottom: 20px;
	}
	.blog-post .post .ico{
		width: 40px;
		height: 40px;
	         position: static;
        margin-left: 10px;
        margin-top: 18px;
	}
 
	.blog-post .post-list h3,
	.blog-post .post h3{
		font-size: 20px;
	}
	.about-area .overlay{
		top: 5%;
	}
}
@media only screen and (max-width: 575.98px){
	.submitbtn .txt{font-size: 14px;}
	.submitbtn  .ico{width: 25px;
        height: 25px;
        font-size: 14px;
}
.previous-step .txt{margin-left: 9px}
.previous-step, .submitbtn{margin-right: 18px;}

	#wrapper {
        padding: 12px;
    }
	.banner{
		border-radius: 20px;
	}
	#header .logo {
        max-width: 120px;
    }
	.top-btn .links li{
		width: 100%;
		margin-bottom: 10px;
	}
	.top-btn .links a .txt{
		padding-left: 10px;
		text-align: left;
	}
	.teaching-programs{
		padding-left: 0;
		padding-right: 0;
		border-radius: 20px;
	}
	.teaching-programs .post-holder .txt-wrap{
		min-height: inherit;
	}
	.teaching-programs .heading{
		margin-bottom: 25px;
	}
	.top-btn .links a,
	.top-btn .links li:last-child a,
	.top-btn .links li:first-child a{
		border-radius: 15px;
	}
	.about-area{
		padding-top: 30px;
	}
	.about-area .overlay {
        left: -10px;
    }
	.about-area .img{
		margin-bottom: 20px;
	}
	.heading h2{
		font-size: 22px;
	}
	.achievements{
		padding: 30px 0;
	}
	.achievements .row div:nth-child(1) .holder,
	.achievements .row div:nth-child(2) .holder{
		border-bottom: 1px solid #ccc;
	}
	.help-section{
		padding-top: 30px;
	}
	.help-section .news-letter {
        padding: 30px 15px;
    }
	.help-section .news-letter .head .title{
		font-size: 14px;
	}
	.help-section .news-letter h3{
		font-size: 20px;
	}
	.help-section .news-letter .form-holder .holder{
		min-width: inherit;
	}
	.help-section .news-letter .form-holder .btn-submit{
		font-size: 14px;
	}
	.help-section .news-letter .form-holder .form-control{
		font-size: 16px;
		border-radius: 35px;
		height: 50px;
		margin-bottom: 10px;
	}
	.help-section .news-letter .form-holder .btn-submit{
		position: static;
		border: 2px solid #fff;
	}
	.help-section .news-letter .form-holder .holder{
		background: transparent;
		border-radius: 0;
		padding-top: 0;
	}
	.choose-us{
		padding-top: 180px;
		padding-left: 0;
		padding-bottom: 0;
		padding-right: 0;
		border-radius: 20px;
		background-position: center;
	}
	.choose-us .frame{
		padding-bottom: 10px;
	}
	.choose-us .frame p,
	.choose-us .frame h4{
		min-height: inherit;
	}
	.choose-us h3{
		font-size: 26px;
		margin-bottom: 25px;
	}
	.blog-post{
		padding-bottom: 40px;
	}
	.testimonials h2,
	.testimonials h2 span,
	.blog-post h2 span{
		font-size: 20px;
	}
	.blog-post h2{
		font-size: 26px;
	}
	.teaching-programs .post-holder .btn-area .btn-primary{
		width: 230px;
	}
	.gallery-area .heading{
		margin-bottom: 25px;
	}
	.choose-us .frame .ico{
		margin-left: auto;
		margin-right: auto;
	}
	.choose-us .frame .txt{
		text-align: center;
	}
	.choose-us .frame h4{
		display: block;
		text-align: center;
		font-size: 18px;
	}
	#footer{
		border-radius: 20px;
		background-position: center;
		padding: 40px 0 20px;
	}
	#footer .sub-nav{
		text-align: left;
	}
	#footer .sub-nav li{
		margin: 0;
		display: block;
		padding: 8px 0;
	}
	#footer .sub-nav li + li{
		border-top: 1px solid #ccc;
	}
}
@media only screen and (max-width: 475.98px){
	.card{padding: 15px}
	.about-area .overlay {
        max-width: 155px;
        transform: scale(0.65);
		top: 0;
		left: -35px;
    }
}

@media only screen and (max-width: 320px){
.athletic-section .col-12.d-flex{display: block !important; justify-content: center !important;}
.previous-step, .submitbtn {
        margin-right: 0;
    }
    .athletic-section .submitbtn { justify-content: center; margin-bottom: 10px;
    width: 100%; 
}
#header .navbar-collapse{  width: 85%; padding-right: 2rem;
        padding-left: 2rem;}
}


/* =============================
   Philosophy Page Styles
   ============================= */
.pagetitle--philosophy{
  padding: 160px 0 90px;
  background: linear-gradient(135deg, rgba(0,84,166,0.92), rgba(0,180,216,0.88));
  color: #fff;
  text-align: center;
}

.pagetitle--philosophy h1{
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.philosophy-overview__lead{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.philosophy-overview__lead p{
  font-size: 18px;
  color: #333;
  margin-bottom: 18px;
}

.philosophy-beliefs{
  background: #f6f7fb;
}

.philosophy-beliefs__heading{
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}

.philosophy-beliefs__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 30px;
}

.philosophy-beliefs__card{
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 16px 38px rgba(12, 37, 84, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.philosophy-beliefs__card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(12, 37, 84, 0.12);
}

.philosophy-beliefs__number{
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 8px;
}

.philosophy-beliefs__title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #0f172a;
}

.philosophy-beliefs__card p{
  color: #475569;
  margin-bottom: 12px;
}

.philosophy-callout__box{
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 48px;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(0,123,255,0.12), rgba(0,180,216,0.18));
  box-shadow: inset 0 0 0 1px rgba(0,123,255,0.25);
}

.philosophy-callout__title{
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.philosophy-callout__text{
  font-size: 17px;
  color: #1f2937;
  margin-bottom: 22px;
}

.philosophy-coach{
  background: #fff;
}

.philosophy-coach__block{
  background: #f8fafc;
  border-radius: 22px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.philosophy-coach__block--accent{
  background: linear-gradient(135deg, rgba(0,180,216,0.1), rgba(0,84,166,0.15));
}

.philosophy-coach__heading{
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.philosophy-coach__block p{
  color: #334155;
  margin-bottom: 14px;
}

.philosophy-cta{
  background: #0f172a;
  color: #fff;
}

.philosophy-cta__wrap{
  max-width: 860px;
  margin: 0 auto;
  padding: 36px 44px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.philosophy-cta__wrap p{
  color: rgba(255,255,255,0.85);
  font-size: 17px;
}



.sticky .readbtn .txt{text-transform: none;}
.blog-section.bloglist .blog-post .post .img img, .blog_single .post .img{display:none !important;}
.blog-section.bloglist .col-lg-12{margin-top: 42px;}
.top-btn .links li.active a:hover{background:#fff; color:#000;}
.top-btn .links li.active a:hover .ico{background:#04dcf7;}
.top-btn .links li.active a:hover .ico img{filter: brightness(0) invert(1);}
.arrowlist li a{text-decoration: none;
    color: #000;}
.arrowlist li a:hover{color:#04dcf7;}
.sticky .list li:before { 
    content: '\f101'; 
}


.gallery-wrap{
	position:relative; 
}


.gallery-wrap.fullwidth.style-two{
	padding-bottom:90px;	
}

.gallery-wrap .filters{
	position:relative;
	text-align:center;
}

.gallery-wrap .filters li{position:relative; display:inline-block; cursor:pointer;
	    background: transparent;
    padding: 12px 20px; border-radius:30px; font-weight:bold;
    font-size: 14px;
    color: #0ccae2;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #0ccae2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.gallery-wrap .filters li .txt{
	position:relative;
	display:block;
	z-index:1;	
}


.gallery-wrap .filters li:hover,
.gallery-wrap .filters li.active{
	color:#fff; background:#0ccae2;
}

.gallery-wrap .filters li:hover:before,
.gallery-wrap .filters li.active:before,
.gallery-wrap .filters li:hover:after,
.gallery-wrap .filters li.active:after{
	opacity:1;
}
.bloglist .blog-post .post{border-left: 4px solid #04dcf7;}

.form-check-input{border:none;}
.wpcf7 .uacf7-multisetp-form .uacf7-buttons{text-align:left !important;}
.blog_single .post{padding: 25px;}
.blog_single .post .text{padding: 0 !important;}
.gallery-slider ul li button, .gallery-slider .slick-dots{display:none !important;}
.gallery-slider .holder{margin:0 10px;}


@media (max-width: 991px){
  .pagetitle--philosophy{padding: 140px 0 80px;}
  .philosophy-beliefs__grid{grid-template-columns: 1fr;}
  .blog-section.bloglist .col-lg-12 {
    margin-top: 0;
}
}

@media (max-width: 767px){
  .pagetitle--philosophy h1{font-size: 34px;}
  .philosophy-callout__box{padding: 32px;}
  .philosophy-coach__block{padding: 26px;}
  .philosophy-cta__wrap{padding: 28px;}
  .filter-tabs{overflow-x: scroll; display: flex;}
}

@media (max-width: 575px){
  .philosophy-overview__lead p{font-size: 16px;}
  .programsbtn .btn-primary{margin-top:15px;}
  .programsbtn{display:block !important;}
  .philosophy-callout__title{font-size: 26px;}
  .pagecontent h2 { font-size: 22px;}
}

.text-wrapper {
    position: relative;
    min-height: 60px; /* keeps area height stable */
}

.short-text { display: block; }
.full-text { display: none; }

.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: #0073aa;
    cursor: pointer;
}











