﻿

.nav-top {
    background: linear-gradient(to right, #2b0bb3, #ac223e);
}

    .nav-top ul {
        margin: 0px;
        padding: 0px;
    }

    .nav-top ul li {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        padding: 10px 3px;
    }

    .nav-top ul li a {
        color: #fff;
    }

.nav_bar-top .navbar a.navbar-brand img {
    width: 120px;
}

.navbar {
    padding: 0px;
    margin: 0px;
}

.navbar-light ul.navbar-nav li {
    padding: 0rem 0.7rem;
}

.navbar-light ul.navbar-nav li .dropdown-menu {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    width: 512px;
    height: 110px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    left: auto;
    right: 20px !important;
}

    .navbar-light ul.navbar-nav li .dropdown-menu a:hover {
        background: #76196f;
        color: #fff;
    }

.navbar-light ul.navbar-nav li .dropdown-menu a {
    padding: 0.45rem 1.5rem;
}

.navbar-light ul.navbar-nav li a {
    color: #000;
    font-weight: 700;
    padding: 12px 20px !important;
    border-radius: 8px;
}

.nav_bar-top ul.navbar-nav li a:hover {
    background: #65157e !important;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

.nav_bar-top .navbar form button:hover {
    background: #a72141;
    /*    border-color: transparent;*/
}

.nav_bar-top .navbar form button:focus {
    box-shadow: none;
}

.nav_bar-top .navbar form button {
    font-size: 15px;
    font-weight: 500;
    background: #58138b;
    border: 0;
    padding: 8px 20px;
    border-radius: 8px;
}

.nav_bar-top .navbar form button a {
    color: #fff;
}

.nav_bar-top .navbar form button a:hover {
    text-decoration: none;
}
.nav_bar-top {
    box-shadow: 0px 5px 27px 0px rgb(0 0 0 / 8%) !important;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    background: #fff;
}


.divison {
    position: relative;
    width: 100%;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    padding: 10px 0px 15px;
}

hr.hr-a1 {
    width: 35%;
    position: absolute;
    left: 0;
}

hr.hr-a2 {
    width: 35%;
    position: absolute;
    right: 0;
}

.social {
    text-align: center;
}

.social a i {
    font-size: 15px;
    color: #fff;
}

.social a {
    margin: 0 10px;
    border-radius: 100px;
    display: inline-flex;
    padding: 17px;
    background: #58138b;
}

.social a:hover {
    background: #a72141;
}

.nav_bar-top .navbar form .modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 18px;
}

.form.log-in input {
    border: 1px solid #c1c1c1;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    width: 100%;
    /*background: rgba(0, 0, 0, 0.09);*/
    font-size: 15px;
    padding: 10px 15px;
    margin: 5px 0;
}

.form.log-in button {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0px;
}

.form.log-in {
    position: relative;
    margin: 10px 0;
}

input.form-control:focus ~ .input-placeholder {
    font-size: 0.85rem;
    top: -0.5rem;
    left: 0.5rem;
    padding: 0.3rem 0.5rem;
    line-height: 1;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #fff;
    font-weight: 600;
}

.input-placeholder {
    position: absolute;
    top: 13px;
    padding: 0px 15px;
}

.nav_bar-top .navbar form .modal .modal-dialog .modal-content .modal-header button.close:focus {
    outline: none;
}

.login-ftr span a {
    color: #58138b;
}

/* first secton css strt*/
.innr-btn a {
    border-radius: 15px;
    padding: 5px 20px;
    background: transparent;
    margin: 0px 5px;
}

.innr-btn .btn1 {
    border: 2px solid #58138b;
    color: #a72141;
}

.innr-btn .btn1:hover {
    background: #58138b;
    color: #fff;
}

.innr-btn .btn2 {
    border: 2px solid #a72141;
    color: #a72141;
}

.innr-btn .btn2:hover {
    background: #a72141;
    color: #ffff;
}

.crativ-view img {
    width: 400px;
}

.slider-first {
    padding: 0px 0px 50px 0px;
    background: url(/Content/Commerce-link/images/bg-img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    /*height: 815px;*/
    margin-top: 10px;
}

.slidr-innr {
    margin-top: 40px;
    padding: 0 0 0 50px;
}

.slidr-innr h3 {
    margin-bottom: 30px;
    font-size: 3.5rem;
}

.slidr-innr h3 span {
    color: #65157e;
}

.slidr-innr p {
    margin-bottom: 30px;
    text-align: justify;
}

p.firstpR {
    font-size: 22px;
    color: #c0c1c1;
    font-weight: 600;
    margin-bottom: 5px;
}

.p-join {
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: underline;
}
/* first secton css end*/

/* secnd-sction css strt*/
.secnd-sction {
    padding: 50px 0px;
    position: relative;
}

.targt {
    background-color: #ffffff;
    padding: 30px 30px;
    margin: 0px 0px 60px 0;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 12%);
    transition: all .22s ease-in-out,color 1ms;
    border:none;
}

.targt:hover {
    transform: translateY(-30px);
    background: #2b0bb3;
    color: #fff;
}

.secnd-sction a:hover {
    text-decoration: none;
}

.targt i {
    font-size: 65px;
    color: #000;
}

.targt .card-body h5 {
    color: #65157e;
    font-size: 25px;
    text-transform: capitalize;
}


.targt .card-body {
    padding: 0px;
    margin-top: 20px;
}

.targt:hover .fal {
    color: #fff;
}

.targt:hover h5 {
    color: #fff;
}

.card.targt.crd-trget {
    margin-top: 150px;
}

.slidr-innr-img img {
    width: 360px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slidr-innr-img {
    text-align: right;
}

.secton-third {
    padding: 50px 0px;
    background: url(/Content/Commerce-link/images/BG2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

.secton-third .secn-third-img img {
    transition: all .1s ease-in-out;
}

.slidr-innr span.spn1 {
    font-size: 150px;
    color: #c1c1c1;
    margin-right: 15px;
    font-weight: 100;
    line-height: 0.90;
}

.video-btn a.btn.btn1 {
    border: none;
}

.video-btn a.btn.btn1:hover {
    background: transparent;
    color: #58138b;
}

.video-btn a.btn.btn1 i {
    font-size: 22px;
    color: #ffffff;
    background-color: #a72141;
    padding: 10px;
    margin-right: 20px;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(255,255,255,0.65);
    border-radius: 60px;
    box-shadow: 0px 0px 0px 10px rgb(126 50 220 / 8%);
}

.video-btn a.btn.btn1 i:hover{
    background-color: #7e32dc;
}

.video-btn:hover{
    animation: BtnFxAbsorber .8s forwards;
}

.innr-btn .btn1:focus {
    box-shadow: none;
}

.video-btn .btn1 {
    border: none;
}

.fourth {
    line-height: 1.6;
    display: inline-flex;
    color: #65157e;

}

.fourth i {
    font-size: 27px;
    color: #65157e;
    transition: all .22s ease-in-out,color 1ms;
}


.fourth i:hover {
    transform: scale(1.25,1.25);
}

.fourth-sectin {
    padding: 50px 0px;
    overflow: hidden;
}

.secton-fivth .tab-sectn .nav-tabs {
    background-color: #7e32dc;
    padding: 0px;
    border-style: none;
    border-radius: 99px;
    box-shadow: 0px 0px 0px 10px rgb(126 50 220 / 50%);
    justify-content: center;
}

.secton-fivth .tab-sectn .nav-tabs li.nav-item a {
    background: #fff;
    color: #000;
    border: 0;
    margin: 10px;
    border-radius: 99px;
    padding: 10px 45px;
}

.secton-fivth .tab-sectn section.pricing.py-5 .card-body h5 {
    font-weight: 400;
    color: #bc44dd;
    font-size: 56px;
}

.secton-fivth .tab-sectn section.pricing.py-5 .card-body h6 {
    color: #7e32dc;
    font-weight: 600;
    font-size: 18px;
}

.secton-fivth .tab-sectn section.pricing.py-5 .card-body ul.fa-ul li {
    font-size: 16px;
    color: #7e32dc;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
    padding: 10px 0px;
}

.secton-fivth .tab-sectn section.pricing.py-5 .card-body ul.fa-ul li span i:hover {
    transform: scale(1.25,1.25);
}

.secton-fivth .tab-sectn section.pricing.py-5 .card-body a {
    border-radius: 15px;
    padding: 5px 20px;
    background: #a72141;
    margin: 0px 5px;
    color: #fff;
}

.secton-fivth .tab-sectn section.pricing.py-5 .card-body a:focus {
    box-shadow: none;
}

.secton-fivth .tab-sectn section.pricing.py-5 .card-body a:hover {
    background: #58138b;
}

.crd-bdy {
    background-color: #bc44dd;
    border-radius: 99px 0 0 99px;
    right: 0px;
    left: auto;
    padding: 20px 25px;
    transform-origin: 0 0;
    transform: rotate( -90deg ) translateX(-100%);
    position: absolute;
    top: 0px;
    color: #fff;
    font-weight: 700;
}

.secton-fivth .tab-sectn section.pricing .card {
    background-color: #ffffff;
    padding: 40px 30px 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    transition: all .2s ease-in-out;
    border: none;
}

.secton-fivth .tab-sectn section.pricing .card:hover {
    transform: scale(1.05);
}

.secton-fivth .tab-sectn section.pricing .crdA {
    top: 90px;
}

.secton-fivth {
    padding: 50px 0px;
    overflow: hidden;
}

.sxth-sctn {
    padding: 50px 0px 120px;
    /* margin-bottom: 61px; */
    background: linear-gradient(to right, #2b0bb3, #ac223e);
}

.secton-fivth .tab-sectn .nav-tabs li.nav-item a:focus {
    background: #600c77;
    color: #ffff;
}
/* secnd-sction css end*/

/* material-slider css strt*/
.material-slider img.home_img100 {
    padding: 0 20px;
    border-radius: 5px;
}

.home_img100 {
    width: 100%;
    border: 0 solid #fff;
    padding: 0;
    border-radius: 5px;
}

.material_section {
    /*background-image: url('../images/testimonial/material-bg-img.jpg');*/
    padding: 50px 0;
    margin-top: 0;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/background-img/crtive-img4.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.pic {
    margin-top: 3rem;
}

.material_section h2 {
    color: #fff;
}

.Faculty_section {
    background-image: url('../images/favulty/favulty-bg-img.jpg');
    padding: 1rem 0;
    margin-top: 0;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

.Faculty_section .aboutp.mbr-3 {
    margin-bottom: 3rem;
}

.Faculty_section .fclty-box {
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 5px;
    margin: 0 auto;
    border-radius: 40% 0 !important;
}

.fclty-box {
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 1px 10px 14px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    position: relative;
    border: 2px solid #ccc;
    transition: all .4s ease-in-out;
}

.fclty-box {
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 1px 10px 14px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    position: relative;
    border: 2px solid #ccc;
    transition: all .4s ease-in-out;
}

.Faculty_section .aboutp.mbr-3 h2 {
    color: #fff;
}

.fclty-box:before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 20%;
    border: 3px solid #fff;
    opacity: .9;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    transition: all .4s ease-in-out;
    animation: animate 5s infinite linear;
}

.Faculty_section .fclty-img-div {
    height: auto;
    width: auto;
    margin: 0 auto;
}

.fclty-box img {
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
}

.fclty-box:hover {
    box-shadow: 0 0 0 5px rgb(0 0 0 / 10%);
}

.fclty-box:hover:before {
    height: 400px;
    width: 300px;
    top: -55px;
    right: -37px;
}

.fclty-box:before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    opacity: .9;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    transition: all .4s ease-in-out;
    animation: animate 5s infinite linear;
    background: #070325eb;
}

.fclty-box:hover .fclty-box-content {
    filter: blur(0);
    opacity: 1;
    top: 20px;
}

.fclty-box .fclty-box-content {
    color: #fff;
    text-align: center;
    width: 200px;
    opacity: 0;
    filter: blur(10px);
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.fclty-box .fclty-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 2px;
}

.fclty-box .fclty-post {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
    color: #fff;
    display: block;
    font-weight: 700;
}

.fclty-box .fclty-post p {
    color: #fff;
}

.fclty-box:hover .fclty-icon {
    display: none;
    transition: all .4s ease-in-out;
}

.fclty-box .fclty-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 65px;
    right: 15px;
}

.fclty-box .fclty-icon p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    height: 85px;
    width: 95px;
    margin: 7px 0;
    border-radius: 0% 30% 30% 30%;
    display: block;
    transition: all .3s;
    animation: animate 5s infinite linear;
    background: #a00a0a;
}

.faculty-name {
    text-align: center;
    font-size: 20px;
    font-weight: 550;
    padding: 10px;
}

.testimonial_section .testimonial {
    margin: 10px 15px;
    padding: 0 0 20px 20px;
    position: relative;
}

.testimonial_section .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0c0c0c;
    width: 80px;
    height: 80px;
    padding: 10px;
    z-index: 2;
    border: 5px solid #65157e;
    border-radius: 37% 0% 25% 25%;
}

.testimonial_section .pic img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border-radius: 50% 50% 50% 50%;
    border-color: #65157e;
}

.testimonial_section .testimonial-review {
    border: 5px solid #65157e;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-radius: 18px 18px;
}

.testimonial_section .testimonial-review p {
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 0 0 49px;
    color: #272727;
    font-size: 15px;
    position: relative;
}

.testimonial_section .testimonial-review p:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 30px;
    color: #65157e;
}

