a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}
a,
button,
i,
span,
strong,
small {
    display: inline-block
}

button {
    cursor: pointer
}

.table-responsive {
    display: table
}

.badge {
    border-radius: 0;
    color: #fff !important
}

.text-content p,
.text-content ul,
.text-content ol,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
    margin-bottom: 2rem
}

.btn-outline-light:hover {
    color: #333 !important
}




.text-bold {
    font-weight: 700
}

.text-small {
    font-size: 0.9rem
}

.bg-gray {
    background: #f5f5f5 !important
}

.form-group {
    position: relative
}

.nav-pills .nav-link {
    border-radius: 0;
    background: #f5f5f5;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #555
}

.nav-pills .nav-link.active {
    background: #6a4e77
}

h2 small {
    display: block;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.04rem
}

section {
    overflow-y: auto !important;
    padding: 4rem 0
}

section header {
    margin-bottom: 2rem
}

i[class*='icon-'] {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.menu-large {
    position: static !important
}

label {
    font-size: .9rem;
    color: #495057
}



.breadcrumb {
    background: none;
    padding: 0;
    padding-left: 0;
    font-size: 0.85rem;
    font-weight: 400;
    color: #999
}

.breadcrumb a {
    color: #333;
    text-decoration: underline
}


.event .image {
    overflow: hidden;
    height: 300px;
    position: relative
}

.event .image img {
    height: 100%
}

.event .image .overlay {
    background-image: -webkit-linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.08) 92%, rgba(53, 39, 60, 0.03) 97%, rgba(105, 78, 119, 0) 100%);
    opacity: 0.902;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 5px 30px;
    color: #fff
}

.event .image .overlay strong {
    font-size: 3rem
}

.event .image .overlay span {
    font-size: 1.3rem
}

.event .text {
    background: #f5f5f5;
    padding: 20px;
    height: 100%
}

.event .text p {
    font-size: 0.85rem
}

@media (max-width: 991px) {
    .event {
        margin-bottom: 30px
    }

    .event .image img {
        width: 100%;
        height: auto
    }
}

@media (max-width: 767px) {
    .events .image {
        height: 210px
    }

    .events .image img {
        width: 100%;
        height: auto
    }
}

.blog-post {
    margin-bottom: 30px;
    /* padding: 10px; */
    box-shadow: 5px 10px 18px #888888;
}

.blog-post:hover .overlay {
    opacity: 1 !important
}

.blog-post:hover .overlay a.btn {
    -webkit-transform: none;
    transform: none
}

.blog-post .image {
    position: relative;
    overflow: hidden;
    height: 140px
}

.blog-post .image img {
    height: 100%
}

