body{
    margin:0;
    padding:0;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    color: #000000;
    font-family: 'Kanit', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #06717d;
}
h5{
    font-size: 22px;
    color: #06717d;
}
h6{
    font-size: 22px;
    color: #DDA4E4;
}
a{
    color: #38bec7;
}
a:focus, a:hover{
	text-decoration:none;
}
ul li, ol li {
    margin-bottom: 10px;
}
.contact-header {
    background: #06717d;
}
ul.nav.navbar-nav.navbar-right {
    text-align: right;
    display: inline-block;
    float: right !important;
}
.header-left .header-icon {
    float: left;
    font-size: 20px;
    color: #ffffff;
}
.header-left .header-icon a{
    color: #ffffff;
}
.header-left .header-text {
    display: table-cell;
}
.header-left {
    display:block;
    float: left;
    margin-bottom: 15px;
}
.conact-details {
    width: 100%;
    float: left;
    padding: 5px 0px;
}
.home-contact-block .header-left .header-text h4 {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 3px;
    color: #ffffff;
}
.header-left .header-text p {
    margin-bottom: 0px;
    color: #ffffff;
    margin-top: 1px;
}
.header-left .header-text p a{
    color: #ffffff;
    transition: all 0.3s linear;
}
.header-left .header-text p a:hover{
    color: #38bec7;
}
.del-space {
    display: none;
}
.register-btns{
    margin-top: 10px;
    float: right;
}
.register-btns .btn-primary {
    color: #ffffff;
    background-color: #DDA4E4;
    border-color: #DDA4E4;
    padding: 8px 15px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    line-height: initial;
    letter-spacing: 0.3px;
    border-radius: 25px;
    margin: 0px 6px;
    display: inline-block;
    transition: all 0.3s linear;
}
.register-btns .btn-primary:hover{
    color: #ffffff;
    background-color: #06717d;
    border-color: #06717d;
}
.logo {
    padding: 15px 0px;
    display: block;
    width: 100%;
}
header{
    background-color: #e8f6f6;
}
.top-header {
    padding-top: 10px;
}
.logo > h1{
    color: #000000;
    border: none;
    display: block;
    padding: 0px;
    margin-top: 10px;
    font-size: 36px;
}
.header-right {
    text-align: right;
    margin-top:30px;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #e8f6f6;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    transition: all 0.3s linear;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #000000;
    font-weight: 400 !important;
    font-size: 17px;
    font-family: 'Kanit', sans-serif;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-right: 2px dotted #000000;
    padding: 0px 20px;
    margin: 33px 0px;
}
nav.navbar.bootsnav .navbar-nav > li:last-child a{
    border-right: 0px;
    padding-right: 0px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li > a{
    color: #000000;
} 
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #38bec7;
    color: #ffffff;
    font-weight: 400 !important;
    font-family: 'Kanit', sans-serif;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #06717d;
    color: #ffffff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li{
    margin: 0px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 400 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
    background: #DDA4E4;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.carousel-indicators{
    display: none;
}
.carousel-caption{
    background-color: inherit;
}
.carousel-caption h1{
    color: #ffffff;
    margin: 0px;
}
.carousel-caption a {
    background-color: #38bec7;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 12px 40px;
    font-size: 17px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    margin-top: 40px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #06717d;
    color: #ffffff;
}
.about-block {
    padding: 65px 0px;
}
.agc-heading {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    color: #DDA4E4;
    font-weight: 400;
}
.about-info h3{
    margin-top: 10px;
    font-size: 30px;
    color: #06717d;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    font-weight: 400;
}
.about-info p {
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 26px;
}
.agc-btn {
    color: #fff;
    background-color: #06717d;
    border-color: #06717d;
    display: inline-block;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    transition: all 0.3s linear;
}
.agc-btn:hover{
    color: #fff;
    background-color: #DDA4E4;
    border-color: #DDA4E4;
}
.about-video img{
    width: 100%;
}
.coach-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
    background-attachment: fixed;
}
.coach-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(221 164 228 / 85%);
}
.coach-content {
    text-align: center;
}
.coach-content h2 {
    margin-top: 0px;
    font-size: 48px;;
    color: #ffffff;
}
.coach-content h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 1px;
}
.coach-content .agc-btn{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 3px;
}
.coach-content .agc-btn:hover{
    background-color: #06717d;
    border-color: #06717d;
    color: #ffffff;
}
.short-block {
    background-color: #ffffff;
    padding: 65px 0px 40px;
}
.short-block h2 {
    margin-top: 0px;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 400;
}
.short-list {
    text-align: center;
    border: 1px solid #c3c3c3;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.short-list .service-img{
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.short-list .service-img img{
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.short-list:hover .service-img img{
    transform: scale(1.2);
}
.short-list a {
    color: #DDA4E4;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #DDA4E4;
    font-family: 'Kanit', sans-serif;
    transition: all 0.2s linear;
}
.short-list a:hover{
    color: #38bec7;
    border-color: #38bec7;
}
.short-list h3 {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
}
.testmonial-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
    background-attachment: fixed;
}
.testmonial-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 80%);
}
.testmonial-block .services-headers {
    position: relative;
}
.testmonial-block .services-headers h2 {
    color: #ffffff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.client-info {
    text-align: center;
    margin-top: 35px;
}
.client-info .item img{
    border-radius: 100%;
}
.client-info .item p {
    color: #ffffff;
    font-style: italic;
    margin: 30px 15% 20px;
    font-size: 17px;
    line-height: 28px;
}
.client-info .item .testmoni-footer cite {
    color: #ffffff;
    font-weight: 400;
}
.client-info .owl-pagination {
    margin-top: 35px;
}
#owl-demo .owl-pagination .owl-page span {
    border-radius: 0px;
    background-color: #ffffff;
}
.client-info .owl-pagination .owl-page.active span{
    width: 14px;
    height: 14px;
}
.home-contact-block .header-left .header-icon{
    color: #ffffff;
}
.home-contact-block .header-left{
    margin-right: 0px;
}
.home-contact-block .conact-details {
    padding: 0px;
}
.home-contact-block .header-text {
    padding-left: 10px;
}
.home-contact-block .header-left .header-text p a, .home-contact-block .header-left .header-text p{
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s linear;
}
.home-contact-block .header-left .header-text p a:hover{
    color: #DDA4E4;
}
footer {
    position: relative;
    background-color: #06717d;
    border: none;
}
.more-info img {
    display: block;
    margin: 0px auto;
}
.top-footer{
    background-color: inherit;
    padding-bottom: 50px;
    padding-top: 50px;
}
.footer-about p {
    letter-spacing: 0.3px;
    padding-bottom: 0px;
}
.more-info li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0px;
    margin: 0px;
    color: #ffffff;
}
.more-info .social-info li {
    display: inline-block;
}
.more-info li a{
    color: #ffffff;
}
.shop-list ul {
    column-count: 2;
    column-gap: 10px;
}
.shop-list ul li {
    margin-bottom: 6px;
}
.shop-list ul li a:hover{
    color: #38bec7;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #ffffff;
    transition: all 0.3s linear;
}
.home-contact-block .header-left .header-icon i {
    font-size: 20px;
}
.more-info a {
    color: #6e6e6e;
}
.shop-list a{
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.2px;
 }
