@charset "UTF-8";
@font-face {
    font-family: Aharoni;
    src: url(../fonts/ahronbd.eot);
    src: local("☺"), url(../fonts/ahronbd.woff) format("woff"), url(../fonts/ahronbd.ttf) format("truetype"), url(../fonts/ahronbd.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Sanchez;
    src: url(../fonts/Sanchez-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/Sanchez-Italic.woff) format("woff"), url(../fonts/Sanchez-Italic.ttf) format("truetype"), url(../fonts/Sanchez-Italic.svg#Sanchez-Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Sanchez;
    src: url(../fonts/Sanchez-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Sanchez-Regular.woff) format("woff"), url(../fonts/Sanchez-Regular.ttf) format("truetype"), url(../fonts/Sanchez-Regular.svg#Sanchez-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: untitled-font-1;
    src: url(../fonts/untitled-font-1.eot);
    src: url(../fonts/untitled-font-1.eot?#iefix) format("embedded-opentype"), url(../fonts/untitled-font-1.woff) format("woff"), url(../fonts/untitled-font-1.ttf) format("truetype"), url(../fonts/untitled-font-1.svg#untitled-font-1) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    content: attr(data-icon)
}

[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
    font-family: untitled-font-1!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-success:before {
    content: "\61";
}

.icon-note:before {
    content: "\62";
}

.icon-multimedia:before {
    content: "\63";
}

.icon-arrow:before {
    content: "\64";
}

.icon-phone:before {
    content: "\65";
}

.icon-location:before {
    content: "\66";
}

.icon-letter:before {
    content: "\67";
}

.icon-calendar:before {
    content: "\68";
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

* {
    box-sizing: border-box
}

body {
    font-family: Sanchez, Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 16px;
    margin: 0
}

p,
ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    margin: 0 auto
}

.section-header {
    text-align: center;
    font-family: Aharoni;
    font-size: 48px;
    font-weight: 700
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]:checked+span:after {
    background: transparent url(../images/checkbox-checked.jpg) 0 no-repeat
}

input[type=checkbox]+span {
    padding-left: 30px;
    position: relative;
    display: block;
}

input[type=checkbox]+span:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 15px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent url(../images/checkbox.jpg) 0 no-repeat
}

.wpcf7-list-item {
    margin: 0 0 15px 0 !important;
}

.wpcf7-form-control-wrap.program {
    padding-top: 0;
    display: block;
}

.wpcf7-submit {
    background-color: #77ab00;
    color: #fff;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Sanchez;
    padding: 7px 15px;
    outline: none;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: transparent;
    color: #77ab00;
    border-color: #77ab00;
}

header {
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

header .header-col {
    width: 100%
}

header .header-col.header-l .header-l-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 17px;
    padding-top: 19px;
    margin-bottom: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-col.header-l .header-l-text p {
    text-align: right;
    font-size: 16px;
    margin-right: 19px
}

header .header-col.header-r {
    padding-top: 15px
}

header .header-col.header-r .header-r-text p {
    font-size: 24px
}

header .header-col.header-r .header-r-text p img {
    margin-right: 20px;
    vertical-align: middle
}

header .header-col.header-r .header-r-text a {
    padding-left: 50px;
    display: block;
    margin-bottom: 20px
}

header .header-col.header-r .header-r-text a:active,
header .header-col.header-r .header-r-text a:focus,
header .header-col.header-r .header-r-text a:hover {
    color: #77aa03
}

.menu-primary-left-container,
.menu-primary-right-container {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 500px;
}

header .nav li {
    margin: 0 14px -1px;
}

header .nav li.current-menu-item a {
    color: #77aa03;
    cursor: default;
    border-bottom: 3px solid #77aa03
}

header .nav li:hover .sub-menu {
    display: block;
}

header .nav .sub-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    padding: 10px 15px;
}

header .nav .sub-menu li a {
    font-size: 14px;
}

.header-l-nav #menu-primary-left {
    border: none;
}

#menu-primary-right {
    justify-content: flex-start;
}

header .nav li a {
    border-bottom: 3px solid transparent;
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 14px 0 7px;
    text-transform: uppercase
}

header .nav li a:hover {
    color: #77aa03;
    border-bottom: 3px solid #77aa03
}

header .nav.header-l-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

header .logo img {
    height: 140px
}

.main-slider.slick-dotted {
    margin-bottom: 0
}

.main-slider .main-slider-item {
    position: relative
}

.main-slider .main-slider-item img {
    width: 100%
}

.main-slider .main-slider-item.main-slider-item-1 .logo {
    position: absolute;
    z-index: 100;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 70%;
    width: 25%
}

.main-slider .main-slider-item.main-slider-item-1 .main-slider-item-text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 55px;
    width: 100%;
    text-align: center;
    font-family: Aharoni;
    font-weight: 700;
    font-size: 40px;
    color: #fff
}

.main-slider .main-slider-item.main-slider-item-2 .main-slider-item-text,
.main-slider .main-slider-item.main-slider-item-3 .main-slider-item-text {
    position: absolute;
    width: 1170px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-slider .main-slider-item.main-slider-item-2 .header-slider,
.main-slider .main-slider-item.main-slider-item-3 .header-slider {
    width: 470px;
    margin-left: auto;
    font-size: 55px;
    font-family: Aharoni;
    font-weight: 700;
    margin-bottom: 10px
}

.main-slider .main-slider-item.main-slider-item-2 .subheader-slider,
.main-slider .main-slider-item.main-slider-item-3 .subheader-slider {
    width: 470px;
    margin-left: auto;
    font-size: 18px
}

.main-slider .main-slider-item.main-slider-item-2 .subheader-slider span,
.main-slider .main-slider-item.main-slider-item-3 .subheader-slider span {
    display: block;
    margin-bottom: 35px
}

.main-slider .main-slider-item.main-slider-item-2 .btn-slider,
.main-slider .main-slider-item.main-slider-item-3 .btn-slider {
    font-size: 18px;
    background-color: #f4c215;
    padding: 8px 20px 9px;
    border: 1px solid transparent
}

.main-slider .main-slider-item.main-slider-item-2 .btn-slider:hover,
.main-slider .main-slider-item.main-slider-item-3 .btn-slider:hover {
    border: 1px solid #f4c215;
    color: #f4c215;
    background-color: transparent
}

.main-slider .main-slider-item.main-slider-item-4 .main-slider-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 56px;
    font-family: Aharoni;
    font-weight: 700;
    width: 444px;
    padding: 36px 0 32px;
    text-align: center
}

.main-slider .slick-dots {
    bottom: 25px
}

.main-slider .slick-dots li button:before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid transparent;
    opacity: 1
}

