/*------------------------------------------------------------------
[Master Stylesheet]
Project: ConnectTutor
Version: 1.0
Last Modified Date: 29-07-2019
Assigned to: Govindharaj, Subhadra, Arun
Year: 2019 
-------------------------------------------------------------------*/

@import url(fonts/font.css);

/*------------------------------------------------------------------
[Layout]
01. Body
-------------------------------------------------------------------*/

html {
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    color: #000;
    background-color: #fff;
    height: 100%;
    /*    box-sizing: border-box;*/
}


/*
*,
*:before,
*:after {
    box-sizing: inherit;
}
*/

body {
    font-size: 16px;
    color: #000;
    font-family: 'Proxima Nova Rg';
    position: relative;
    margin: 0;
    min-height: 100%;
    padding-bottom: 27rem;
}

::-moz-selection {
    background: #2d76b2;
    color: #fff;
}

::selection {
    background: #2d76b2;
    color: #fff;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f2f2f2;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #2d76b2;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #2d76b2;
}

section {
    position: relative;
    padding: 25px 0;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proxima Nova Rg';
    color: #000;
    margin: 0;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: #000;
}

a {
    position: relative;
    color: #000;
}

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

img {
    vertical-align: middle;
    max-width: 100%;
}

figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}

figure img,
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.con-btn {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 16px 30px;
    text-decoration: none;
    cursor: pointer;
    background-color: #2d76b2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.con-btn:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(21, 21, 21, 0.2);
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.modal-body {
    padding: 30px;
}

.modal-content {
    border-radius: 0;
}

.modal-backdrop.show {
    filter: alpha(opacity=90);
    opacity: .9;
}

.modal-title {
    font-weight: 600;
    font-size: 20px;
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #2d76b2;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 999;
}

#toTop:before {
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
}

#toTop i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

#toTop:hover i {
    top: -60px;
}

#toTop:hover {
    background: #2c2c2c;
}

#toTop:hover span {
    top: -6px;
}

#toTop span {
    bottom: 0;
    left: 0;
    line-height: 54px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60px;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
    font-size: 15px;
    font-weight: 500;
}


/*.owl-carousel .item { height: 10rem; background: #4DC7A0; padding: 1rem;}*/

.bg-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

.bg-black {
    background: #1e1e1e;
}

.bg-blue {
    background: #2d76b2;
}


/* Common CSS */

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.p-5 {
    padding: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.p-20 {
    padding: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.p-30 {
    padding: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.p-40 {
    padding: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.p-50 {
    padding: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.p-60 {
    padding: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.p-100 {
    padding: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.p-120 {
    padding: 120px;
}

.pl-120 {
    padding-left: 120px;
}

.pr-120 {
    padding-right: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.m-0 {
    margin: 0;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.m-10 {
    margin: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.m-20 {
    margin: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.m-30 {
    margin: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.m-40 {
    margin: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.m-60 {
    margin: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}


/* Loader */

.preloader-equalizer {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2d76b2;
    z-index: 100000;
}

.preloader-equalizer ul {
    width: 90px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.preloader-equalizer ul li {
    position: absolute;
    width: 4px;
    height: 0;
    background-color: #fff;
    bottom: 0;
}

.preloader-equalizer li:nth-child(1) {
    left: 0;
    animation: cssload-sequence1 1.15s ease infinite 0;
    -o-animation: cssload-sequence1 1.15s ease infinite 0;
    -ms-animation: cssload-sequence1 1.15s ease infinite 0;
    -webkit-animation: cssload-sequence1 1.15s ease infinite 0;
    -moz-animation: cssload-sequence1 1.15s ease infinite 0;
}

.preloader-equalizer li:nth-child(2) {
    left: 15px;
    animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -o-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -ms-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -webkit-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -moz-animation: cssload-sequence2 1.15s ease infinite 0.12s;
}

.preloader-equalizer li:nth-child(3) {
    left: 29px;
    animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
}

.preloader-equalizer li:nth-child(4) {
    left: 44px;
    animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -o-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -ms-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -webkit-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -moz-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
}

.preloader-equalizer li:nth-child(5) {
    left: 58px;
    animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
}

.preloader-equalizer li:nth-child(6) {
    left: 73px;
    animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -o-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -ms-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -webkit-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -moz-animation: cssload-sequence2 1.15s ease infinite 0.58s;
}

@keyframes cssload-sequence1 {
    0% {
        height: 10px;
    }

    50% {
        height: 49px;
    }

    100% {
        height: 10px;
    }
}

@-o-keyframes cssload-sequence1 {
    0% {
        height: 10px;
    }

    50% {
        height: 49px;
    }

    100% {
        height: 10px;
    }
}

@-ms-keyframes cssload-sequence1 {
    0% {
        height: 10px;
    }

    50% {
        height: 49px;
    }

    100% {
        height: 10px;
    }
}

@-webkit-keyframes cssload-sequence1 {
    0% {
        height: 10px;
    }

    50% {
        height: 49px;
    }

    100% {
        height: 10px;
    }
}

@-moz-keyframes cssload-sequence1 {
    0% {
        height: 10px;
    }

    50% {
        height: 49px;
    }

    100% {
        height: 10px;
    }
}

@keyframes cssload-sequence2 {
    0% {
        height: 19px;
    }

    50% {
        height: 63px;
    }

    100% {
        height: 19px;
    }
}

@-o-keyframes cssload-sequence2 {
    0% {
        height: 19px;
    }

    50% {
        height: 63px;
    }

    100% {
        height: 19px;
    }
}

@-ms-keyframes cssload-sequence2 {
    0% {
        height: 19px;
    }

    50% {
        height: 63px;
    }

    100% {
        height: 19px;
    }
}

@-webkit-keyframes cssload-sequence2 {
    0% {
        height: 19px;
    }

    50% {
        height: 63px;
    }

    100% {
        height: 19px;
    }
}

@-moz-keyframes cssload-sequence2 {
    0% {
        height: 19px;
    }

    50% {
        height: 63px;
    }

    100% {
        height: 19px;
    }
}

.preloader-orbit-loading {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #2d76b2;
    z-index: 100000;
}

.loading {
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.preloader-orbit-loading .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.preloader-orbit-loading .cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 4px solid #fff;
}

.preloader-orbit-loading .cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 4px solid #fff;
}

.preloader-orbit-loading .cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 4px solid #fff;
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}


/* Background Image */

.signin-bg {
    background-image: linear-gradient(rgba(45, 118, 178, 0.8), rgba(45, 118, 178, 0.8)), url(../img/signin-bg.jpg);
}

.home-bg {
    background: linear-gradient(rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5)), url(../img/home-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.student-bg {
    background-image: linear-gradient(rgba(30, 30, 30, 0.8), rgba(30, 30, 30, 0.8)), url(../img/signin-bg.jpg);
    width: 100%;
    height: 300px;
    display: block;
}


/* Signin */

.form-heading h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
}

.form-group h5 {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    color: #000;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    /* padding-left: 5px;*/
}

.register-form .form-heading {
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.form-heading h5 {
    font-weight: 600;
    color: #2d76b2;
}

.form-group {
    width: 100%;
    margin-bottom: 25px;
}

.form-group .form-line {
    width: 100%;
    position: relative;
}

.form-group .form-control {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 5px;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.form-control ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #2d76b2;
    transition: 0.4s;
}

.form-control:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s;
    left: 0;
}

input:focus:not([readonly]),
textarea.form-control:focus {
    -webkit-box-shadow: 0 1px 0 0 #2d76b2;
    box-shadow: 0 1px 0 0 #2d76b2;
    border-bottom: 1px solid #2d76b2;
}

label.error {
    color: red;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    margin: 7px 0 0 0;
}

.form-control.error {
    /*-webkit-box-shadow: 0 1px 0 0 red; box-shadow: 0 1px 0 0 red;*/
    border-bottom: 1px solid red;
}

:focus {
    outline: none !important;
}

.form-control[readonly] {
    background-color: #ffffff;
    cursor: no-drop;
}

.form-elements a {
    color: #2d76b2;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
}

.signin-main {
    display: flex;
    width: 100%;
    height: 100%;
}

.signin-container {
    position: relative;
    max-width: 780px;
    width: 94%;
    margin: 0 auto;
    min-height: 100vh;
}

.signin-main-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
}

.signin-img-content {
    background-color: #3f51b5;
    padding: 30px;
    width: 45%;
}

.signin-content {
    padding: 35px;
    width: 55%;
}

.signin-container h2 {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
}

.white-color p {
    color: #fff;
}


/* Checkbox */

.checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ddd;
    border-radius: 3px;
}

.checkbox input:checked ~ .checkmark {
    background-color: #2d76b2;
    border-color: #2d76b2;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.agree input[type=checkbox] + label.error {
    display: none !important;
}

.checkbox.radio input[type=radio] + label.error {
    display: none !important;
}

input[type].error + .error + .checkmark,
input[type].error + .checkmark,
.checkbox.radio input[type].error + .checkmark {
    border: 2px solid red;
}

.checkbox.radio .valid + input[type].error + .checkmark {
    border-color: #ddd;
}

.checkbox.radio input.valid:checked + input[type].error + .checkmark {
    border-color: red;
    background: red;
}

.checkbox.mb-0 {
    position: relative;
    padding-left: 30px;
}

.checkbox.radio .checkmark {
    border: 2px solid #ddd;
    border-radius: 30px;
}

.checkbox.radio .checkmark:after {
    left: 1px;
    top: 1px;
    border: 3px solid #ffffff;
    border-radius: 30px;
    background: #2d76b2;
    height: 14px;
    width: 14px;
}

textarea {
    min-height: 90px;
    resize: none;
}

.add-exp a,
.remove-exp a {
    color: #000;
}

.add-exp a i {
    color: #00a651;
    font-size: 14px;
}

.remove-exp a i {
    color: red;
    font-size: 14px;
    transform: rotate(45deg);
}

input[type="file"]::before {
    content: 'CHOOSE FILE';
    color: #ffffff;
    background: #2d76b2;
    padding: 7px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
}

input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="date"] {
    text-transform: uppercase;
}

.required {
    color: red;
}

.payment-method {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 1rem;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.payment-method p {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(128, 128, 128, 0.4);
    font-family: 'Proxima Nova Rg';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.payment-method:hover {
    border: 2px solid #2d76b2;
}

.payment-method:hover p {
    color: #000;
}

.input-group .btn-primary {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: 13px;
    outline: none;
    background: #2d76b2;
    position: absolute;
    right: 0;
    bottom: -5px;
}

.bootstrap-filestyle {
    border-bottom: 1px solid #ddd;
}

.bootstrap-filestyle .form-control {
    border: 0;
    background: none;
}


/* Radio */

.radio-tile-group {
    display: inline-flex;
}

.radio-tile-group .input-container {
    position: relative;
    height: 110px;
    width: 130px;
    margin: 0px 15px 0 0px;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #434343;
    border-radius: 5px;
    padding: 1rem;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.radio-tile-group .input-container .icon svg {
    fill: #434343;
    width: 40px;
    height: 40px;
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #434343;
    margin: 10px 0 0 0;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #ffffff;
    border: 2px solid #2d76b2;
    color: #fff;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: #2d76b2;
    background-color: #ffffff;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: #2d76b2;
    background-color: #ffffff;
}


/* SELECT 2 */

input.select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    width: 100% !important;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    outline: none;
    box-shadow: none;
    color: #000;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.select2-container--default .select2-selection--single {
    height: 36px;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-bottom: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
    height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #134256 !important;
    border: 1px solid #134256 !important;
    border-radius: 0px !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-results__option {
    font-size: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2d76b2;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #000;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
}

.error + .select2-container,
.error + .bootstrap-filestyle {
    -webkit-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    border-bottom: 1px solid red;
}

#refund .select2 {
    width: 100% !important;
}

.select2 {
    width: 100% !important;
}


/* Slider */

.slider-part {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.slider-caption h1,
.category h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    font-family: 'Proxima Nova Lt';
    padding-bottom: 10px;
}

.slider-caption .caption-text {
    font-size: 20px;
    color: #fff;
}

.slider-search input {
    height: 46px;
    border: 0;
    padding: 3px 20px;
    font-size: 15px;
}

.header-search {
    width: 260px;
    margin-top: 4px
}

.header-search .form-control {
    background: #efefef;
}

.header-search input {
    border: 0;
    font-size: 14px;
}

.header-search .input-group select {
    border-radius: 4px 0 0 4px;
    border: 0;
    font-size: 14px;
}

.slider-search input:focus,
.header-search input:focus {
    border: 0;
    box-shadow: none;
}

.input-group-append {
    margin-left: 0;
    z-index: 0;
}

#nav-transparent .nav-menu > li > a.con-btn {
    /* padding: 12px 20px !important;*/
}

.slider-search .btn-secondary,
.header-search .btn-secondary {
    background: #2d76b2;
    color: #fff;
    border: 0;
    line-height: 26px;
    border-radius: 0 3px 3px 0;
}

.slider-search .btn-secondary:focus,
.slider-search .btn-secondary:hover,
.header-search .btn-secondary:focus,
.header-search .btn-secondary:hover {
    box-shadow: none;
    background: #2d76b2;
    border: 0;
}

.slider-search .btn-secondary:not(:disabled):not(.disabled).active:focus,
.slider-search .btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.header-search .btn-secondary:not(:disabled):not(.disabled).active:focus,
.header-search .btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.header-search .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    background: #2d76b2;
    color: #fff;
}

.con-icon {
    width: 15%;
    float: left;
    padding-right: 10px;
}

.info h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bg-light {
    background: rgba(128, 128, 128, 0.05);
}


/* Thank You */

.thank-you-caption .caption-text {
    font-size: 22px;
    color: #000;
}

.thank-you-caption h1 {
    color: #2d76b2;
    font-weight: 600;
    line-height: 80px;
}


/* Knowledge Section */

.heading-title {
    position: relative;
    padding-bottom: 40px;
}

.heading-title h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
}

.bg-black .heading-title h2 {
    color: #fff;
}

.course-img {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.course-img img {
    border-radius: 7px;
    transition: .5s;
}

.course-img:before {
    background: rgba(30, 30, 30, 0.5);
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5));
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5));
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.5), rgba(30, 30, 30, 0.5));
    background: linear-gradient(to bottom, rgba(30, 30, 30, .5), rgba(30, 30, 30, 0.5));
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 7px;
    z-index: 1;
}

.course-item:hover .course-img img {
    transform: scale(1.1);
    overflow: hidden;
}

.course-toolbar {
    padding: 0 20px;
    position: absolute;
    left: auto;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}

.course-item h4 {
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 15px;
}

.course-item p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}


/* Course Grid */

#tabs .nav-tabs .nav-link {
    border: 4px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    border-right: none;
    border-left: none;
    border-top: none;
}

#tabs.course-overview-part .nav-tabs .nav-link {
    font-size: 16px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    padding: 5px 0;
}

