  @keyframes point {
    0% {
       transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}

#others1,
#others2 {
    margin-top: 15px;
    border: 1px solid #932300;
    color: #932300;
}

.d-none {
    display: none;
}

.pointing {
    transition: ease all;
    animation-name: point;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #373f51
}

.btn {
    white-space: initial
}

.inline-block {
    display: inline-block
}

.navbar-default .navbar-nav > li > a {
    color: hsl(0deg 0% 100%) !important
}

.navbar-nav {
    display: none;
    background-color: hsl(355deg 91% 33%);
    float: right;
    width: 250px;
    margin-top: 0;
    border: 1px solid hsl(0deg 0% 80%);
    position: absolute;
    top: 25px;
    right: 80px;
    margin-right: 0
}

#contact {
    padding: 35px 0;
    background-color: rebeccapurple;
    color: #ffffff;
}

#contact a {
    color: yellow;
}

#contact form {
    max-width: 750px;
    margin: 35px auto;
}

#contact form input[type=text],
#contact form input[type=date],
#contact form select {
    min-height: 40px;
}

.masthead {
    display: flex;
    justify-content: center;
    align-items: center
}

#mainpic > img {
    max-height: 550px;
    object-fit: contain;
}

.mainpic-div {
    color: #fff
}

.mainpic-div h1 {
    color: #fff
}

.lity-image img {
    width: 607px
}

#note {
    background-image: url(/mycourseguide/images/note-bg.jpg)
}

.blockquote {
    margin-bottom: 35px
}

.blockquote p {
    line-height: 1.5em;
    font-style: italic;
    opacity: .8
}

.summary-pane:hover {
    background-color: rebeccapurple;
}

#why h4 {
    color: #fbc341
}

.circle-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid hsl(0deg 0% 100%);
    border-radius: 50%;
    font-size: 80px;
    text-align: center;
    transition: .5s
}

#why .icon-wrapper .fa {
    border-radius: 50%;
    color: hsl(0deg 0% 100%);
    font-size: 68px;
    line-height: 164px;
    text-align: center;
    vertical-align: middle;
    transition: .5s
}

.summary-pane {
    padding: 40px 25px 20px 25px;
    border-radius: 10px;
    background-color: #384052;
    color: hsl(0deg 0% 100%);
    transition: .5s
}

.icon-wrapper {
    display: table;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 164px;
    height: 164px;
    text-align: center
}

.text-shadow {
    text-shadow: 2px 2px 2px #000
}

.error {
    color: #c00
}

.powered-by span {
    color: #999
}

.text-right h1 {
    font-size: 21px;
    margin: 15px 10px 10px 0;
    color: #373f51
}

.popup {
    z-index: 9999;
    position: absolute;
    top: 120px;
    width: 100%
}

.popup-content {
    margin: auto;
    width: 90%;
    max-width: 600px;
    background: #fff;
    border: 5px solid #ccc;
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .2);
    box-shadow: 0 0 50px rgba(0, 0, 0, .2)
}

.popup .error .popup-close {
    background: #c00;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.popup .error .popup-close:hover {
    background: #d00
}

.popup .success .popup-close {
    background: #0a0;
    padding: 10px 10px 10px 20px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.popup .success .popup-close:hover {
    background: #0b0
}

.popup-close span {
    float: right;
    border: 1px solid;
    padding: 0 7px;
    border-radius: 15px
}

#popup ul li a {
    color: red
}

#popup ul li {
    list-style: disc;
    margin-left: 20px
}

#intro-logged {
    padding-top: 90px;
    padding-bottom: 0
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    color: #373f51
}