.footer-title{
    color: #ffffff;
}
.more-info p {
    color: #ffffff;
    line-height: 25px;
    padding-bottom: 0px;
}
.social-info li i {
    font-size: 36px;
}
.more-info .social-info {
    margin-top: 30px;
}
.input-group-btn .btn {
    background: #38bec7 none repeat scroll 0 0;
    border: 1px solid #38bec7;
    font-size: 16px;
    padding: 10px;
    border-radius: 0px;
}
#newsletterForm .form-control {
    height: 45px;
    border-radius: 0px;
}
.copy p, .power p a {
    color: #ffffff;
}
.bottom-footer{
    padding: 0px;
    padding-top: 20px;
    background-color: #176067;

}
.more-info a:hover, .more-info i:hover{
    color: #38bec7;
}
.power p{
    color: #ffffff;
}
.page-section ul li{
    margin-bottom: 10px;
}
.schedule-table tr th{
    text-align: center;
}
.banner img {
    width: 100%;
}
.footer-cart img {
    margin: 0px;
}

/*--media-responsive--*/
@media (min-width: 1200px){
    .carousel-caption{
        width: 65%;
    }
    .carousel-caption h1{
        font-size: 60px;
    }
    .coach-content h2{
        font-size: 65px;
        letter-spacing: 2.5px;
    }
    .about-info {
        padding-right: 35px;
    }
    .coach-content{
        margin: 0px 100px;
    }
    .shop-list {
        padding: 0px 30px;
    }
    .register-btns{
        margin-right: 25px;
    }
}
@media (min-width: 1420px){
    .carousel-caption h1{
        font-size: 72px;
    } 
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 0px 12px;
        font-size: 16px;
    }
    .header-left .header-text{
        padding-left: 5px;
    }
    .home-contact-block .header-text{
        padding-left: 20px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .logo {
        margin-top: 10px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 0px 9px;
        font-size: 13px;
    }
    .logo img {
        width: 250px;
    }
    .register-btns {
       margin-right: 0px;
    }
    .header-left{
        margin-right: 15px;
    }
    #navbar-menu {
        padding: 0px;
    }
    .home-contact-block .header-left .header-text p a, .home-contact-block .header-left .header-text p{
        font-size: 13px;
    }
}
@media (max-width:767px) and (min-width:320px){
    .top-header{
        padding: 10px 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .navbar-collapse.collapse.in {
        height: 260px;
        overflow-x: scroll;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        border-right: 0px;
    }
    .carousel-caption{
        top: 25%;
    }
    .carousel-caption a{
        margin-top: 20px;
    }
    .logo{
        margin-top: 10px;
        float: none;
    }
    .register-btns .btn-primary {
        width: 100%;
        margin-bottom: 15px;
    }
    .logo img{
        float: none;
    }
    .register-btns {
        margin-top: 10px;
        float: none;
    }
    .more-info ul {
        padding-left: 0px;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    .carousel-caption h1{
        font-size: 30px;
    }
    .header-left{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .about-info {
        margin-bottom: 30px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo img {
        float: none;
    }
    .about-block, .short-block{
        padding: 30px 0px;
    }
    .carousel-caption h1{
        font-size: 24px;
    }
    .carousel-caption a {
        margin-top: 20px;
        padding: 10px 15px;
        font-size: 15px;
    }
    .coach-content h3{
        font-size: 24px;
    }
    .coach-content h2{
        font-size: 36px;
    }
    .client-info .item p{
        margin: 30px 0px 20px;
    }
    .home-contact-block .header-left .header-icon{
        font-size: 30px;
    }
    .home-contact-block .conact-details {
        margin-bottom: 15px;
    }
}