#tabs .nav-tabs .nav-link.active {
    border-bottom: 4px solid #2d76b2 !important;
    color: #2d76b2;
    border-radius: 0;
    background: #f8f9fa;
}

#tabs.course-overview-part .nav-tabs .nav-link.active {
    background: #fff;
}

#tabs .nav-tabs .nav-link:focus {
    /* border-color: #2d76b2 #2d76b2 #2d76b2; */
}

.course-grid {
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0 2px 1px rgba(20, 23, 28, 0.07), 0 1px 1px 0 rgba(20, 23, 28, 0.08);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.course-grid:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15);
}

.course-grid-img {
    position: relative;
}

.course-grid-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    text-transform: capitalize;
}

.my-course-grid {
    height: 186px;
    width: 100%;
    object-fit: cover;
    /*    border: 1px solid #dcdcdc;*/
}

.course-grid .course-grid-img .course-author {
    position: absolute;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    left: 25px;
    border: 2px solid #2d76b2;
    bottom: -23px;
    z-index: 1;
}

.course-grid .course-grid-img .course-price {
    position: absolute;
    bottom: -13px;
    right: 25px;
    height: 32px;
    width: 70%;
    line-height: 32px;
    text-align: center;
    background-color: #2d76b2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 30px;
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Proxima Nova Lt';
}

.course-type {
    position: absolute;
    top: 15px;
    left: 15px;
    /*    width: 50px;*/
    padding: 0 10px;
    line-height: 26px;
    text-align: center;
    /*    background-color: #ff3d00;*/
    background-color: #03A9F4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    z-index: 0;
    text-transform: uppercase;
    font-family: 'Proxima Nova Lt'
}

.category-filter .d-flex {
    display: none !important;
}

.course-grid .course-cat a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.course-grid .course-cat {
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 0 20px;
}

.course-grid .course-desc {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.course-grid .course-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-list .course-list-desc {
    padding: 18px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
}

.course-cat-limit {
    display: -webkit-box;
    max-width: 100%;
    height: 76px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-author img {
    width: 35px !important;
    object-fit: cover;
}

.course-grid-img:before {
    background: rgba(30, 30, 30, 0.8);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(30, 30, 30, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(30, 30, 30, 0.8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(30, 30, 30, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    height: 60px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1;
}

.course-review i {
    color: #cecece;
    font-size: 14px;
    margin-right: 2px;
}

.course-grid-views i {
    margin-right: 5px;
}

.course-grid-views {
    color: #888;
    font-size: 14px;
}


/* Catagory */

.catagory {
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #2c2c2c;
    color: #fff;
}

.catagory h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Proxima Nova lt';
    color: #fff;
}

.catagory .con-icon {
    width: 18%;
    font-size: 24px;
    color: #2d76b2;
}


/* Student */

.sticky-top {
    position: sticky;
    top: 82px;
    z-index: 1;
}

.stud-user {
    /* position: relative; */
    margin-top: -160px;
    box-shadow: 0px 5px 18px -11px rgba(150, 150, 150, 0.8);
    border: 4px solid #f3f2f2;
    border-bottom: 0px;
    z-index: 1;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.stud-user img {
    /* width: 100%; */
    /* border: 4px solid #fff; */
    border: 4px solid #fff;
    background: #ddd;
    width: 120px;
    height: 120px;
    margin: 40px;
}

.stud-user .header-author {
    background: #2d76b2;
}

.student-bio {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 5px 18px -11px rgba(150, 150, 150, 0.8);
    border: 1px solid #f3f2f2;
}

.stud-profile {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
}

.student-bio h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 18px;
}

.student-course-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}


/* .student-bio .author-icon li:nth-child(1):before { content: "\f02d";}.student-bio .author-icon li:nth-child(2):before { font-family: "FontAwesome"; content: "\f19d";}.student-bio .author-icon li:nth-child(4):before { font-family: 'Font Awesome 5 Free'; content: "\f007";}.student-bio .author-icon li:nth-child(5):before { font-family: 'Font Awesome 5 Free'; content: "\f075";}.student-bio .author-icon li:nth-child(6):before { font-family: 'Font Awesome 5 Free'; content: "\f02e";} */

.con-btn.pending {
    background: #c71b1b;
}

.con-btn.success {
    background: #17d292;
}


/* Profile Picture */

.preview {
    margin: 10px;
    display: none;
}

.preview-rounded {
    border-radius: 50%;
}

.photo .con-btn {
    width: 100%;
    border-radius: 0;
    padding: 14px 0;
}


/* IMMUTABLE */

.hide {
    display: none !important;
}

.photo-zoom {
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
}

.photo-zoom input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    height: 18px;
}

.photo-zoom input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.photo-zoom input[type=range]:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.photo-zoom input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.photo-zoom input[type=range]:focus::-ms-thumb {
    border-color: #268eff;
    box-shadow: 0 0 1px 0px #268eff;
}

.photo-zoom input[type=range]:focus::-moz-range-thumb {
    border-color: #268eff;
    box-shadow: 0 0 1px 0px #268eff;
}

.photo-zoom input[type=range]:focus::-webkit-slider-thumb {
    border-color: #268eff;
    box-shadow: 0 0 1px 0px #268eff;
}

.photo-zoom input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -9px;
    box-sizing: border-box;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    background: #eee;
    border: 1px solid #ddd;
}

.photo-zoom input[type=range]::-webkit-slider-thumb:hover {
    border-color: #c1c1c1;
}

.photo-zoom input[type=range]::-ms-thumb {
    margin-top: 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    background: #eee;
    border: 1px solid #ddd;
}

.photo-zoom input[type=range]::-ms-thumb:hover {
    border-color: #c1c1c1;
}

.photo-zoom input[type=range]::-moz-range-thumb {
    margin-top: 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    background: #eee;
    border: 1px solid #ddd;
}

.photo-zoom input[type=range]::-moz-range-thumb:hover {
    border-color: #c1c1c1;
}

.photo-zoom input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #eee;
    border: 0;
}

.photo-zoom input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #eee;
    border: 0;
}

.photo-zoom input[type=range]::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #eee;
    border: 0;
}

.photo-zoom input[type=range].zoom--minValue::before,
.photo-zoom input[type=range].zoom--maxValue::after {
    color: #ddd;
}

.photo-zoom input[type=range]::before,
.photo-zoom input[type=range]::after {
    position: absolute;
    content: "\f03e";
    display: block;
    font-family: 'FontAwesome';
    color: #aaa;
    transition: color 0.3s ease;
}

.photo-zoom input[type=range]::after {
    font-size: 18px;
    right: -2px;
    top: -2px;
}

