
:root {
    --brandColor: #fdc143;
    --pinkColor: #fd6f70;
    --purbleColor: #4f3eb4;
    --greenColor: #04c9ac;
    --white: #ffffff;
}

body {
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f7f7f7;
    overflow-x: hidden
}


body::-webkit-scrollbar {
    display: none
}

img {
    max-width: 100%
}

a:focus,button:focus,input:focus {
    text-decoration: none;
    outline: 0
}

a:focus,a:hover {
    text-decoration: none
}

a,i,span {
    display: inline-block
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    color: #1d2025;
    margin: 0
}

h1 {
    font-weight: 500
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #505050;
    margin: 0;
    word-wrap: break-word;
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }

        }

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

@media (min-width: 1200px) {
    .container {
        max-width:1300px;
        margin: auto;
        display: block;
    }
}
@media (max-width: 768px) {
    img.logo_footer{
}
    #footer_part{
    background-size: cover !important;
}
    .footer_links{
        display:none;
    }
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1em;
    font-weight: 700;
    line-height: 30px;
    border-radius: 0 15px;
    transition: border-radius 0.5s;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-color: var(--purbleColor);
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    padding-left: 20px;
    border: none;
}

.main-btn:hover {
    color: #fff;
    background-color: var(--brandColor);
    border-radius: 15px 0;
    border: none;
}

.form-btn {
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 20px;
    font-size: 1em;
    font-weight: bold;
    line-height: 40px;
    border-radius: 0px 15px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background-color: var(--greenColor);
    flex: auto;
    margin-right: 5px;
    height: 40px;
}
.form-btn:hover{
    border-radius:15px 0px;
}
.section-title h5 {
    color: #333;
    position: relative;
    padding-bottom: 12px
}

.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: var(--brandColor);
    bottom: 0;
    left: 0
}

.signuppage .section-title h5::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 2px;
    background-color: var(--purbleColor);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section-title h2 {
    font-size: 48px;
    color: #000;
    padding-top: 10px
}

@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px
    }

    30% {
        top: 32px;
        left: 32px
    }

    40% {
        top: 32px;
        left: 32px
    }

    50% {
        top: 32px;
        left: 32px
    }

    60% {
        top: 32px;
        left: 32px
    }

    70% {
        top: 32px;
        left: 32px
    }

    80% {
        top: 32px;
        left: 32px
    }

    90% {
        top: 32px;
        left: 32px
    }

    100% {
        top: 32px;
        left: 16px
    }
}

@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px
    }

    30% {
        top: 32px;
        left: 32px
    }

    40% {
        top: 32px;
        left: 32px
    }

    50% {
        top: 32px;
        left: 32px
    }

    60% {
        top: 32px;
        left: 32px
    }

    70% {
        top: 32px;
        left: 32px
    }

    80% {
        top: 32px;
        left: 32px
    }

    90% {
        top: 32px;
        left: 32px
    }

    100% {
        top: 32px;
        left: 16px
    }
}

@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px
    }

    40% {
        left: 32px
    }

    50% {
        left: 32px
    }

    60% {
        left: 32px
    }

    70% {
        left: 32px
    }

    80% {
        left: 32px
    }

    90% {
        left: 32px
    }

    100% {
        left: 32px
    }
}

@keyframes rubixcube2 {
    30% {
        left: 16px
    }

    40% {
        left: 32px
    }

    50% {
        left: 32px
    }

    60% {
        left: 32px
    }

    70% {
        left: 32px
    }

    80% {
        left: 32px
    }

    90% {
        left: 32px
    }

    100% {
        left: 32px
    }
}

@-webkit-keyframes rubixcube3 {
    30% {
        top: 0
    }

    40% {
        top: 0
    }

    50% {
        top: 16px
    }

    60% {
        top: 16px
    }

    70% {
        top: 16px
    }

    80% {
        top: 16px
    }

    90% {
        top: 16px
    }

    100% {
        top: 16px
    }
}

