:root{

    --primary-clr:#005a9e;
  
    --white-clr:#fff;
  
    --footer-bg-clr:#030713;
  
    --light-blue-clr:#009eba;
  
    --light-red-clr:#ff3955;
  
    --button-color:#ff5c23;
  
  
  
    --ff-weight800: 800;
  
    --ff-weight700: 700;
  
  
  
    --primary-ff:'Raleway', sans-serif;
  
    --fontA-ff : "Font Awesome 5 Free";
  
  }
  
  
  
  html{
  
    scroll-behavior: smooth;
  
  }
  
  
  
  /* tool */
  
  .light{
  
  color: var(--white-clr) !important;
  
  }
  
  
  
  a:hover{
  
  color: var(--primary-clr);
  
  }
  
  
  
  .ffw700{
  
    font-weight: var(--ff-weight700);
  
  }
  
  
  
  .dark-color{
  
  color: #000;
  
  }
  
  
  
  .dark{
  
  font-weight: var(--ff-weight800);
  
  }
  
  
  
  .primary-color{
  
  color: var(--primary-clr);
  
  }
  
  
  
  .text-big {
  
  font-size: 2em;
  
  }
  
  
  
  .text-medium{
  
    font-size: 18px;
  
  }
  
  
  
  .lg30{
  
      line-height: 32px;
  
  }
  
  
  
  .lg15{
  
    line-height: 15px;
  
  }
  
  
  
  .page-featured-banner {
  
  
  
    padding: 10vh 0;
  
    background-position: center;
  
    background-size: cover;
  
    background-repeat: no-repeat;
  
    color: var(--white-clr);
  
    text-transform: uppercase;
  
  }
  
  
  
  .nvm35 { margin-top: 35px; margin-bottom: 35px; }
  
  .nvm45 { margin-top: 45px; margin-bottom: 45px }
  
  .nvm60 { margin-top: 60px; margin-bottom: 60px } 
  
  .internPadding {padding-top: 60px; padding-bottom: 60px; padding-left:60px; padding-right:60px; }
  .gradPadding {padding-top: 60px; padding-bottom: 60px; padding-left:60px; padding-right:60px; }
  
  .nvp60 { padding-top: 30px; padding-bottom: 30px; }
  .nvp65 { padding-top: 10px; padding-bottom: 60px; }
  .npt15 { padding-top: 15px; }
  
  .mgt30 { margin-top:30px; }
  .mgt45 { margin-top:45px; }
  .mgt60 { margin-top:60px; }
  
  .mgb30 { margin-bottom:30px; }
  .mgb45 { margin-bottom:45px; }
  .mgb60 { margin-bottom:60px; }
  
  .mgv30 { margin-top:30px; margin-bottom:30px; }
  .mgv45 { margin-top:45px; margin-bottom:45px; }
  .mgv60 { margin-top:60px; margin-bottom:60px; }
  
  .mgh30 { margin-left:30px; margin-right:30px; }
  .mgh45 { margin-left:45px; margin-right:45px; }
  .mgh60 { margin-left:60px; margin-right:60px; }
  
  .p30{ padding:30px; }
  .p45{ padding:45px; }
  .p60{ padding:60px; }
  
  .pt30 { padding-top:30px; }
  .pt45 { padding-top:45px; }
  .pt60 { padding-top:60px; }
  
  .pb30 { padding-bottom:30px; }
  .pb45 { padding-bottom:45px; }
  .pb60 { padding-bottom:60px; }
  
  .pv15 { padding-top:15px; padding-bottom:15px; }
  .pv30 { padding-top:30px; padding-bottom:30px; }
  .pv45 { padding-top:45px; padding-bottom:45px; }
  .pv60 { padding-top:60px; padding-bottom:60px; }
  .pv5 { padding-top:5px; padding-bottom:5px; }
  
  .ph30 { padding-left:30px; padding-right:30px; }
  .ph45 { padding-left:45px; padding-right:45px; }
  .ph60 { padding-left:60px; padding-right:60px; }
  
  .pr10 { padding-right:10px; }
  
  
  
  .aflex-center { 
  
    display: -webkit-box; 
  
    display: -ms-flexbox; 
  
    display: flex; 
  
    -webkit-box-pack: center; 
  
        -ms-flex-pack: center; 
  
            justify-content: center; 
  
  }
  
  
  
  
  
  .nvtm35 { margin-top: 35px; }
  
  .nvtm45 { margin-top: 45px; }
  
  .nvtm60 { margin-top: 60px; } 
  
  
  
  .nhbm35 { margin-bottom: 35px; }
  
  .nhbm45 { margin-bottom: 45px; }
  
  .nhbm60 { margin-bottom: 60px; } 
  
  
  
  .nvbm35 { margin-top: 35px; margin-bottom: 35px; }
  
  .nvbm45 { margin-top: 45px; margin-bottom: 45px }
  
  .nvbm60 { margin-top: 60px; margin-bottom: 60px } 
  
  .d-flex{
    display: block;
  }
  
  .justify-content-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .align-items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .flex-space-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  /* @media (min-width: 992px){
    .aflex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
  
    .d-flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
  } */
    
  
  
  /*** Header -- Nav ***/
  
  
  
  #header {
  
    padding: 20px 0;
  
  }
  
  
  
  #full-screen-search #full-screen-search-container {
  
  display: none;
  
  }
  
  
  
  #full-screen-search.open #full-screen-search-container {
  
  display: block;
  
  }
  
  
  
  nav ul, 
  
  nav li {
  
    margin-bottom: 0px;
  
  }
  
  
  
  .searchbtn {
  
    border: none;
  
    color: var(--primary-clr);
  
    background-color: var(--white-clr);    
  
    padding-top: 10px;
  
    font-size: 20px;
  
  }
  
  
  
  /* .search-form input {
    display: none;
  } */
  
  
  
  /* #search-bar{
    margin-right: 70px;
  } */
  
  
  
  /* .search-form {
    padding-left: 0px !important;
    margin-bottom: 15px;
    width: 0px !important;
  }
   */
  
  
  main .search-form {
  
    display: none;
  
  }
  
  .alignLogo {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  #HRDF img {
      max-width: 120px;
      border-left: 1px solid #c1c1c1;
      padding-left: 20px;
      padding-right: 20px;
      object-fit: contain;
  }
  
  
  /*** Home Page ***/
  
  
  
  
  
  .custom-breadcrumbs a{
  
    color: #c2c2c2 !important;
  
    text-transform: capitalize !important;
  
  }
  
  
  
  .custom-breadcrumbs .current-item{
  
    color: #fff !important;
  
    text-transform: capitalize !important;
  
  }
  
  /*** --Banner Section ***/
  
  #our-programs {
  
  background-image: url(/wp-content/uploads/2019/07/home-op-bg.jpg);
  
  background-size: cover;
  
  background-repeat: no-repeat;
  
  background-position: bottom center;
  
  }
  
  
  
  .section--title h2, .section--title p{
  
  display: inline;
  
  }
  
  
  
  .section--title p{
  
  float: right;
  
  }
  
  
  
  
  
  .programs-list{
  
  display: -ms-grid;
  
  display: grid;
  
  -ms-grid-columns: 1fr 20px 1fr;
  
  grid-template-columns: repeat(2,1fr);
  
  grid-gap: 20px;
  
  }
  
  
  
  .card p{
  
  margin:0;
  
  }
  
  .our-card h3{
  
    font-size:18px;
  
  }
  
  
  
  .card a:hover, .section--title a:hover{
  
    border-bottom: 2px solid var(--primary-clr) !important;
  
    -webkit-transition: ease-in-out;
  
    -o-transition: ease-in-out;
  
    transition: ease-in-out;
  
  }
  
  
  
  .card-img img{
  
  width: 100%;
  
  height: 100%;
  
  -o-object-fit: cover;
  
     object-fit: cover;
  
  -o-object-position: center;
  
     object-position: center;
  
  border-radius: .5rem 0px 0px .5rem;
  
  }
  
  
  
  .card{ 
  
  margin-top:20px;
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  
  -webkit-box-orient: horizontal;
  
  -webkit-box-direction: normal;
  
      -ms-flex-direction: row;
  
          flex-direction: row;
  
  -webkit-box-shadow: 0px 3px 13px 0px #020202;
  
          box-shadow: 0px 3px 13px 0px #020202;
  
  border:none;
  
  border-radius:.5rem;
  
  background-color: var(--white-clr);
  
  max-width: 555px;
  
  height: 233px;
  
  }
  
  
  
  .card-img{
  
  width:100%;
  
  position: relative;
  
  }
  
  
  
  .card-date{
  
      position: absolute;
      
      color: white;
      
      bottom: 0;
      
      left: 0;
      
      right: 0;
      
      text-align: right;
      
      padding: 10px 20px;
      
  /* 	background-color: #ff3955 ; */
      
      background-image: radial-gradient(circle, #09c6f9 0%, #045de9 100%);
      
      border-radius: 0px 0px 0px 6px ;
  
  }
  
  
  
  .card-body{
  
  position: relative;
  
  width: 100%;
  
  margin: 20px;
  
  }
  
  
  
  .card-body a{
  
  position: absolute;
  
  bottom: 1rem;
  
  right: 1rem;
  
  }
  
  .card-body .card-more{
  position: absolute;
  
  bottom: 1rem;
  
  right: 1rem;
  }
  
  
  
  
  
  
  @media (max-width: 510px) { 
  
    .programs-list{
  
      -ms-grid-columns: 1fr;
  
      grid-template-columns: repeat(1,1fr);
  
      margin: 25px;
  
      }
  
  }
  
  
  
  /* tastimonial */
  
  
  
   .wtwp-testimonial-content {
  
      text-align: left;
  
  }
  
  
  
  .company-logo-img {
  
    background-color: white;
  
    -o-object-fit: cover;
  
       object-fit: cover;
  
    -o-object-position: center;
  
       object-position: center;
  
  
  
  }
  
  
  
  .wtwp-testimonials-slidelist button.slick-next {
  
    background: rgba(00, 00, 0, 0.5) url(/wp-content/uploads/2019/07/right-arrow-2-2.png) center center no-repeat !important;
  
  }
  
  
  
  .wtwp-testimonials-slidelist button.slick-next:hover, .wtwp-testimonials-slidelist button.slick-next:focus {
  
      background: #525252 url(/wp-content/uploads/2019/07/right-arrow-2-2.png) center center no-repeat !important;
  
  }
  
  
  
  .wtwp-testimonial-title {
  
      margin-bottom: 40px !important;
  
  }
  
  
  
  .wtwp-testimonials-slidelist button.slick-prev {
  
    background: rgba(00, 00, 0, 0.5) url(/wp-content/uploads/2019/07/right-arrow-2-2.png) center center no-repeat !important;
  
    -webkit-transform: rotate(180deg);
  
    -ms-transform: rotate(180deg);
  
    transform: rotate(180deg);
  
  
  
  }
  
  
  
  .wtwp-testimonials-slidelist button.slick-prev:hover, .wtwp-testimonials-slidelist button.slick-prev:focus {
  
    background: #525252 url(/wp-content/uploads/2019/07/right-arrow-2-2.png) center center no-repeat !important;
  
    -webkit-transform: rotate(180deg);
  
    -ms-transform: rotate(180deg);
  
    transform: rotate(180deg);
  
  }
  
  
  
  .test-img img {
  
      border-radius: 100% !important;
  
      width: 200px;
  
      height: 200px;
  
  }
  
  
  
  #testimonials-home {
  
    background-image: url(/wp-content/uploads/2019/07/tex-bg.jpg);
  
    background-position: center;
  
    background-repeat: no-repeat;
  
    background-size: cover;
  
  }
  
  
  
  #testimonials-home {
  
    color: var(--white-clr);
      overflow:hidden;
  
    }
  
    
  
  .company-logo-img {
  
      position: absolute;
  
      top: 0;
  
      left: 0;
  
      z-index: 2;
  
      width: 100px !important;
  
      height: 100px !important;
  
  }
  
  /*** Award section ***/
  
  @media (min-width: 992px){
      #sme100 .row, #top10 .row, #goldenbull .row {
          display: flex; 
          align-items: center;
      }
  }
  
  #goldenbull {
  
      background-color: #F5F5F5;
  
      background-position: center;
  
      background-repeat: no-repeat;
  
      background-size: cover;
  
  }
  
  #sme100 {
  
      background-color: #F5F5F5;
  
      background-position: center;
  
      background-repeat: no-repeat;
  
      background-size: cover;
  
  }
  
  .col-md-6.col-sm-12.about-right.text-left.obj-body{
      border-radius: 20px;
      height: 313px;
  }
  
  @media (max-width: 991px) {
      .col-md-6.col-sm-12.about-right.text-left.obj-body{
          margin-top: 10px;
          margin-left: 15px;
          margin-right: 15px;
      }
  }
  
  
  
  /*** About us section ***/
  
  
  
  #about {
  
  background-image: url(/wp-content/uploads/2019/07/about-bg-1.jpg);
  
  background-position: center;
  
  background-repeat: no-repeat;
  
  background-size: cover;
  
  }
  
  
  
  
  
  .btn-primary{
  
  background-color: var(--button-color) !important;
  
  border: inherit !important;
  
  font-weight: var(--ff-weight700);
  
  }
  
  
  
  
  
  .quote{
  
  position: relative;
  
  }
  
  
  
  .quote i{
  
    position: absolute;
  
    font-size: 2em;
  
    top: -4rem;
  
    left: -6rem;
  
    display: block;
  
    opacity: .4;
  
  }
  
  
  
  .obj-img-wrap {
  
    position: absolute;
  
    top: 0;
  
    bottom: 0;
  
    background-position: top center;
  
    background-size: cover;
  
    background-repeat: no-repeat;
  
    }
  
    
  
  .obj-body-container{
  
    display: -webkit-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-pack: end;
  
        -ms-flex-pack: end;
  
            justify-content: flex-end;
  
  }
  
    
  
  .obj-fluid-containe{
  
    position: relative;
  
  }  
  
  
  
    
  
  .obj-body {
  
  
  
      background: rgb(0,90,158);
  
      background: -webkit-linear-gradient(90deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
      background: -webkit-gradient(linear, left top, right top, from(rgba(0,90,158,1)), to(rgba(0,158,186,1)));
  
      background: -webkit-linear-gradient(left, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
      background: -o-linear-gradient(left, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
      background: linear-gradient(90deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005a9e",endColorstr="#009eba",GradientType=1);
  
      padding: 30px;
  
      border-radius: 5%;
  
      color: #fff;
  
      bottom: 0;
  
  
  
  }
  
  
  
  
  
  @media (max-width: 991px) { 
  
    .obj-img-wrap img {
  
      height: 50vh;
  
      -o-object-fit: cover;
  
         object-fit: cover;
  
    }
  
  
  
    .obj-body {
  
      right: 0;
  
      top: -28%;
  
    }
  
  }
  
  
  
  /** our five **/
  
  #fiveCore{
  
  background-image: url(/wp-content/uploads/2019/07/five-core-bg.jpg);
  
  background-position: top center;
  
  background-repeat: no-repeat;
  
  background-size: cover;
  
  }
  
  
  
  .our-card {
      min-height: 217px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 20px;
      border-radius: 2rem;
      background-color: rgb(255, 255, 255);
      background-color: rgba(255, 255, 255, 0.8);
  }
  
  
  
  .our-card:hover{
  
  background-color: var(--white-clr);
  
  }
  
  
  
  .our-card::after {
  
  content: '';
  
  position: absolute;
  
  bottom: 0;
  
  right: 0;
  
  left: 0;
  
  top: 100%;
  
  border-radius: 0 0 2rem 2rem;
  
  top: 100%;
  
  
  
  -webkit-box-shadow: 4px 4px 11px 0 rgb(0,0,0,0.5);  
  
          box-shadow: 4px 4px 11px 0 rgb(0,0,0,0.5);
  
  
  
  background: rgb(0,90,158);
  
  background: -webkit-linear-gradient(90deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,90,158,1)), to(rgba(0,158,186,1)));
  
  background: -webkit-linear-gradient(left, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
  background: -o-linear-gradient(left, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
  background: linear-gradient(90deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005a9e",endColorstr="#009eba",GradientType=1); 
  
  }
  
  
  
  .our-card:hover::after {
  
  -webkit-transition: .2s;
  
  -o-transition: .2s;
  
  transition: .2s;
  
  top: 85%;
  
  }
  
  
  
  .our-card-body {
  
  padding: 10px;
  
  }
  
  
  
  .our-card-number{
  
  color:var(--primary-clr);
  
  font-size:30px;
  
  font-weight:700;
  
  }
  
  
  
  .card-container{
  
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  
  grid-template-columns: repeat(3,1fr);
  
    display: -ms-grid;
  
    display: grid;
  
  grid-gap:20px;
  
  }
  
  
  
  .our-card--order3,
  
  .our-card--order4,
  
  .our-card--order5{
  
    -ms-grid-row:2;
  
    grid-row:2;
  
  }
  
  
  
  .our-card--order4 .our-card-img img{
  
    margin-top: 15px;
  
  }
  
  
  
  @media (max-width: 991px) { 
      
      .card{
         max-width: 100%;
      }
  
    .card-container{
  
      -ms-grid-columns: 1fr 20px 1fr;
  
      grid-template-columns: repeat(2,1fr);
  
      }
  
  
  
      .our-card--order3,
  
      .our-card--order4,
  
      .our-card--order5{
  
        grid-row:unset;
  
      }
  
  }
  
  
  
  @media (max-width: 700px) { 
  
    .card-container{
  
      -ms-grid-columns: 1fr;
  
      grid-template-columns: repeat(1,1fr);
  
      }
  
  
  
      .our-card--order3,
  
      .our-card--order4,
  
      .our-card--order5{
  
        grid-row:unset;
  
      }
  
  }
  
  
  
  
  
  
  
  /*** Our Program page ***/
  
  .page-header {
  
    padding-bottom: 0px;
  
    margin: 0;
  
    border-bottom: none;
  
  }
  
  
  
  .our-programs-bg {
  
    background-image: url(/wp-content/uploads/2019/07/home-op-bg.jpg);
  
    background-size: cover;
  
    background-repeat: no-repeat;
  
    background-position: bottom center;
  
  }
  
  
  
  .program-banner-title{
  
    padding: 10vh 0;
  
  }
  
  
  
  #registration{
  
    background-image: url(/wp-content/uploads/2019/07/program-bg.jpg);
  
    background-size: cover;
  
    background-repeat: no-repeat;
  
    background-position: center;
  
  
  
  }
  
  
  
  @media (max-width:991px){
  
    .enquire-btn{
  
      margin-bottom: 35px
  
    }
  
  }
  
  
  
  
  
  .reg-wrap {
  
    background-color: white;
  
    padding: 25px 80px;
  
    -webkit-box-shadow: 4px 5px 24px 1px #323131c7;
  
            box-shadow: 4px 5px 24px 1px #323131c7;
  
  }
  
  
  
  
  
  .side-banner::after {
  
    content: '';
  
    position: absolute;
  
    top: 0;
  
    bottom: 0;
  
    left: 93%;
  
    right: 0;
  
    margin-right: 15px;
  
  
  
    background: rgb(0,90,158);
  
    background: -webkit-linear-gradient(30deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
    background: -webkit-linear-gradient(60deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
    background: -o-linear-gradient(60deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
    background: linear-gradient(30deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005a9e",endColorstr="#009eba",GradientType=1);  
  
  }
  
  
  
  .side-banner2::after {
  
    content: '';
  
    position: absolute;
  
    top: 0;
  
    bottom: 0;
  
    left: 95%;
  
    right: 0;
  
    margin-right: 0px;
  
  
  
    background: rgb(0,90,158);
  
    background: -webkit-linear-gradient(30deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
    background: -webkit-linear-gradient(60deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
    background: -o-linear-gradient(60deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
    background: linear-gradient(30deg, rgba(0,90,158,1) 0%, rgba(0,158,186,1) 100%);
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005a9e",endColorstr="#009eba",GradientType=1);  
  
  }
  
  
  
  #wpcf7-f139-p131-o1 input {
  
    border-color: var(--light-blue-clr);
  
    height: 4rem;
  
  }
  
  
  
  /* our client */
  
  #our-client {
  
    background-image: url(/wp-content/uploads/2019/07/client-bg.jpg);
  
    background-size: cover;
  
    background-repeat: no-repeat;
  
    background-position: bottom center;
  
    }
  
    
  
    .wtwp-testimonials-slidelist button.slick-next {
  
      right: -14px !important;
  
  }  
  
  
  
  
  
  /* contact us */
  
  .map-icon{
  
    padding: 0 20px
  
  }
  
  
  
  .map-icon a:hover{
  
    border: none !important;
  
  }
  
  
  
  
  
  .map-body{
  
    padding: 30px 10px;
  
  }
  
  
  
  
  
  .panel-default > .panel-heading {
  
    background-color: transparent !important;
  
    border-color: #005a9e;
  
  }
  
  
  
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  
    border: 1px solid var(--primary-clr);
  
    border-bottom-color:var(--primary-clr);
  
  }
  
  
  
  .panel-default {
  
    border-color: var(--primary-clr);
  
  }
  
  
  
  #wpcf7-f9-p24-o1 input, #wpcf7-f9-p24-o1 textarea, #wpcf7-f9-p24-o1 select {
  
  
  
    border-color: var(--primary-clr);
  
  
  
  }
  
  
  
  
  
  @media (max-width: 991px) { 
  
    .map-icon {
  
        margin-bottom: 45px;
  
    }
  
  }
  
  @media (max-width: 767px) { 
  
    .reg-wrap .reg-img {
  
        display: none;
  
    }
  
  }
  
  /*** Footer ***/
  
  
  
  .widgettitle{
  
  color:var(--light-blue-clr) !important;
  
  }
  
  
  
  .menu-footer-menu-container {
  
  line-height: 15px;
  
  }
  
  
  
  #footer a{
  
  color: var(--white-clr);
  
  }
  
  
  
  .custom-html-widget {
  
    font-size: 13px;
  
  }
  
  
  
  #footer .widgettitle::after {
  
  content: "";
  
  background-color: #fff;
  
  width: 0px;
  
  height: 0px;
  
  display: block;
  
  margin-top: 15px;
  
  }
  
  
  
  #ninja-social-2 {
  
  margin-top: 35px;
  
  }
  
  
  
  .social-icons li a {
  
  background-color: transparent;
  
  color: #fff;
  
  }
  
  
  
  #footer, #colophon{
  
  background-color: var(--footer-bg-clr);
  
  color: var(--white-clr);
  
  }
  
  
  
  .footer-four, .footer-five{
  
  margin-top:30px
  
  }
  
  
  
  .site-info {
  
  border-top: 1px solid #fff;
  
  }
  
  
  
  
  
  /*** Floating ***/
  
  #floating-widget {
  
    top: 50%;
  
    -webkit-transform: translateY(-50%);
  
        -ms-transform: translateY(-50%);
  
            transform: translateY(-50%);
  
           
  
  }
  
  
  
  
  
  @media (max-width: 500px) { 
  
    #social-media-icon{
  
      width: 100%;
  
    }
  
  }
  
  
  ul#social-media-icon {
  
    list-style-type: none;
  
    padding-left: 0px;
  
    margin-bottom: 0px;
  
  }
  
  
  
  ul#social-media-icon li {
  
    margin-bottom: 0px;
  
  }
  
  
  
  ul#social-media-icon li a {
  
    width: 40px;
  
    height: 40px;
  
    display: -webkit-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
        -ms-flex-align: center;
  
            align-items: center;
  
    -webkit-box-pack: center;
  
        -ms-flex-pack: center;
  
            justify-content: center;
  
    color: #fff;
  
    font-size: 15px;
  
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.5);
  
            box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.5);
  
  }
  
  
  
  ul#social-media-icon li a[href*="/contact-us/#registration"] {
  
    height: 90px;
  }
  
  
  
  .enquireForm::after{
  
    content: 'Enquire Now';
  
    font-family: var(--primary-ff);
  
    font-style: normal !important;
  
  }
  
  
  
  ul#social-media-icon li a[href*="/contact-us/#registration"] span {
  
    display: -webkit-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-pack: center;
  
    -ms-flex-pack: center;
  
    justify-content: center;
  
    -webkit-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-transform: rotate(-90deg);
  
    -ms-transform: rotate(-90deg);
  
    transform: rotate(-90deg);
  
    width: 130px;
  
    line-height: 1.5;
  
    height: 41px;
  
    font-size: 11px;
  
    text-transform: uppercase;
  
    white-space: nowrap;
  
    font-weight: 700;
  
    font-size: 10px;
  
  
  
  }
  
  
  
  ul#social-media-icon li a[href*="/schedule-an-appointment/"] i {
  
    display: none;
  
  }
  
  
  
  ul#social-media-icon li a[href*="facebook.com"] {
  
    background-color: #527dbe;
  
  }
  
  
  ul#social-media-icon li a[href*="tiktok.com"] {
  
    background-color: #353535;
  
  }
  
  
  ul#social-media-icon li a[href*="instagram.com"] {
  
    background: rgb(255,223,158);
  
    background: -webkit-linear-gradient(30deg, rgba(255,223,158,1) 0%, rgba(255,194,115,1) 22%, rgba(229,105,105,1) 44%, rgba(193,85,139,1) 65%, rgba(138,73,161,1) 100%);
  
    background: -webkit-linear-gradient(60deg, rgba(255,223,158,1) 0%, rgba(255,194,115,1) 22%, rgba(229,105,105,1) 44%, rgba(193,85,139,1) 65%, rgba(138,73,161,1) 100%);
  
    background: -o-linear-gradient(60deg, rgba(255,223,158,1) 0%, rgba(255,194,115,1) 22%, rgba(229,105,105,1) 44%, rgba(193,85,139,1) 65%, rgba(138,73,161,1) 100%);
  
    background: linear-gradient(30deg, rgba(255,223,158,1) 0%, rgba(255,194,115,1) 22%, rgba(229,105,105,1) 44%, rgba(193,85,139,1) 65%, rgba(138,73,161,1) 100%);
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdf9e",endColorstr="#8a49a1",GradientType=1); 
  
  }
  
  
  
  ul#social-media-icon li a[href*="youtube.com"] {
  
    background-color: #e72d2a;
  
  }
  
  ul#social-media-icon li a[href*="linkedin.com"] {
  
    background-color: #0077B5;
  
  }
  
  
  
  ul#social-media-icon li a[href*="tel:"] {
  
    background-color: #047cd2;
  
    margin-top: 2rem;
  
    border-radius: 50%;
  
    font-size: 25px;
  
  }
  
  
  ul#social-media-icon li a[href*="api.whatsapp.com"] {
  
    background-color: #4cb050;
  
    margin-top: 1rem;
  
    border-radius: 50%;
  
    font-size: 25px;
  
  }
  
  
  
  ul#social-media-icon li a[href*="/contact-us/#registration"] {
  
    background-color: #ff5c23;
  
  }
  
  
  
  ul#social-media-icon li a:hover {
  
    color: #cacaca;
  
  }
  
  #full-screen-search-form{
      background-color: black !important;
      opacity: 0.8;
  
  }
  
  #full-screen-search-close{
   color: #ffffff !important;
  }
  
  .program-card__inner {
    border-radius: 5px;
    background: #ff5c23;
    padding: 10px;
    color: #fff;
    box-shadow: 2px 1px 14px 0 #00000052;
    text-align: center;
    font-size: 10px;
    min-height: 200px;
    display: flex;
    position: relative;
  }
  
  
  
  .program-card__inner:hover {
      background: red;
  }
  
  .program-card__inner h3 {
    margin-bottom: 0;
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 15px;
  }
  
  @media(max-width:991px){
      .program-card__inner {
        margin-bottom: 20px;
    }
  
    .program-bod-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
  
    div#floating-widget {top: 97%;width: 100%;}
      
    ul#social-media-icon li {
        display: inline-block;
        float: left;
        /* width: 16.66%; */
        width: calc(100%/8);
    }
  ul#social-media-icon li a[href*="https://www.tiktok.com/@otctrainingcentre"]
      {
          background-color:#353535;
      }
    ul#social-media-icon li a[href*="tel:"], ul#social-media-icon li a[href*="api.whatsapp.com"] {
        border-radius: 0;
        margin-top: 0;
        font-size: 16px;
    }
  
    ul#social-media-icon li a[href*="/contact-us/#registration"] {
      height: 50px;
    }
  
    ul#social-media-icon li a {
      width: 100%;
      box-shadow: none;
    }
  
    ul#social-media-icon li a[href*="/contact-us/#registration"] span {
      transform: rotate(0);
      width: 100%;
      height: 50px;
    }
  
    span.show-desktop {
      display: none !important;
    }
  
    footer#colophon {
      padding-bottom: 40px;
    }
  
    .scroll-to-top {
      bottom: 10%;
    }
  
  }
  
  @media(min-width:992px){
    span.show-desktop {
      display: block;
    }
    i.hide-desktop {
      display: none !important;
  }
  }
  
  .program-bod-wrap ol{
    padding-left:20px ;
    padding-top:20px ;
  }
  
  .program-bod-wrap ul{
    padding-left:20px ;
  }
  
  .program-card__inner h3 {
    color: #fff;
  }
  
  .grecaptcha-badge {
      display: none !important;
  }
  
  .programs-list li {
      display: none;
  }
  
  img.company-logo-img {
      object-fit: contain;
  }
   
  
  /*** customize-program ***/
  
  .program-items {
    list-style: none;
    padding: 0;
    text-align: center;
  }
  
  .program-item {
    width: 226px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 14px;
    /* float: left; */
    display: inline-block;
    border: 1px solid #fff;
  }
  
  .program-item::after {
    content: '';
    clear: both;
  }
  
  .program-card__inner h3 {
    line-height: 1.3em;
    letter-spacing: 0.025em;
  }
  
  
  
  /* @media(min-width:746px){
    .program-items {
        display: flex;
        justify-content: center;
        align-items: center;
    }
  } */
  
  /* ======================News & Event============================= */
  #categories-2 .widgettitle, #categories-2t .widgettitle {
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 20px;
    color: #fff !important;
    background: #047cd2; }
  
  .blog-card .blog__img {
    max-width: 30rem;
    min-height: 18rem;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-card .blog__img img {
      border: 1px solid #fff;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
  
  .sidebar aside {
    background-color: #f3f3f3; }
  
  #categories-2 ul {
    list-style: none;
    padding-left: 20px; }
  
  .single-post span.post.post-post.current-item {
    display: block; }
  
  .sidebar a:hover, .sidebar a:focus {
    color: #047cd2;
    text-decoration: none; }
  
  .single-blog-body a {
    color: #fff;
    font-weight: 700;
    cursor: pointer; }
  
  .single-blog-body a:hover {
    color: #047cd2;
    text-decoration: underline;
    cursor: pointer; }
  
  @media (max-width: 991px) {
    .sidebar {
      margin-top: 30px; } }
  
  @media (min-width: 992px) {
    .blog-card {
      padding: 20px; }
    a.blog_desktop_click:hover .blog-card {
      background-color: #047cd2 !important; }
      a.blog_desktop_click:hover .blog-card h1, a.blog_desktop_click:hover .blog-body {
        color: #fff; }
    .blog-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .blog__button {
          display: inline-flex;
      }
  }
  @media (max-width: 991px) {
    .blog-card {
      text-align: center; }
    .blog__img.page-featured-banner {
      margin: 0 auto 3rem; }
    .single-post .content {
      text-align: center; } }
  
  /* ======================/News & Event============================= */
  
  
  .training-logo{
      height: 530px;
  }
  
  #our-promotion{
      background: linear-gradient(135deg,#0693e3 0%,#5712cf 40%,#9b51e0 100%);
      padding-bottom: 50px;
  }
  
  #our-promotion h2{
      text-align:center;
      color:white;
  }
  
  #our-promotion img{
      height:300px
  }
  
  .single-public-programs div#iframe{
      padding-top: 45px;
  }
  
	@media (min-width: 992px) {
	.single-public-programs .col-sm-12{
		  padding-right: 0px;
		  padding-left: 0px;
	  }
	}
  
  .single-public-programs .program-title{
      padding-left: 15px;
  }
  
  
  .page-template-page-home .programs-list {
      margin: 0 15px;
  }
  
  .page-template-page-home #our-programs .program-slider {
      max-width: 1200px;
      margin: 0 auto;
  }
  
  .page-template-page-home #our-programs {
      padding: 0 30px;
  }
  
  @media(max-width:810px){
      .card {
          height: 100%;
          flex-direction: column;
      }
      
      .card-date {
          border-radius: 0;
          text-align: center;
          font-size: 14px;
      }
      
      .card-img img {
          min-height: 270px;
      }
  
      .card-more {
          position: unset !important;
      }
      
      .card-body {
          margin: 0;
          padding: 15px;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-around;
      }
  }
  
  /* ====================== Video Gallery ============================= */