.photo-zoom input[type=range]::before {
    font-size: 14px;
    left: 4px;
    top: -2px;
}


/*** FRAME STYLE*/

.photo-frame-circle {
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.photo-helper {
    position: relative;
    background-repeat: no-repeat;
    background-color: #2d76b2;
    padding: 15px 0 0 0;
}

.photo-helper .canvas-helper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.photo-frame img,
.photo-helper {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile {
    /* position: relative; */
}

.photo {
    text-align: center;
    /* margin-bottom: 15px; */
}

.photo input[type=file] {
    display: none;
}

.photo-options {
    margin-top: 15px;
    position: relative;
    text-align: left;
}

.photo-options .remove {
    padding: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    color: #ddd;
    font-size: 18px;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.photo-options .remove:hover {
    color: #000;
}

.photo-zoom {
    vertical-align: middle;
    width: 80%;
    display: inline-block;
}

.photo-frame {
    cursor: move;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
}

.photo-frame img,
.photo-helper img {
    position: relative;
}

.photo-frame .message {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: #268eff;
    z-index: 1;
}

.photo-frame .is-dragover {
    display: none;
}

.message p {
    font-size: 0.9em;
    color: #fff;
}

.photo-options {
    list-style: none;
}

.photo-options li {
    display: inline-block;
    text-align: center;
    width: 50%;
}

.photo-empty .photo-frame {
    cursor: pointer;
}


/*** IMG states*/

.profile.is-dragover .photo-frame img,
.photo-empty img,
.photo-error img,
.photo-error-file-type img,
.photo-error-img-size img,
.photo-loading img {
    display: none;
}


/*** States*/


/** SELECT PHOTO MESSAGE */

.message-desktop,
.message-mobile {
    display: none;
}


/* MOBILE */

.is-mobile .message-mobile {
    display: inline-block;
}

.is-mobile .message-desktop {
    display: none;
}


/* DESKTOP */

.is-desktop .message-desktop {
    display: inline-block;
}

.is-desktop .message-mobile {
    display: none;
}


/* DEFAULT */

.message.is-empty,
.message.is-loading,
.message.is-wrong-file-type,
.message.is-wrong-image-size,
.message.is-something-wrong,
.message.is-dragover {
    display: none;
}


/* EMPTY */

.photo-empty .photo-options {
    display: none;
}

.photo-empty .message.is-empty {
    display: inline-block;
}

.photo-empty .photo-frame:hover {
    /* background: #268eff; */
}

.photo-empty .photo-frame:hover .message {
    color: #fff;
}


/* LOADING */

.photo-loading .message.is-loading {
    display: inline-block;
}

.photo-loading .message.is-empty,
.photo-loading .message.is-wrong-file-type,
.photo-loading .message.is-dragover,
.photo-loading .message.is-wrong-image-size,
.photo-loading .photo-options {
    display: none;
}


/* ERROR */


/* UNKNOWN */

.photo-error .message.is-empty,
.photo-error .message.is-loading,
.photo-error .message.is-dragover,
.photo-error .message.is-wrong-image-size,
.photo-error .photo-options {
    display: none;
}

.photo-error .message.is-something-wrong {
    display: inline-block;
}


/* FILE TYPE*/

.photo-error-file-type .message.is-empty,
.photo-error-file-type .message.is-loading,
.photo-error-file-type .message.is-dragover,
.photo-error-file-type .message.is-wrong-image-size,
.photo-error-file-type .photo-options {
    display: none;
}

.photo-error-file-type .message.is-wrong-file-type {
    display: inline-block;
}


/* IMAGE SIZE */

.photo-error-img-size .message.is-empty,
.photo-error-img-size .message.is-loading,
.photo-error-img-size .message.is-dragover,
.photo-error-img-size .message.is-wrong-file-type,
.photo-error-img-size .photo-options {
    display: none;
}

.photo-error-img-size .message.is-wrong-image-size {
    display: inline-block;
}


/* DRAGOVER */

.profile.is-dragover .photo-frame .is-dragover {
    display: inline-block;
}

.profile.is-dragover .message.is-empty,
.profile.is-dragover .message.is-loading,
.profile.is-dragover .message.is-wrong-file-type,
.profile.is-dragover .message.is-wrong-image-size {
    display: none;
}


/* Progress Bar */

.progress {
    height: 7px;
    border-radius: 5px;
}

.my-exam-results .progress {
    height: 20px;
    border-radius: 5px;
}

.progress-bar {
    background-color: #28A745;
}

.progress-bar.fail {
    background-color: red;
}

.course-details-reviews-bar .progress-bar {
    background: #2d76b2;
}

.my-certificates a {
    font-weight: 600;
    color: #2d76b2;
}

.my-exam-results .con-btn {
    font-size: 12px;
    padding: 6px 12px;
}


/* Catagory View */

.category {
    padding: 100px 0 40px 0;
}

.category-view {
    padding: 9px 18px;
    background: #f0f0f0;
    border-radius: 4px;
    width: 100%;
}

.category-view a i {
    color: #000;
    padding-right: 7px;
    line-height: 26px;
}

.category-view a.active i {
    color: #2d76b2;
}

.category-filter .slider-search input {
    background: #f0f0f0;
}

.category-sidebar {
    /* padding-left: 60px; */
}

.category-sidebar h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.category-sidebar li:first-child {
    padding-top: 0;
}

.category-sidebar li {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}

.category-sidebar li a {
    color: #000;
    font-size: 15px;
}

.category-sidebar .list-group-item {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px dashed #ddd;
}

.category-sidebar .list-group-item:first-child {
    padding-top: 0;
}

.category-sidebar .badge-pill {
    border-radius: 3px;
}

.category-sidebar .badge-primary {
    background-color: #2d76b2;
}

.category-filter select {
    background-color: #f0f0f0;
    font-size: 15px;
    padding: 6px 12px;
    height: 46px;
    color: #000;
    border: 0;
}

.category-filter .form-control:focus {
    background: #f0f0f0;
    border-color: #f0f0f0;
    outline: 0;
    box-shadow: none;
}

.rel-post-img {
    /* width: 120px; */
    margin-bottom: 15px;
}

.rel-post-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #efefef;
}

.course-lists-view {
    height: 230px;
    object-fit: cover;
}

.course-list-desc {
    min-height: 200px;
}

.grid-icon,
.grid-list {
    color: #2d76b2;
    background-color: #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 36px;
    border: 1px solid #ddd;
}

.grid-icon.active,
.grid-list.active {
    color: #fff;
    background: #2d76b2;
    border: 1px solid #2d76b2;
}

.rel-post-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.rel-post-text {
    padding: 0 10px;
    margin-bottom: 15px;
    width: 70%;
}

.rel-post-text a h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.rel-post-text span.cplan {
    color: #01b508;
    text-transform: uppercase;
    font-weight: 600;
}

.rel-post-text span {
    color: #2d76b2;
    font-weight: 600;
}


/* Course List */

.course-list .course-grid-img img {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    object-fit: cover;
}

.course-list .course-author img {
    width: auto;
}

.course-list.course-grid .course-grid-img .course-author {
    bottom: 23px;
}

.course-list.course-grid .course-grid-img .course-price {
    bottom: 25px;
}

.course-list.course-grid .course-title {
    margin-top: 0;
}

.course-list.course-grid .course-cat a {
    color: #2d76b2;
}

.course-list.course-grid .course-cat {
    position: relative;
    bottom: auto;
    padding: 0;
    margin-bottom: 12px;
}

.course-grid.course-list {
    /* height: 15pc; */
}

.course-grid.course-list p {
    /* margin-bottom: 20px;*/
}

.course-lists .course-para {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-wbt.course-lists .course-para {
    height: 99px;
}

.course-grid.course-list .course-grid-img:before {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


/* Course Details */

.course-details-desc {
    /* padding-right: 40px;*/
}

.category.course-details h1 {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}

.review-option {
    /* -webkit-box-align: center; -ms-flex-align: center;*/
    display: -webkit-box;
    display: -ms-flexbox;
    /* align-items: center;*/
    display: flex;
}

.teacher-title h5 {
    margin-top: 12px;
}

.teacher-img img {
    border: 1px solid #cecece;
    /* margin-right: 15px;*/
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.review-option h5 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    margin-bottom: 7px;
}

.review-option h4 a,
.review-option h4 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.teacher-title {
    /* margin-top: 10px;*/
    margin-left: 15px;
}

.review.rating-stars {
    width: 155px;
}

.teacher-img {
    /* width: 50px;*/
    display: contents;
}

.review-option .border {
    border: 1px solid #ffffff !important;
    height: 45px;
    position: relative;
    top: 0px;
    margin: 0 20px;
}

.course-details p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}

.course-details .course-review.list-unstyled {
    color: #fff;
}

.course-details-side-bar {
    margin-bottom: 30px;
    margin-top: -280px;
}

.category.course-details.pt-80 {
    padding-top: 60px;
}

.course-details-side-bar .content {
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.course-details-side-bar .content .course-video {
    position: relative;
    /* text-align: center; */
}

.course-details-side-bar .content .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

.course-details-side-bar .content .video-icon .d-table {
    width: 100%;
    height: 100%;
}

.course-details-side-bar .content .video-icon .video-btn {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 64px;
}

.video-btn {
    color: #2d76b2;
    transition: .4s;
    -webkit-transition: .4s;
}

.video-btn {
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #fff;
    display: block;
    text-align: center;
    font-size: 55px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 90px;
    padding-left: 6px;
}

.course-details-side-bar .content .course-price {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}

.course-details-side-bar .course-price span {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    text-decoration: line-through;
    color: #5d5d5d;
}

.course-details-side-bar .course-price ins {
    text-decoration: none;
}

.course-details-side-bar .course-price del {
    color: #ddd;
}

.course-details-side-bar .course-price h4 {
    color: #2d76b2;
}

.course-details-side-bar .buy-now .btn.btn-primary.btn-lg {
    padding: 10px 83px;
    border-radius: 0;
}

.course-details-side-bar .content .course-details-features {
    margin-top: 25px;
}

.course-details-side-bar .course-details-features h3,
.course-details-desc-title h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.course-details-side-bar-content p {
    font-size: 16px;
    color: #000;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.course-details-side-bar-content .author-icon li {
    padding: 0px 5px 0px 0px;
    color: #000;
    font-size: 16px;
}

.course-details-side-bar-content .author-icon li:last-child {
    padding: 0;
    margin: 0;
}


/* .course-details-side-bar-content .author-icon li:nth-child(1):before { font-family: 'Font Awesome 5 Free'; content: "\f144";}.course-details-side-bar-content .author-icon li:nth-child(2):before { font-family: "FontAwesome"; content: "\f15c";}.course-details-side-bar-content .author-icon li:nth-child(3):before { font-family: "FontAwesome"; content: "\f1b8";}.course-details-side-bar-content .author-icon li:nth-child(4):before { font-family: "FontAwesome"; content: "\f0e7";}.course-details-side-bar-content .author-icon li:nth-child(5):before { font-family: "FontAwesome"; content: "\f19d";} */

.course-details::before {
    /* content: ''; */
    /* position: absolute; */
    /* height: 370px; */
    /* width: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* background: #2d76b2; */
}

.free {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.course-details-side-bar-content {
    padding: 15px;
}

.course-details-desc-content h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
    margin-bottom: 15px;
}

.course-details-desc-content ul li {
    list-style-type: disc;
    line-height: 30px;
    color: #000;
}

.course-details-side-bar ul li i {
    width: 12px;
}

.course-details-desc-content p,
.course-about-contributor p,
.course-details-desc p {
    font-size: 16px;
    color: #000;
}

.border-bottom-dashed {
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

.course-content .section-title {
    color: #2d76b2;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
    margin-bottom: 10px;
}

.course-content .card-header {
    background: none;
    border: 0;
    cursor: pointer;
    display: inherit;
}

.course-content .card-header a {
    color: #000;
    width: 100%;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
}

.course-content .card {
    margin-bottom: 10px;
}

.course-content .card-body {
    padding: 0 20px 20px 20px;
}

.course-content .card-body a {
    font-family: 'Proxima Nova Lt';
    color: #2d76b2;
    font-weight: 600;
}

.course-content .card-link i {
    padding-right: 5px;
    width: 22px;
    color: #969696;
    /* position: absolute; */
    /* right: 0; */
    /* top: 5px; */
}

.course-content .card:hover .card-link {
    color: #2d76b2;
}

.course-about-contributor .review-option h5,
.course-about-contributor .review-option h4 a {
    color: #000;
    margin-top: 7px;
    margin-bottom: 0;
}


/* Review Star */

.success-box {
    /* padding:10px 10px; */
    /* border:1px solid #eee; */
    /* background:#f9f9f9; */
    display: none;
}

.success-box > div {
    vertical-align: top;
    display: inline-block;
    color: #000;
}


/* Rating Star Widgets Style */

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;
}


/* Idle State of the stars */

.rating-stars ul > li.star > i.fa {
    font-size: 16px;
    color: #ddd;
}

.rating-stars ul > li.active i.fa {
    color: #FFCC36;
}


/* Hover state of the stars */

.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}


/* Selected state of the stars */

.rating-stars ul > li.star.selected > i.fa {
    color: #FFCC36;
}

.rating-widget {
    border: 3px solid #2d76b2;
    border-radius: 5px;
    padding: 17px 0;
    text-align: center;
}

.rating-widget h2 {
    font-size: 75px;
    font-weight: 600;
    letter-spacing: -5px;
    line-height: 1;
}

.rating-widget i.checked {
    color: #FFCC36;
}

.course-details-reviews-bar {
    width: 160px;
}

td.key {
    line-height: 2;
}

.course-details-reviews-comment .media {
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -webkit-box-align: start; */
    /* -ms-flex-align: start; */
    /* align-items: flex-start; */
}

.course-details-reviews-comment .review-comment .review-text {
    margin-left: 20px;
}

.course-details-reviews-comment h3 {
    font-size: 18px;
    /* margin-bottom: 5px;*/
    font-weight: 600;
}

.course-details-reviews-comment .review-comment ul li {
    display: inline-block;
    margin: 5px 1px;
    color: #ccc;
}

.course-details-reviews-comment .review-comment p {
    font-size: 15px;
}

.course-details-reviews-comment .review-img img {
    margin-right: 15px;
    width: 50px;
}

.rating-widget .list-inline li {
    display: inline-block;
    color: #ccc;
    padding: 0 3px;
}

.course-after-purchase {
    color: #fff;
    background: #f2b827;
    text-align: center;
    padding: 7px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.course-overview .progress-bar {
    background-color: #f2b827;
}

.course-overview div p {
    font-size: 16px;
    margin-bottom: 0px;
}

.course-details-overview .course-details-side-bar {
    margin-bottom: 20px;
    margin-top: 0;
}

.course-overview-content ul li {
    line-height: 28px;
}

.course-overview-part h4 {
    margin-bottom: 10px;
}

.tab-content {
    width: 100%;
    min-height: 260px;
}

.card-link.completed span {
    background: #17d292;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    border-radius: 4px;
    margin-left: 10px;
}

.rating-widget.forum-reply {
    height: 100px;
}

.rating-widget.forum-reply h2 {
    font-size: 34px;
    font-weight: 600;
    font-family: 'Proxima Nova LT';
}

.forum-content h3 {
    margin-bottom: 0;
    font-size: 15px;
}

.forum-content .review-comment small {
    color: #000;
}

.forum-content .review-img img {
    width: 40px;
    margin-right: 15px;
}

.forum-content h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Lt';
}

.forum-reply-qus {
    margin-bottom: 30px;
}

.qus-announcement {
    padding: 30px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.qus-announcement h3 {
    margin-bottom: 20px;
}

.rply-announcement {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.rply-announcement p {
    margin-bottom: 20px;
}

#course_announcement table {
    width: 100% !important;
}


/* Search */

.con-btn.dropdown-btn {
    border: 2px solid #fff;
    color: #ffffff;
    padding: 12px 16px;
}

.con-btn.dropdown-btn:hover {
    box-shadow: none;
}

.search-results .dropdown-menu {
    margin: 5px 0;
    padding: 20px;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.20);
    z-index: 1;
}

.search-results .dropdown-item {
    padding: 0;
    line-height: 2;
    padding: 0 10px;
}

.search-results p,
.search-results p a {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.search-results .dropdown-item.active,
.search-results .dropdown-item:active,
.search-results .dropdown-item:focus,
.search-results .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #ffffff;
}

.teacher-title h1 {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Proxima Nova Rg';
    padding-bottom: 0px;
}

.teacher-title p {
    color: #fff;
}


/* Session Navigation */

#nav-transparent .navigation.session-navigation {
    background: #2c2c2c;
}

.session-navigation .slider-search .form-control {
    /* background: rgb(255, 255, 255); */
    height: 42px;
}

.session-taakeup .course-content {
    padding-left: 15px;
}

.session-navigation h3 {
    color: #ffffff;
    line-height: 50px;
    font-size: 22px;
}

.session-navigation .slider-search .btn-secondary:not(:disabled):not(.disabled).active:focus,
.session-navigation .slider-search .btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    background: #f4f4f4;
    color: #000;
}

.session-takeup h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

a.next-session {
    font-size: 18px;
    font-weight: 600;
    color: #2d76b2;
}

.session-takeup .rating-stars ul > li.star > i.fa {
    font-size: 30px;
}


/* Session - Quiz */

.session-quiz p {
    margin-bottom: 10px;
    color: #2d76b2;
    font-weight: 600;
}

.session-quiz h3 {
    margin-bottom: 10px;
}

.session-quiz .checkbox label {
    background: #efefef;
    margin-bottom: 15px;
    padding: 12px 50px;
    max-width: 500px;
}

.session-quiz.exam .checkbox label {
    max-width: 100%;
}

.session-quiz .checkbox .checkmark {
    top: 14px;
    left: 16px;
}

.quiz-ques {
    margin-bottom: 30px;
}

.quiz-results h1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 48px;
    font-family: 'Proxima Nova Lt';
}