a {
    color: rebeccapurple;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

a:hover {
    color: #444;
    text-decoration: none
}

a:focus {
    color: #373f51;
    outline: 0;
    border: none;
    text-decoration: none
}

.titlebar {
    margin-bottom: 40px
}

.titlebar h1 {
    color: #000;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5px
}

.titlebar p {
    color: #666;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: 300
}

.navbar-brand {
    padding: 0
}

.navbar {
    height: 85px;
    background-color: hsl(0deg 0% 100%);
    box-shadow: 0 0 10px #0007
}

.navbar .pull-right h2 {
    margin: inherit;
    margin: 20px 0
}

.navbar-nav > li > a {
    color: #333;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 40px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.navbar-nav > li > a.selected-nav, .navbar-nav > li > a:hover {
    background: 0 0;
    color: #147936
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    margin: 12px 30px 12px 0;
    background-color: none;
    border: 2px solid #444
}

.navbar-toggle .icon-bar {
    background-color: #444;
    height: 2px
}

.link a {
    text-decoration: underline
}

#facebook {
    background-color: #fbb03f;
    padding: 30px 0 30px 0
}

#facebook h3 {
    color: #055c11;
    line-height: 35px
}

.numbered-list {
    padding-left: 0;
    counter-reset: li;
    list-style-type: none
}

.numbered-list .numbered-list-item::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rebeccapurple;
    color: hsl(0deg 0% 100%);
    line-height: 2.6em;
    text-align: center
}

.numbered-list .numbered-list-item {
    margin-top: 10px;
    position: relative;
    padding: 5px 0 5px 50px
}

#about {
    background-image: url(/mycourseguide/images/about-bg.jpg);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#about h1 {
    color: #fff
}

.swiper-container {
    max-width: 440px;
    box-shadow: 0 0 10px #0007
}

.swiper-container .fa {
    color: rebeccapurple;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none !important
}

.swiper-button-next {
    right: 15px !important
}

.swiper-button-prev {
    left: 15px !important
}

.underline-small-primary-color {
    width: 150px;
    height: 4px;
    margin-top: 6px;
    margin-left: 0;
    border: none;
    background-color: rebeccapurple;
    text-align: left
}

.btn-danger {
    background-color: rebeccapurple;
    border-color: #531b8c;
}

#mainform {
    background-color: #fff;
    margin-bottom: 0
}

section {
    padding: 50px 0 30px 0
}

img {
    width: 100%
}

.nav-menu li {
    float: left;
    list-style: none;
    padding: 0 10px;
    font-size: 16px
}

.title2 {
    color: #ffffff;
    margin: 25px 0 15px;
}

.title2:after {
    display: block;
    content: "";
    height: 10px;
    width: 40px;
    border-bottom: yellow solid 1px;
}

.title2 strong {
    color: yellow;
}

.text-center.title2:after {
    margin-left: auto;
    margin-right: auto;
}

#masthead {
    padding: 110px 0 20px 0;
    background-image: url(/mycourseguide/images/mainbg.jpg?v=1);
    background-size: cover;
    background-position: center center
}

#mainform .trap {
    display: none
}

.google-maps {
    position: relative;
    height: 300px;
    background-image: url(/mycourseguide/images/google-map.jpg?2020091401);
    background-position: center
}

div.navbar-header {
    height: 70px
}

#intro_description {
    text-align: right
}

#intro_description h1 {
    font-size: 40px
}

#intro_description img {
    margin-top: 35px
}

.intro_feature {
    background: url(/mycourseguide/img/student.png) no-repeat scroll transparent;
    width: 500px;
    height: 550px
}

.intro_feature h4 {
    font-weight: 600
}

.intro_feature i {
    margin-right: 5px
}

.intro_feature p {
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    padding-left: 25px
}

.intro_button {
    margin-top: 60px
}

#intro_form > p {
    color: #137937
}

.form_register {
    width: 100%;
    background-color: #137937;
    background-color: rgba(19, 121, 55, .5);
    margin: 0 auto;
    padding: 20px 20px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333
}

.form_register h2 {
    color: #147936;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px
}

.form_register .form-control {
    height: 35px;
    margin-top: 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.form_register #input_checkbox {
    margin: 15px 0;
    font-size: 12px
}

.form_register input.enquiry_checkbox {
    margin-right: 5px;
    position: absolute;
    display: block
}

.form_register #input_checkbox label {
    margin-bottom: 0
}

.form_register select.form-control {
    font-size: 15px;
    color: #989898
}

.form_register #input_checkbox span {
    float: left;
    margin-left: 20px;
    color: #fff
}