.main-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: hsla(0, 0%, 100%, .25);
    border: 1px solid #fff
}

.text-section {
    background: transparent url(../images/mount-bg.jpg) 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0 77px
}

.text-section .section-header {
    color: #fffffe;
    margin-bottom: 43px;
    font-size: 36px
}

.text-section .text-block {
    color: #fff;
    font-size: 18px;
    line-height: 1.4em
}

.text-section .text-block:not(:last-of-type) {
    margin-bottom: 27px
}

.text-section .text-block span {
    color: #ffc905
}

.main-text {
    position: relative;
    overflow: hidden
}

.main-text>img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -10
}

.main-text .container {
    padding: 60px 0 65px;
    background-color: hsla(0, 0%, 100%, .55);
    box-shadow: 10px 10px 40px 10px hsla(0, 0%, 100%, .55)
}

.main-text .section-header {
    margin-bottom: 40px
}

.main-text .slogan {
    font-size: 22px;
    margin-bottom: 30px
}

.main-text .slogan span {
    font-style: italic;
    font-weight: 600
}

.main-text .text-block {
    font-size: 18px;
    line-height: 1.4em;
    z-index: 15
}

.main-text .text-block:not(:last-of-type) {
    padding-bottom: 27px
}

.main-text .text-block span {
    color: #eba000
}

.main-text .text-block.skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-text .text-block.skills span {
    width: 50%;
    color: #000;
    display: block;
    line-height: 1em;
    margin-bottom: 20px
}

.main-text .text-block.skills span i {
    font-size: 17px;
    color: #93b93e;
    margin-right: 10px
}

.main-text .text-block.skills span i:before {
    vertical-align: baseline
}

.main-text .text-block.skills span:nth-of-type(odd) {
    padding-left: 190px
}

.founder {
    background: transparent url(../images/founder-bg.jpg) 50% no-repeat;
    background-size: cover;
    padding-top: 50px;
}

.founder .founder-wrap-video {
    margin-bottom: 15px;
}

.founder .founder-wrap-video iframe {
    display: block;
    margin: 0 auto;
    width: 75%;
    height: 400px
}

.founder .founder-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