.quiz-results.pass h1 {
    color: #17d292;
}

.quiz-results.fail h1 {
    color: red;
}

.quiz-title h2 {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
}

.quiz-results p {
    margin-top: 10px;
    font-size: 14px;
}

.session-quiz .checkbox.correct-answer label {
    background: #17d292;
    color: #fff;
}

.checkbox.correct-answer.radio input:checked ~ .checkmark,
.checkbox.correct-answer input:checked ~ .checkmark {
    background-color: #ffffff;
    border-color: #ffffff;
}

.session-quiz .checkbox.correct-answer .checkmark:after {
    border: solid #2d76b2;
    border-width: 0 2px 2px 0;
}

.session-quiz .checkbox.radio.correct-answer .checkmark:after {
    border: 3px solid #ffffff;
}

.quiz-ans-results i {
    font-size: 50px;
    color: #2d76b2;
}

.exam-navigation a.con-btn {
    padding: 12px;
    margin: 3px 0px;
    font-size: 15px;
}

.result-explain {
    padding: 30px;
    background: #fff7d1;
}

.result-explain p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.con-btn.report {
    background: #777;
}

.session-navigation.navigation {
    padding-top: 9px;
}

.exam-reslt .progress {
    height: 20px;
    border-radius: 4px;
    background: #c1c1c1;
    width: 200px;
}

.exam-reslt {
    margin-bottom: 20px;
}

.exam-reslt h4 {
    margin-bottom: 7px;
}

.exam-reslt p {
    font-size: 15px;
}

.exam-reslt span.label {
    border-radius: 4px;
    display: inline-block;
    padding: 0px 10px;
    line-height: 22px;
}

.bg-blue {
    background-color: #2c76b2;
    color: #fff;
}

.bg-red {
    background-color: #F44336;
    color: #fff;
}

.progress span {
    padding: 0 8px;
}


/* Course SCT */

.course-sct h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0px 5px 0px;
    font-family: 'Proxima Nova Lt';
}

.course-sct i {
    color: #2d76b2;
}

.course-list-sct .course-grid.course-list {
    /* height: 16.4pc; */
}

.course-list-sct .course-grid-img .course-list-img-sct {
    /* height: -webkit-fill-available; */
}

.course-list-sct .course-grid.course-list p {
    margin-bottom: 0px;
}

.course-details-features img {
    width: 25px;
    margin-right: 10px;
}

.course-details-features li {
    margin-bottom: 5px;
}

.course-details-sct p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
}

.course-details-sct span,
.border-bottom {
    color: #000;
}

.course-details-sct h3 {
    margin-bottom: 10px;
    font-family: 'Proxima Nova Lt';
    line-height: 1.4;
}

.con-btn.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.course-details-overview-sct .alert {
    margin-bottom: 40px;
    text-align: center;
    margin-top: -35px;
}

.course-details-sct h3 span {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: 'Proxima Nova Rg';
}

.text-line-through {
    text-decoration: line-through;
}

@media (min-width: 1200px) {
    #buy-offer .modal-lg {
        max-width: 1140px;
    }
}


/* Combo */

.combo .border {
    border: 4px solid #2d76b2 !important;
    padding: 30px;
    position: relative;
}

.combo-offer .course-price h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #2d76b2;
    background: linear-gradient(#2d76b2 0%, #2d76b2 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #2d76b2;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2d76b2;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #2d76b2;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2d76b2;
}


/* About Us */

.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

.faq .card-header:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #969696;
}

.faq .card-header.collapsed:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #969696;
}

.faq .card-header.collapsed a {
    color: #000;
}

