/***** Fonts ***/
@import url("../fonts/open-sans/stylesheet.css");
@import url("../fonts/playfair-display/stylesheet.css");

body{
    font-family: 'OpenSans';  
}
.bg-black{
    background-color: rgba(22, 22, 22);
}
.sticky-header .bg-black{
    background-color: rgba(22, 22, 22, 0.9);
}
.navbar-dark .navbar-brand.logo {
    font-family: 'PlayfairDisplay';
    color: rgb(245, 77, 70);
    font-size: 31px;
    padding: 0;
}
.navbar.bg-black{background-color: #222222; }
.navbar-nav .nav-item {
    padding: 0 8px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: rgb(245, 77, 70);
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
   color: rgb(245, 106, 101);
}
.hidden
{
    display: none;
}
.contact-number a, .contact-number-mobile a {
    color: #fff;
    text-decoration: none;
}
.contact-number a:hover, .contact-number-mobile a:hover {
    color: rgb(245, 106, 101);
}
.language {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
}
.language-section a {
    color: rgb(226, 226, 226);
    text-decoration: none;
}
.language-section {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}
.translate p {
    margin: 0;
    padding: 10px 0;
}
.sticky-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.homepage-poster {
    position: relative;
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
}
.oval-background {
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(210, 47, 37, 0.9);
    border-radius: 50%;
}
.oval-height {
    padding: 25px 0;
}
.welcome-content h1, .welcome-content .h1 {
    color: #fff;
    font-size: 34px;
    padding: 20px;
}
.training-img img {
    border-radius: 50%;
    padding-bottom: 15px;
}
.training-content p {
    color: #5e5e5e;
    line-height: 26px;
}
.traning-header {
    font-size: 22px;
    color: #1b1b1b;
    padding-bottom: 20px;
}
.training-main-heading {
    padding-bottom: 25px;
}
.training-header-heading {
    color: rgb(210, 47, 37);
    font-family: 'PlayfairDisplay';
    font-size: 43px;
}
.heading-hr {
    width: 5%;
    border-color: rgb(226, 226, 226);
    border-top: 2px solid rgb(226, 226, 226);
}
.training-section {
    padding: 60px 0;
}
.subscribe-section {
    background-color: #f6f6f6;
    padding: 60px 0;
}

.subscribe-header {
    margin: 0;
    float: right;
    font-size: 31px;
    color: rgb(210, 47, 37);
    font-family: 'PlayfairDisplay';
}

.sub-btn{
    background-color: rgb(210, 47, 37);
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 10px 50px;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    font-family: 'OpenSans-Bold';
}
.sub-btn:hover{
    background-color: rgb(233, 53, 42);
}
.subscribe-form input {
    padding: 10px;
}
.training-content.contact-content {
    padding-bottom: 25px;
}
.training-content.contact-content a{
    color: rgb(210, 47, 37);
    text-decoration: none;
}
.training-content.contact-content .traning-header {
    margin: 0;
}
.training-content.contact-content .free-class a {
    color: #fff;
    text-decoration: none;
}
.free-class {
    padding-top: 35px;
}
.bg-dark-black {
    background-color: #161616;
}


.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
    padding: 5px
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.button-row {
    padding-top: 25px;
}
.btn-load-more {
    border: 0;
    background: none;
    cursor: pointer;
    text-decoration: underline;
    outline: 0;
}
.btn-load-more:hover{
    color: rgb(233, 53, 42);
}
.navbar-expand-lg .navbar-nav .dropdown-menu a {
    color: #BC2920;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    color: rgb(233, 53, 42);
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: #000;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
     background-color: #000;
}
    #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.schedule-section .owl-controls.clickable {
    display: block !important;
}
.schedule-section .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    background-color: #000;
    border-radius: 0;
    font-size: 30px;
}    
.schedule-section .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    background-color: #000;
    border-radius: 0;
    font-size: 30px;
}        
  
.width-btn{
    width:100%;
}

.contact-header {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    color: #1b1b1b;
    padding-bottom: 5px;
}

.try-a-class-form input {
    padding: 13px;
}

.instructor-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    margin-bottom: 25px;
}