.founder .img-wrap-founder {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.founder .img-wrap-founder img {
    vertical-align: bottom
}

.founder .founder-text {
    color: #fff;
    padding-bottom: 50px;
}

.founder .founder-text .founder-header {
    font-size: 48px;
    font-family: Aharoni;
    font-weight: 700;
    margin-bottom: 35px
}

.founder .founder-text .text-about-founder {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.4em
}

.founder .founder-text .text-about-founder a {
    color: #ffc600
}

.founder .founder-text .primary-btn {
    background-color: #f4c215;
    color: #000;
    font-size: 18px;
    padding: 8px 23px;
    border: 1px solid transparent
}

.founder .founder-text .primary-btn:hover {
    border: 1px solid #f4c215;
    color: #f4c215;
    background-color: transparent
}

.program {
    padding-top: 50px
}

.program .program-header {
    margin-bottom: 60px;
    font-size: 32px;
    font-family: Aharoni;
    font-weight: 700;
    text-align: center
}

.program .program-item {
    margin-bottom: 50px
}

.program .program-item img {
    margin-right: 35px;
    margin-bottom: 10px;
    float: left;
}

.program .program-item .program-text-header {
    font-size: 24px;
    font-family: Aharoni;
    font-weight: 700;
    margin-bottom: 25px
}

.program .program-item .program-text {
    color: #666;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 30px
}

.program .program-item .btn-program {
    display: inline-block;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 10px 17px 8px;
    background-color: #f4c215;
    color: #030303
}

.program .program-item .btn-program:active,
.program .program-item .btn-program:focus,
.program .program-item .btn-program:hover {
    border: 1px solid #f4c215;
    color: #f4c215;
    background-color: transparent
}

.program .program-item:not(:last-of-type) {
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
}

.program .program-item:nth-of-type(2n) img {
    margin-right: 0;
    margin-left: 35px;
    float: right;
}

.deserve {
    background: transparent url(../images/deserve-bg.jpg) 50% no-repeat;
    background-size: cover
}

.deserve .container {
    background-color: hsla(0, 0%, 100%, .15);
    box-shadow: 10px 10px 60px 10px hsla(0, 0%, 100%, .23);
    padding: 70px 100px 60px
}

.deserve .section-header {
    margin-bottom: 35px
}

.deserve .deserve-text {
    font-size: 18px;
    margin-bottom: 35px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.deserve .deserve-btn {
    display: block;
    text-align: center
}

.deserve .deserve-btn span {
    display: inline-block;
    background-color: #77ab00;
    border: 2px solid transparent;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    text-transform: uppercase
}

.deserve .deserve-btn span:hover {
    border: 2px solid #77ab00;
    background-color: #fff;
    color: #77ab00
}

footer {
    padding: 35px 0 30px
}

footer .footer-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .footer-wrap,
footer .footer-wrap .footer-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .footer-wrap .footer-tel {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px
}

footer .footer-wrap .footer-tel a {
    font-size: 14px
}

footer .footer-wrap .footer-tel a:hover {
    color: #77aa03
}

footer .footer-wrap .copyring {
    font-size: 14px;
    color: #999;
    text-align: center
}

footer .menu-primary-left-container,
footer .menu-primary-right-container {
    margin-bottom: 10px;
    border: none;
}

footer .footer-wrap .footer-l,
footer .footer-wrap .footer-r {
    flex-basis: 40%;
}

footer .footer-wrap .footer-logo {
    margin: 0 15px;
    text-align: center
}

footer .footer-wrap .footer-logo img {
    height: 100px
}

footer .footer-wrap .receive-update p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 3px
}

footer .footer-wrap .receive-update .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .footer-wrap .receive-update .input input {
    outline: none;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-right: none;
    font-family: Sanchez, Helvetica, Arial, sans-serif;
    padding: 0 10px
}

footer .footer-wrap .receive-update .input button {
    border: 1px solid transparent;
    background-color: #efa93b;
    padding: 9px 11px;
    cursor: pointer
}

footer .footer-wrap .receive-update .input button:before {
    vertical-align: middle;
    font-size: 21px;
    color: #fff
}

footer .footer-wrap .receive-update .input button:hover {
    border: 1px solid #efa93b;
    background-color: transparent
}

footer .footer-wrap .receive-update .input button:hover:before {
    color: #efa93b
}

footer .footer-wrap .footer-nav {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

footer .footer-wrap .footer-nav li {
    border-bottom: 3px solid transparent;
}

footer .footer-wrap .footer-nav li a {
    display: block;
    margin: 0 5px;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 3px;
    text-align: center;
}

footer .footer-wrap .footer-nav li.current-menu-item,
footer .footer-wrap .footer-nav li:active,
footer .footer-wrap .footer-nav li:focus,
footer .footer-wrap .footer-nav li:hover {
    color: #77aa03;
    border-bottom: 3px solid #77aa03
}

.af-form {
    margin: 0 !important;
}

#af-form-767931187,
#af-form-767931187 .quirksMode {
    max-width: 100% !important;
}

#af-form-767931187 .af-body {
    padding: 0 !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -ms-align-items: center !important;
    align-items: center !important;
}

#af-form-767931187 .af-body input.text,
#af-form-767931187 .af-body textarea {
    font-size: 16px !important;
}

#af-form-767931187 .af-body label.previewLabel {
    display: none !important;
}

#af-form-767931187 .af-header {
    display: none;
}

#af-form-767931187 .af-standards .af-element {
    padding: 0!important;
}

#af-form-767931187 .af-standards .af-element:not(.buttonContainer) {
    width: 100%;
}

#af-form-767931187 .af-body .af-textWrap {
    width: 100% !important;
}

#af-form-767931187 .af-body input.text:focus,
#af-form-767931187 .af-body textarea:focus {
    background-color: inherit !important;
    border-color: inherit !important;
}

#af-form-767931187 .buttonContainer input.submit {
    font-size: 20px;
}

.watch-them {
    background: #f3f0ea url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/04/About-us-Page.jpg) 100% no-repeat !important;
    background-size: cover;
    background-color:#e9e9e9 !important;
}

.watch-them .watch-them-wrap {
    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;
    min-height: 550px;
    padding-right: 400px
}

.watch-them .watch-them-wrap .watch-them-header {
    font-size: 56px;
    font-family: Aharoni;
    font-weight: 700;
    margin-bottom: 40px
}

.watch-them .watch-them-wrap .watch-them-text {
    font-size: 18px
}

.watch-them .watch-them-wrap .watch-them-text:not(:last-of-type) {
    margin-bottom: 30px
}

.our-mission {
    padding-top: 40px
}

.our-mission .our-mission-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 25px
}

.our-mission .our-mission-item:not(:last-of-type) {
    border-bottom: 1px solid #c7c7c7
}

.our-mission .our-mission-item .our-mission-name {
    position: relative;
    max-width: 365px;
    width: 100%;
    color: #6ba100;
    padding-right: 45px
}

.our-mission .our-mission-item .our-mission-name p {
    font-family: Aharoni;
    font-weight: 700;
    border-bottom: 1px solid #6ba100;
    font-size: 36px;
    padding-bottom: 20px;
    text-align: right
}

.our-mission .our-mission-item .our-mission-name p:before {
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 125px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.our-mission .our-mission-item .our-mission-text p {
    font-size: 18px
}

.our-mission .our-mission-item .our-mission-text p:not(:last-of-type) {
    margin-bottom: 30px
}

.our-mission .our-mission-item:nth-of-type(2n) .our-mission-name {
    padding-right: 0;
    padding-left: 45px
}

.our-mission .our-mission-item:nth-of-type(2n) .our-mission-name p {
    text-align: left
}

.our-founder {
    background: transparent url(../images/our-founder-bg.jpg) 50% no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.our-founder .our-founder-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 60px 0 50px
}

.our-founder .our-founder-wrap .our-founder-img {
    margin-right: 60px;
    text-align: center
}

.our-founder .our-founder-wrap .our-founder-img img {
    margin-bottom: 35px
}

.our-founder .our-founder-wrap .our-founder-img .our-founder-name {
    font-size: 20px;
    font-family: Aharoni;
    font-weight: 700;
    margin-bottom: 17px
}

.our-founder .our-founder-wrap .our-founder-img .our-founder-seat:not(:last-of-type) {
    margin-bottom: 15px
}

.our-founder .our-founder-video .our-founder-header {
    font-size: 48px;
    font-family: Aharoni;
    font-weight: 700;
    margin-bottom: 30px
}

.our-founder .our-founder-video .our-founder-text {
    font-size: 18px;
    margin-bottom: 25px
}

.our-founder .our-founder-video iframe {
    min-height: 415px;
    width: 100%;
    border: 3px solid #fff
}

.banner {
    background-size: cover;
    min-height: 580px;
    position: relative
}

.banner .programs-banner-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 15px
}