.faq .card-header a {
    color: #2d76b2;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
}

.faq .card-header a:hover {
    color: #2d76b2;
}


/* Contact Us */

.contact {
    padding: 4%;
}

.contact-left,
.contact-right {
    background: #2d76b2;
    padding: 40px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.20);
}

.contact-info p {
    color: #fff;
}

.contact-info i {
    font-size: 70px;
    color: #fff;
    margin-bottom: 10px;
}

.contact-info h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    margin-bottom: 10px;
}

.contact-right {
    background: #fff;
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 1px solid #ddd;
    border-left: 0;
}


/* Footer */

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-footer {
    padding: 60px;
    background: #0c0c0c;
}

.footer-bottom {
    background: #000;
    padding: 16px 0;
    color: #9e9e9e;
}

.footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
    margin-bottom: 20px;
}

.footer ul li a {
    color: #9e9e9e;
    line-height: 30px;
}

.footer ul {
    margin-bottom: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 5px;
}

.footer ul.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    background: #2c2c2c;
    line-height: 42px;
    border-radius: 5px;
}


/* Thankyou Page */

.thank-you-contributor + .footer {
    /* position: absolute; right: 0; bottom: 0; left: 0;*/
    width: 100%;
}

.thank-you-contributor .signin-main-content {
    box-shadow: none;
    width: auto;
}

.thank-you-contributor .signin-container {
    height: 100%;
}

.thank-you-contributor.signin-main {
    height: 80%;
}

.thank-you-contributor + .footer-banner {
    display: none;
}


/* Data Table */

.data-table .dataTables_length,
.data-table .dataTables_info {
    float: left;
    color: #000;
    font-size: 15px;
}

.data-table .dataTables_filter,
.data-table .dataTables_paginate {
    float: right;
    margin-bottom: 15px;
}

.data-table .dataTables_length,
.data-table .dataTables_filter {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
}

.data-table .dataTables_length select,
.data-table .dataTables_filter input {
    border: 0;
    height: auto;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #ddd;
    margin: 0 7px;
}

.data-table .dataTables_filter input:focus {
    -webkit-box-shadow: 0 1px 0 0 #2d76b2;
    box-shadow: 0 1px 0 0 #2d76b2;
    border-bottom: 1px solid #2d76b2;
}

.dataTables_paginate a {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin: 0 2px 0 0px;
    color: #1e1e1e;
    background-color: #fff;
    /* width: 32px; */
    line-height: 32px;
    height: 32px;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #ddd;
    text-transform: uppercase;
    float: left;
    padding: 0px 10px;
    cursor: pointer;
}

.dataTables_paginate a:first-child,
.dataTables_paginate a:last-child {
    /* border-radius: 4px; */
    /* width: 54px; */
}

.dataTables_paginate a:focus,
.dataTables_paginate a:hover {
    color: #ffffff;
    background-color: #2d76b2;
    border-color: #2d76b2;
}

.dataTables_paginate a.disabled,
.dataTables_paginate a.disabled:focus,
.dataTables_paginate a.disabled:hover {
    color: rgba(30, 30, 30, 0.3);
    background: #fff;
    border-color: #ddd;
    cursor: no-drop;
}

.dataTables_paginate a.current,
.dataTables_paginate a.current:focus,
.dataTables_paginate a.current:hover {
    background-color: #2d76b2;
    border-color: #2d76b2;
    color: #fff;
}

.table-responsive::-webkit-scrollbar {
    height: 7px;
    background-color: #F5F5F5;
    border-radius: 30px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #2d76b2;
    border-radius: 30px;
}

.table-responsive::-webkit-scrollbar-track {
    background-color: rgba(214, 214, 214, 0.53);
}

.data-table td a {
    /* color: #2d76b2; */
    font-weight: 600;
}


/* Horizontal Tabs */

.ah-tab-wrapper {
    position: relative;
}

.ah-tab {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.ah-tab::before,
.ah-tab::after {
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: opacity .3s;
}

.ah-tab::before {
    left: -100%;
    width: 30px;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 99%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgb(248, 249, 250) 70%, rgb(248, 249, 250) 99%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(248, 249, 250) 70%, rgb(248, 249, 250) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

@media (min-width: 768px) {
    .ah-tab::before {
        width: 50px;
    }
}

.ah-tab::after {
    right: 100%;
    width: 80px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 99%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(248, 249, 250) 40%, rgb(248, 249, 250) 99%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(248, 249, 250) 40%, rgb(248, 249, 250) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.ah-tab-overflow-left::before {
    opacity: 1;
    left: 0;
}

.ah-tab-overflow-right::after {
    opacity: 1;
    right: 0;
}

.ah-tab-overflow-wrapper {
    position: absolute;
    width: 43px;
    height: 100%;
    right: 100%;
    opacity: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

.ah-tab-overflow-wrapper[data-ah-tab-active="true"] {
    right: 0;
    opacity: 1;
    transition: opacity .3s;
}

.ah-tab-overflow-wrapper:hover {
    z-index: 1;
}

.ah-tab-overflow-menu {
    background: transparent url(../img//tab-overflow-menu.svg) center center no-repeat;
    background-size: 18px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
    transition: opacity .3s;
    opacity: .7;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-menu {
    opacity: 1;
}

.ah-tab-overflow-list {
    position: absolute;
    top: -10000%;
    right: 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
    list-style: none;
    transition: opacity .3s;
    opacity: 0;
    max-width: 290px;
}

.ah-tab-overflow-list::after {
    content: " ";
    display: block;
    position: absolute;
    top: -14px;
    right: 14px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #2c76b2;
}

.ah-tab-overflow-list::before {
    content: " ";
    display: block;
    position: absolute;
    top: -16px;
    right: 13px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #cdcdcd;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-list {
    top: 99%;
    padding: 10px 0;
    opacity: 1;
}

.ah-tab-overflow-list:hover {
    display: block;
}

.ah-tab-item {
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: all .3s;
    text-decoration: none;
    font-size: 16px;
}

.ah-tab > .ah-tab-item {
    border-bottom: 3px solid transparent;
    /* margin-right: 30px; */
    /* padding: 15px 0; */
    padding: 5px 25px;
    color: #000;
}

.ah-tab-item[data-ah-tab-active="true"] {
    color: #2c76b2;
}

.ah-tab > .ah-tab-item:hover {
    color: #000;
}

.ah-tab > .ah-tab-item[data-ah-tab-active="true"] {
    border-bottom-color: #2c76b2;
}

.ah-tab-overflow-list > .ah-tab-item {
    border-left: 3px solid transparent;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ah-tab-overflow-list > .ah-tab-item:hover {
    border-left-color: #8b8b8b;
}

.ah-tab-overflow-list > .ah-tab-item[data-ah-tab-active="true"] {
    border-left-color: #2c76b2;
}

.ah-tab-content-wrapper {
    margin: 30px 0;
}

.ah-tab-content {
    display: none;
}

.ah-tab-content[data-ah-tab-active="true"] {
    display: block;
}


/* 404 Page */

.error-page.signin-main {
    background: #2c76b2;
}

.error-page h2 {
    font-size: 180px;
    font-weight: 400;
}

.error-page .signin-main-content,
.error-page .signin-img-content {
    background: none;
    box-shadow: none;
}

.error-page .con-btn,
.error-page .con-btn:hover,
.error-page .con-btn:focus {
    background: #fff;
    color: #2c76b2;
}

.error-page h4 {
    color: #fff;
    margin-bottom: 10px;
}

.error-page p {
    color: #fff;
}


/* Tooltip */

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.course-attend {
    background: #2c76b2;
    padding: 0 6px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    line-height: 26px;
    font-size: 14px;
}


/* Editor */

.ck-editor-desc a {
    color: #fff;
}

.course-review.list-unstyled.mb-0.mt-10 li:last-child {
    margin-left: 5px;
}


/* Internet Explorer */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-group .form-control {
        line-height: normal;
    }

    .sticky-top {
        position: relative;
        top: 30px;
    }

    .blubtn {
        width: 50px;
    }

    .prime_user > .greenbtn {
        width: 80px;
    }

    .free > .greenbtn {
        width: 160px;
    }

    .course-img img,
    .course-image img {
        height: auto;
    }
}


/*Edge Browser*/

@supports (-ms-ime-align: auto) {
    .form-group .form-control {
        line-height: normal;
    }

    .sticky-top {
        position: relative;
        top: 30px;
    }

    .blubtn {
        width: 50px;
    }

    .prime_user > .greenbtn {
        width: 80px;
    }

    .free > .greenbtn {
        width: 160px;
    }
}


/* Mozila Firefox */

@-moz-document url-prefix() {
    .stud-profile-padd.mb-40 {
        margin-bottom: 150px;
    }

    .category-sidebar {
        padding-bottom: 260px;
    }

    .card-link.completed span {
        background: #17d292;
        color: #fff;
        font-size: 13px;
        padding: 5px;
        border-radius: 4px;
        margin-left: 10px;
        display: inline-block;
        line-height: 12px;
    }
}


/* Iphone Zoomin Input Fields */

@media screen and (-webkit-min-device-pixel-ratio:0) {

    select,
    textarea,
    input {
        font-size: 16px;
    }
}

.course-list-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.course-list-main-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.course-list-main-content-inner,
.course-list-main-content-inner-2 {
    height: 100%;
}

.course-list-main-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.course-list-main-img,
.course-list-main-content {
    width: 50%;
    -ms-flex: 1;
}

.course-list-main-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
    box-sizing: border-box;
    margin-top: -4px;
}

.course-list-main-content-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.course-list-main-content-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

#boxscroll {
    padding: 40px;
    height: 220px;
    width: 300px;
    border: 2px solid #00F;
    overflow: auto;
    margin-bottom: 30px;
}

#boxscroll2 {
    padding: 40px;
    height: 120px;
    width: 730px;
    border: 2px solid #F00;
    overflow: auto;
}

#boxscroll4 {
    height: 300px;
    margin-top: 40px;
    background-color: #00FF66;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    padding: 20px;
    color: #006633;
    overflow: auto;
}

.eltdf-cl-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.eltdf-cli-text-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.eltdf-cli-text-inner,
.eltdf-cli-text-inner-2 {
    height: 100%;
}

.eltdf-cli-text-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.eltdf-cli-image,
.eltdf-cli-text-holder {
    width: 50%;
    -ms-flex: 1;
}

.eltdf-cli-text-holder {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    margin-top: -4px;
}

.eltdf-cli-bottom-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.eltdf-cli-bottom-info {
    position: absolute;
    left: 0;
    bottom: 0;
}

.eltdf-cli-bottom-info {
    /* margin-top: 22px; */
    /* padding-top: 25px; */
    /* border-top: 1px solid #ebebeb; */
}


/*10-04-2019*/


/*FAQ Accordion*/


/*#faq-qustions .accordion-toggle:after { font-family: 'FontAwesome'; content: "\f078"; float: right;}#faq-qustions .accordion-opened .accordion-toggle:after { content: "\f054"; }*/

.off-img img {
    border-radius: 15px;
}


/*15-05-2019*/


/*Homepage Categories*/

.tags {
    zoom: 1;
}

.tags:after {
    clear: both;
}

.tags li {
    position: relative;
    float: left;
    margin: 0 0 8px 12px;
}

.tags a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tags a {
    padding: 8px 15px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background: #1f1f1f;
    border-radius: 5px;
    line-height: 1;
}


/*AD Banners*/

.home-left-banner {
    position: absolute;
    left: 10px;
    margin-bottom: 25px;
    width: 300px;
}

.home-right-banner {
    position: absolute;
    right: 10px;
    margin-bottom: 25px;
    width: 300px;
}

.middle-wide-banner {
    margin-bottom: 25px;
    text-align: center;
    margin: auto;
}

.innerpage-side-banner {
    /*    width: 100%;*/
    display: block;
    margin: auto;
}

.adban {
    text-align: center;
}


/*Innerpage Sidebar*/

.category-sidebar ul {
    max-height: 300px;
    overflow-y: auto;
}

.course-rel .course-rel-list {
    max-height: 500px;
    overflow-y: auto;
}


/*Breadcrumbs*/

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item a {
    color: #e0e0e0;
}

#nav-transparent .nav-menu > li:hover > a {
    /* color: #fff;*/
}

#nav-transparent .nav-menu > li:hover > a .submenu-indicator-chevron {
    /* border-color: #fff;*/
}