#submit {
    background-color: #f60;
    border-color: #e8660f;
    color: #fff
}

input[type=email], input[type=text], textarea {
    color: #444;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.form_register textarea {
    min-height: 140px
}

.btn-primary {
    background-color: #f7ff97;
    border-color: #edfb49;
    color: #e11e70
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #1ac1ff;
    border-color: #00baff;
    color: #fff
}

section h1 {
    font-weight: 700
}

#downloads {
    background-image: url(/mycourseguide/img/parallax_bg/background-02.jpg);
    background-position: right top;
    background-size: cover;
    min-height: 700px;
    color: #fff;
    padding-bottom: 20px
}

#downloads .container-fluid {
    margin: 0 50px
}

#downloads h1 {
    color: #fff
}

#downloads .book {
    border: 5px solid #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}

#footer {
    background-color: #1a1e23;
    padding: 20px 0;
    margin: 0
}

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

.footer-nav li {
    float: left;
    padding: 5px 10px 10px
}

.footer-nav li a {
    color: #999;
    font-size: 15px;
    font-family: Lato, sans-serif
}

.footer-nav li a:hover {
    color: #428bca
}

#footer_copy p {
    color: #666;
    font-size: 13px;
    font-family: Lato, sans-serif;
    margin-left: 10px
}

#footer_icons {
    margin: 3px 0;
    text-align: right
}

.footer-socials {
    display: inline-block
}

.footer-socials li {
    float: left;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    line-height: 70px
}

.foo_social {
    width: 34px;
    height: 34px;
    text-align: center;
    color: #1a1e23;
    font-size: 18px;
    line-height: 34px;
    margin: 0 5px;
    background-color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.ico-facebook:hover {
    background-color: #3b5998;
    color: #f8f8f8
}

.ico-twitter:hover {
    background-color: #00a9ed;
    color: #f8f8f8
}

.ico-insta:hover {
    background-color: #cd1111;
    color: #f8f8f8
}

.ico-linkedin:hover {
    background-color: #015886;
    color: #f8f8f8
}

.ico-dribbble:hover {
    background-color: #d92d84;
    color: #f8f8f8
}

.ico-instagram:hover {
    background-color: #beb3a8;
    color: #f8f8f8
}

.ico-pinterest:hover {
    background-color: #ac281a;
    color: #f8f8f8
}

.ico-dropbox:hover {
    background-color: #008ad2;
    color: #f8f8f8
}

.ico-skype:hover {
    background-color: #00a9ed;
    color: #f8f8f8
}

.ico-youtube:hover {
    background-color: #cd1b20;
    color: #f8f8f8
}

.ico-tumblr:hover {
    background-color: #3a5976;
    color: #f8f8f8
}

.ico-vimeo:hover {
    background-color: #00adee;
    color: #f8f8f8
}

.ico-flickr:hover {
    background-color: #d2d2d2;
    color: #f8f8f8
}

.ico-github:hover {
    background-color: #222;
    color: #f8f8f8
}

.ico-renren:hover {
    background-color: #364a83;
    color: #f8f8f8
}

.ico-vk:hover {
    background-color: #3b5998;
    color: #f8f8f8
}

.ico-xing:hover {
    background-color: #015f5e;
    color: #f8f8f8
}

.ico-weibo:hover {
    background-color: #be4443;
    color: #f8f8f8
}

.ico-rss:hover {
    background-color: #f60;
    color: #f8f8f8
}

.nav-logo {
    padding-top: 10px
}

.navbar-brand > img {
    display: block;
    height: 65px;
    width: auto
}

.nav-text {
    padding-top: 15px
}

.align-items-center {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    #note .flex {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (min-width: 1442px) {
    .masthead-con {
        width: 1400px
    }

    .mainpic-text {
        padding-top: 90px
    }
}

@media (max-width: 991px) {
    .masthead {
        display: block
    }

    .mainpic-text {
        text-align: center
    }
}

@media (min-width: 1200px) {
    #intro {
        padding: 120px 0 30px 0
    }

    #mainform {
        padding: 25px 15px;
    }

    .mainpic-text {
        margin: 55px 0;
    }
}