.banner .programs-banner-text .name-banner {
    font-family: Aharoni;
    font-weight: 700;
    font-size: 53px;
    margin-bottom: 15px
}

.banner .programs-banner-text .bordered-text-banner {
    font-family: Aharoni;
    font-weight: 700;
    border: 1px solid #5f8e00;
    color: #5f8e00;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 48px;
    padding: 15px 43px 6px
}

.banner.programs-banner {
    background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/05/storytelling-to-influence-singapore-course-program.png) 50% no-repeat;
    background-size: cover;
}

.banner.programs2-banner {
    background: transparent url(../images/programs2-banner-bg.jpg) 50% no-repeat
}

.banner.programs2-banner .programs-banner-text {
    max-width: 825px;
    padding-left: 0;
    color: #fff
}

.banner.programs2-banner .programs-banner-text .name-banner {
    font-size: 56px;
    margin-bottom: 40px
}

.banner.programs2-banner .programs-banner-text .description-banner {
    font-size: 18px;
    max-width: 730px
}

.banner.programs3-banner {
    background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/06/Charisma-for-executives-singapore-training-program-by-ezekiel-chew.jpg) 50% no-repeat;
    background-size: cover;
}

.banner.programs3-banner .programs-banner-text {
    max-width: 825px;
    padding-left: 0
}

.banner.programs3-banner .programs-banner-text .name-banner {
    font-size: 56px;
    margin-bottom: 40px
}

.banner.programs3-banner .programs-banner-text .description-banner {
    font-size: 18px;
    max-width: 730px
}

.program-page-text {
    padding-top: 50px
}

.program-page-text .text-wrap img {
    margin-right: 40px
}

.program-page-text .text-wrap p {
    font-size: 18px;
    margin-bottom: 25px
}

.program-page-text .text-wrap p.subheader {
    font-size: 24px;
    color: #6ba100
}

.program-page-text .text-wrap p.important-text {
    background-color: #eafcd2;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px
}

.program-page-text .text-wrap p.bordered-text {
    color: #6ba100;
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 1.4em
}

.program-page-text .text-wrap p.bordered-text span {
    position: relative
}

.program-page-text .text-wrap p.bordered-text span:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    width: 405px;
    height: 1px;
    background-color: #65b624
}

.program-page-text .text-wrap p.bolt {
    color: #6ba100;
    line-height: 1.4em;
    font-family: Aharoni;
    font-weight: 700
}

.program-page-text .text-wrap p.text-right {
    text-align: right
}

.program-page-text .text-wrap.img-right img {
    margin-right: 0;
    margin-left: 40px
}

.program-page-text .text-wrap .btn-block-text {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center
}

.program-page-text .text-wrap .btn-block {
    display: block;
    text-align: center
}

.program-page-text .text-wrap .btn-block span {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    background-color: #7bae07;
    border-bottom: 3px solid #588b00;
    padding: 13px 24px 10px
}

.program-page-text .text-wrap .btn-block span:hover {
    background-color: #fff;
    color: #7bae07
}

.program-page-text .text-wrap:last-of-type {
    padding-bottom: 35px;
    border-bottom: 1px solid #d9d9d9
}

.program-page-text iframe {
    display: block;
    margin: 0 auto 20px;
    width: 700px;
    height: 350px;
}

.banner.teachers-banner {
    background: transparent url(../images/teachers-banner-bg.jpg) 50% no-repeat;
    min-height: 680px
}

.banner.teachers-banner .name-banner {
    font-size: 72px
}

.teachers .teachers-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 45px
}

.teachers .teachers-item .teachers-img {
    max-width: 300px;
    width: 100%;
    margin-right: 50px
}

.teachers .teachers-item .teachers-img img {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 300px
}

.teachers .teachers-item .teachers-text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.teachers .teachers-item .teachers-text .teachers-name {
    font-family: Aharoni;
    font-weight: 700;
    font-size: 36px;
    color: #77aa03;
    margin-bottom: 10px
}

.teachers .teachers-item .teachers-text .teachers-seat {
    font-size: 14px;
    color: #999;
    margin-bottom: 35px
}

.teachers .teachers-item .teachers-text .teachers-description {
    font-size: 18px
}

.teachers .teachers-item:nth-of-type(2n) .teachers-img {
    margin-right: 0;
    margin-left: 50px
}

.teachers .teachers-item:nth-of-type(2n) .teachers-text {
    text-align: right
}

.teachers .teachers-item:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5
}

.reviews {
    padding-top: 20px
}

.reviews .reviews-header {
    font-size: 48px;
    text-align: center;
    font-family: Aharoni;
    font-weight: 700;
    margin-bottom: 20px
}

.reviews .reviews-item {
    background-color: #f4faf4;
    border: 1px solid #afe1af;
    padding: 35px;
    position: relative;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews .reviews-item:after {
    bottom: -27px;
    border-width: 0 21px 27px 0;
    border-color: transparent #f4faf4 transparent transparent
}

.reviews .reviews-item:after,
.reviews .reviews-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 105px;
    border-style: solid
}