@keyframes rubixcube3 {
    30% {
        top: 0
    }

    40% {
        top: 0
    }

    50% {
        top: 16px
    }

    60% {
        top: 16px
    }

    70% {
        top: 16px
    }

    80% {
        top: 16px
    }

    90% {
        top: 16px
    }

    100% {
        top: 16px
    }
}

@-webkit-keyframes rubixcube4 {
    50% {
        left: 0
    }

    60% {
        left: 16px
    }

    70% {
        left: 16px
    }

    80% {
        left: 16px
    }

    90% {
        left: 16px
    }

    100% {
        left: 16px
    }
}

@keyframes rubixcube4 {
    50% {
        left: 0
    }

    60% {
        left: 16px
    }

    70% {
        left: 16px
    }

    80% {
        left: 16px
    }

    90% {
        left: 16px
    }

    100% {
        left: 16px
    }
}

@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px
    }

    70% {
        top: 0
    }

    80% {
        top: 0
    }

    90% {
        top: 0
    }

    100% {
        top: 0
    }
}

@keyframes rubixcube5 {
    60% {
        top: 16px
    }

    70% {
        top: 0
    }

    80% {
        top: 0
    }

    90% {
        top: 0
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px
    }

    80% {
        top: 16px
    }

    90% {
        top: 16px
    }

    100% {
        top: 16px
    }
}

@keyframes rubixcube6 {
    70% {
        top: 32px
    }

    80% {
        top: 16px
    }

    90% {
        top: 16px
    }

    100% {
        top: 16px
    }
}

@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px
    }

    90% {
        left: 0
    }

    100% {
        left: 0
    }
}

@keyframes rubixcube7 {
    80% {
        left: 16px
    }

    90% {
        left: 0
    }

    100% {
        left: 0
    }
}

.header-top {
    background-color: #333;
    padding-top: 10px;
    padding-bottom: 10px
}

.header-contact ul li {
    display: inline-block;
    margin-right: 45px
}

.header-contact ul li:last-child {
    margin-right: 0
}

.header-contact ul li span {
    color: #dee2e6;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.navigation .navbar {
    padding: 12px 0
}

.navigation .navbar .navbar-nav li {
    margin-right: 40px;
    position: relative
}

.navigation .navbar .navbar-nav li:last-child {
    margin-right: 0
}

.navigation .navbar .navbar-nav li a {
    font-size: 1em;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    padding: 20px 0;
    text-decoration: none;
}

.navigation .navbar .navbar-nav>li>a.active,.navigation .navbar .navbar-nav>li>a:hover {
    color: var(--brandColor);
}

.navigation .navbar .navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #333;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 99
}

.navigation .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.navigation .navbar .navbar-nav li .sub-menu li {
    margin-right: 0
}

.navigation .navbar .navbar-nav li .sub-menu li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgba(255,198,0,.5);
    color: #fff
}

.navigation .navbar .navbar-nav li .sub-menu li a.active,.navigation .navbar .navbar-nav li .sub-menu li a:hover {
    padding-left: 20px;
    color: #ffc600
}

.sub-nav-toggler {
    display: none
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0
}

.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 18px 0;
    -webkit-transform: all .4s linear;
    transform: all .4s linear
}

.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px
}

.right-icon ul li {
    display: inline-block;
    margin-right: 17px;
    margin-left: 17px;
    padding: 20px 0
}

.right-icon ul li:last-child {
    margin-right: 0
}

.right-icon ul li a#search {
    font-size: 18px;
    color: #333;
    position: relative;
    padding-right: 7px;
    text-align: center
}

.right-icon ul li a span {
    font-size: 12px;
    color: #fff;
    background-color: #ffc600;
    border-radius: 50%;
    padding: 0 4px;
    position: absolute;
    top: -5px;
    right: 0
}

.header-social ul li {
    display: inline-block;
    margin-left: 10px
}

.header-social ul li:first-child {
    margin-left: 0
}

.header-social ul li a {
    font-size: 15px;
    color: #dee2e6
}

.navigation-2 .navbar .navbar-nav li {
    margin-right: 40px
}

.navigation-2 .navbar .navbar-nav li a {
    padding: 45px 0
}