.instructor-img img {
    visibility: hidden;
}
.instructor-heading {
    font-size: 22px;
    line-height: 28px;
    color: #1b1b1b;
    padding-bottom: 15px;
}
.instructor-description p {
    color: #5e5e5e;
    line-height: 26px;
}

.summer-camp-ptm{
    padding-bottom: 50px;
}
.summer-camp-information{
    background-color: #BC2920;
}
.summer-information-heading{
    color: #fff;
}
.summer-information-content {
    padding-bottom: 25px;
}
.summer-information-content h2, .summer-information-content p {
    color: #fff;
}
.events-ul ul {
    list-style: none;
    display: block;
    padding-inline-start: 0px;
}
.events-ul ul li {
    display: inline-block;
    color: #5e5e5e;
    padding-right: 25px;
}
.events-heading {
    font-size: 30px;
}
.events-row{
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf; 
}

a.events-detail:before{
    font-family: FontAwesome;
    content:"\f068";
}
a.events-detail.collapsed:before {
    content:"\f067";
}

a.events-detail {
    color: rgb(210, 47, 37);
    text-decoration: none;
}

.cancel-btn button {
    border: 0;
    background: none;
    text-decoration: underline;
    cursor: pointer;
    color: rgb(233, 53, 42);
    outline: 0;
}
.cancel-btn {
    padding-top: 25px;
}
#open-language {
    top: 8px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}
.translate p span {
    display: inline-block;
}


.back-img img {
    height: 480px;
}

a.top-title {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
}
a.top-title:hover, a.top-title:focus {
    color:rgb(210, 47, 37);
}
.back-img{
    padding-top: 10px;
    padding-bottom: 20px;
}
.title a, .title {
    color: rgb(210, 47, 37);
    font-family: 'PlayfairDisplay';
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
}
.title a:hover, .title a:focus {
    color: #333;
}
p.date {
    color: #444;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

hr.heading-hr-event {
    width: 10%;
    border-color: #333;
    border-top: 2px solid #333;
}
hr.heading-hr-event-detail {
    width: 5%;
    border-color: #333;
    border-top: 2px solid #333;
}
.back-img-events {
    padding-top: 10px;
    padding-bottom: 50px;
}
.back-btn a:hover, .back-btn a:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.events-detail-content {
    margin-top: -20px;
    padding-bottom: 30px;
}
.social-icons{ margin: 0 20px; }
.social-icons ul{ padding:0; margin:0; }
.social-icons ul li{ display:inline-block;vertical-align:middle; margin:0 8px; }
.social-icons ul li a{ color:#ffffff;}

/***********************************************************
************************************************************
*************************************************************
                        MEDIA QUERY
***********************************************************
************************************************************
**************************************************************/

@media (max-width:1199px)
{
    .navbar>.container{ max-width: 100%; }
}


/***** Media query 992px to 1450px ***/
@media (min-width:992px) and (max-width:1450px){
    .oval-background {
        width: 400px;
        height: 400px;
    }
}
/**** Media query Min width 992px ***/
@media (min-width:992px){
    .contact-number-mobile{
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0;padding-left: 0; }
}

/**** Media query Max width 992px ***/
@media (max-width:991px){
    .logo-section {
        margin: 0 auto;
    }  
    .contact-number {
        display: none;
    }    
    header .social-icons{ display:none; }  
}
/***** Media query 768px to 991px ***/
@media (min-width:768px) and (max-width:991px){
    .grid-sizer,
    .grid-item {
      width: 50%;
    }
}
/***** Media query 767px ***/
@media (max-width:767px){ 
    .welcome-content h1, .welcome-content .h1 {
        color: #fff;
        font-size: 20px;
        padding: 15px;
    }
    .oval-background {
        width: 200px;
        height: 200px;
    }
    .subscribe-header{
        float: none;
        text-align: center;
    }
    .subscribe-btn {
        margin-top: 15px;
        text-align: center;
    }
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
    .contact-content-section{
        padding-top: 50px;
    }
    .instructor-right {
        padding-top: 30px;
    }
    .summer-information-right{
        padding-top: 30px;
    }
    .events-right-header {
        text-align: left !important;
    }
    footer .col-md-4{ text-align:center;  margin-bottom: 10px; }
}

*************
