@media (min-width: 850px) {
  nav li {
    float: left;
  }
  /*
  nav li a {
    padding: 10px 20px;
  }
*/
  nav .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  nav .menu-icon {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  nav {
    padding: 0;
  }
  nav .logo {
    display: flex;
    overflow: inherit;
  }
  nav .logo img {
    height: 30px;
    width: auto;
  }
  nav .menu-icon {
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 8px;
  }
  nav li a {
    padding: 12px 20px;
    font-size: 15px;
  }
  .apply-now-nav-btn {
    right: 18px;
    top: 25px;
  }
  .btn.nav {
    padding: 12px 10px;
    font-size: 11px;
    width: 160px;
    margin: 0 auto;
  }
  .scrolled nav .logo img {
    margin-top: 0;
  }
  .scrolled .btn.nav {
    padding: 12px 10px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
	h3{
		font-size: 20px;
    line-height: 30px;
	}
  h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  .wrapper {
    padding: 40px 0;
  }
  .hero {
    background: linear-gradient(0deg, #ffffff99 0%, #ffffff99 100%), url(../images/hero.jpg)repeat top center scroll;
  }
  .hero .wrapper .hero-right .tab-container {
    width: 100%;
  }
  .hero .wrapper .hero-right .tabHeader {
    padding: 14px 7px;
    font-size: 11px;
    line-height: 14px;
  }
  .hero .wrapper .hero-right .tabContent {
    padding: 20px 20px;
  }
  .hero .wrapper .hero-right .tabContent h4 {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
  }
  .programme-overview .wrapper .container .row .programme-left {
    padding-right: 0;
  }
  .programme-overview .wrapper .container .row {
    flex-direction: column-reverse;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box::before {
    font-size: 30px;
  }
  .testimonials .wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box {
    margin-top: 20px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .content {
    font-size: 15px;
    line-height: 22px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author {
    margin-top: 10px;
    display: block;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author .author-image {
    height: 60px;
    width: 60px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author .author-details {
    margin-top: 20px;
    margin-left: 0;
  }
  .testimonials .wrapper .testimonials-slider .slick-next {
    right: 0;
    top: 10px;
    z-index: 10;
  }
  .testimonials .wrapper .testimonials-slider .slick-prev {
    right: 50px;
    left: auto;
    top: 10px;
    z-index: 10;
  }
  .testimonials .wrapper .testimonials-slider .slick-next::before {
    height: 35px;
    width: 35px;
    font-size: 15px;
  }
  .testimonials .wrapper .testimonials-slider .slick-prev::before {
    height: 35px;
    width: 35px;
    font-size: 15px;
  }
  .who-should-attend .wrapper .container .row h1 {
    margin-bottom: 50px;
  }
  .who-should-attend .wrapper .container .row .icon-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .who-should-attend .wrapper .container .row .icon-box .icon {
    margin-bottom: 20px;
  }
  .who-should-attend .wrapper .container .row .icon-box .icon img {
    max-height: 50px;
  }
  .strategies .wrapper h1 {
    margin-bottom: 50px;
  }
  .strategies .wrapper .container .row .icon-box .icon img {
    max-height: 50px;
  }
  .strategies .wrapper .container .row .icon-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .strategies .wrapper .container .row {
    margin-top: 0rem !important;
  }
  footer .wrapper {
    padding: 30px 0;
  }
  footer .wrapper h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .wrapper .address {
    margin-bottom: 20px;
  }
  .copywrite .wrapper {
    padding: 10px 0;
  }
  .copywrite .wrapper p {
    font-size: 11px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  nav .logo img {
    max-width: 110px;
  }
  nav .menu-icon {
    opacity: 1;
    visibility: visible;
    top: 10px;
  }
  nav {
    padding: 0;
  }
  nav li a {
    padding: 12px 20px;
    font-size: 15px;
  }
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
	h3{
		font-size: 30px;
    line-height: 40px;
	}
  h4 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  .wrapper {
    padding: 40px 0;
    width: 85%;
  }
  .hero {
    background: linear-gradient(0deg, #ffffff99 0%, #ffffff99 100%), url(../images/hero.jpg)repeat top center scroll;
  }
  .hero .wrapper .first-col {
    align-items: flex-start;
  }
  .hero .wrapper .hero-right .tab-container {
    width: 100%;
  }
  .hero .wrapper .hero-right .tabHeader {
    padding: 14px 7px;
    font-size: 11px;
    line-height: 14px;
  }
  .hero .wrapper .hero-right .tabContent {
    padding: 20px 20px;
  }
  .hero .wrapper .hero-right .tabContent h4 {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
  }
  .programme-overview .wrapper .container .row .programme-right {
    text-align: center;
  }
  .programme-overview .wrapper .container .row .programme-right .programme-feature {
    max-width: 400px;
  }
  .programme-overview .wrapper .container .row .programme-left {
    padding-right: 0;
  }
  .programme-overview .wrapper .container .row {
    flex-direction: column-reverse;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box::before {
    font-size: 30px;
  }
  .testimonials .wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box {
    margin-top: 20px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .content {
    font-size: 15px;
    line-height: 22px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author {
    margin-top: 10px;
    display: block;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author .author-image {
    height: 60px;
    width: 60px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author .author-details {
    margin-top: 20px;
    margin-left: 0;
  }
  .testimonials .wrapper .testimonials-slider .slick-next {
    right: 0;
    top: 10px;
    z-index: 10;
  }
  .testimonials .wrapper .testimonials-slider .slick-prev {
    right: 50px;
    left: auto;
    top: 10px;
    z-index: 10;
  }
  .testimonials .wrapper .testimonials-slider .slick-next::before {
    height: 35px;
    width: 35px;
    font-size: 15px;
  }
  .testimonials .wrapper .testimonials-slider .slick-prev::before {
    height: 35px;
    width: 35px;
    font-size: 15px;
  }
  .who-should-attend .wrapper .container .row h1 {
    margin-bottom: 50px;
  }
  .who-should-attend .wrapper .container .row .icon-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .who-should-attend .wrapper .container .row .icon-box .icon {
    margin-bottom: 20px;
  }
  .who-should-attend .wrapper .container .row .icon-box .icon img {
    max-height: 50px;
  }
  .strategies .wrapper h1 {
    margin-bottom: 50px;
  }
  .strategies .wrapper .container .row .icon-box .icon img {
    max-height: 50px;
  }
  .strategies .wrapper .container .row .icon-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .strategies .wrapper .container .row {
    margin-top: 0rem !important;
  }
  footer .wrapper {
    padding: 30px 0;
  }
  footer .wrapper h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .wrapper .address {
    margin-bottom: 20px;
  }
  .copywrite .wrapper {
    padding: 10px 0;
  }
  .copywrite .wrapper p {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  nav .logo img {
    max-width: 130px;
  }
  nav li a {
    padding: 0px 10px;
    font-size: 13px;
  }
  nav .menu-icon {
    top: 12px;
  }
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h4 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  .wrapper {
    padding: 60px 0;
    width: 85%;
  }
  .hero {
    background: linear-gradient(0deg, #ffffff99 0%, #ffffff99 100%), url(../images/hero.jpg)repeat top center scroll;
  }
  .hero .wrapper .first-col {
    align-items: center;
  }
  .hero .wrapper .hero-right .tab-container {
    width: 100%;
  }
  .hero .wrapper .hero-right .tabHeader {
    padding: 14px 7px;
    font-size: 11px;
    line-height: 14px;
  }
  .hero .wrapper .hero-right .tabContent {
    padding: 20px 20px;
  }
  .hero .wrapper .hero-right .tabContent h4 {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
  }
  .programme-overview .wrapper .container .row .programme-right {
    text-align: center;
  }
  .programme-overview .wrapper .container .row .programme-right .programme-feature {
    max-width: 400px;
  }
  .programme-overview .wrapper .container .row .programme-left {
    padding-right: 0;
  }
  .programme-overview .wrapper .container .row {
    flex-direction: column-reverse;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box::before {
    font-size: 30px;
  }
  .testimonials .wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box {
    margin-top: 20px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .content {
    font-size: 15px;
    line-height: 22px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author {
    margin-top: 10px;
    display: block;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author .author-image {
    height: 60px;
    width: 60px;
  }
  .testimonials .wrapper .testimonials-slider .testimonial-box .author .author-details {
    margin-top: 20px;
    margin-left: 0;
  }
  .testimonials .wrapper .testimonials-slider .slick-next {
    right: 0;
    top: 10px;
    z-index: 10;
  }
  .testimonials .wrapper .testimonials-slider .slick-prev {
    right: 50px;
    left: auto;
    top: 10px;
    z-index: 10;
  }
  .testimonials .wrapper .testimonials-slider .slick-next::before {
    height: 35px;
    width: 35px;
    font-size: 15px;
  }
  .testimonials .wrapper .testimonials-slider .slick-prev::before {
    height: 35px;
    width: 35px;
    font-size: 15px;
  }
  .who-should-attend .wrapper .container .row h1 {
    margin-bottom: 50px;
  }
  .who-should-attend .wrapper .container .row .icon-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .who-should-attend .wrapper .container .row .icon-box .icon {
    margin-bottom: 20px;
  }
  .who-should-attend .wrapper .container .row .icon-box .icon img {
    max-height: 50px;
  }
  .strategies .wrapper h1 {
    margin-bottom: 50px;
  }
  .strategies .wrapper .container .row .icon-box .icon img {
    max-height: 50px;
  }
  .strategies .wrapper .container .row .icon-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .strategies .wrapper .container .row {
    margin-top: 0rem !important;
  }
  footer .wrapper {
    padding: 30px 0;
  }
  footer .wrapper h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  footer .wrapper .address {
    margin-bottom: 20px;
  }
  .copywrite .wrapper {
    padding: 10px 0;
  }
  .copywrite .wrapper p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  nav li a {
    padding: 0px 10px;
    font-size: 14px;
  }
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
  h4 {
    font-size: 20px;
  }
  .hero {
    background: linear-gradient(0deg, #ffffff99 0%, #ffffff99 100%), url(../images/hero.jpg)repeat top center scroll;
  }
  .hero .wrapper .hero-left h4 {
    margin-bottom: 20px;
  }
  .programme-overview .wrapper .container .row .programme-left {
    padding-right: 0;
  }
  .hero .wrapper .hero-right .tab-container {
    width: 100%;
  }
  .hero .wrapper .hero-right .tabContent {
    padding: 30px 30px;
  }
  .hero .wrapper .hero-right .tabContent h4 {
    font-size: 18px;
  }
  .hero .wrapper .hero-right .tabHeader {
    font-size: 11px;
    padding: 15px 11px;
  }
  .wrapper {
    padding: 50px 0;
  }
  .testimonials .wrapper h1 {
    font-size: 30px;
  }
  .who-should-attend .wrapper .container .row h1 {
    margin-bottom: 50px;
  }
  .strategies .wrapper .container .row .icon-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .strategies .wrapper .container .row .icon-box .icon img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 850px) {
  .menu {
    max-height: 0;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 5px 15px;
    transition: max-height 0.10s ease-in;
  }
  .menu.expand {
    max-height: 240px;
    background: rgba(255, 255, 255, 0.97);
    transition: max-height 0.25s ease-in;
  }
  nav.scrolled .menu {
    top: 40px;
  }
  nav li a {
    padding: 12px 20px;
    font-size: 15px;
  }
  nav.scrolled .menu-icon {
    top: 0;
  }
}
@media only screen and (min-width: 768px){
	.strategies .wrapper h1 span {
    display: block;
  }
}