.navigation-2 .right-icon ul li {
    padding: 42px 0
}

.navigation-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0;
    z-index: 99
}

.navigation-3 .navbar .navbar-nav li a,.navigation-3 .right-icon ul li a {
    color: #fff
}

.navigation-3 .navbar .navbar-toggler .icon-bar {
    background-color: #fff
}

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7,41,77,.5);
    z-index: 999;
    display: none
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px
}

.closebtn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block
}

.closebtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px
}

.closebtn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px
}

.search-box .serach-form input {
    width: 50%;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    border: none;
    color: #333;
    font-size: 20px;
    padding-left: 20px;
    border-radius: 0px 20px;
    box-shadow: 0 0 1px 1px #b7b7b69e;
}

.search-box .serach-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: var(--purbleColor);
    cursor: pointer;
    font-size: 16px
}

.color-1 {
    background-color: #4886ff
}

.color-2 {
    background-color: #b5d56a
}

.color-3 {
    background-color: #ffc600
}

#about-part {
    position: relative;
    padding-bottom: 220px
}

.about-bg {
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2
}

.about-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(255,255,255,0)),to(rgba(255,255,255,1)));
    background: linear-gradient(180deg,rgba(255,255,255,0) 60%,rgba(255,255,255,1) 100%)
}

.about-bg img {
    width: 100%
}

.about-cont p {
    padding-top: 30px
}
.card_room_homepage .singel-course{
    background:transparent;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}