.testimonial_section .testimonial-title {
    padding: 0 0 0 48px;
    font-size: 15px;
    color: #7c7c7c;
}

.testimonial_section .testimonial-title a {
    color: #2c5684;
    font-size: 15px;
}

.testimonial_section .owl-theme .owl-controls {
    margin-top: 30px;
}

section.testimonial_section {
    padding: 50px 0px;
}

a.rankup_btn.rankup_btn-lg {
    background: #6588e9;
    margin: 20px 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 33px;
    line-height: 1.6;
    text-transform: capitalize;
    min-width: 150px;
    text-align: center;
    border-radius: 10px;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

a.rankup_btn.rankup_btn-lg:hover {
    background-color: #7fedff;
}

.slidr-innr .fourth p {
    margin-bottom: 30px;
    text-align: justify;
    font-size: 15px;
    text-transform: capitalize;
}
/* material-slider css end*/

.sction-dpolvct {
    background: #ffffff;
}

.sction-dpolvct .targt ul li i {
    font-size: 15px;
    margin-right: 10px;
}

.sction-dpolvct .targt ul li {
    background: transparent;
    border: none;
}

.sction-dpolvct {
    /*background: linear-gradient(to right, #2b0bb3, #ac223e);*/
    padding: 10px 0 40px;
    position:relative;
}

.targt:hover .far {
    color: #ffff;
}

.targt:hover .fas{
    color: #ffff;
}

.targt:hover .btn1 {
    background: #fff;
    color: #000;
    font-weight: 500;
}

.btn1 {
    background: #58138b;
    color: #fff;
    margin: 22px 20px;
}

.slidr-innr.slidr-innraa {
    margin: 0px 0px 75px 0px;
    text-align: center;
}


/*.targtaa {
    background-color: #ffffff;
    padding: 30px 30px;
    margin: 0px 0px 60px 0;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 12%);
    transition: all .22s ease-in-out,color 1ms;
    border: none;
}

.targtaa .card-body {
    padding: 0px;
    margin-top: 20px;
}

.targtaa .card-body h5 {
    color: #65157e;
    font-size: 25px;
    text-transform: capitalize;
}

.sction-dpolvct .targtaa ul li {
    background: transparent;
    border: none;
}*/
/* footer css strt */

footer.footer-area {
    background: rgb(0 0 0 / 75%);
    background-image: url(../images/background-img/crtive-img4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}

footer.footer-area .footer_logo img {
    width: 150px;
    height: 80px;
}

.cpyright {
    font-weight: bold;
    padding: 12px 0px;
    color: #000;
    border-top: 1px solid #c1c1c1;
    margin: 0px;
}

footer.footer-area .footer_logo {
    margin: 10px 0px;
}

footer.footer-area p {
    /*margin: 10px 0px;*/
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

footer.footer-area p a {
    color: #fff;
}

footer.footer-area ul {
    margin: 10px 0px;
    list-style: none;
    padding: 0px;
}

footer.footer-area ul li {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0px 0px 5px;
    color: #fff;
}

footer.footer-area ul li a {
    color: #fff;
}

footer.footer-area ul li a:hover {
    color: #66157e;
}

footer.footer-area h3 {
    color: #fff;
}

ul.social-icn li {
    display: inline-block;
}

ul.social-icn li a {
    padding: 0px 0px 0px 0px;
}

ul.social-icn li a i {
    font-size: 17px;
}
/* footer css end */



.carousel-inner, .carousel, .carousel-item, .container, .fill {
    height: 100%;
    min-height: 260px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.slide-wrapper {
    display: inline;
}

    .slide-wrapper .container {
        padding: 0;
    }


/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner > .carousel-item.carousel-item-next,
.carousel-inner > .carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.carousel-inner > .carousel-item.carousel-item-prev,
.carousel-inner > .carousel-item.active.carousel-item-left {
    transform: translate3d(0,-100%, 0);
    -webkit-transform: translate3d(0,-100%, 0);
    -moz-transform: translate3d(0,-100%, 0);
    -ms-transform: translate3d(0,-100%, 0);
    -o-transform: translate3d(0,-100%, 0);
    top: 0;
}

    .carousel-inner > .carousel-item.next.carousel-item-left,
    .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
    .carousel-inner > .carousel-item.active {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        ;
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        top: 0;
    }

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .carousel-indicators li {
        display: block;
        margin-bottom: 5px;
        border: 1px solid #00a199;
    }

        .carousel-indicators li.active {
            margin-bottom: 5px;
            background: #00a199;
        }


.sction-dpolvct .liv-dmo a {
    text-decoration: none;
}

.demo-livclass {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgb(221 230 237 / 40%) 0px 16px 32px 0px;
    margin: 0 0 20px 0;
}

.demo-livclass .img img {
    width: 130px;
    height: 70px;
    border-radius: 5px;
}

.clss-detail h6 {
    color: #000;
    margin: 0px 0px 3px;
}

.clss-detail p {
    color: #000;
    font-size: 13px;
    margin: 0px 0px 3px;
}

.clss-detail span {
    color: #000;
    font-size: 13px;
}


.sctin-classliv {
    padding: 3rem 0 6rem;
    background: rgb(221 220 220);
}

.sctin-classliv h3{
    margin-bottom: 4rem;
}


.classliv-rw {
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 12%);
    justify-content: center;
    height: 390px;
}

.classliv-bdy h5 {
    font-size: 36px;
    margin: 30px 0px 20px;
}

.classliv-bdy {
    margin: 68px 0;
    text-align: left;
}

.classliv-bdy .btn1 {
    margin: 20px 0;
}

.classliv-bdy span.btn2 {
    background: #ac2e4c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.classliv-bdy a.btn.btn1:hover {
    color: #ffff;
}

.classliv-bdy p {
    font-size: 20px;
}

.liv-dmo {
    margin-top: -60px;
}

.classliv_new {
    padding: 4rem 0 3rem;
    background: rgb(252 252 252);
}

.classliv_new .classliv-rw {
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 12%);
    justify-content: center;
    height: auto;
}

.classliv_new .classliv-rw .classliv-bdy {
    margin: 30px 0;
}

.classliv_new .classliv-rw .classliv-bdy span.btn2 {
    transform: skewY(197deg);
    background: #ac2e4c;
    padding: 8px 20px;
    height: 32px;
    margin: auto 6px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: rgb(221 230 237 / 40%) 0px 4px 16px 0px;
    text-transform: none;
}

.classliv_new .classliv-rw .classliv-bdy i {
    background-color: rgb(101 21 126);
    border-radius: 8px;
    height: 25px;
    width: 25px;
    box-shadow: rgb(221 230 237 / 40%) 0px 16px 32px 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    line-height: 2.1;
    font-size: 12px;
}

.classliv_new .classliv-rw .classliv-bdy span.btna2 {
    color: #65157e;
    text-transform: uppercase;
    font-weight: 600;
}

.classliv_new .classliv-rw .classliv-bdy p {
    margin: 0 0 10px 0;
}

.classliv_new .classliv-rw .classliv-bdy span.spn_a {
    font-size: 13px;
}

.classliv_new .classliv-rw .classliv-bdy .demo-livclass .img img {
    width: 100px;
}

.classliv_new .classliv-rw .classliv-bdy .demo-livclass .clss-detail h6 {
    font-size: 14px;
    font-weight: 500;
}

.classliv_new .classliv-rw .classliv-bdy .demo-livclass .clss-detail p {
    font-size: 14px;
    color: #c1c1c1;
}

.classliv_new .classliv-rw .classliv-bdy .demo-livclass .clss-detail span {
    color: #c1c1c1;
}

.classliv_new .classliv-rw .classliv-bdy .demo-livclass {
    margin: 30px 0px 20px;
    transition: box-shadow 0.2s ease-in-out 0s;
    box-shadow: none;
    border: 1px solid #c1c1c1;
}

.classliv_new .classliv-rw .classliv-bdy .demo-livclass:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.classliv_new .classliv-rw .classliv-bdy .btn1:hover {
    box-shadow: rgb(221 230 237 / 40%) 0px 16px 32px 0px;
    transform: translate(0px, -2px);
}


.classliv_new .classliv-rw .classliv-bdy .btn1 {
    transition: box-shadow 200ms ease-in-out 0s, transform 200ms ease-in-out 0s;
}

.classliv_new .classliv-rw .classliv-bdy .btnbb1 {
    border: 1px solid rgb(198 198 198);
    background: transparent;
    color: #000;
    padding: .375rem .75rem;
    margin: 0px 10px;
    font-weight: 700;
    transition: box-shadow 200ms ease-in-out 0s, transform 200ms ease-in-out 0s;
}

.classliv_new .classliv-rw .classliv-bdy .btnbb1 i {
    background: #000;
}

.classliv_new .classliv-rw .classliv-bdy .btnbb1:hover {
    box-shadow: rgb(221 230 237 / 40%) 0px 16px 32px 0px;
    transform: translate(0px, -2px);
}

.classliv_new .classliv-rw .classliv-bdy a.btn {
    padding: 10px 20px;
}

.classliv_new_crd {
    background: #fff;
    border-radius: 5px;
}

.classliv_new_crd .classliv-bdy {
    padding: 30px 15px;
    margin: 0px;
}

.classliv_new_crd .classliv-bdy span.btn2 {
    font-size: 12px;
}

.classliv_new_crd .classliv-bdy .btn2_scnce {
    background: transparent;
    color: #58138b;
    font-weight: 700;
}

.classliv_new_crd .classliv-bdy .p_deeply {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.classliv_new_crd .classliv-bdy .spn_a {
    font-size: 13px;
    font-weight: 500;
    color: #c1c1c1;
}

.classliv_new_crd .classliv-bdy .p_srndr {
    font-size: 14px;
    margin-top: 5px;
    color: #c1c1c1;
}

.classliv_new .slidr-innraa h5 {
    color: rgb(60 72 82);
    font-size: 20px;
    font-weight: 700;
}

.classliv_new_crd:hover {
    box-shadow: 0px 4px 8px 0px rgb(221 230 237 / 40%);
}

.classliv_new_lst {
    padding-bottom: 7rem !important;
}

/*strt watch free live class */
.watc_freeclss .wtc_clss {
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 12%);
    justify-content: center;
    height: auto;
}

.watc_freeclss .wtc_clss .classliv-bdy {
    margin: 0px;
    padding: 25px;
}

.watc_freeclss .wtc_clss .classliv-bdy span.card-title {
    font-size: 35px;
    font-weight: 700;
}

.watc_freeclss .wtc_clss .classliv-bdy i {
    font-size: 34px;
}
/*strt watch free live class */

section.lo_gin_sectn {
    padding: 71px 0px 0px;
    background: linear-gradient(to right, #7fedff, #5ad1e6);
}


section.lo_gin_sectn .lo_sectn_one img {
    width: 150px;
    height: 70px;
}

section.lo_gin_sectn .lo_sectn_img {
    border-right: 1px solid #c1c1c1;
    padding: 10px 50px 0px 0px;
}

section.lo_gin_sectn .lo_sectn_img img {
    width: 100%;
    height: 280px;
}

section.lo_gin_sectn .lo_sectn_h6 .list-group {
    display: inline-block;
}

section.lo_gin_sectn .lo_sectn_h6 .list-group a {
    display: inline-block;
    border: none;
    padding: .75rem 0.62rem;
}

section.lo_gin_sectn .lo_sectn_h6 span {
    color: #000;
    font-weight: 600;
    margin-right: 25px;
}

section.lo_gin_sectn .lo_sectn_line {
    margin: 20px 0;
}

section.lo_gin_sectn .lo_sectn_line .line {
    height: 1px;
    width: 41%;
    background: #e0e0e0;
    margin: 15px 15px;
}

section.lo_gin_sectn .lo_sectn_form form label {
    font-weight: 500;
    font-size: 14px;
}

section.lo_gin_sectn .lo_sectn_form form .form-group input:focus {
    box-shadow: none;
    border-color: #c1c1c1;
}

section.lo_gin_sectn .lo_sectn_form form .form-check a {
    float: right;
    color: #58138b;
    font-weight: 500;
    font-size: 14px;
}

section.lo_gin_sectn .lo_sectn_form form .form-check a:hover {
    color: #58138b;
    text-decoration: none;
}

section.lo_gin_sectn .lo_sectn_regidtr a {
    color: #58138b;
    margin-left: 8px;
}

section.lo_gin_sectn .lo_sectn_regidtr a:hover{
    text-decoration: none;
}

section.lo_gin_sectn .lo_sectn_h6 .list-group a i {
    color: #fff;
    font-size: 18px;
    background: #58138b;
    padding: 10px;
    border-radius: 50%;
}

section.lo_gin_sectn .lo_gin_sectn_crd {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
    padding: 30px;
    background: #fff;
}

section.lo_gin_sectn .lo_sectn_form form .btn_prmry {
    font-size: 15px;
    font-weight: 500;
    background: #a02043;
    color: #ffff;
    padding: .375rem 1.75rem;
}

section.lo_gin_sectn .lo_sectn_form form .btn_prmry:focus {
    box-shadow: none;
}

.regs_lo_sectn_form {
    margin-top: 36px;
}

.CaptchaTxtField {
    text-align: center;
    margin-top: 15px;
    padding: 0 0;
    width: 420px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab',serif;
    font-weight: 100;
    font-style: italic;
}

input.ReloadBtn {
    background: url(https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png) left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0;
    bottom: 30px;
    left: 310px;
    outline: 0;
    cursor: pointer;
    margin: 15px 0px;
}

.lo_sectn_form._lo_sectn_form_forgat {
    margin-top: 160px;
}

section.lo_gin_sectn .lo_gin_sectn_crd .lo_sectn_form {
    margin-top: 25px;
}

.footer_social h4 {
    color: #fff;
}

h4.get {
    color: #fff;
}

ul.getin-touch li {
    padding: 5px 0px !important;
}

footer.footer-area.section_gap.testimonial_section {
    padding: 30px 0px 0px 0px;
}

section.lo_gin_sectn .lo_gin_sectn_crd .lo_sectn_form .btn_prmry {
    background: #28a745;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 33px;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
    border: none;
}

section.lo_gin_sectn .lo_gin_sectn_crd .lo_sectn_form .btn_prmry:hover {
    background: #103741;
}

.PR-form-horizontal h4 {
    color: #28a745;
    font-size: 2.5rem;
}

.PR-form-horizontal.forgt_otp table tbody tr {
    background-color: #28a745;
}
a
.PR-form-horizontal.forgt_otp table tbody .tr_row {
    background: #103741;
}

.PR-form-horizontal.forgt_otp table tbody tr td {
    color: #fff;
    font-weight: 500;
}

.PR-form-horizontal .PR-input-icon {
    color: #28a745;
    font-size: 22px;
}

.PR-form-horizontal .PR-form-control {
    margin: 5px 10px 20px 10px;
}

.PR-form-horizontal .PR-signin {
    background: linear-gradient(to right, #28a745, #103741);
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 33px;
    line-height: 1.6;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
    border: none;
}

.PR-form-horizontal.forgt_otp hr {
    margin-top: 30px;
    border-color: rgb(193 193 193);
}

.PR-form-horizontal .PR-form-control {
    color: #000;
    background-color: #fefdff;
    border: 1px solid #5d1486;
    font-weight: 700;
    border-radius: 3px !important;
}

.ardy_accnt.text-center a.btn.PR-signin {
    padding: 10px 20px;
    margin-top: 20px;
}

.PR-form-horizontal.forgt_otp {
    margin-top: 20px;
}

.header_area .nav-link img {
    width: 25px;
    display: inline-block;
    margin: 0 auto;
    position: initial;
    right: 0;
    left: 0;
    bottom: -6px;
}

.rest_btn {
    font-size: 16px;
    padding: 8px 20px;
    margin-top: 16px;
}

/*strt css*/
.text-center.btn_PR-signin a {
    color: #000 !important;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 20px;
    margin-top: 12px;
}

.lo_sectn_regidtr span.PR-forgot-pass a {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
    color: #a02043;
}

/*strt css*/
section.lo_gin_sectn .lo_gin_sectn_crd .PR-form-horizontal .PR-form-group select#ClassList {
    color: #000;
    background-color: #fefdff;
    border: 1px solid #5d1486;
    font-weight: 700;
    border-radius: 3px !important;
}

section.lo_gin_sectn .lo_gin_sectn_crd .PR-form-horizontal .PR-form-group select#ClassList:focus {
    box-shadow: none;
}

.nav_bar-top .section-before {
    top: 70px;
}

.sticky_navbar {
    position: relative;
}

section.vs-hero-wrapper {
    margin: 0px;
}

.sctin-classliv .classliv-rw {
    height: auto;
}

.sctin-classliv .classliv-rw .card-title {
    padding: 35px 0;
    margin: 0px;
}

.sctin-classliv .classliv-rw .liv_new_scton {
    box-shadow: 2px 2px 25px 1px rgb(221 220 220);
    background: #fbfbfb;
    border: 1px solid #dddcdc;
    padding: 20px 10px;
}

.sctin-classliv .classliv-rw .liv_new_scton button#SearchBtn {
    height: 50px;
    padding: 0 19px;
    border: 1px solid #eef1f2;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
}

.sctin-classliv .classliv-rw .liv_new_scton h3.second_heading {
    margin-bottom: 1.5rem;
}

.demo-livclass {
    width: 100%;
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 70px;
}
section.lo_gin_sectn.lo_gin_sectn_one {
    padding: 70px 0px 70px;
}

.navbar-light ul.navbar-nav li .dropdown-menu {
    left: 10px !important;
}

header.header_area nav.navbar {
    padding: 20px 0px 18px;
}

.navbar-light ul.navbar-nav li .dropdown-menu li.dropdown-submenu ._mega_sub_menu_one {
    height: 100px;
    width: 364px;
}
a.navbar-brand img {
    width: 100px;
}

.menu_nav li.nav-item a.nav-link {
    font-weight: 600;
}

.menu_nav li.nav-item {
    padding: 0rem 1.2rem !important;
}

section.banner-area {
    background: #d7d7d7;
    margin-top: 0;
}