.blog-post .image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(106, 78, 119, 0.9);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.blog-post .image a.btn {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.blog-post .author {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    margin-top: -35px;
    z-index: 999;
    margin-left: 30px
}

.blog-post .text {
    background: #fff;
    padding: 20px;
    padding-top: 25px;
    margin-top: -35px;
    height:105px;
}

.blog-post .text a {
    color: #333 !important;
    text-decoration: none !important
}

.blog-post .post-meta {
    font-size: 0.7rem;
    color: #777
}

.blog-post .post-meta i {
    margin-right: 5px;
    font-size: .8rem
}

.blog-post .post-meta i[class*="clock"] {
    margin-right: 0
}

.blog-post p {
    font-size: 0.85rem;
    color: #555
}

@media (max-width: 991px) {
    .blog-post .image {
        height: 210px
    }

    .blog-post .image img {
        height: auto;
        width: 100%
    }
}



.widget {
    margin-bottom: 30px
}

.widget-header {
    background: #6a4e77;
    padding: 15px 30px;
    color: #fff
}

.widget-header strong {
    font-size: 1.2rem
}

.widget-body {
    padding: 20px;
    border: 1px solid #ddd
}

.widget.search .form-group {
    position: relative
}

.widget.search input {
    padding: 0 15px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    width: 100%
}

.widget.search input::-moz-placeholder {
    font-size: 0.9rem;
    font-weight: 300
}

.widget.search input::-webkit-input-placeholder {
    font-size: 0.9rem;
    font-weight: 300
}

.widget.search input:-ms-input-placeholder {
    font-size: 0.9rem;
    font-weight: 300
}

.widget.search input:focus {
    border-color: #6a4e77;
    outline: none
}

.widget.search button {
    background: #6a4e77;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    border: none
}

.widget.categoris li {
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.widget.categoris a {
    text-decoration: none;
    color: #555
}

.widget.categoris a:hover {
    color: #6a4e77
}

.tags li {
    border: none;
    padding: 10px 0;
    margin: 0
}

.tags a.tag {
    padding: 7px 20px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-size: 0.85rem
}

.tags a.tag:hover {
    background: #6a4e77;
    color: #fff;
    border-color: #6a4e77
}


.courses-listing .nav-pills {
    margin-bottom: 50px
}

.courses-listing .nav-pills .nav-link {
    margin: 0 5px;
    font-size: 0.9rem;
    text-transform: none;
    background: #fff
}

.courses-listing .nav-pills .nav-link.active {
    background: #6a4e77
}

.courses-listing .nav-pills .nav-link.active:hover {
    background: #6a4e77
}

.courses-listing .nav-pills .nav-link:hover {
    background: #eee
}

.courses-search {
    background: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
    margin-bottom: 3rem;
    border-top: 1px solid #eee
}

.courses-search input {
    padding: 30px 0;
    border: none;
    width: 100%;
    outline: none;
    font-size: 1.1rem;
    color: #333
}

.courses-search input::-moz-placeholder {
    font-size: 1.1rem;
    color: #aaa;
    font-weight: 300;
    font-family: "Open Sans", sans-serif
}

.courses-search input::-webkit-input-placeholder {
    font-size: 1.1rem;
    color: #aaa;
    font-weight: 300;
    font-family: "Open Sans", sans-serif
}

.courses-search input:-ms-input-placeholder {
    font-size: 1.1rem;
    color: #aaa;
    font-weight: 300;
    font-family: "Open Sans", sans-serif
}

.course {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.course .course-image {
    height: 250px;
    overflow: hidden;
    position: relative
}

.course .course-image img {
    height: 100%
}

.course .course-image .overlay {
    width: 100%;
    height: 100%;
    background: rgba(106, 78, 119, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.course .course-image .instructor-avatar,
.course .course-image .instructor-name,
.course .course-image .instructor-rate {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

.course .course-image .instructor-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px
}

.course .course-image .instructor-name strong {
    font-size: 1.2rem;
    font-weight: 400
}

.course .course-image .instructor-rate {
    font-size: 0.8rem;
    color: #e8cd36
}

.course .course-image .instructor-rate li {
    margin: 0;
    padding: 0
}

.course .course-image a.watch-btn {
    color: #aaa;
    font-size: 0.85rem;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    text-decoration: none !important;
    opacity: 0
}

.course .course-image a.watch-btn i {
    display: inline-block;
    margin-right: 10px
}

.course:hover {
    border-color: #6a4e77
}

.course:hover .overlay {
    opacity: 1
}

.course:hover .instructor-avatar,
.course:hover .instructor-name,
.course:hover .instructor-rate {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.course:hover .instructor-name {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.course:hover .instructor-rate {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.course:hover a.watch-btn {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1
}

.course .course-header {
    padding: 30px
}

.course .course-header a {
    color: #333;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 400
}

.course .course-header i {
    color: #6a4e77;
    margin-right: 5px
}

.course .course-header .price {
    color: #6a4e77
}

.course .course-header .price small {
    font-weight: 700;
    color: #777
}

.course .course-body {
    padding: 10px 30px
}

.course .course-body p {
    font-size: 0.9rem;
    color: #555
}

.course hr {
    width: calc(100% - 60px);
    height: 1px;
    background: #ddd;
    margin: 0 auto;
    display: block;
    border: none
}

.course .course-footer {
    padding: 20px 30px
}

.course .course-footer i {
    color: #6a4e77;
    margin-right: 5px
}

.course .course-footer span {
    color: #333;
    font-size: 0.85rem;
    font-weight: 400
}

.courses-table {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.courses-table .courses-table-header {
    padding: 30px;
    color: #fff
}

.courses-table .courses-table-header .left li {
    padding: 0;
    margin: 0;
    font-size: 0.9rem
}

.courses-table .courses-table-header .left li::after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    margin-left: 12px;
    color: #fff
}

.courses-table .courses-table-header .left li:last-of-type::after {
    display: none
}

.courses-table .dropdown-toggle:hover span {
    color: #6a4e77
}

.courses-table .dropdown-toggle span {
    color: #fff
}

.courses-table th {
    padding: 30px
}

.courses-table td {
    padding: 20px 30px;
    font-size: 0.88rem;
    color: #666;
    min-width: 200px
}

.course-details .image {
    height: 400px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.course-details-header {
    margin-bottom: 40px
}

.course-details-header .course-instructor .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden
}

.course-details-header .course-instructor strong {
    font-size: 1.1rem;
    display: block;
    line-height: 1;
    margin-top: 10px
}

.course-details-header .course-instructor span {
    font-size: 0.85rem;
    display: block;
    color: #666
}

.course-details-header .course-information {
    width: 600px
}

.course-details-header .course-information .cell {
    width: 33.3333%;
    padding: 10px 20px;
    border: 1px solid #eee
}

.course-details-header .course-information small {
    text-transform: uppercase;
    color: #aaa;
    font-size: 0.8rem;
    text-transform: uppercase;
    display: block
}

.course-details-header .course-information strong {
    color: #555
}

.course-details-header .course-price small {
    font-weight: 700;
    color: #333;
    text-transform: uppercase
}

.course-details-header .course-price .current {
    font-size: 3rem;
    font-weight: 700;
    color: #6a4e77;
    line-height: 1
}

.course-details-header .course-price sup {
    font-size: 1.4rem;
    display: inline-block;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.course-details-header .course-price .discounted {
    font-size: 1.5rem;
    font-weight: 400;
    color: #aaa;
    text-decoration: line-through
}

.course-details-header .CTAs a {
    margin-top: 5px;
    margin-left: 5px
}

.course-details-header .review {
    margin-top: 20px
}

.course-details-header .review span {
    display: block;
    line-height: 1;
    font-weight: 400;
    font-size: 0.85rem;
    color: #999;
    text-transform: uppercase
}

.course-details-header .review li {
    margin: 0;
    padding: 0
}

.course-details-header .review i {
    font-size: 1.1rem;
    font-size: 0.7rem;
    color: #6a4e77
}

.course-details-body ul li {
    font-size: 0.95rem;
    margin-bottom: 5px
}

.course-details-body h5 {
    margin-bottom: 20px
}

#style-switch-button {
    position: fixed;
    top: 120px;
    left: 0px;
    border-radius: 0;
    z-index: 2
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    left: 0;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000
}

#style-switch h4 {
    color: #495057
}



.btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: .9rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(106, 78, 119, 0.25);
    box-shadow: 0 0 0 .2rem rgba(106, 78, 119, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
    background-image: none
}

.btn-primary {
    color: color-yiq(#0690cf);
    background-color: #0690cf;
    border-color: #0690cf
}

.btn-primary:hover {
    color: color-yiq(#0690cf);
    background-color: #0690cf;
    border-color: #0690cf
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(106, 78, 119, 0.5);
    box-shadow: 0 0 0 .2rem rgba(106, 78, 119, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0690cf;
    border-color: #0690cf
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: color-yiq(#0690cf);
    background-color: #0690cf;
    border-color: #0690cf;
    -webkit-box-shadow: 0 0 0 .2rem rgba(106, 78, 119, 0.5);
    box-shadow: 0 0 0 .2rem rgba(106, 78, 119, 0.5)
}

.btn-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: color-yiq(#e0a800);
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: color-yiq(#d39e00);
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}


.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not([disabled]):not(.disabled):active,
.btn-outline-white:not([disabled]):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}



.btn-lg {
    padding: .5rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: .25rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

body {
    /*font-family: "Open Sans", sans-serif;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

a {
    color: #6a4e77;
    text-decoration: none
}

a:focus,
a:hover {
    color: #413049;
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit
}

h1,
.h1 {
    font-size: 1.6rem
}


h2,
.h2 {
    font-size: 1.5rem
}

h3,
.h3 {
    font-size: 1.5rem
}

h4,
.h4 {
    font-size: 1.1rem
}

h5,
.h5 {
    font-size: 1rem
}

h6,
.h6 {
    font-size: .75rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #6a4e77
}

.blockquote-footer {
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.text-primary {
    color: #6a4e77 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #4f3a58 !important
}



.bg-primary {
    background-color: #6a4e77 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #4f3a58 !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-white:focus,
a.bg-white:hover {
    background-color: #e6e6e6 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important
}


.text-primary {
    color: #6a4e77 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #4f3a58 !important
}

.text-secondary {
    color: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus,
a.text-white:hover {
    color: #e6e6e6 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}



/* cutom css for popular courses*/
@media (min-width: 992px){
.col-lg-2 {
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
}
}

/* all courses carousel card */
#multi-item-example{
    max-width: 1280px !important;
margin-left: auto;
margin-right: auto;padding:1rem 0px 4rem 0px;
}
@media (min-width: 768px){
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
    float: left;
    /* background-color: white; */
}
}

/* left and right  carousel buttons for all courses*/
.controls-top {
    text-align: center;
    margin-bottom: 1.66rem;
}
.btn-floating {
    position: relative;
    z-index: 1;
    /* display: inline-block; */
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    line-height: 47px;
}


.md-form {
    margin: 10px 0px 10px 0px;
}

.mail {
    
         letter-spacing: 1.2px;
          font-size: initial;
      
}
.phone {
    letter-spacing: 1.5px;
    font-size: initial;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
    li.phone {
        letter-spacing: 1.5px ;
        font-size: small !important;
}
}

h4.text-this {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    height: 42px;
    font-size: 16px;
    color: #29303b;
    /*margin-bottom: 10px;*/
    /*color: #29303b;*/
    /*font-size: 16px;*/
}