/*17-05-2019*/

.bg-blue .course-overview h1,
.bg-blue .course-overview h2,
.bg-blue .course-overview h3,
.bg-blue.course-details h1,
.bg-blue.course-details h2,
.bg-blue.course-details h3,
.bg-blue blockquote h3,
.bg-blue .course-overview h4,
.bg-blue .course-overview h5,
.bg-blue .course-overview h6,
.bg-blue .course-overview p,
.bg-blue.ck-editor-desc h1,
.bg-blue.ck-editor-desc h2,
.bg-blue.ck-editor-desc h3,
.bg-blue.ck-editor-desc h4,
.bg-blue.ck-editor-desc h5,
.bg-blue.ck-editor-desc h6,
.bg-blue.ck-editor-desc p,
.course-overview a {
    color: #fff;
}

.course-details-side-bar-content h3 {
    color: #000 !important;
}


/*Chat*/

.people li:last-child {
    border-bottom: none !important;
}

.wrapper {
    position: relative;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.chat-room-widget {
    position: relative;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 75%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chat-room-widget .left {
    float: left;
    width: 35%;
    height: 100%;
    border: 1px solid #fff;
    background-color: #fff;
}

.chat-room-widget .top a {
    margin-top: -7px;
}

.chat-room-widget .left .top {
    position: relative;
    width: 100%;
    height: 96px;
    padding: 10px;
}

.chat-room-widget .left .top:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    content: '';
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.chat-room-widget .left input {
    float: left;
    width: 188px;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #fff;
    background-color: #eceff1;
    border-radius: 21px;
    font-weight: 400;
}

.chat-room-widget .left input:focus {
    outline: none;
}

.chat-room-widget .left a.search {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    margin-left: 10px;
    border: 1px solid #fff;
    background-color: #000;
    /* background-image: url('../img/name-type.png');*/
    background-repeat: no-repeat;
    background-position: top 12px left 14px;
    border-radius: 50%;
}

.chat-room-widget .left .people {
    margin-left: -1px;
    width: calc(100% + 2px);
    padding-left: 0;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    height: 604px;
    vertical-align: text-top;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-room-widget .left .people .person {
    position: relative;
    width: 100%;
    padding: 10px 10px 17px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.chat-room-widget .left .people .person:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    content: '';
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.chat-room-widget .left .people .person img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
}

.chat-room-widget .left .people .person .name {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}

.chat-room-widget .left .people .person .time {
    font-size: 14px;
    position: absolute;
    top: 16px;
    right: 10%;
    padding: 0 0 5px 5px;
    color: #000;
}

.chat-room-widget .left .people .person .preview {
    font-size: 14px;
    display: inline-block;
    overflow: hidden !important;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    margin-bottom: 0;
}


/*.chat-room-widget .left .people .person.active,.chat-room-widget .left .people .person:hover { margin-top: -1px; margin-left: -1px; padding-top: 13px; border: 0; background-color: blue; width: calc(100% + 2px); padding-left: calc(10% + 1px);}.chat-room-widget .left .people .person.active span,.chat-room-widget .left .people .person:hover span { color: #fff; background: transparent;}*/

.chat-room-widget .left .people .person.active:after,
.chat-room-widget .left .people .person:hover:after {
    display: none;
}

.chat-room-widget .right {
    position: relative;
    float: left;
    width: 65%;
    height: 100%;
    display: table;
}

.chat-room-widget .right .top {
    width: 100%;
    padding: 20px;
    background-color: #efefef;
}

.chat-room-widget .right .top span {
    font-size: 15px;
    color: #000;
}

.chat-room-widget .right .top span .name {
    color: #000;
    font-weight: 600;
}

.chat-room-widget .right .chat {
    position: relative;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    height: 500px;
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    vertical-align: bottom;
    overflow-x: hidden;
    overflow-y: scroll;
}

.chat-room-widget .right .chat.active-chat {
    display: block;
    display: flex;
}

.chat-room-widget .right .chat.active-chat .bubble {
    transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(1) {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(2) {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(3) {
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(4) {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(5) {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(6) {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(7) {
    -webkit-animation-duration: 1.05s;
    animation-duration: 1.05s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(8) {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(9) {
    -webkit-animation-duration: 1.35s;
    animation-duration: 1.35s;
}

.chat-room-widget .right .chat.active-chat .bubble:nth-of-type(10) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.chat-room-widget .right .write {
    position: absolute;
    height: 42px;
    padding-left: 8px;
    border: 1px solid #efefef;
    background-color: #efefef;
    width: 100%;
    display: table-footer-group;
}

.chat-room-widget .right .write input {
    font-size: 16px;
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    color: #000;
    border: 0;
    outline: none;
    background-color: #efefef;
    font-weight: 400;
}


/*.chat-room-widget .right .write .write-link.attach:before { display: inline-block; float: left; width: 20px; height: 42px; content: ''; background-image: url('../img/attachment.png'); background-repeat: no-repeat; background-position: center;}.chat-room-widget .right .write .write-link.smiley:before { display: inline-block; float: left; width: 20px; height: 42px; content: ''; background-image: url('../img/smiley.png'); background-repeat: no-repeat; background-position: center;}*/

.chat-room-widget .right .write .write-link.send:before {
    display: inline-block;
    float: left;
    width: 20px;
    height: 42px;
    margin-left: -30px;
    content: '';
    background-image: url('../img/send.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.chat-room-widget .right .bubble {
    font-size: 16px;
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 8px;
    padding: 5px 10px;
    vertical-align: top;
    border-radius: 5px;
}

.chat-room-widget .right .bubble:before {
    position: absolute;
    top: 19px;
    display: block;
    width: 8px;
    height: 6px;
    content: '\00a0';
    -webkit-transform: rotate(29deg) skew(-35deg);
    transform: rotate(29deg) skew(-35deg);
}

.chat-room-widget .right .bubble.you {
    float: left;
    color: #000;
    background-color: #dbf1c2;
    align-self: flex-start;
    -webkit-animation-name: slideFromLeft;
    animation-name: slideFromLeft;
    /*	margin-left: 15px;*/
}

.chat-room-widget .right .bubble.you:before {
    left: -3px;
    background-color: #dbf1c2;
}

.chat-room-widget .right .bubble.me {
    float: right;
    color: #000;
    background-color: #d4e9fb;
    align-self: flex-end;
    -webkit-animation-name: slideFromRight;
    animation-name: slideFromRight;
}

.chat-room-widget .right .bubble.me:before {
    right: -3px;
    background-color: #d4e9fb;
}

.chat-room-widget .right .conversation-start {
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    text-align: center;
}

.chat-room-widget .right .conversation-start span {
    font-size: 14px;
    display: inline-block;
    color: #efefef;
}

.chat-room-widget .right .conversation-start span:before,
.chat-room-widget .right .conversation-start span:after {
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 30%;
    height: 1px;
    content: '';
    background-color: #fff;
}

.chat-room-widget .right .conversation-start span:before {
    left: 0;
}

.chat-room-widget .right .conversation-start span:after {
    right: 0;
}

@keyframes slideFromLeft {
    0% {
        margin-left: -200px;
        opacity: 0;
    }

    100% {
        margin-left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slideFromLeft {
    0% {
        margin-left: -200px;
        opacity: 0;
    }

    100% {
        margin-left: 0;
        opacity: 1;
    }
}

@keyframes slideFromRight {
    0% {
        margin-right: -200px;
        opacity: 0;
    }

    100% {
        margin-right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slideFromRight {
    0% {
        margin-right: -200px;
        opacity: 0;
    }

    100% {
        margin-right: 0;
        opacity: 1;
    }
}

#chat_details,
#grp_chat_details {
    padding: 15px;
    max-height: 500px;
}

.msg-time {
    float: right;
    bottom: -5px;
    position: relative;
}


/*18-05-2019*/

#lesson_view_section {
    margin-bottom: 25px;
}

#lesson_links_section h4 {
    margin-bottom: 15px;
    color: #2d76b2;
}

#lesson_links_section iframe {
    border: 1px solid #9E9E9E;
}

.review.rating-stars ul li {
    display: inline-block;
    padding-right: 1px;
}

.course-rel-list .course-type1 {
    text-align: center;
    background-color: #03a9f4;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Lt';
    padding: 2px 10px;
}


/*Pagination*/

nav.col-md-12 {
    padding: 0;
}

.pagination {
    line-height: 18px;
    padding: 20px 0 10px;
}

.pagination li {
    padding: 5px;
}

li.first.disabled a,
li.first a,
li.last a {
    color: #fff;
}

li.first,
li.last {
    background: #2d76b2;
    color: #fff;
    padding: 5px 14px;
    border-radius: 4px;
}

li.page.active {
    background: #cecece;
}

.venue-detail {
    color: #000;
}

.venue-detail label {
    font-size: 14px;
    margin: 0;
    color: #2c76b2;
}

.venue-detail p {
    margin-bottom: 5px;
    line-height: 1.5;
}

.course-rel {
    margin-top: 20px;
}

.page-heading {
    font-size: 30px;
}

.checkbox.radio input[type].error + .checkmark:after,
.checkbox input[type]:checked.error + .checkmark {
    background: #f44336;
}

.exam-result-info {
    background: #efefef;
    border-radius: 5px;
    padding: 20px;
    margin: 25px 0;
}


/*Timer*/

.bg-danger .flip-clock-divider .flip-clock-label {
    color: #fff;
}


/*Course Overview - Highlight*/

div#wc_highlight {
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 110px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
*/
}


/*Header Notifications*/

.notifications .badge {
    position: absolute;
    margin: 10px 0px 0px -10px;
}

.notifications {
    margin-right: 30px;
}

a.notifications:hover,
a.notifications:focus {
    color: #000;
}

.author-icon li.active a {
    color: #2d76b2;
    font-weight: 600;
}

.author-icon.sidebar {
    padding: 0;
}

.icon-img {
    width: 120px;
    margin: 20px 0;
}

.dataTables_empty {
    text-align: center;
}

.membership img {
    width: 100px;
}

.member-type {
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 0px 0 5px 3px rgba(150, 150, 150, 0.3);
}


/*.member-type:hover { box-shadow: none !important; border: 2px solid #2d76b2 !important; box-shadow: 0px 0 5px 3px rgba(255, 255, 255, 0.3) !important;}*/


/*Buttons*/

.btn-primary {
    color: #fff !important;
    background-color: #2d76b2 !important;
    border-color: #2d76b2 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #2d76b2 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.course-desc.title-big h4 {
    height: 95px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}

.contributor-img {
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 5px;
}

.contributor-img img {
    width: 100%;
}

.courses-count a {
    font-size: 14px;
    padding: 5px 10px;
    margin: 2px 0;
}

.course-details-reviews-comment .review-comment h3,
.course-details-reviews-comment .review-comment p {
    /* display: inline-block;*/
}


/* 06-06-19 */

.ribbonblk {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 1;
}

.ribbon1 {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    left: 0px;
    top: 19px;
    width: 111px;
    background-color: #2b982b;
    color: rgb(247, 247, 247);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 2px 0 0 0;
}

.ribbon1:before,
.ribbon1:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon1:before {
    left: 0;
}

.ribbon1:after {
    right: 0;
}

.ribbon2 {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    left: 0px;
    top: 19px;
    width: 111px;
    background-color: #ff9800;
    color: rgb(247, 247, 247);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 2px 0 0 0;
}

.ribbon2:before,
.ribbon2:after {
    content: "";
    border-top: 3px solid #c57500;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon2:before {
    left: 0;
}

.ribbon2:after {
    right: 0;
}

.ribbon3 {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    left: 0px;
    top: 19px;
    width: 111px;
    background-color: #E91E63;
    color: rgb(247, 247, 247);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 2px 0 0 0;
}

.ribbon3:before,
.ribbon3:after {
    content: "";
    border-top: 3px solid #b5002d;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon3:before {
    left: 0;
}

.ribbon3:after {
    right: 0;
}

.ribbonblk2 {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 1;
}

.course-list .ribbonblk2 {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 1;
}

.wallet_amt {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.5);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 25px;
}

.wallet_amt h5 {
    margin: 7px 0;
    text-transform: capitalize;
}

.wallet_amt .fa-credit-card {
    font-size: 35px;
    margin-bottom: 5px;
    color: #2d76b2;
}

.headerlogo img {
    height: 55px;
}

li.first.disabled,
li.last.disabled {
    background: #ececec;
}

li.first.disabled a,
li.last.disabled a {
    color: #434343;
    cursor: default;
}

.readmore {
    margin-bottom: 25px;
    display: inline-block;
}

.readmore i {
    padding-left: 2px;
    vertical-align: text-bottom;
}

.readmore:hover i {
    padding-left: 10px;
    transition: 0.7s;
}

.categories {
    /* width: 380px;*/
}

.msg-time {
    font-size: 12px;
}

.date {
    text-align: center;
    margin: 10px 0;
    padding: 5px 0;
}

.date:before,
.date:after {
    background-color: #dcdcdc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 45%;
}

.date:before {
    right: 0.5em;
    margin-left: -50%;
}

.date:after {
    left: 0.5em;
    margin-right: -50%;
}

.font-bold {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.course-about-contributor h4 {
    margin-top: 15px;
    display: ruby;
}


/*Header Search Custom Select*/

.header-search .input-group select {
    font-size: 16px;
    color: #5b5b5b !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.svg);
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 5px 30px 5px 10px;
}

.header-search .input-group select::-ms-expand {
    display: none;
}

.signin-content .alert {
    margin-bottom: 10px;
}

.transform-15 {
    transform: translate(0, 15%);
}

.transform-20 {
    transform: translate(0, 20%);
}


/* ribbon button tag*/

.pricetg {
    font-size: 30px;
}


/*redbtn Ribbon button*/

.redbtn {
    color: #fff !important;
    padding: 5px 15px;
    vertical-align: top;
    margin: 0 5px;
    text-decoration: none !important;
    background: #f44336;
    font-size: 18px !important;
    position: relative;
    text-align: center;
    filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.1));
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin: auto;
    width: max-content;
    line-height: 1.2;
}

.redbtn:after,
.redbtn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 15px solid #d43024;
}

.redbtn:before {
    left: -25px;
    border-right-width: 10px;
    border-left-color: transparent;
    filter: drop-shadow(-6px 6px 3px rgba(0, 0, 0, 0.04));
}

.redbtn:after {
    right: -25px;
    border-left-width: 10px;
    border-right-color: transparent;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.04));
}


/*bluebtn Ribbon button*/

.blubtn {
    color: #fff !important;
    padding: 2px 7px;
    vertical-align: top;
    margin: 0 5px;
    text-decoration: none !important;
    font-weight: 100;
    background: #03a9f4;
    font-size: 12px !important;
    position: relative;
    text-align: center;
    filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.1));
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin: auto;
    width: max-content;
}

.blubtn:after,
.blubtn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 8px solid #0d86bd;
}

.blubtn:before {
    left: -17px;
    border-right-width: 10px;
    border-left-color: transparent;
    filter: drop-shadow(-6px 6px 3px rgba(0, 0, 0, 0.04));
}

.blubtn:after {
    right: -17px;
    border-left-width: 10px;
    border-right-color: transparent;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.04));
}


/*greenbtn Ribbon button*/

.greenbtn {
    /* display: initial !important;*/
    color: #fff !important;
    padding: 2px 7px;
    vertical-align: top;
    margin: 0 5px;
    text-decoration: none !important;
    font-weight: 100;
    background: #4caf50;
    font-size: 12px !important;
    position: relative;
    text-align: center;
    filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.1));
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin: auto;
    width: max-content;
}