.singel-course {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 10px;
    border-radius: 30px 30px;
}
.card_courses_homepage .singel-course {
    background-color: var(--greenColor);
    background-image: url(/img/grandcard.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.card_room_homepage .singel-course {
    background-color: var(--brandColor);
    background-image: url(/img/gallerycard.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}
.card_blog_homepage .singel-course{
    background-color: var(--purbleColor);
    background-image: url(/img/blogcard.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.singel-course>.thum {
    position: relative;
    height: 250px;
    width: 100%;
}

.singel-course .thum .image {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.singel-course .thum .image img {
    width: 100%;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    height: 100%;
    object-fit: cover;
}

.singel-course:hover .thum .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.singel-course .thum .price {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99
}

.singel-course .thum .price span {
    font-size: 16px;
    font-weight: 700;
    width: auto;
    height: 30px;
    border-top-left-radius: 6px;
    background-color: var(--brandColor);
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
    line-height: 30px;
    padding: 0px 10px;
}

.price del, .price-button del {
    color: var(--danger);
    margin-right: 10px;
}

.singel-course .cont {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0
}

.singel-course .cont>ul {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 15px
}

.singel-course .cont ul li {
    display: inline-block;
    margin: 1px
}

.singel-course .cont ul li>i {
    font-size: 13px;
    color: #ffc600
}

.singel-course .cont span {
    font-size: 13px;
    color: #000
}

.singel-course .cont h4 {
    font-weight: 600;
    font-size: 20px;
    color: var(--purbleColor);
    padding: 5px 15px;
    padding-top: 15px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.singel-course .cont h4:hover {
    color: #ffc600
}

.singel-course .course-teacher {
    border-bottom: 2px solid var(--purbleColor);
    padding-top: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    padding: 9px 5px;
    align-items: center;
    justify-content: flex-start;
}

.singel-course .course-teacher>.thum {
    display: inline-block
}

.singel-course .course-teacher>.thum img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.singel-course .course-teacher .name {
    margin-left: 10px
}

.singel-course .course-teacher .name a h6 {
    font-size: 1.2em;
    color: var(--purbleColor);
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.singel-course .course-teacher .name a:hover h6 {
    color: #ffc600
}

.singel-course .course-teacher .admin {
    display: inline-block;
    float: right;
    overflow: hidden
}

.singel-course .course-teacher .admin ul li {
    margin-right: 20px
}

.singel-course .course-teacher .admin ul li:last-child {
    margin-right: 0
}

.singel-course .course-teacher .admin ul li a {
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.singel-course .course-teacher .admin ul li a:hover {
    color: #ffc600
}

.singel-course .course-teacher .admin ul li a span {
    color: #8a8a8a;
    margin-left: 3px
}


#video-feature {
    position: relative
}

.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(16 16 16 / 90%)
}

.video {
    padding-left: 80px
}

.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #ffc600;
    color: #333;
    border-radius: 50%
}

.feature {
    position: relative;
    z-index: 5
}

.feature .feature-title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px
}

.feature ul li .singel-feature {
    padding-top: 55px;
    overflow: hidden
}

.feature ul li .singel-feature .icon {
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px
}

.feature ul li .singel-feature .icon img {
    width: 50px
}

.feature ul li .singel-feature .cont {
    width: 78%;
    float: left;
    overflow: hidden
}

.feature ul li .singel-feature .cont h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px
}

.feature ul li .singel-feature .cont p {
    color: #fff
}

.footer-top {
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 30px;
}

.footer-about {
    padding-right: 50px;
    display: flex;
    flex-direction: row-reverse;
}

.footer-about p {
    color: var(--purbleColor);
    font-size: 27px;
    padding-top: 15px;
    text-align: justify;
    font-weight: 600;
    width: 50%;
}

ul.social li {
    display: inline-block;
    margin-right: 15px
}

ul.social li:last-child {
    margin-right: 0
}

ul.social li a {
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    text-align: center;
    background-color: var(--purbleColor);
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

ul.social li a:hover {
    background-color: #ffc600;
    color: #021d3a;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.footer-title h6 {
    font-size: 18px;
    color: #fff
}

.footer-link {
    overflow: hidden
}

.footer-link ul {
    width: 50%;
    float: left;
    overflow: hidden
}

.footer-link ul li {
    line-height: 35px
}

.footer-link ul li a {
    color: #fff;
    font-size: 15px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.footer-link ul li a i {
    margin-right: 8px;
    color: #ffc600;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.footer-link ul li a:hover {
    color: #ffc600
}

.footer-link ul li a:hover i {
    margin-right: 15px
}

.footer-copyright {
    background: black;
    display: none;
}

.footer-copyright .copyright p {
    color: #fff
}

.footer-copyright .copyright p span {
    font-weight: 600
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: var(--purbleColor);
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    display: none
}

.back-to-top:hover {
    color: #fff;
    background-color: #021d3a
}

.singel-course-2>.thum {
    position: relative
}

.singel-course-2>.thum .image>img {
    border-radius: 5px;
    width: 100%
}

.singel-course-2>.thum .price {
    position: absolute;
    bottom: 40px;
    right: 15px;
    z-index: 5
}

.singel-course-2>.thum .price span {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center
}

.singel-course-2>.thum .course-teacher {
    background-color: rgba(0,0,0,.8);
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.singel-course-2>.thum .course-teacher>.thum {
    display: inline-block
}

.singel-course-2>.thum .course-teacher>.thum img {
    border-radius: 50%
}

.singel-course-2>.thum .course-teacher .name {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    bottom: 13px
}

.singel-course-2>.thum .course-teacher .name h6 {
    color: #fff;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.singel-course-2>.thum .course-teacher .name h6:hover {
    color: #ffc600
}

.singel-course-2 .cont {
    padding-top: 25px
}

.singel-course-2 .cont h4 {
    font-weight: 600;
    font-weight: 24px;
    color: #000;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.singel-course-2 .cont h4:hover {
    color: #ffc600
}

.about-image img {
    width: 100%;
    border-radius: 5px
}

.about-singel-items span {
    font-size: 60px;
    color: #dbdbdb;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 22px
}

.about-singel-items h4 {
    color: #000;
    font-size: 24px;
    padding-bottom: 25px
}

.courses-top-search {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    overflow: hidden
}

.courses-top-search .nav {
    margin-top: 5px
}

.courses-top-search .nav .nav-item {
    margin-right: 15px;
    font-size: 15px;
    color: #8a8a8a
}

.courses-top-search .nav .nav-item a {
    font-size: 16px;
    color: #8a8a8a
}

.courses-top-search .nav .nav-item a.active {
    color: #ffc600
}

.courses-search {
    position: relative
}

.courses-search input {
    height: 30px;
    width: 240px;
    background-color: #f6f6f6;
    border: 0;
    color: #8a8a8a;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 20px
}

.courses-search button {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0;
    height: 30px;
    font-size: 15px;
    color: #8a8a8a;
    border: 0;
    background: 0 0;
    cursor: pointer
}

#courses-list .singel-course .thum .price {
    right: -25px;
    bottom: auto;
    top: 30px
}

.singel-blog {
    overflow: hidden;
    border-radius: 5px
}

.singel-blog .blog-thum img {
    width: 100%
}

.singel-blog .blog-cont {
    padding: 40px 50px;
    background-color: #fff
}

.singel-blog .blog-cont a {
    display: block
}

.singel-blog .blog-cont h3 {
    font-size: 36px;
    color: #000;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.singel-blog .blog-cont a:hover h3 {
    color: #ffc600
}

.singel-blog .blog-cont ul {
    padding: 20px 0
}

.singel-blog .blog-cont ul li {
    display: inline-block;
    margin-right: 30px
}

.singel-blog .blog-cont ul li:last-child {
    margin-right: 0
}

.singel-blog .blog-cont ul li a {
    font-size: 15px;
    color: #8a8a8a
}

.singel-blog .blog-cont ul li a i {
    color: #ffc600;
    margin-right: 5px
}

.nice-number {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.nice-number input {
    width: 50px!important;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaa;
    padding-right: 20px
}

.nice-number button {
    position: absolute;
    width: 25px;
    padding: 0;
    right: 2px;
    top: 2px;
    border: 0;
    border-top-right-radius: 5px;
    background: 0 0;
    cursor: pointer
}

.nice-number button:last-child {
    top: auto;
    bottom: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px
}

.nice-number button i {
    font-size: 15px;
    color: #000
}

.add-btn {
    display: inline-block
}

.add-btn .main-btn {
    line-height: 46px
}

.contact-from {
    background-color: #fff;
    padding: 40px;
    border-radius: 5px
}

.contact-from.signuppage {
    padding: 10px 5px
}

.contact-from .main-form .singel-form {
    margin-top: 10px;
    margin-bottom: 5px
}

.contact-from .main-form .singel-form input,.contact-from .main-form .singel-form select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    color: #212529;
    font-size: 15px;
    flex: 100%;
    box-shadow: 0 0 1px 1px #b7b7b69e
}

.form-group {
    margin: 0
}

p.form-message.error,p.form-message.success {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px
}

.logo a {
    color: #070707
}

.singel-patnar img {
    height: 100px;
    width: auto
}

.signuppage .section-title h5 {
    text-align: center;
    font-size: 20px;
    color: var(--purbleColor);
}

.question-add .contact-from .main-form .singel-form {
    display: flex
}

.question-add .contact-from .main-form .singel-form label {
    color: #5e7289;
    flex: 20%;
    margin: auto
}

.elementor-widget-scisco-iconbox:nth-of-type(1) {
    background: #83b1c7
}

.elementor-widget-scisco-iconbox:nth-of-type(2) {
    background: #13b1ec
}

.elementor-widget-scisco-iconbox:nth-of-type(3) {
    background: #d4a504
}

.elementor-widget-scisco-iconbox:nth-of-type(4) {
    background: var(--brandColor)
}

.elementor-element.elementor-element-76fb0d2.elementor-widget.elementor-widget-scisco-iconbox {
    margin: 0 10px 10px 0;
    box-shadow: 0 0 2px 0 rgb(88 80 80 / 18%);
    padding: 5px 10px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    overflow: hidden;
    color: #fff;
    flex: 45%;
    justify-content: space-between;
    align-content: space-around
}

h6.icon-box-title {
    color: #fff
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 500px;
    perspective: 1000px;
    margin-bottom: 0px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: space-around;
    flex-direction: column;
    /* filter: grayscale(1); */
}

.flip-card-front h3 {
    float: left;
    display: inline-flex;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    color: #fff;
    margin: 30px 0 10px 10px;
    text-align: left
}

.flip-card:hover .flip-card-inner {
    filter:grayscale(0);
}.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card-front {
    background-color: transparent;
    color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.flip-card-back {
    background-color: var(--brandColor);
    color: #fff;
    display: flex;
    transform: rotateX(-180deg);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    padding: 100px 5px
}

.flip-card-back a,.flip-card-back h1,.flip-card-back p {
    color: #fff
}

.navigation .logo {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.signuppage .form_secondary_btn {
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    background: var(--purbleColor);
}

.with-errors {
    color: red
}

.courses_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    height: 420px
}

.text-brand {
    color: var(--purbleColor);
}

.text-red {
    color: red
}

li.blog_list_view {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    border: none!important;
    margin-bottom: 11px
}

.blog_list_view .item-avatar {
    height: 70px;
    flex: 35%;
    margin-right: 15px;
    margin-bottom: 10px;
    max-width: 35%
}

.blog_list_view .item-avatar .avatar {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 3px 5px rgb(0 0 0 / 6%);
    border-radius: 5px
}

.blog_list_view .item-avatar a {
    width: 100%;
    height: 100%
}

.blog_list_view .item-title h2 {
    font-size: 18px;
    text-transform: capitalize;
    color: #192b33
}

.blog_list_view .activity a {
    font-size: 14px;
    color: #6c757d;
    text-transform: capitalize
}

.blog_list_view_container h4 {
    font-size: 20px;
    color: var(--brandColor);
    text-align: center
}
.course-singel-left p {
    white-space: pre-line
}
.menu_mobile_only {
    display: flex;
    vertical-align: middle;
    margin: auto;
    display: flex;
    background: 0 0;
    align-items: center;
    justify-content: space-around;
    border: none;
    overflow-x: scroll;
    color: #48465b;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 3%);
    padding: 8px 0
}
.menu_mobile_only li a span {
    color: var(--brandColor)
}
.copyright {
    color: #fff
}
.courses_list_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    justify-content: center;
}


ul.contant_footer_info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

ul.contant_footer_info li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: right;
    width: 85%;
}

ul.contant_footer_info p {
    margin: 20px 15px;
    font-size: 20px;
    padding-top: 0;
    font-weight: bold;
    width: 50%;
    text-align: center;
}

ul.contant_footer_info i {
    font-size: 20px;
    color: white;
    background: var(--purbleColor);
    padding: 10px;
    border-radius: 5px;
}

#footer_part .logo {
    object-fit: contain;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.room_page .room_page_text p {
    color: white;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}

.desktop_display_none {
    display: none;
}

.card_blog_homepage .flip-card-inner {
    filter: grayscale(0);
}

.card_courses_homepage a.flip-card-front {
    background-position: center;
}

.logo a img {
    height: 80px;
    object-fit: contain;
}

.home_slider .slider_icon img {
    width: 80%;
}

.footer_title {
    color: var(--purbleColor);
    word-spacing: 0px;
    margin-bottom: 10px;
}

.footer_title_yellow {
    color: var(--purbleColor);
    background: var(--brandColor);
    width: auto;
    text-align: center;
    display: inline-block;
    word-spacing: 10px;
}

#footer_part .footer_breif p {
    color: var(--purbleColor);
    font-size: 1.3em;
    text-align: justify;
    margin-top: 10px;
    font-weight: 500;
}

img.logo_footer {
    width: 250px;
    margin-bottom: 20px;
}

.footer_breif {
    text-align: center;
}

.footer_follow_us {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer_links {
    text-align: center;
}

.footer_links li a {
    font-size: 1.3em;
    margin-top: 10px;
    color: var(--purbleColor);
    font-weight: 500;
}


.footer_follow_us p {
    font-size: 1.3em;
    color: var(--purbleColor);
    font-weight: 500;
}

.footer-social i {
    font-size: 2em;
    margin-right: 20px;
    color: var(--purbleColor);
}


.footer_links .footer_title {
    text-decoration: underline;
}

.top_profile.container.p-0.product_page {
    background-image: url(../../img/cover/background_product_cover.webp);
}



