/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

	/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

	/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .head-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .one-program-archive  .cntn-program-archive {
    padding: 30px !important;
    background-color: #fff;
  }
}

	/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {


  .head-bar {
    line-height: 35px;
    text-align: center;
  }

  .head-bar .call-bar-head {
    display: block;
    float: none;
    text-align: center;
  }

  .head-bar .address-bar-head {
    display: none;
  }

  .head-bar .head-social {
    display: none;
  }

  .header .logo {
    text-align: center;
  }

  .slider .owl-dots {
    left: 2%;
  }

  .slider .owl-dots div {
    width: 4px;
    height: 4px;
  }

  .slider .one-slide .slide-cntn h1 {
    font-size: 1.2em;
    margin: 0 0 5px;
    padding: 0 0 20px;
    position: relative;
    display: block;
  }

  .slider .one-slide .slide-cntn h2 {
    font-size: 0.9em;
  }

  .slider .one-slide .slide-cntn h1::after {
    width: 10px;
    height: 10px;
  }

  .one-program-home {
    margin-bottom: 30px;
  }

  .programes-box {
    margin: 30px 0;
  }

  .one-program-home  .cntn-program-home {
    padding: 15px 15px 15px 15px !important;
  }

  .one-program-home  .cntn-program-home h2 {
    margin: 0 0 15px;
    padding: 0 0 0;
    font-size: 1.3em;
  }

  .btn-more-box a {
    padding: 10px 20px 12px;
  }

  .our-partners .one-partner {
    margin-bottom: 30px;
  }

  .footer .one-foot-block {
    margin-bottom: 30px;
  }

  .footer .one-foot-block::after, .footer .one-foot-block::before {
    clear: both;
    display: table;
    content: "";
  }

  .footer .one-foot-block ul li {
    display: block;
    float: none;
    width: 100%;
  }

  .copyrights {
    text-align: center;
  }
}

	/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