.greenbtn:after,
.greenbtn:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 8px solid #259229;
}

.greenbtn:before {
    left: -17px;
    border-right-width: 10px;
    border-left-color: transparent;
    filter: drop-shadow(-6px 6px 3px rgba(0, 0, 0, 0.04));
}

.greenbtn:after {
    right: -17px;
    border-left-width: 10px;
    border-right-color: transparent;
    filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.04));
}

.course-price {
    margin: 15px 0;
    color: #2d76b2;
    font-weight: bold;
    font-size: 18px;
}

.course-lists .course-cat-limit {
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-lists .course-price {
    margin: 10px 0;
}

.buy-now {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}

#free_user_modal .close {
    position: absolute;
    right: -12px;
    top: -12px;
    background: #000;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    z-index: 9999;
    opacity: 1;
    color: #fff;
    border: 2px solid #fff;
}

#free_user_modal .modal-content {
    text-align: center;
    background-image: linear-gradient(to bottom, #005ca5, #45acff);
}

#free_user_modal .modal-body {
    background: url(../img/popup-bg.png) no-repeat center;
    background-size: cover;
    padding: 70px 170px;
}

#free_user_modal h2 span {
    /* font-weight: 600; font-size: 30px; color: #AC391E;*/
    color: #ffc107;
    font-family: 'Proxima Nova Bl';
}

#free_user_modal p {
    font-size: 30px;
    color: #fff;
}

#free_user_modal p span {
    font-weight: 600;
}

.free_user {
    margin-bottom: 20px;
}

.media-body {
    margin-left: 15px;
}

header#nav-transparent .upgrade-premium {
    color: #fba707;
}

header#nav-transparent .upgrade-premium:hover {
    opacity: 0.75;
    color: #fba707 !important;
}

.trial_modal_content h2 {
    color: #fff;
}

.trial_modal_content .btn {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.rel-post-center.closed .rel-post-img,
.rel-post-center.closed .rel-post-text,
.closed .course-grid-img,
.closed .course-desc,
.closed .ribbonblk,
.closed .ribbonblk2 {
    filter: grayscale(1);
    opacity: 0.3;
    background: none;
}

.closed-badge {
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 1;
    left: 35%;
    bottom: 40px;
    text-transform: uppercase;
}

.badge-danger {
    color: #fff;
    background-color: #f51100;
}

.course-grid.closed .closed-badge {
    left: 35%;
    bottom: 50%;
    width: 30%;
    padding: 10px 0;
    letter-spacing: 1px;
}

.closed {
    cursor: default;
}

.under-trial {
    color: green !important;
}

header#nav-transparent .under-trial:hover {
    opacity: 0.75;
    color: green !important;
}

.con-btn-success {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 16px 30px;
    text-decoration: none;
    cursor: pointer;
    background-color: #28a745;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.con-btn-success:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(21, 21, 21, 0.2);
}

.con-btn-default {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 16px 30px;
    text-decoration: none;
    cursor: pointer;
    background-color: #6d6d6d;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.con-btn-default:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(21, 21, 21, 0.2);
}

.video-img {
    border: 1px solid #dcdcdc;
}

.course-img,
.course-image,
.video-img {
    position: relative;
    overflow: hidden;
    height: 160px;
    width: 100%;
}

.rel-post-img {
    position: relative;
    overflow: hidden;
    height: 80px;
    width: 80px;
}

.course-image img,
.video-img img {
    top: 60%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    /*    height: auto;*/
    width: 100%;
    display: inline-flex !important;
}

.rel-post-img img {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    /*    height: auto;*/
    width: 100%;
    display: inline-flex !important;
}

.course-img img {
    top: 0%;
    left: 0%;
    position: relative;
    transform: translate(0%, 0%);
    /*    height: auto;*/
    width: 100%;
    display: inline-flex !important;
}

.item .course-grid-img .course-image:before {
    position: inherit;
}

.course-list .course-image {
    height: 230px;
}

.beta-version {
    color: red;
    position: fixed;
    z-index: 3;
    background: rgba(123, 123, 123, 0.7);
    bottom: 0;
    padding: 0 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: 600;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
}

.free_user,
.free_user + .prime_user {
    width: 50%;
    float: left;
}

.free_user + .prime_user {
    border-left: 1px solid #aaa;
}

.align-to-light li:first-child {
    margin-right: 10px;
}