#f2f_training{
    background-image: url(/wp-content/uploads/2019/07/tex-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    
    padding-top: 60px;
    padding-bottom:60px ;
}

#f2f_training h2{
    color: #fff;
    margin-bottom: 2rem;
}

  #video_gallery {
    background-image: url(/wp-content/uploads/2019/07/about-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

#video_gallery .headerline-title{
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 30px;
    line-height: 1.1em;
}

#video_gallery ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#video_gallery li{
    /* margin: 15px; */
    padding: 15px;
}

.videoGallerySlider .slick-prev {
    left: 0px !important;
}

.videoGallerySlider .slick-next {
    right: 0px !important;
}

.videoGallerySlider ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-content: stretch;
    align-items: stretch;
    gap: 15px;
}

@media(max-width:790px){
	.videoGallerySlider ul {
		 grid-template-columns: repeat(2, 1fr);
	}
	   
}

@media(max-width:460px){
	.videoGallerySlider ul {
		 grid-template-columns: repeat(1, 1fr);
	}
	   
}

.slick-prev:before,.slick-next:before{
    font-size: 30px !important;
    color: #3788d1 !important;
}

.slick-prev, .slick-next {
    z-index: 1;
}

figure.youtube_iframe a{
    display: block;
    position: relative;
}

figure .youtubePlayButton{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    background-color: #01a7bd94;
    justify-content: center;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
}