.reviews .reviews-item:before {
    bottom: -30px;
    border-width: 0 22px 29px 0;
    border-color: transparent #afe1af transparent transparent
}

.reviews .reviews-item .reviews-img {
    margin-right: 40px
}

.reviews .reviews-item .reviews-img img {
    border-radius: 50%
}

.reviews .reviews-item .reviews-text .reviews-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px
}

.reviews .reviews-item .reviews-text .reviews-address {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px
}

.reviews .reviews-item .reviews-text .reviews-description:not(:last-of-type) {
    margin-bottom: 27px
}

.pagination-wrap .pagination {
    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;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5
}

.pagination-wrap .pagination li a {
    display: block;
    font-size: 24px;
    padding: 0 10px
}

.pagination-wrap .pagination li a:hover {
    color: #77aa03
}

.pagination-wrap .pagination li a.icon-arrow:before {
    display: block;
    vertical-align: middle
}

.pagination-wrap .pagination li.active a {
    color: #77aa03;
    cursor: default
}

.pagination-wrap .pagination li:not(:last-of-type) {
    margin-right: 15px
}

.pagination-wrap .pagination li:first-of-type {
    margin-right: 30px
}

.pagination-wrap .pagination li:last-of-type {
    margin-left: 15px
}

.pagination-wrap .pagination li:last-of-type a.icon-arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.admission {
    padding-top: 35px
}

.admission .admission-text {
    padding: 0 15px;
}

.admission .admission-text .admission-text-header {
    font-size: 40px;
    text-align: center;
    font-family: Aharoni;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px
}

.admission .admission-text p {
    margin-bottom: 35px;
    font-size: 18px
}

.admission .admission-img {
    margin-bottom: 45px
}

.admission .admission-img img {
    width: 100%;
    height: inherit
}

.admission .admission-form {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px 70px
}

.admission .admission-form .admission-form-header {
    text-align: center;
    font-size: 24px;
    text-transform: capitalize;
    font-family: Aharoni;
    font-weight: 700;
    margin-bottom: 40px;
}

.admission .admission-form form {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.admission .admission-form form .admission-form-item {
    width: 48%
}

.admission .admission-form form .admission-form-item label {
    font-size: 14px;
    color: #666;
    margin-bottom: 2px;
    display: block
}

.admission .admission-form form .admission-form-item label.addmission-item-header {
    margin-bottom: 10px
}

.admission .admission-form form .admission-form-item label span {
    color: #eb3f3f
}

.admission .admission-form form .admission-form-item input:not([type=checkbox]),
.admission .admission-form form .admission-form-item select {
    width: 100%;
    display: block;
    border: 1px solid #bdc9a3;
    outline: none;
    border-bottom-width: 2px;
    padding: 9px 15px;
    font-size: 14px;
    color: #adacac;
    font-family: inherit;
    margin-bottom: 25px
}

.admission .admission-form form .admission-form-item input[type=checkbox]+label {
    margin-bottom: 15px
}

.admission .admission-form form .admission-form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../images/select-marker.png) right 15px center no-repeat
}

label .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -16px;
    right: 0;
}

.contact {
    background: transparent url(../images/Contact-bg.jpg) 0 0;
    margin-top: 30px;
    padding: 50px 0;
    margin-bottom: 25px
}

.contact .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

.contact .contact-wrap .contact-form {
    width: 48%
}

.contact .contact-wrap .contact-form .contact-main-info {
    padding-bottom: 35px
}

.contact .contact-wrap .contact-form .contact-main-info .icon {
    margin-bottom: 35px;
    font-size: 18px;
    position: relative;
    padding-left: 45px;
    display: block;
    word-wrap: break-word;
}

.contact .contact-wrap .contact-form .contact-main-info .icon span {
    font-size: 24px;
    display: block
}

.contact .contact-wrap .contact-form .contact-main-info .icon span.bold-text {
    font-weight: 700
}

.contact .contact-wrap .contact-form .contact-main-info .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #77aa03
}

.contact .contact-wrap .contact-form .contact-main-info .icon.icon-letter:hover {
    text-decoration: underline
}

.contact .contact-wrap .contact-form .contact-main-info .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.contact .contact-wrap .contact-form .contact-main-info .schedule p {
    width: 50%;
    font-size: 18px;
    border: 1px solid #bdc9a3;
    line-height: 1em;
    padding: 10px 0;
    text-align: center
}

.contact .contact-wrap .contact-form .contact-main-info .schedule p.bold-text {
    font-weight: 700;
    background-color: #77aa03
}

.contact .contact-wrap .contact-form .contact-main-info .schedule h3 {
    margin-bottom: 0
}

.contact .contact-wrap .contact-form,
.contact .contact-wrap .wpcf7 {
    width: 48%
}

.contact .contact-wrap form .form-text {
    font-size: 17px;
    margin-bottom: 7px
}

.contact .contact-wrap form .form-text:not(:last-of-type) {
    font-weight: 700
}

.contact .contact-wrap form .form-text a {
    text-decoration: underline;
    word-wrap: break-word;
}

.contact .contact-wrap form label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px
}

.contact .contact-wrap form label span {
    color: red
}

.contact .contact-wrap form input,
.contact .contact-wrap form textarea {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid #bdc9a3;
    border-bottom: 2px solid #bdc9a3;
    font-size: 14px;
    padding: 10px 15px;
    font-family: inherit;
    color: #666;
    margin-bottom: 10px
}