.ck-editor-desc ul,
#wc_highlight ul {
    padding-left: 0;
}


/* Object Fit IE */

.object-fit {
    height: 120px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.object-fit img {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}

.object-fit img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.custom-object-fit img {
    opacity: 0;
}


/*.category .course-description h1{
	    color: #434343;
}*/

.owl-carousel .owl-stage-outer {
    margin: -2px;
}


/*Button Glowing Animation*/

@-webkit-keyframes glowing {
    0% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #00AFF0;
        -webkit-box-shadow: 0 0 10px #00AFF0;
    }

    100% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #00AFF0;
        -moz-box-shadow: 0 0 10px #00AFF0;
    }

    100% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #00AFF0;
        box-shadow: 0 0 10px #00AFF0;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

@keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #00AFF0;
        box-shadow: 0 0 10px #00AFF0;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}


/*Course Time*/

time.icon {
    font-size: 14px;
    display: block;
    position: relative;
    width: 55px !important;
    height: 65px;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    /* top: 0; */
    padding: 0px;
    color: #fff;
    background-color: #ef1000;
    border-bottom: 1px dashed #ffa29c;
    box-shadow: 0 2px 0 #ef1000;
}

time.icon em {
    position: absolute;
    bottom: -2px;
    color: #ef1000;
}

time.icon span {
    width: 100%;
    font-size: 22px;
    padding-top: 17px;
    color: #2f2f2f;
    margin-top: 5px;
}

time.icon:hover,
time.icon:focus {
    -webkit-animation: swing 0.6s ease-out;
    animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0deg) skewY(0deg);
    }

    20% {
        -webkit-transform: rotate(12deg) skewY(4deg);
    }

    60% {
        -webkit-transform: rotate(-9deg) skewY(-3deg);
    }

    80% {
        -webkit-transform: rotate(6deg) skewY(-2deg);
    }

    100% {
        -webkit-transform: rotate(0deg) skewY(0deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg) skewY(0deg);
    }

    20% {
        transform: rotate(12deg) skewY(4deg);
    }

    60% {
        transform: rotate(-9deg) skewY(-3deg);
    }

    80% {
        transform: rotate(6deg) skewY(-2deg);
    }

    100% {
        transform: rotate(0deg) skewY(0deg);
    }
}

.course-date {
    position: absolute;
    right: 25px;
    top: 130px;
    z-index: 1;
}

.withdraw {
    /*
    text-align: center;
    display: block;
    padding: 15px 0 0 0;
*/
    text-decoration: underline;
}

.course-details-features .author-icon {
    padding: 0;
}


/* 22-07-19 */

.langselect + span {
    margin-left: 20px;
    margin-top: 12px;
    width: 130px !important;
}

.flexcol {
    display: flex;
}

.account .signin-img-content {
    width: 35%;
}

.account .signin-content {
    width: 65%;
}

.bdr-l {
    border-left: 1px solid #b5b5b5;
}

.course-price .badge {
    padding: 2px 12px;
    border-radius: 15px;
    line-height: 20px;
}

span.price {
    display: block;
    margin-top: 5px;
}

.link {
    color: #2d76b2 !important;
    cursor: pointer;
}

.user-dropdown.dropdown .btn a,
.mob-none.dropdown .btn a,
a.mob-nav-user {
    /*    top: -5px;*/
}

a + small {
    margin-top: 25px;
    position: absolute;
    left: 47px;
}

.user-dropdown.dropdown .btn,
.mob-none.dropdown .btn {
    position: relative;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
}


/*Corporate Courses*/

.corporate-item {
    margin-bottom: 25px;
    box-shadow: 0px 0 2px 1px rgba(20, 23, 28, 0.07), 0 1px 1px 0 rgba(20, 23, 28, 0.08);
    padding-bottom: 25px;
    text-align: left !important;
    border-radius: 5px;
    position: relative;
}

.corporate-item:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15);
}

.corporate-img {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
    height: 255px;
    width: 100%;
}

.corporate-img img {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: inline-flex !important;
    object-fit: cover;
}

.corp-logo {
    border: 3px solid #e0e0e0;
}

.corporate-desc {
    padding: 20px;
}

.corporate-desc h3 {
    margin-bottom: 10px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    text-transform: capitalize;
}

.corporate-desc p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 78px;
}

.corporate-btn {
    padding: 0 20px;
}

.fa-dollar-sign::before,
.fa-rupee-sign::before {
    font-size: 15px;
    padding-right: 3px;
}

.free_user .fa-dollar-sign::before,
.prime_user .fa-dollar-sign::before,
.free_user .fa-rupee-sign::before,
.prime_user .fa-rupee-sign::before {
    font-size: 17px;
    padding-right: 3px;
}


/*Ticket*/

widget#tk-plan {
    float: left;
    margin: 20px;
}

widget#tk-plan[type="ticket"] {
    width: 240px;
    /* min-width: 200px; max-width: 240px; */
}


/* entire container, keeps perspective */

.tk-container {
    perspective: 1000px;
}

.tk-sub-container.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tk-sub-container {
    /* background: rgb(37, 33, 146); */
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.tk-front,
.tk-bottom,
.rip {
    background: #fff;
}

.tk-front,
.tk-back {
    margin-bottom: -1px;
    padding-bottom: 10px;
    width: 100%;
    min-height: 320px;
}

.tk-front {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    /*    position: absolute;*/
    z-index: 1;
}

.tk-back {
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tk-sub-container.flipped .tk-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tk-sub-container.flipped .tk-back {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    z-index: 1;
}

.tk-front .tk-content,
.tk-back .tk-content {
    padding: 0 5px 0 5px;
}

.tk-flip-trigger,
.tk-flip-trigger-b {
    color: #fff;
    float: right;
    padding: 5px 20px;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
}

.tk-flip-trigger-b {
    background: rgb(37, 33, 146);
    color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.tk-title-b {
    background: rgb(37, 33, 146);
    height: 20px;
    padding: 0 0 10px 0;
}

.tk-content .tk-title {
    margin: 0 -5px;
    text-align: center;
}

.tk-content .tk-title h3 {
    background: rgb(37, 33, 146);
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.tk-title:after {
    border-left: 120px solid transparent !important;
    border-right: 120px solid transparent !important;
    border-top: 20px solid rgb(37, 33, 146) !important;
    width: 0;
    height: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    content: "";
    display: table;
    clear: both;
}

.tk-content .tk-title h3 {
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.tk-content p {
    color: #000;
    line-height: 22px;
    margin-top: 0;
    margin: 5px 0;
    padding: 0 5px;
}

.tk-content img {
    padding: 10px 0 0 0;
    width: 100%;
    height: auto;
}

.rip {
    background: #fff;
    height: 25px;
    margin: 0 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: center;
    position: relative;
}

.rip:before,
.rip:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 100%;
    /* pointer-events:none; */
}

.rip:before {
    left: -10px;
}

.rip:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
    right: -40px;
}

.tk-bottom {
    background: #fff;
    margin-top: -1px;
    // overflow:hidden;
}

.tk-bottom .linkl,
.tk-bottom .linkr {
    background: #fff;
    display: block;
    font-weight: 900;
    text-decoration: none;
    width: 44%;
}

.tk-bottom .linkl {
    float: left;
    padding: 10px 0 10px 6%;
    text-align: left;
}

.tk-bottom .linkr {
    float: right;
    padding: 10px 6% 10px 0;
    text-align: right;
}

.tk-buy {
    display: block;
    font-size: 20px;
    font-weight: bold;
    background-color: rgb(227, 255, 25);
    padding: 10px 0;
    line-height: 25px;
    color: rgb(0, 0, 0);
    text-align: center;
    text-decoration: none;
}

.tk-jagged {
    background-color: rgb(37, 33, 146);
    background-image:
        /* Top jagged */
        linear-gradient(135deg, rgb(74, 209, 237) 0%, rgb(74, 209, 237) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-135deg, rgb(74, 209, 237) 0%, rgb(74, 209, 237) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background-position:
        /* Top jagged */
        top center, top center,
        /* Bottom jagged */
        bottom center, bottom center,
        /* Top fade */
        top center,
        /* Bottom fade */
        bottom center;
    background-size:
        /* Top + bottom jagged */
        1rem 1rem, 1rem 1rem, 1rem 1rem, 1rem 1rem,
        /* Top + bottom fade */
        100% 1rem, 100% 1rem;
    background-repeat: repeat-x;
}

#page-sectiondiv .course-title + div {
    min-height: 115px;
}


/*Image Drag Disable*/

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

section.main-content {
    min-height: 550px;
}


/* By: Naveen Prasath
	On: 23-07-2020 */

.left-side-ad-banner,
.right-side-ad-banner {
    position: absolute;
    top: 8%;
    text-align: center;
    align-items: center;
    right: 0;
    padding: 5px;
    width: 15%;
}

.left-side-ad-banner {
    left: 0;
}

.right-side-ad-banner-2,
.left-side-ad-banner-2 {
    display: none;
    position: inherit;
    bottom: -75px;
    text-align: center;
    align-items: center;
    right: 0;
    padding: 5px;
    width: 100%;
}

.left-side-ad-banner-2 {
    left: 0;
}


/*06-08-20*/

.enroll-sec .buy-now {
    text-align: left;
}

.cour-info {
    margin-top: 25px;
}

.cour-info h4 span {
    color: #2d76b2;
}

.job-info ul {
    padding-left: 20px;
}


/*17-08-20 */

#nav-transparent .nav-menu .job-post a {
    color: #2d76b2;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    line-height: 23px;
}

#nav-transparent .nav-menu .job-post {
    text-align: right;
    width: 15%;
}

.jobpst-sec {

    text-align: left;
}

.jobpst-mtop {
    margin-top: 100px;
}

.jobpst-sec h3 {
    display: inline-block;
    color: #2f75b1;
    padding-left: 20px;
        padding-right: 15px;
}
.date-filter{
    display: inline-block;
}
.date-filter input{
    font-size: 14px;
    width: 160px;
    padding: 5px 3px;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.date-filter button.btn-primary{
       padding: 6px 10px;
 
}



.jobpst-sec h3 a {
    color: #2f75b1;
}

.job-search {
    margin-top: 20px;
    display: flex;
    float: right;
}
.job-grid{
    display: flex;
    margin-top:45px;
}
.job-grid .course-grid {
    padding: 20px;
    background: #f0f8ff;
}

.job-grid .badge {
    color: #2e76b1;
    padding: inherit;
    font-size: 90%;
    
}
.job-grid .course-cat-limit{
        margin: 10px 0 20px;
}

.cour-info-head h4{
    display: inline-block;
    color: #f0f8ff;
    line-height: 1.6;
    font-weight: 400;

}
.spn-head{
    padding-left:10px;
}

.cour-info-head h4 span{
    font-weight: 600;
    color: #fff;
}