  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto+Condensed:400,500,600,700');
  :root{
    --theme-clr : #49A32B;
  }
  .theme-clr{
    color: #49A32B;
  }
  .p0 {
    padding: 0;
  }
  .set0 {
    margin: 0;
    padding: 0;
  }
  .width-100 {
    width: 100%;
  }
  .text-leftI {
    text-align: left!important;
  }
  a {
    text-decoration: none!important;
  }
  p {
    margin-bottom: 0;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  html, body {
    font-size: 16px;
    color: #505050;
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
  }
  textarea{
    resize: none;
    height: 90px!important;
  }
  *{
    text-shadow: none;
  }
  ul.type1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  ul.type1 li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  ul.type1 li:last-child {
    margin-bottom: 0;
  }
  ul.type1 li::before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'FontAwesome';
  }
  .bg3 {
    background-image: url(../../images/bg-footer.png);
    padding: 0 30px;
  }
  .img-xs-menu{
    width: 240px;
    padding: 10px;
  }
  .xs-top-search-box{
    background: #333;
    padding: 14px 24px 10px;
  }
  .bg-gray{
    background: #f5f5f5;
  }
  .grid3{
    display: grid;
    grid-template-columns : 1fr 1fr 1fr;
  }
  .navbar-fixed-top{
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding-right: 12px;
  }
  .navbar-fixed-top .logo-xs{
    width: 160px;
    padding: 6px;
  }
  .btn-xs-top{
    border: none;
    font-size : 24px;
    padding: 8px 15px;
    background: transparent;
    outline: none;
    color: #333;
    margin-top: 9px;
  }

  /* MAIN HEADER */
  .main-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 1);
  }
  .main-header.scrolled{
    padding: 0;
    background: #fff;
  }
  .main-header.scrolled .container .f0{
    display: none!important;
  }
  .main-header.scrolled ul.dropdown-menu{
    top: 160%;
  }
  .main-header .container{
    width: 94%;
  }
  .wrap-ad-top{
    width: 220px;
    padding-right: 30px;
    float: left;
  }
  .wrap-ad-top{
    position: relative;
    padding-left: 30px;
    font-size: 13px;
  }
  .wrap-ad-top span{
    font-size: 11px;
    color: #ddd;
  }
  .wrap-ad-top .fa{
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px;
    font-weight: bold;
  }
  .wt{
    float: right;
    padding-top: 5px;
  }
  .wrap-lang-top select{
    border: none;
    background: transparent;
    margin-top: 3px;
    margin-right: 20px;
  }
  .wrap-social-top a .fa{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
  }
  .logo-a{
    text-decoration: none!important;
  }
  .img-logo{
    margin-top: -2px;
    width: 190px;
    position: absolute;
    left: 0px;
    top: -10px;
  }
  .main-header{
    border-bottom: 1px solid #ddd;
  }
  .main-header.scrolled{
    position: fixed!important;
    border-bottom: 1px solid #ddd;
  }
  .main-header.scrolled .img-logo.lg{
    display: none;
  }
  .main-header.scrolled .img-logo{
    margin-top: -2px;
    width: 160px;
  }
  .main-menu-block{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .main-header.scrolled .main-menu-block{
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .main-menu-block a{
    padding: 8px 5px 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    color: #131313;
    text-transform: uppercase;
    font-size: 14.5px;
  }
  .main-menu-block a:hover {
    color: #2dc869;
  }
  .btn-phone {
    position: relative;
    background: transparent;
    border: 1px solid #333;
    padding: 4px 20px 4px 35px!important;
    margin: 0!important;
    font-size: 14px;
    border-radius: 20px;
  }
  .btn-phone:hover {
    border-color: #2dc869;
  }
  .btn-phone span {
    background: #fff;
    position: absolute;
    left: 26px;
    top: -8px!important;
    font-size: 10px;
    text-transform: uppercase;
    top: 0;
    padding: 0 6px;
    line-height: 10px;
  }
  .btn-phone .fa {
    position: absolute;
    left: 9px;
    font-size: 26px;
    top: -8px;
    background: #fff;
    padding-left: 6px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  .main-menu-block a .ion-ios-contact-outline{
    font-size: 18px;
  }
  .main-header.scrolled .main-menu-block a{
    color: #333;
  }
  .main-menu-block button{
    outline: none!important;
    background: transparent;
    border: none;
    font-size: 20px;
    margin-top: -5px;
  }
  .main-header.scrolled .main-menu-block button{
    color: #333;
  }
  /** MOBILE MENU **/
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -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 15px 80px;
    background: transparent;
  }
  /** LEFT TOGGLE **/
  .modal.left.fade .modal-dialog{
    left: -320px;
    -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: -320px;
    -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: 12px;
  }
  .panel-heading{
    border-radius: 0!important;
  }
  .pg-menu{
        box-shadow: none!important;
        border-bottom: none;
        margin-bottom: 0;
        border-radius: 0;
    }
  .pg-menu .panel-body{
    padding: 0;
  }
  .pg-menu .panel-body *{
      border: none;
  }
  .pg-menu .panel-default{
    border: none;
    border-radius: none;
    background: transparent;
  }
  .pg-menu.hl .panel-default{
    padding: 15px 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .panel-group .panel{
    border-radius: 0;
  }
  .pg-menu .panel-title{
    padding: 15px 20px;
  }
  .pg-menu.hl .panel-title{
    padding-left: 0;
    font-size: 18px;
  }
  .pg-menu .panel-title{
    color: #333!important;
  }
  .pb-inner{
    padding: 0;
  }
  .pb-inner.set-pad{
    padding: 20px 40px;
  }
  .pb-inner.set-pad h5{
    font-size: 16px;
  }
  .pg-menu .panel-title span{
      position: relative;
  }
  .pb-inner a{
      position: relative;
      padding: 10px 40px;
      color: #666;
      font-size: 14px;
      text-transform: uppercase;
  }
  .pb-inner a span{
      position: relative;
  }
  .stitle{
    padding-left: 50px;
  }
  .stitle span{
    position: relative;
    padding-left: 5px;
    text-transform: uppercase;
    color: #666;
  }
  .stitle span::before{
      position: absolute;
      content: '';
      width: 15px;
      height: 3px;
      background: #222;
      left: -15px;
      top: 42%;
  }
  .stitle span::after{
      position: absolute;
      content: '';
      width: 15px;
      height: 3px;
      background: #222;
      right: -20px;
      top: 42%;
  }
  .pb-inner a span::before{
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 4px;
      background: #222;
      left: -10px;
      top: 42%;
  }
  .pg-menu.hl .panel-heading{
    padding: 0 0 25px 0;
    padding-left: 25px;
    border-bottom: 1px dashed #ddd;
    position: relative;
  }       
  .double-title {
    padding: 10px 0;
  }
  .double-title h2,
  .double-title h3 {
    margin: 0;
    font-size: 18px;
  }
  .double-title h3 {
    color: #81B441;
  }
  .double-title h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 32px;
  }
  .footer-prev {
    padding: 40px 0 120px!important;
  }
  .rs-footer {
    color: #e8e8e8;
    margin-top: 0;
    font-weight: normal;
  }
  .rs-footer .footer-title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
  }
  .rs-footer .footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 50px;
    background-color: #FC9928;
  }
  .rs-footer .container {
    position: relative;
  }
  .rs-footer .footer-contact-desc {
    margin: 0;
    background: #222;
    text-align: center;
    padding: 15px 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -100px auto 0;
    z-index: 111;
  }
  .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner {
    border-left: 1px solid #ffffff;
  }
  .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before,
  .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
    content: '';
    position: absolute;
    height: calc(100% - 40px);
    width: 1px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
  }
  .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:before {
    left: 3px;
  }
  .rs-footer .footer-contact-desc div[class*="col-"] + div[class*="col-"] .contact-inner:after {
    left: -5px;
  }
  .rs-footer .footer-contact-desc .contact-inner {
    position: relative;
  }
  .rs-footer .footer-contact-desc .contact-inner i {
    font-size: 28px;
    margin-bottom: 12px;
    color: #FC9928;
  }
  .rs-footer .footer-contact-desc .contact-inner .contact-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 17px;
  }
  .rs-footer .footer-contact-desc .contact-inner .contact-desc {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 15px;
  }
  .rs-footer .footer-top {
    padding-top: 100px;
  }
  .rs-footer .footer-top .recent-post-widget .post-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .rs-footer .footer-top .recent-post-widget .post-item .post-date {
    width: 70px;
    height: 65px;
    flex: 0 0 70px;
    text-align: center;
    float: left;
    background-color: #FC9928;
    color: #ffffff;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .rs-footer .footer-top .recent-post-widget .post-item .post-date > span {
    display: block;
  }
  .rs-footer .footer-top .recent-post-widget .post-item .post-date > span:first-child {
    margin-top: 10px;
  }
  .rs-footer .footer-top .recent-post-widget .post-item .post-date > span:last-child {
    font-size: 15px;
  }
  .rs-footer .footer-top .recent-post-widget .post-item .post-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .rs-footer .footer-top .recent-post-widget .post-item .post-title a {
    color: #e8e8e8;
  }
  .rs-footer .footer-top .recent-post-widget .post-item .post-title a:hover,
  .rs-footer .footer-top .recent-post-widget .post-item .post-title a:focus {
    color: #bbbbbb;
  }
  .rs-footer .footer-top .recent-post-widget .post-item .post-category {
    font-size: 15px;
  }
  .rs-footer .footer-top .recent-post-widget .post-item + .post-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(102, 102, 102, 0.5);
  }
  .rs-footer .footer-top .sitemap-widget li {
    width: 50%;
    float: left;
    line-height: 33px;
  }
  .rs-footer .footer-top .sitemap-widget li a {
    color: #e8e8e8;
    display: inline-block;
    position: relative;
  }
  .rs-footer .footer-top .sitemap-widget li a:hover,
  .rs-footer .footer-top .sitemap-widget li a:focus {
    color: #FC9928;
  }
  .rs-footer .footer-top .sitemap-widget li a i {
    padding-right: 10px;
  }
  .rs-footer .footer-top .flickr-feed li {
    display: inline-block;
    margin: 2px 3px;
    overflow: hidden;
    position: relative;
    width: 76px;
  }
  .rs-footer .footer-top .flickr-feed li img {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .rs-footer .footer-top .flickr-feed li:hover img {
    opacity: 0.7;
  }
  .rs-footer .footer-top .news-form {
    position: relative;
    margin-top: 15px;
  }
  .rs-footer .footer-top .news-form input {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FC9928;
    color: #ffffff;
    height: 50px;
    outline: 0 none;
    padding: 5px 15px;
    width: 100%;
  }
  .rs-footer .footer-top .news-form button {
    background: #FC9928;
    border: none;
    color: #ffffff;
    font-size: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
  }
  .rs-footer .footer-top .news-form button:hover {
    background: #e41f05;
  }
  .rs-footer .footer-top .about-widget img {
    margin-bottom: 25px;
  }
  .rs-footer .footer-share {
    text-align: left;
    margin-top: 20px;
  }
  .rs-footer .footer-share ul li {
    display: inline-block;
  }
  .rs-footer .footer-share ul li a {
    font-size: 13px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    transition: all .3s ease 0s;
    background: rgba(255, 255, 255, 0.15);
  }
  .rs-footer .footer-share ul li a:hover {
    background-color: #FC9928;
    color: #ffffff;
  }
  .rs-footer .footer-share ul li + li {
    margin-left: 5px;
  }
  .rs-footer .footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 18px 0;
    margin-top: 35px;
  }
  .rs-footer .footer-bottom .copyright p {
    opacity: 0.95;
    margin-bottom: 0;
    font-size: 15px;
  }
  .rs-footer-2 .footer-share {
    margin-top: 20px;
  }
  
  section.breadcrumb{
    background: url(../../images/parallax-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: 0px;
    border-radius: 0;
    padding: 15px 20px;
    margin-bottom: 0;
    margin-top: 60px;
    text-transform: uppercase;
  }
  section.breadcrumb::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
  }
  section.breadcrumb h2{
    margin: 0;
    color: #fff;
    font-size: 18px;
  }
  @media(min-width: 992px) {
    section.breadcrumb{
      margin-top: 70px;
      padding: 30px 20px;
    }
    section.breadcrumb h2{
      font-size: 18px;
    }
  }
  section.breadcrumb h2 span{
    color: #e5e9ec;
  }

  /* HOME PAGE */
  .big-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .main-carousel .item {
    position: relative;
  }
  .main-carousel .item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
  }
  .main-carousel .absBanner {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .img-spin {
    -webkit-animation:spin 50s linear infinite;
    -moz-animation:spin 50s linear infinite;
    animation:spin 50s linear infinite;
  }
  @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  
  .main-carousel-img {
    width: 100%;
  }
  .main-carousel .carousel-caption {
    top: 15%;
    bottom: auto;
    text-transform: uppercase;
  }
  .main-carousel .carousel-caption * {
    margin: 0;
    color: #fff;
  }
  .main-carousel .carousel-caption p {
    font-size: 32px;
  }
  @media(min-width: 768px) {
    .main-carousel .carousel-caption h2 {
      font-size: 100px;
      font-weight: bold;
    }
    .main-carousel .carousel-caption {
      top: 40%;
    }
  }
  .home-about {
    padding: 5px 10px;
  }
  .home-about-left {
    padding-left: 5%;
  }
  .home-about-left p {
    text-align: justify;
    margin-bottom: 15px;
  }
  .home-about-right .imgs {
    padding: 5px;
    padding: 5px 10px; 
  }
  .home-about-right .imgs img{
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100%;
  }
  @media(min-width: 768px) {
    .home-about {
      padding: 30px 0;
    }
    .home-about-right .imgs.right img {
      margin-top: 40%;
    } 
  }
  .courses-offered {
    background: #F6FAE8;
    padding: 40px 0 40px;
  }
  .box-course {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
  .box-course img {
    width: 100%;
    height: 100%;
    object-fit : cover;
  }
  .desc-course {
    padding: 0 15px;
  }
  .box-course h3 {
    margin: 10px 0 0;
    font-size: 20px;
    color: #000;
  }
  .box-course p {
    color: #888;
  }
  @media(min-width: 768px) {
    .row-boxed-4 {
      display: grid;
      grid-template-columns : repeat(4, 1fr);
    }
  }
  @media(min-width: 768px) and (max-width: 992px) {
    .row-boxed-4 {
      display: grid;
      grid-template-columns : repeat(2, 1fr);
    }
  }
  .boxed {
    padding: 20px 20px;
    color: #fff;
    position: relative;
  }
  @media(min-width: 992px) {
    .boxed {
      padding: 20px 20px 130px;
    }
  }
  .boxed .icons {
    position: absolute;
    top: 40px;
    left: 25px;
    font-size: 50px;
  }
  .boxed .content {
    padding-left: 80px;
  }
  .boxed.clr1 {
    background: #81B441;    
  }
  .boxed.clr2 {
    background: #A7CA23;    
  }
  .boxed.clr3 {
    background: #FFD400;    
  }
  .boxed.clr4 {
    background: #FE9104;    
  }
  
  /* ABOUT PAGE */  
  section.welcome-block {
    padding: 45px 0;
  }
  section.welcome-block p {
    text-align: justify;
  }
  @media(min-width: 768px) {
    .about-wrap {
      display: grid;
      grid-template-columns : 1fr 1fr;
    }
  }
  .about-wrap > div.left img {
    width: 100%;
    height: 100%;
    object-fit : cover;
  } 
  .about-wrap > div.right {
    padding: 35px;
    background: #f9f9f9;
  }
  .vision-mision-aim-box {
    padding: 50px 0;
    background: #F6FAE8;
  }
  .vma-box {
    margin-bottom: 20px;
  }
  .vma-box img {
    width: 100%;
  }
  .vma-desc {
    padding: 40px;
    color: #fff;
  }
  .vma-desc h2 {
    margin-top: 0;
  }
  .vma-box.bgs1 {
    background: #2DAE51;
  }
  .vma-box.bgs2 {
    background: #263A29;
  }
  .join-our-team {
    padding: 40px 0;
  }
  .join-our-team p {
    margin-bottom: 20px;
    text-align: justify;
  }

  /* MANAGEMENT PAGE */
  .management-box {
    position: relative;
  }
  .management-desc-box {
    padding: 40px;
  }
  .management-desc-box p {
    display: -webkit-box;
    -webkit-box-orient : vertical;
    -webkit-line-clamp : 6;
    text-overflow : ellipsis;
    overflow: hidden;
  }
  @media(min-width: 992px) {
    .management-desc-box {
      position: absolute;
      right: 50px;
      top: 50px;
      width: 400px;
      padding: 40px;
      background: rgba(255, 255, 255, .65);
    }
    .management-desc-box.left {
      right: auto;
      left: 50px;
    }
  }
  .centerMe {
    margin: auto;
  }
  .management-desc-box h3 {
    margin-top: 0;
    color: #1c4867;
    font-size: 20px;
  }
  .management-desc-box a {
    display: block;
    margin-top: 10px;
  }

  /* CUSTOM SITE MODAL */
  .fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  .fade-scale::-webkit-scrollbar {
    display: none;
  }
  .fade-scale::-moz-scrollbars {
    display: none;
  }
  .fade-scale.in {
    opacity: 1;
    transform: scale(1);
  }
  .close--modal {
    position: absolute;
    right: -15px;
    top: -10px;
    display: inline-block;
    padding: 10px 15px;
    font-size: 17px;
    background: #faf4f4;
    color: #333;
    cursor: pointer;
  }
  .modal.fade-scale .modal-dialog {
    width: 90%;
    max-width: 650px;
    margin: 50px auto!important;
  }
  .modal.fade-scale .modal-content {
    border-radius: 0;
    background: #fff;
    padding: 10px 15px;
  }
  .fade-scale .modal-title {
    margin-bottom: 15px;
  }
  .fade-scale h4 {
    color: #1c4867;
    font-size: 18px;
    text-align: center;
  }
  .fade-scale p {
    margin-bottom: 10px;
  }
  p.highlight {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }

  /* COURSES OFFERED */
  .course-offered-page {
    padding: 30px 0 125px;
    background: #f8f8f8;
  }
  .box-course-list {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  @media(min-width: 768px) {
    .box-course-list {
      display: grid;
      grid-template-columns : 350px auto;
    }    
  }
  .box-course-list.block {
    display: block;
  }
  .box-course-list .imgs img {
    width: 100%;
    height: 100%;
    object-fit : cover;
  }
  .box-course-list .desc {
    padding: 35px;
    color: #666;
    background: #fff;
  }
  .box-course-list .desc h3 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0;
    text-transform: uppercase;
    color: #962F34;
  }
  .desc-title {
    margin-bottom: 25px;
    display: block;
  }

  /* GALLERY PAGE */
  .gallery-block {
    padding: 50px 0;
  }
  .row-gallery {
    padding: 0 30px;
  }
  .box-images {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
  }
  @media(min-width: 768px) {
    .row-gallery {
      display: grid;
      grid-template-columns : repeat(4, 1fr);
      grid-gap : 30px;
      padding: 0;
    }
    .box-images {
      margin-bottom: 0;
    }
  }
  .box-images img {
    width: 100%;
    height: 300px;
    object-fit : cover;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
  }
  .box-images:hover img {
    transform : scale(1.1);
  }
  .box-image-title {
    position: absolute;
    width: 100%;
    background: -webkit-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
    background: -moz-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
    background: -o-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
    background: -ms-linear-gradient(90deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
    background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
    bottom: 0;
    padding: 20px 10px 0px;
    color: #eee;
  }
  .box-image-title {
    padding: 10px 0;
  }
  .box-image-title h4 {
    color: #fff;
  }
  .box-image-title h4,
  .box-image-title p {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .box-image-title p {
    color: #FECB2F;
  }

  /* CONTACT PAGE */
  section.contact-block {
    padding: 50px 0 120px;
    background: #F2F2F2;
  }
  .iframe{
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
  .form-area {
    padding: 40px 40px;
    background: #fff;
  }
  .form-area .btn {
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #333;
    color: #fff;
  }

  /* COMMON MEDIA QURIES */
  @media(max-width: 991px) {
    .main-carousel {
      margin-top: 50px;
    }
    .img-spin {
      width: 80%;
      margin: 10px 10% 40px;
    }
    .xs-footer-top {
      padding-bottom: 120px;
    }
  }
  @media(min-width: 210px) and (max-width: 767px) {
    section.welcome-block,
    .join-our-team {
      padding: 20px;
    }
    section.welcome-block h2 {
      font-size: 22px;
      line-height: 28px;
    }
    .footer-prev,.contact-block {
      padding: 30px 20px 120px!important;
    }
  }

  @media(min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .main-menu-block a {
      font-size: 12.5px;
    }
    .management-desc-box {
      right: 0;
      top: 0;
      bottom: 0;
      width: 450px;
    }
    .management-desc-box.left {
      left: 0;
    }
  }
  @media(min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
    .main-menu-block a {
      font-size: 12.5px;
    }
    .management-desc-box {
      right: 0;
      top: 0;
      bottom: 0;
      width: 475px;
    }
    .management-desc-box.left {
      left: 0;
    }
  }