.contact .contact-wrap form textarea {
    resize: none;
    min-height: 85px
}

.contact .contact-wrap form .form-btn {
    display: block;
    width: 120px;
    margin-left: auto;
    font-size: 18px;
    color: #fff;
}

.contact .contact-wrap form .form-btn:hover {
    color: #77ab00;
}


/* .contact .contact-wrap form .form-btn span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    background-color: #77ab00;
    border: 2px solid transparent
}

.contact .contact-wrap form .form-btn span:hover {
    background-color: #fff;
    color: #77ab00;
    border: 2px solid #77ab00
} */

.contact .map-wrap {
    width: 100%
}

.contact .map-wrap iframe {
    width: 100%;
    height: 700px;
    pointer-events: none
}

.contact .map-wrap iframe.clicked {
    pointer-events: auto
}

#menu-toggle {
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#menu-toggle * {
    transition: .25s ease-in-out;
}

#menu-toggle span {
    display: block;
    background: #566973;
    border-radius: 2px;
}

#hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

#hamburger span {
    width: 48px;
    height: 4px;
    position: relative;
    top: 15px;
    left: 17px;
    margin: 10px 0;
}

#hamburger span:nth-of-type(1) {
    transition-delay: .5s;
}

#hamburger span:nth-of-type(2) {
    transition-delay: .625s;
}

#hamburger span:nth-of-type(3) {
    transition-delay: .75s;
}

#cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}

#cross span:nth-of-type(1) {
    width: 4px;
    height: 0%;
    position: absolute;
    top: 5px;
    left: 40px;
    transition-delay: 0s;
}

#cross span:nth-of-type(2) {
    width: 0%;
    height: 4px;
    position: absolute;
    left: 9px;
    top: 37px;
    transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
    width: 0%;
}

#menu-toggle.open #hamburger span:nth-of-type(1) {
    transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-of-type(2) {
    transition-delay: .125s;
}

#menu-toggle.open #hamburger span:nth-of-type(3) {
    transition-delay: .25s;
}

#menu-toggle.open #cross span:nth-of-type(1) {
    width: 5%;
    height: 80%;
    transition-delay: .625s;
}

#menu-toggle.open #cross span:nth-of-type(2) {
    width: 80%;
    transition-delay: .375s;
}

.navigation-sm .current-menu-item {
    color: #77aa03;
    border-bottom: 3px solid #77aa03;
}

.wpcf7-form > p {
    -ms-align-self: center;
    align-self: center;
}

@media (max-width:1200px) {
    .founder .founder-wrap-video {
        margin-right: 15px;
    }
    .founder .founder-wrap-video iframe {
        width: 100%;
    }
}

@media (max-width:992px) {
    header {
        margin-bottom: 0;
        -ms-align-items: center;
        align-items: center;
    }
    .main-text .text-block.skills span:nth-of-type(odd) {
        padding-left: 0;
    }
}

@media (max-width:991px) {
    .founder .founder-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
    }
    .founder .founder-wrap-video {
        margin-right: 0;
    }
    .founder .img-wrap-founder {
        display: none;
        /* -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1; */
    }
    footer {
        padding: 45px 0 25px;
    }
    footer .footer-wrap .footer-tel {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .footer-wrap .footer-tel span{
        margin-right: 10px;
    }
    footer .footer-wrap .receive-update p {
        font-size: 13px;
    }
    .program-page-text .text-wrap:last-of-type {
        border-bottom: none;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
    footer .footer-wrap .footer-nav li a {
        font-size: 12px;
    }
    footer .footer-wrap .footer-tel span {
        font-size: 14px;
    }
    #af-form-767931187 .buttonContainer input.submit {
        font-size: 20px !important;
    }
}

@media (max-width:992px) {
    .main-slider .main-slider-item.main-slider-item-4 .main-slider-item-text {
        width: 375px;
        font-size: 47px;
    }
    .main-slider .main-slider-item.main-slider-item-2 .main-slider-item-text,
    .main-slider .main-slider-item.main-slider-item-3 .main-slider-item-text {
        width: 970px;
    }
    .main-slider .main-slider-item.main-slider-item-2 .header-slider,
    .main-slider .main-slider-item.main-slider-item-3 .header-slider {
        font-size: 50px;
        width: 450px;
    }
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
    .picture-sm {
        display: none;
    }
    #menu-toggle {
        display: none;
    }
    .navigation-sm {
        display: none;
    }
}

