  body {
    font-family: 'Roboto', sans-serif;
  }  
  button{
    outline: none!important;
  }  
  h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: 1px;
}
      .visible-sm-xs {
        display: none!important;
      } 
  .set0{
    margin: 0;
    padding: 0;
  }
  .img-circle {
    border-radius: 50%;
    padding : 2px;
    border: 2px solid #047289;
  }
  .p0{
    padding: 0!important;
  }
  .width-100 {
    width: 100%;
  }
  .splitBlock{
    width: 100%;
    height: 100%;
  }
  .splitImg{
    width: 100%;
    height: 100%;
    object-fit : cover;
  }
  .bg-lite{
    background: #f7f7f7;
  }
  .main-wrapper{
    margin-top: 60px;
  }
  .breadcrumbs {
    position: relative;
    margin-top: 60px!important;
    padding: 30px;
    background: url(../../images/slide-1-bg.jpg);
    margin-bottom: 0;
  }
  .breadcrumbs::before {
    content: '';
    position: absolute;
    left: 0;
    top : 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
  }
  .breadcrumbs h2 {
    color: #eee;
    font-family: poppins;
    text-align: center;
    margin: 0;
    font-weight: normal;
  }
  .page-title {
    position: relative;
    margin-top: 60px;
    padding: 30px 10px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0!important;
  }
  .page-title:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      background: -webkit-linear-gradient(left top, #000, #000, #333);
  }
  .page-title .inner-box {
    position: relative;
  }
  .page-title h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .page-title .bread-crumb {
    position: relative;
    color: #ffffff;
  }
  .page-title .bread-crumb li {
    position: relative;
    color: #ffffff;
    margin-right: 8px;
    padding-right: 10px;
    display: inline-block;
    text-transform: uppercase;
  }
  .page-title .bread-crumb li a {
    position: relative;
    font-size: 14px;
    color: #FDD301;
    margin: 0px 5px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
  }
  .page-title .bread-crumb li:after {
    position: absolute;
    content: '/';
    right: -2px;
    top: 0px;
    color: #ffffff;
    font-size: 14px;
  }
  .page-title .bread-crumb li:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }
  .page-title .bread-crumb li:last-child:after {
    display: none;
  }
  .contentBox{
    padding: 50px 30px 10px; 
  }


  /** MOBILE HEADER AND MENU **/
    .navbar-fixed-top{
      background: #fff!important;
      position: fixed!important;
      width: 100%;
      z-index: 1000!important;
    }
    .btn-xs-top{
      position: absolute;
      right: 0;
      top: 15px;
      border: none;
      font-size : 28px;
      padding: 0 15px;
      background: transparent;
      outline: none;
      color: #333;
      margin-right : 10px;
      cursor: pointer;
      float: right!important;
    }
    .btn-xs-top.btn2 {
      right: 60px;
    }
    .logo-xs {
      width: 125px;
      padding: 5px;
      height: 60px!important;
    }
    .img-xs-menu{
      width: 300px;
      margin-bottom: 10px;
    }
      .modal.left .modal-dialog,
    .modal.right .modal-dialog {
      position: fixed;
      margin: auto;
      width: 100%;
      height: 100%;
      max-width: 350px;
      -webkit-transform: translate3d(0%, 0, 0);
          -ms-transform: translate3d(0%, 0, 0);
           -o-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    .modal.left .modal-content,
    .modal.right .modal-content {
      height: 100%;
      overflow-y: auto;
      background: #fff;
    }   
    .modal.left .modal-body,
    .modal.right .modal-body {
      padding: 15px 0px 80px;
      background: transparent;
    }
    /** LEFT TOGGLE **/
    .modal.left.fade .modal-dialog{
      left: 0;
      -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
         -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
           -o-transition: opacity 0.3s linear, left 0.3s ease-out;
              transition: opacity 0.3s linear, left 0.3s ease-out;
    }   
    .modal.left.fade.in .modal-dialog{
      left: 0;
    }
    .modal-header{
      padding: 0;
    }         
    /** RIGHT TOGGLE **/
    .modal.right .modal-dialog {
      right: 0;
      -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
         -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
           -o-transition: opacity 0.3s linear, right 0.3s ease-out;
              transition: opacity 0.3s linear, right 0.3s ease-out;
    }   
    .modal.right.in .modal-dialog {
      right: 0;
    }
    .modal-content{
      border-radius: 0;
      border: none;
    }
    .menuModal .modal-content::-webkit-scrollbar { width: 0 !important }
    .menuModal .modal-content::-webkit-scrollbar { -ms-overflow-style: none; }
    .menuModal .modal-content::-webkit-scrollbar { overflow: -moz-scrollbars-none!important; }
    .modal-header{
      border-bottom-color: #EEEEEE;
      background-color: #FAFAFA;
    } 
    .main-menu-wrapper{
      padding: 0;
    }
    .img-logo-menu{
      position: relative;
      max-width: 170px;
      margin-bottom: 20px;
    }
      .back{
      cursor: pointer;
      color: #eee;
      background: #333;
      padding: 0;
      font-weight: normal;
      font-family: 'poppins';
    }
    .xs-menuWrapper{
      padding: 20px 40px;
    }
    .xs-menuWrapper a{
      display: block;
      width: 100%;
      padding: 10px 10px;
      border-bottom: 1px dashed #ddd;
      color: #333;
    }
    .xs-menuWrapper a:hover{
      color: #F47120;
    }
    
    /*** 

    ====================================================================
            Course Section
    ====================================================================

    ***/

    .course-section{
      position: relative;
      padding: 30px;
    }

    .icon-flower{
      width: 192px;
      height: 182px;
      background-image: url(../images/icons/icon-flower.png);
    }

    .icon-flower-2{
      width: 98px;
      height: 95px;
      background-image: url(../images/icons/icon-flower-2.png);
    }

    .course-section .icon-flower{
      right: -80px;
      top: 200px;
      opacity: .20;
    }

    .course-section.alternate .icon-flower{
      top: 64px;
    }

    .course-section .icon-flower-2{
      left: -310px;
      top: 485px;
      opacity: .10;
    }

    .course-section .sec-title{
      margin-bottom: 75px;
    }

    .course-section .sec-title h2{
      padding-bottom: 25px;
    }

    .course-block{
      position: relative;
      margin-bottom: 30px;
    }

    .course-block .inner-box{
      position: relative;
      border-radius: 5px;
      overflow: hidden;
      border: 1px solid #eeeeee;
      background-color: #fbfbfb;
    }

    .course-block .image-box{
      position: relative;
    }

    .course-block .image-box .image{
      position: relative;
      overflow: hidden;
    }

    .course-block .image-box img{
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
    }

    .course-block .inner-box:hover .image-box img{
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }

    .course-block .image-box .likes{
      position: absolute;
      left: 23px;
      top: 23px;
      font-size: 14px;
      line-height: 20px;
      color: #ffffff;
      background: #F47120;
      padding: 6px 12px;
      border-radius: 6px;
      font-weight: 400;
    }

    .course-block .lower-content{
      position: relative;
      padding: 20px;
    }

    .course-block .lower-content .price{
      position: absolute;
      right: 43px;
      top: -43px;
      height: 86px;
      width: 86px;
      background-color: #fdc735;
      border-radius: 50%;
      font-size: 25px;
      color: #ffffff;
      font-weight: 700;
      cursor: default;
      text-align: center;
      line-height: 86px;
      font-family: "Montserrat", sans-serif;
      border: 3px solid #ffffff;
    }

    .course-block .lower-content h3{
      font-size: 20px;
      line-height: 1.2em;
      color: #333333;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .course-block .lower-content h3 a{
      color: #333333;
      display: inline-block;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }

    .course-block .lower-content h3 a:hover{
      color: #ff679a;
    }

    .course-block .lower-content .info{
      position: relative;
      padding: 0;
      margin-bottom: 5px;
    }

    .course-block .lower-content .info li{
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 24px;
      color: #777777;
      font-weight: 400;
      margin-right: 22px;
      font-family: "Montserrat", sans-serif;
    }

    .course-block .lower-content .info li a{
      color: #777777;
    }

    .course-block .lower-content .info li i{  
      font-size: 15px;
      display: inline-block;
      color: #ff679a;
      margin-right: 8px;
    }

    .course-block .lower-content .text{
      font-size: 14px;
      line-height: 25px;
      color: #777777;
      font-weight: 400;
    }

    .course-block .other-info{
      position: relative;
      padding: 15px 20px;
      border-top: 1px solid #eeeeee;
    }

    .course-block .other-info .rating{
      position: relative;
      float: left;
      font-size: 14px;
      line-height: 30px;
      color: #333;
      font-weight: 400;
    }

    .course-block .other-info .seats-available{
      position: relative;
      float: right;
      font-size: 14px;
      line-height: 30px;
      color: #333333;
      font-family: "Montserrat", sans-serif;
    }

    .course-block .other-info .seats-available a{
      display: inline-block;
      color: #333333;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }

    .course-block .other-info .seats-available a:hover{
      color: #ff679a;
    }

    .course-block .other-info .seats-available i{
      position: relative;
      margin-right: 5px;
      font-size: 14px;
      color: #ff679a;
    }

    .course-section .link-box{
      position: relative;
      text-align: center;
      margin-top: 40px;
    }

    .course-section .link-box a{
      padding: 14px 25px;
      font-weight: 700;
    }
    .footer-title {
      margin-top: 20px;
      margin-bottom: 0;
      color: #F47120!important;
      font-family: 'poppins';
    }
    .footer-title i{
      color: #F47120!important;      
    }
    .bg-thm {
      background: #1C8094!important;
      color: #fff!important;
    }
    #main-footer a img {
      width: 250px;
    }


    @media(max-width: 767px) {
      .main-wrapper, .breadcrumbs {
        margin-top: 0px!important;
      }
    }

    @media(max-width: 500px) {
      .modal.left .modal-dialog,
      .modal.right .modal-dialog{
        max-width: 100%;
      } 
    }
  

    @media(max-width: 991px) { 
      .main-wrapper {
        margin-top: 0;
      }
      .hidden-sm-xs{
        display: none;
      }  
      .visible-sm-xs {
        all : unset;
        display: block!important;
        width: 100%;
      }  
    }