figure a:hover .youtubePlayButton{
    transition: transform 0.5s ease-in-out;
    transform: scale(1);
}

.youtubePlayButton i {
    font-size: 6rem;
    color: #ffffff;
}

figure.youtube_iframe img {
    width: 100%;
    min-height: 100%;
    height: 180px;
    object-fit: cover;
}

figure.youtube_iframe {
    max-width: 320px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0 0 0 / 15%);
	height: 100%;
}

.youtube_iframe figcaption {
    padding: 20px 10px;
}

.youtube_iframe figcaption h4 {
    font-size: 14px;
    line-height: 1.3em;
}
  /* ====================== /Video Gallery ============================= */

/* ====================== Header ============================= */
#header .container-fluid{
    display: flex;
    align-items: center;
}

#header .searchbtn {
    border: none;
    color: #fff;
    background-color: var(--primary-clr);
    padding-top: 0px;
    min-height: 40px;
    max-width: 100%;
    width: 40px;
    font-size: 16px;
}


#header .search-field{
    width: 85%;
    border-radius: 0;
    min-height: 38px;
    padding: 0 15px;
}

.search-form label {
    margin: 0;
    /* width: 100%; */
}


form.search-form {
    float: unset;
    margin: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

#header .search-field:focus-visible {
    border: 1px solid #005a9e;
    outline: none;
}
/* ====================== /Header ============================= */


@media (max-width:1255px) {
    #menu-primary-menu > li > a{
        padding: 10px 11px;
        font-size: 14px;
    }
}
@media (max-width:1200px) {
    #search-bar{
        display: none;
    }
}