@media (max-width:767px) {
    .main-slider .main-slider-item.main-slider-item-4 .main-slider-item-text {
        width: 250px;
        font-size: 31px;
    }
    .main-slider .main-slider-item.main-slider-item-2 .main-slider-item-text,
    .main-slider .main-slider-item.main-slider-item-3 .main-slider-item-text {
        width: 750px;
    }
    .main-slider .main-slider-item.main-slider-item-2 .header-slider,
    .main-slider .main-slider-item.main-slider-item-3 .header-slider {
        width: 400px;
        font-size: 45px;
    }
    .main-slider .main-slider-item.main-slider-item-1 .logo {
        height: 60%;
        width: 20%;
        top: 36%;
    }
    .main-slider .main-slider-item.main-slider-item-1 .main-slider-item-text {
        font-size: 30px;
    }
    .navigation-sm {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 10px;
    }
    .navigation-sm li {
        margin: 0 5px;
        border-bottom: 3px solid transparent
    }
    .navigation-sm li a {
        padding-top: 5px;
        font-size: 13px;
        display: block;
        text-align: center;
        text-transform: uppercase;
    }
    .navigation-sm li:hover,
    .navigation-sm li:active,
    .navigation-sm li:focus {
        color: #77aa03;
        border-bottom: 3px solid #77aa03
    }
    .main-slider.slick-slider {
        
    }
    .picture-sm {
        display: none;
        position: relative;
    }
    .picture-sm p {
        text-align: center;
        font-family: Aharoni;
        font-weight: 700;
        font-size: 30px;
        position: absolute;
        right: 5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .picture-sm img {
        display: block;
        width: 100%;
    }
    header {
        padding-top: 0;
        justify-content: space-between;
    }
    .header-col {
        display: none;
    }
    header .logo img {
        height: 72px;
    }
    #menu-toggle {
        display: block;
    }
    .banner {
        min-height: 350px;
        padding: 0 15px;
    }
    .watch-them .watch-them-wrap {
        min-height: 400px;
        padding-right: 300px;
    }
    .watch-them .watch-them-wrap .watch-them-header {
        font-size: 45px;
    }
    .banner .programs-banner-text .name-banner {
        font-size: 30px;
    }
    .banner .programs-banner-text .bordered-text-banner {
        font-size: 25px;
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
    }
    .program-page-text .text-wrap p.bordered-text span {
        font-size: 18px;
    }
    .watch-them {
        background: #f3f0ea url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/04/About-us-Page.jpg) top right -350px no-repeat;
    }
    .banner.programs-banner {
        background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/05/storytelling-to-influence-singapore-course-program.png) bottom right -300px no-repeat;
    }
    .banner.programs3-banner {
        background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/06/Charisma-for-executives-singapore-training-program-by-ezekiel-chew.jpg) center right -120px no-repeat;
    }
    .text-wrap {
        padding: 0 20px;
    }
    .banner.programs2-banner .programs-banner-text .name-banner {
        font-size: 40px;
    }
    .banner.programs3-banner .programs-banner-text .name-banner {
        font-size: 32px;
    }
    .banner.programs3-banner .programs-banner-text .bordered-text-banner {
        font-size: 20px;
        padding: 10px 20px 6px;
    }
    .text-wrap img {
        max-width: 300px;
    }
    .contact .contact-wrap {
        padding: 0 10px;
    }
    .navigation-sm {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        display: none;
        margin-bottom: 0;
        transition: .25s ease-in-out;
    }
    .navigation-sm.open {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .navigation-sm li {
        border-bottom: none;
    }
    .navigation-sm li.current-menu-item {
        color: inherit;
        border-bottom: none;
    }
    .navigation-sm li:hover {
        color: inherit;
        border-bottom: none;
    }
    .navigation-sm li a {
        font-size: 14px;
        display: inline-block;
        border-bottom: 3px solid transparent;
    }
    .navigation-sm li a:hover {
        color: #77aa03;
        border-bottom: 3px solid #77aa03;
    }
    .navigation-sm .current-menu-item a {
        cursor: default;
        color: #77aa03;
        border-bottom: 3px solid #77aa03;
    }
    .text-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-text > img {
        display: none;
    }
    .program {
        padding-left: 15px;
        padding-right: 15px;
    }
    .deserve .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .program .program-item .btn-program {
        text-align: center;
    }
    .our-mission {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-founder {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-mission .our-mission-item .our-mission-name p {
        font-size: 25px;
    }
    .program-page-text .text-wrap p.text-right {
        text-align: left;
    }
    .contact .map-wrap iframe {
        height: 400px;
    }
    .contact .contact-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .contact .contact-wrap .contact-form,
    .contact .contact-wrap .wpcf7 {
        width: 100%;
    }
}

@media (max-width:768px) {
    .container {
        width: 100%
    }
    .our-founder .our-founder-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .our-founder .our-founder-wrap .our-founder-img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .our-mission .our-mission-item .our-mission-name p {
        font-size: 20px;
    }
    .banner.programs2-banner {
        background: transparent url(../images/programs2-banner-bg.jpg) center right -320px no-repeat;
    }
    .banner.programs2-banner .programs-banner-text .bordered-text-banner {
        font-size: 23px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .program-page-text iframe {
        width: 100%;
    }
}

@media (max-width:600px) {
    .watch-them {
        background: #e9e9e9 url(/wp-content/uploads/2019/04/About-us-Page.jpg) top right -400px no-repeat;
    }
    .watch-them .watch-them-wrap {
        padding-right: 300px;
    }
    .watch-them .watch-them-wrap .watch-them-header {
        font-size: 38px;
    }
    .banner.programs-banner {
        background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/05/storytelling-to-influence-singapore-course-program.png) bottom right -250px no-repeat;
    }
    .banner .programs-banner-text .name-banner {
        font-size: 25px;
    }
    .banner .programs-banner-text .bordered-text-banner {
        font-size: 24px;
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .program-page-text .text-wrap p.bordered-text span:after {
        left: inherit;
        right: 0;
    }
    .banner.programs2-banner .programs-banner-text .name-banner {
        font-size: 35px;
    }
    .banner.programs2-banner .programs-banner-text .bordered-text-banner {
        font-size: 20px;
    }
    .banner.programs3-banner {
        background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/06/Charisma-for-executives-singapore-training-program-by-ezekiel-chew.jpg) center right -120px no-repeat;
    }
    .admission .admission-text img {
        width: 100%;
        height: auto;
    }
    .contact {
        margin-bottom: 50px;
    }
}

@media (max-width:560px) {
    .picture-sm p {
        font-size: 26px;
    }
    .main-text .container {
        padding-bottom: 30px;
    }
    .main-text .text-block.skills span {
        width: 100%;
    }
    .program .program-header {
        font-size: 28px;
    }
    .program .program-item img,
    .program .program-item:nth-of-type(2n) img {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .program .program-item .program-text-header {
        text-align: center;
    }
    #af-form-767931187 .af-body {
        -webkit-flex-direction: column !important;
        -moz-flex-direction: column !important;
        -ms-flex-direction: column !important;
        -o-flex-direction: column !important;
        flex-direction: column !important;
    }
    #af-form-767931187 .af-body input.text,
    #af-form-767931187 .af-body textarea {
        margin-bottom: 10px !important;
    }
    footer .footer-wrap {
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-around;
    }
    footer .footer-wrap .footer-logo {
        display: none;
    }
    .our-mission .our-mission-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .our-mission .our-mission-item .our-mission-name {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .our-mission .our-mission-item .our-mission-name p {
        text-align: left;
    }
    .our-mission .our-mission-item:nth-of-type(2n) .our-mission-name {
        padding-left: 0;
        -webkit-order: -1;
        -moz-order: -1;
        -ms-order: -1;
        -o-order: -1;
        order: -1;
    }
    .our-mission .our-mission-item .our-mission-name p:before {
        content: '';
    }
    .watch-them .watch-them-wrap .watch-them-header {
        font-size: 26px;
    }
    .banner .programs-banner-text {
        padding-left: 0;
    }
    .program-page-text .text-wrap img,
    .program-page-text .text-wrap.img-right img {
        max-width: 100%;
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }
    .banner.programs2-banner .programs-banner-text .name-banner {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .banner.programs2-banner .programs-banner-text .bordered-text-banner {
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .program-page-text .text-wrap p.bordered-text span:after {
        display: none;
    }
    .banner.programs3-banner .programs-banner-text .name-banner {
        font-size: 29px;
        margin-bottom: 25px;
    }
    .banner.programs3-banner .programs-banner-text .bordered-text-banner {
        font-size: 19px;
        padding: 10px 10px 6px;
    }
    .admission .admission-form form {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .admission .admission-form form .admission-form-item {
        width: 100%;
    }
}

@media (max-width:480px) {
    .picture-sm p {
        max-width: 300px;
        text-align: right;
    }
    footer .footer-wrap {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    footer .footer-wrap .footer-tel {
        justify-content: center;
    }
    .deserve .deserve-text {
        margin-bottom: 15px;
    }
    .our-founder .our-founder-wrap .our-founder-img img {
        width: 100%;
        height: auto;
    }
    .watch-them .watch-them-wrap {
        padding-right: 200px;
    }
    .program-page-text .text-wrap p.bordered-text span:after {
        width: 100%;
    }
    .banner.programs-banner {
        background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/05/storytelling-to-influence-singapore-course-program.png) bottom right -370px no-repeat;
    }
    .banner .programs-banner-text .name-banner {
        font-size: 22px;
    }
    .banner .programs-banner-text .bordered-text-banner {
        font-size: 18px;
    }
    .banner.programs2-banner {
        background: transparent url(../images/programs2-banner-bg.jpg) center right -360px no-repeat;
    }
    .banner.programs2-banner .programs-banner-text .name-banner {
        font-size: 20px;
    }
    .banner.programs2-banner .programs-banner-text .bordered-text-banner {
        font-size: 15px;
    }
    .banner.programs3-banner {
        background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/06/Charisma-for-executives-singapore-training-program-by-ezekiel-chew.jpg) center right -120px no-repeat;
    }
    .banner.programs3-banner .programs-banner-text .name-banner {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .banner.programs3-banner .programs-banner-text .bordered-text-banner {
        font-size: 16px;
    }
    footer .footer-wrap .receive-update p {
        font-size: 15px;
    }
}

@media (max-width:400px) {
    .picture-sm p {
        font-size: 23px;
    }
    .founder .founder-wrap-video iframe {
        height: 200px;
    }
    .program .program-item img,
    .program .program-item:nth-of-type(2n) img {
        width: 100%;
        height: auto;
    }
    footer .footer-wrap .footer-tel {
        justify-content: center;
    }
    .section-header {
        font-size: 32px;
    }
    .program .program-item .btn-program {
        font-size: 13px;
    }
    .program .program-header {
        font-size: 24px;
    }
    .watch-them {
        background: #e9e9e9 url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/04/About-us-Page.jpg) top right -550px no-repeat;
    }
    .watch-them .watch-them-wrap {
        padding-left: 20px;
        padding-right: 126px;
    }
    .our-founder .our-founder-video iframe {
        min-height: 300px;
    }
    .banner.programs-banner {
        background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/05/storytelling-to-influence-singapore-course-program.png) bottom right -300px no-repeat;
    }
    .banner .programs-banner-text .name-banner {
        font-size: 18px;
    }
    .banner .programs-banner-text .bordered-text-banner {
        font-size: 15px;
    }
    .banner.programs2-banner {
        background: transparent url(../images/programs2-banner-bg.jpg) center right -400px no-repeat;
    }
    .banner.programs2-banner .programs-banner-text .name-banner {
        font-size: 20px;
    }
    .banner.programs2-banner .programs-banner-text .bordered-text-banner {
        font-size: 13px;
    }
    .banner.programs3-banner {
        background: transparent url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/06/Charisma-for-executives-singapore-training-program-by-ezekiel-chew.jpg) center right -120px no-repeat;
    }
    footer .footer-wrap .receive-update p {
        font-size: 14px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

section.banner.schools-collab.schools-collab {
    background: url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/04/i.jpg) 50% no-repeat;
    background-size: cover;
}
section.banner.programs8-banner.p1-eng {
    background: url(http://www.publicspeaking.com.sg/wp-content/uploads/2019/05/signature-public-speaking-program-singapore-1.png) 50% no-repeat;
    background-size: cover;
}