@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

@font-face {
    font-family: 'CambriaFontForAndroid';
    src: url('../fonts/CambriaFontForAndroid.eot');
    src: url('../fonts/CambriaFontForAndroid.eot') format('embedded-opentype'),
         url('../fonts/CambriaFontForAndroid.woff2') format('woff2'),
         url('../fonts/CambriaFontForAndroid.woff') format('woff'),
         url('../fonts/CambriaFontForAndroid.ttf') format('truetype'),
         url('../fonts/CambriaFontForAndroid.svg#CambriaFontForAndroid') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CambriaFontForLinux';
    src: url('../fonts/CambriaFontForLinux.eot');
    src: url('../fonts/CambriaFontForLinux.eot') format('embedded-opentype'),
         url('../fonts/CambriaFontForLinux.woff2') format('woff2'),
         url('../fonts/CambriaFontForLinux.woff') format('woff'),
         url('../fonts/CambriaFontForLinux.ttf') format('truetype'),
         url('../fonts/CambriaFontForLinux.svg#CambriaFontForLinux') format('svg');
     font-weight: normal;
    font-style: normal;
}









*{padding: 0;margin: 0;}
body {margin: 0;padding: 0; font-family: 'CambriaFontForAndroid';}
h1, h2, h3, h4, h5, h6{padding: 0;margin: 0; font-family: 'CambriaFontForAndroid';}
p{padding: 0;margin: 0;font-family: 'CambriaFontForAndroid';}
img{max-width: 100%;border: none;}
a{text-decoration: none;outline: none !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
button{outline: none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
button:focus{box-shadow: none;}
figure{padding: 0;margin: 0;}
.card, .card-header, .card-body, .card-footer{border: 0;border-radius: 0;padding: 0;background-color: transparent;}
ul{padding: 0;margin: 0;list-style-type: none;}
ul li{padding: 0;margin: 0;}
.pt-80{padding-top: 80px;}
.pb-80{padding-bottom: 80px;}
.main-area{position: relative;}
.btn {
    border-radius: 5px;
    border: 1px solid;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
}
.btn i {
    margin-left: 10px;
}
.btn-primary{
    border-color: #5e17eb;
    background-color: #5e17eb;
    color: #ffffff;
}
.btn-primary i{color: #f7aa00;}
.btn-primary:hover{
    background-color: #f7aa00;
    border-color: #f7aa00;
    color: #ffffff;
}
.btn-primary:hover i{
    color: #ffffff;
}
/*-- banner area start --*/
.banner-area{
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: rgb(248,242,234);
    background: -moz-linear-gradient(110deg, rgba(248,242,234,1) 0%, rgba(218,217,244,1) 100%);
    background: -webkit-linear-gradient(110deg, rgba(248,242,234,1) 0%, rgba(218,217,244,1) 100%);
    background: linear-gradient(110deg, rgba(248,242,234,1) 0%, rgba(218,217,244,1) 100%);
}
.banner-area::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 96px;
    height: 106px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/banner-sape1.png);
}
.banner-area::after{
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    max-width: 104px;
    height: 217px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/banner-sape2.png);
}
.banner-contain{
    width: 100%;
    max-width: 684px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}
.banner-contain h1, .banner-contain h2, .banner-contain h3{
    color: #231f40;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 10px;
}
.banner-contain .tagline-one{
    display: inline-block;
    padding-right: 120px;
    position: relative;
    color: #574ca1;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}
.banner-contain .tagline-one::after{
    content: '';
    position: absolute;
    top: 11px;
    right: 0;
    width: 100%;
    max-width: 106px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../images/pen-line.png);
}
.banner-contain .btn-list{
    margin: 0 0 30px;
}
.banner-contain .btn-list li{
    display: inline-block;
    margin-right: 12px;
    position: relative;
}
.banner-contain .btn-list li:last-child{
    margin-right: 0;
}
.banner-contain .btn-admission {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
    padding: 8px 45px;
    position: relative;
    z-index: 1;
}
.banner-contain .btn-list li::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(../images/sape1.png);
    z-index: 0;
}
.banner-contain .admission1{
    background-color: #ffffff;
    color: #5e17eb;
}
.banner-contain .admission1:hover{
    background-color: #5e17eb;
    color: #ffffff;
}
.banner-contain .admission2{
    background-color: #ffffff;
    color: #d59b10;
}
.banner-contain .admission2:hover{
    background-color: #d59b10;
    color: #ffffff;
}
.banner-contain .btn-admission img {
    margin-right: 8px;
    width: auto;
    height: 30px;
    object-fit: contain;
}
.banner-contain .btn-admission:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(88deg) brightness(105%) contrast(101%);
}
.banner-contain h4{
    color: #231f40;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
}
.banner-contain .date-box{
    width: 100%;
    max-width: 121px;
    height: 121px;
    border-radius: 50%;
    background-color: #f7aa00;
    margin: 0 auto 0;
}
.banner-contain .date-box .date-text {
    width: 100%;
    max-width: 90%;
    height: 90%;
    text-align: center;
    border: 1px dashed #5e17eb;
    border-radius: 50%;
}
.banner-contain .date-box .date-text p{
    color: #231f40;
    font-size: 18px;
    font-weight: 500;
}
.banner-contain .date-box .date-text h5 {
    color: #5e17eb;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 25px;
}
.banner-carousel .owl-dots {
    position: relative;
    margin: 0 !important;
    bottom: 10px;
}
.banner-carousel .owl-dots .owl-dot span{
    display: none;
}
.banner-carousel .owl-dots .owl-dot {
    position: relative;
    border: 2px solid #7368aa;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-carousel .owl-dots .owl-dot:last-child{
    margin: 0;
}
.banner-carousel .owl-dots .owl-dot.active{
    border-color: #5e17eb;
    background-color: #5e17eb;
}
/*-- banner area stop --*/
/*-- header area start --*/
.header-top{
    background-color: #231f40;
}
.header-top-left ul li {
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 19%);
    padding: 8px 0;
    padding-right: 20px;
    margin-right: 20px;
    color: #ffffff;
    font-size: 15px;
}
.header-top-left ul li:last-child{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.header-top-left ul li a{
    color: #ffffff;
    font-size: 15px;
}
.header-top-left ul li a:hover{
    color: #f7aa00;
}
.header-top-left ul li img{
    margin-right: 5px;
}
.header-top-left .language-box{
    position: relative;
    display: inline-block;
}
.header-top-left .language-box select.form-control {
    color: #f7aa00;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    padding-right: 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.header-top-left .language-box::after {
    content: '\f107';
    position: absolute;
    top: 3px;
    right: 0;
    color: #f7aa00;
    font-size: 12px;
    font-weight: 400;
    font-family: FontAwesome;
}
.header-top-left .language-box select.form-control:focus{
    box-shadow: none;
}
.header-top-left ul li .btn-search {
    border: 0;
    background-color: transparent;
}
.header{
    padding: 10px 0px;
    background-color: #ffffff;
}
.header .logo {
    width: 100%;
    max-width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 4px 6px 9px rgba(0,0,0,19%);
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
}
.header-body{
    position: relative;
    justify-content: end;
}
.header-body .logo{
    left: 0;
}
.header-body .navigation {
    width: auto;
    height: auto;
    background-color: transparent;
}
.header-body .navigation .nav-menu{
    margin: 0;
}
.header-body .navigation .nav-menu > li > a {
    height: auto;
    padding: 30px 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-size: 13px;
}
.header-body .navigation .nav-menu > li > a:hover{
    color: #5e17eb;
}
.header-body .navigation .nav-menu > li {
    margin-right: 10px;
}
.header-body .navigation .nav-menu > li:last-child{
    margin-right: 0;
}

.header-body .navigation .nav-menu > li:last-child .nav-dropdown{
    min-width: 440px;
}
.header-body .navigation .nav-menu > li:last-child .nav-dropdown li {
    width: 25%;
    float: left;
    clear: initial;
}

.header-body .navigation .nav-menu > li > a .menu-arrow {
    font-size: 12px;
    color: #000000;
    margin-left: 2px;
    display: none;
}
.header-body .navigation .nav-menu > li > a:hover .menu-arrow, .header-body .navigation .nav-menu > li.active > a .menu-arrow{
    color: #5e17eb;
}
.header-body .navigation .nav-menu > li > a .submenu-indicator{position: relative;}
.header-body .navigation .nav-menu > li > a .submenu-indicator:after {
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 11px;
    color: #0000ff;
    top: -3px;
    left: -3px;
}

.header-body .navigation .nav-menu > li  li  a .submenu-indicator {
    position: relative;
    right: -14px;
    top: 0px;
}
.header-body .navigation .nav-menu > li  li  a .submenu-indicator:after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 11px;
    color: #0000ff;
    top: -3px;
    left: -3px;
}
.header-body .navigation .nav-menu > li  li a:hover .submenu-indicator:after{
    color: #fff;
}

.nav-menu > li > .nav-dropdown {
    border-top: 0;
}
.nav-dropdown > li > a:hover{
    color: #ffffff;
    background-color: #5e17eb;
}
/*-- header area stop --*/
/*-- course feature area start --*/
.course-feature-area {
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.course-feature-area .container{
    position: relative;
    z-index: 2;
}
.course-feature-area:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1%;
    max-width: 70%;
    width: 70%;
    height: 102%;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 30%, rgba(255,255,255,1) 100%);
    z-index: 0;
}
.course-feature-area:before {
    content: "";
    position: absolute;
    right: 0;
    top: -1%;
    max-width: 70%;
    width: 70%;
    height: 102%;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 100%);
    z-index: 0;
}
.course-feature-media-box {
    border-right: 1px solid #cdcdcd;
    width: 100%;
    padding: 24px 26px;
    position: relative;
}
.course-feature-media-box::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: auto;
    height: 3px;
    background-color: rgb(94 23 235 / 42%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.course-feature-media-box:hover::after{
    width: 100%;
}
.course-feature-media-box .media-img{
    width: 100%;
    max-width: 62px;
    height: 62px;
    position: relative;
}
.course-feature-media-box .media-img img{
    width: auto;
    height: 47px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.course-feature-media-box .media-img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #f9e1a7;
    z-index: 0;
}
.course-feature-media-box .media-body{
    padding-left: 20px;
}
.course-feature-media-box .media-body h3{
    color: #231f40;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 7px;
}
.course-feature-media-box .media-body p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height:22px;
    margin: 0 0 5px;
}
.course-feature-media-box .media-body .link {
    color: #5e17eb;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}
.course-feature-media-box .media-body .link  i {
    margin-left: 8px;
    color: #f6ae00;
}
.course-feature-media-box .media-body .link:hover{
    color: #d39100;
}
.course-feature-main-box:last-child .course-feature-media-box{
    border-right: 0;
}
/*-- course feature area stop --*/
/*-- about area start --*/
.about-img-box {
    position: relative;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 70px;
}
.about-img-box::before {
    content: '';
    position: absolute;
    top: 92px;
    left: 25px;
    width: 100%;
    max-width: 262px;
    height: 262px;
    border-radius: 50%;
    background-color: #c1adea;
}
.about-img-box::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 141px;
    height: 141px;
    background-size: cover;
    background-position: top;
    background-repeat: repeat-y;
    background-image: url(../images/line.png);
}
.about-img-box .about-img1 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 445px;
    z-index: 1;
    width: 100%;
    max-width: 85%;
}
.about-img-box .about-img1 img{
    width: 100%;
    object-fit: cover;
}
.about-img-box .about-img2 {
    width: 100%;
    max-width: 273px;
    height: 329px;
    border-radius: 5px;
    z-index: 2;
    background-color: #ffffff;
    padding: 8px;
    box-shadow: 27px 6px 79px rgb(34 17 69 / 22%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-img-box .about-img2 img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.about-img-box .about-img2::after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: -122px;
    width: 100%;
    max-width: 116px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/line.png);
}
.about-contain {
    padding-right: 40px;
}
.about-contain h2, .about-contain h3 {
    color: #231f40;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin: 0 0 15px;
}
.about-contain p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 20px;
}
.about-contain .tag-text {
    display: inline-block;
    position: relative;
    padding-right: 120px;
    margin: 0 0 15px;
    color: #5e17eb;
    font-size: 24px;
    font-weight: 500;
}
.about-contain .tag-text::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    max-width: 106px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/pen-line.png);
}
/*-- about area stop --*/
/*-- heading start --*/
.heading-box .heading h2, .heading-box .heading h3{
    color: #231f40;
    font-size: 36px;
    font-weight: 600;
}
.heading-box .heading .tag-line {
    display: inline-block;
    position: relative;
    padding-right: 118px;
    color: #5e17eb;
    font-size: 24px;
    font-weight: 700;
    padding-left: 118px;
}
.heading-box .heading .tag-line::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    width: 100%;
    max-width: 106px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/pen-line.png);
}
.heading-box p {
    color: #231f40;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}
.heading-box{
    margin: 0 0 45px;
}
/*-- heading stop --*/
/*-- course area start --*/
.course-area{
    overflow: hidden;
    position: relative;
    background-color: #fbf2eb;
}
.course-area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/coursesafter.png);
    width: 110px;
    height: 143px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.course-area:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/coursesafter1.png);
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.course-area .heading-box p{
    width: 100%;
    max-width: 695px;
}
.course-box {
    box-shadow: 8px 0 7px rgb(0 0 0 / 4%);
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    border-left: 4px solid #c0ace9;
    padding: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.course-box .course-heading {
    padding-left: 15px;
    border-left: 2px solid #f8b30d;
    margin: 0 0 25px;
}
.course-box .course-heading h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    min-height: 58px;
    align-items: center;
    display: flex;
}
.course-box .course-heading small{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: block;
}
.course-box ul.list li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #d7d7d7;
}
.course-box ul.list li::before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    max-width: 19px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/check-icon.png);
}
.course-box ul.list li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.course-main-box {
    position: relative;
    max-width: 98%;
    margin: auto;
}
.course-main-box::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100%;
    max-width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/course-icon1.png);
}
.course-MainBox:last-child .course-main-box::before{
    bottom: auto;
    left: auto;
    top: -30px;
    right: -30px;
    background-image: url(../images/course-icon2.png);
}
.course-area .heading-box{
    margin: 0 0 65px;
}
/*-- course area stop --*/
/*-- whatsnew area start --*/
.whatsnew-body-area{
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
.whatsnew-body-area .heading-box{
    text-align: center;
}
.whatsnew-media .media-date{
    width: 63px;
    height: 80px;
    border: 1px solid #c1adea;
    border-radius: 5px;
    overflow: hidden;
}
.whatsnew-media .media-date .icon {
    height: 57px;
    background-color: #ffffff;
}
.whatsnew-media .media-date h4 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #c1adea;
    color: #5e17eb;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 4px 2px;
}
.whatsnew-media .media-body{
    padding-left: 20px;
}
.whatsnew-media .media-body h5{
    color: #231f40;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.whatsnew-media .media-body p{
    color: #545265;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}
.whatsnew-media .media-body .link {
    text-transform: uppercase;
    color: #5e17eb;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
}
.whatsnew-media .media-body .link i{
    margin-left: 5px;
    color: #f7aa00;
}
.whatsnew-media .media-body .link:hover{
    color: #f7aa00;
}
.whatsnew-media {
    margin: 0;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    padding-bottom: 24px;
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
/*-- whatsnew area stop --*/
/*-- affairs area start --*/
.affairs-area{
    overflow: hidden;
}
.affairs-body-area{
    position: relative;
}
.affairs-body-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 440px;
    height: 100%;
    background-color: #f1ecf7;
    z-index: 0;
}
.affairs-body-area::after{
    content: '';
    position: absolute;
    top: 0;
    left: -5000px;
    width: 5000px;
    height: 100%;
    z-index: 0;
    background-color: #f1ecf7;
}
.affairs-body-area .heading-box{
    position: relative;
    z-index: 1;
}
.affairs-body-area .heading-box p{
    width: 100%;
    max-width: 590px;
}
.card.affairs-card{
    background-color: #ffffff;
    box-shadow: 6px 0 21px rgba(0,0,0,21%);
    padding: 25px 15px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    margin: 0 0 24px;
}
.card.affairs-card:hover{
    transform: translateY(-10px);
}
.card.affairs-card .card-body .tag {
    display: inline-block;
    background-color: #f2dfd1;
    border-radius: 5px;
    padding: 5px 15px;
    color: #5e17eb;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 12px;
}
.card.affairs-card .card-body h4{
    color: #231f40;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}
.card.affairs-card .card-body p{
    color: #545265;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px;
}
.card.affairs-card .card-body p:last-child{
    margin: 0;
}
.card.affairs-card .card-body .icon{
    margin: 0 0 15px;
}
.card.affairs-card .card-body .icon img{
    width: auto;
    height: 37px;
    object-fit: contain;
}
.affairs-body-area .btn-box{
    position: relative;
    z-index: 1;
}
/*-- affairs area stop --*/
/*-- quiz area start --*/
.quiz-box {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 34px 30px 34px 60px;
}
.quiz-box h3 {
    color: #231f40;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px;
    line-height: 26px;
}
.quiz-box h5{ font-size:20px; color:#000000; font-weight:700; margin-bottom:15px; }
.quiz-box .answer-box .redio-answer {
    display: block;
    position: relative;
    margin-right: 0;
    margin-bottom: 3px;
}
.quiz-box .answer-box .redio-answer:last-child{
    margin-right: 0;
}
.quiz-box .answer-box .redio-answer input[type="radio"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}
.quiz-box .answer-box .redio-answer span {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-left: 24px;
    z-index: 0;
    line-height: 24px;
}
.quiz-box .answer-box .redio-answer span::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #a9a9a9;
    border-radius: 50%;
}
.quiz-box .answer-box .redio-answer span::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5e17eb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.quiz-box .answer-box .redio-answer input[type="radio"]:checked ~ span::after{
    opacity: 1;
}
.quiz-box .quiz-number {
    margin: 0;
    /* width: 100%; */
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    text-transform: uppercase;
    background-color: #f2dfd1;
    color: #5e17eb;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: -50px;
    margin-right: 10px;
}
.quiz-box .quiz-number::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 15px;
    height: 9px;
    background-color: #f2dfd1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 0 auto;
}
.step-tabs .step-tab {
    display: none;
}

.step-tabs .step-tab.active {
    display: block;
}
/*-- quiz area stop --*/
/*-- footer area start --*/
.footer-area{
    background-color: #fbf2eb;
}
.footer h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
}
.footer ul li{
    margin: 0 0 8px;
}
.footer ul li:last-child{
    margin: 0;
}
.footer ul li a{
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.footer ul li a:hover{
    color: #d39100;
}
.copyright {
    padding-right: 50px;
}
.copyright p{
    color:#000000;
    font-size: 15px;
    font-weight: 700;
}
.copyright p strong{
    color: #5e17eb;
}
.footer-logo-box-area{
    margin: 0 0 35px;
}
.footer-logo{
    width: 100%;
    max-width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 4px 6px 9px rgba(0,0,0,19%);
}
.footer-logo-box-area .footer-contact{
    padding-top: 20px;
    padding-right: 15px;
}
.footer-logo-box-area .footer-contact li{
    margin: 0 0 5px;
}
.footer-logo-box-area .footer-contact li a {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}
.footer-logo-box-area .footer-contact li a:hover{
    color: #d39100;
}
.footer-logo-box-area .footer-contact li img{
    margin-right: 5px;
}
/*-- footer area stop --*/
/*-- inner banner start --*/
.inner-banner-area {
    min-height: 230px;
    background-repeat: repeat-y;
    background-size: cover;
}

.inner-banner-area h1 {
    text-transform: capitalize;
    color: #231f40;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 5px;
}
.breadcrumb{
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb-item+.breadcrumb-item {
    font-size: 18px;
    font-weight: 600;
}
.breadcrumb .breadcrumb-item a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.breadcrumb .breadcrumb-item a:hover{
	color: #5e17eb;
}
.breadcrumb .breadcrumb-item.active {
    color: #5e17eb;
}
.breadcrumb-item + .breadcrumb-item::before{
	color: #000000;
    content: "|";
}
/*-- inner banner stop --*/
/*-- inner about director area start --*/
.inner-director-contain {
    padding-right: 30px;
}
.inner-director-contain .director-header{
    margin: 0 0 20px;
}
.inner-director-contain .director-header h2{
    color: #231f40;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 12px;
}
.inner-director-contain .director-header h3{
    color: #231f40;
    font-size: 24px;
    font-weight: 500;
}
.inner-director-contain p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
}
.speaks-area .heading-box .heading .tag-line::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    max-width: 106px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/pen-line.png);
    transform: rotate(180deg);
}
.speaks-video-box {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 0 0 24px;
}
.speaks-video-box img{
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.speaks-video-box .popup-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-main {
    position: relative;
    display: inline-block;
} 
.video {
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    color: #f8b30d;
    background: #ffffff;
    z-index: 999;
    font-size: 30px;
}
.video-main span{
    display: none;
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}
.fa-play:before {
    content: "\f04b";
}
  
.waves {
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgb(255 255 255 / 30%);
    opacity: 0;
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
    
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/*-- inner about director area stop --*/
/*-- introduction area start --*/
.about-introduction-img{
    position: relative;
}
.about-introduction-img .img1{
    width: 100%;
    max-width: 394px;
    height: 394px;
    border-radius: 50%;
    position: relative;
    z-index: 0;
}
.about-introduction-img .img1 img{
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.about-introduction-img .img2box{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 235px;
    height: 235px;
}
.about-introduction-img .img2box .img2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 10px 0 18px rgba(0,0,0,19%);
    background-color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
}
.about-introduction-img .img2box .img2 img{
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.about-introduction-img .img2box::before {
    content: '';
    position: absolute;
    right: -10px;
    top: -5px;
    width: 100%;
    height: 100%;
    border: 1px solid #f7b20e;
    border-radius: 50%;
}
.course-area .heading-box .heading .tag-line{
    padding-left: 0;
}
.about-introduction-contain{
    padding-left: 50px;
}
.about-introduction-contain .heading-box .heading .tag-line{
    padding-left: 0;
}
.about-introduction-contain .heading-box{
    margin: 0 0 20px;
}
.about-introduction-contain p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 25px;
}
.about-introduction-contain h4 {
    color: #17142b;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.about-introduction-contain .percent h5{
    color: #f8b30d;
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 5px;
}
.about-introduction-contain .percent p{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.about-learn-imgbox {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}
.about-learn-imgbox .imgBox {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    max-width: 380px;
    margin-left: auto;
}
.about-learn-imgbox .imgBox img{
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 0;
}
.about-learn-imgbox .imgBox .popup-box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.about-learn-imgbox::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 40%;
    background-color: #fef0cf;
    z-index: 0;
    border-radius: 0;
}
.about-learn-contain{
    padding-right: 40px;
}
.about-learn-contain .heading-box{
    margin: 0 0 15px;
}
.about-learn-contain .heading-box .heading .tag-line {
    padding-left: 0;
    font-size: 36px;
    color: #000000;
}
.about-learn-contain .heading-box .heading .tag-line::after {
   
    top: 25px;
  
    background-size: contain;
   
}
.about-learn-contain p {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.inner-about-skilled-area .heading-box .heading .tag-line::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    max-width: 106px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/pen-line.png);
    transform: rotate(180deg);
}
.card.skilled-card{
    margin-top: 30px;
}
.card.skilled-card .card-img {
    position: relative;
    width: 100%;
    max-width: 230px;
    height: 230px;
    margin: 0 auto 0;
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 50%;
    background-color: #ffffff;
}
.card.skilled-card .card-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/skilled-sape1.png);
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.card.skilled-card:hover .card-img::after{
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(15%) sepia(93%) saturate(4445%) hue-rotate(260deg) brightness(87%) contrast(114%);
}
.card.skilled-card .card-img .ImgBox{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.card.skilled-card .card-img .ImgBox img{
    width: 100%;
    object-fit: cover;
}
.card.skilled-card .card-img .ImgBox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(94 23 235 / 15%);
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    opacity: 0;
}
.card.skilled-card:hover .card-img .ImgBox::after{
    opacity: 1;
}
.card.skilled-card .card-body{
    padding: 25px 0 0;
    text-align: center;
}
.card.skilled-card .card-body h3{
    color: #231f40;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 0;
}
.card.skilled-card .card-body p{
    color: #676767;
    font-size: 20px;
    font-weight: 300;
}
/*-- introduction area stop --*/
/*-- video banner area start --*/
.video-banner-area {
    position: relative;
    z-index: 0;
    height: 510px;
    text-align: center;
    overflow: hidden;
    background-image: url(../images/linebg.png);
    background-size: contain;
    background-repeat: repeat-x;
}
/*.video-banner-area .video-banner {
    height: 100%;
}*/

#background-video {
    height: 120vh;
    width: 100vw;
    object-fit: cover;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


.c-j-video-back .back-video-mask{
    background-color: transparent !important;
}
.owl-carousel.addnews-carousel .owl-stage-outer {
     padding: 30px 0;
}
.owl-carousel.addnews-carousel {
    position: relative;
    margin-top: -140px;
}
.add-news-box {
    overflow: hidden;
    width: 96%;
    border-radius: 10px;
    box-shadow: 4px 4px 5px rgb(0 0 0 / 10%);
    margin: auto;
}
.add-news-box img{
    width: 100%;
}
.add-news-area {
    padding: 50px 0;
    position: relative;
    margin: 0;
}
/*-- video banner area stop --*/


.whatsnewleftbox {
    border: 1px solid #e7ca83;
    box-shadow: 0px 10px 15px rgb(21 21 21 / 5%);
    border-radius: 18px;
}
.whatsnewleftbox .whatsnew-heading {
    box-sizing: border-box;
    padding: 18px 24px;
    border-bottom: 1px solid #e7ca83;
}
.whatsnewleftbox .whatsnew-body {
    box-sizing: border-box;
    padding: 0;
    height: 560px;
    overflow: auto;
    margin: 34px 6px;
}
.whatsnewleftbox .whatsnew-heading h4 {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.whatsnewleftbox .whatsnew-heading h4:after {
    content: '';
    position: absolute;
    top: 17px;
    right: -125px;
    width: 100%;
    max-width: 111px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/pen-line.png);
}
.whatsnewleftbox .whatsnew-body .whatsnew-media:last-child{
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.quiz-body-area {
    border: 1px solid #4500e8;
    box-shadow: 0px 10px 15px rgb(21 21 21 / 5%);
    border-radius: 18px;
}

.quiz-body-area .heading-box {
    margin: 0;
    box-sizing: border-box;
    padding: 18px 24px;
    border-bottom: 1px solid #4100e7;
}
.quiz-body-area .heading-box .heading h3{
    position: relative;
    display: inline-block;
}
.quiz-body-area .heading-box .heading h3:after{
    content: '';
    position: absolute;
    top: 17px;
    right: -125px;
    width: 100%;
    max-width: 111px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/pen-line.png);

}
.quiz-box ul {
    list-style: decimal;
    list-style-position: inside;
}
.quiz-box ul li {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
}
.answer-box-total h6{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}
.answer-box-total {
    margin-top: 24px;
}
.answer-box-total .answer-box {
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid rgb(231 202 131 / 52%);
    border-radius: 7px;
    margin-top: 15px;
}

.step-tabs .form-submit {
    border-top: 1px solid rgb(0 0 0 / 14%);
    box-sizing: border-box;
    padding: 20px 42px;
    width: 95%;
    margin: auto;
}
.btn-primary.btn-Finish{
    background-color: #f7aa00;
    border-color: #f7aa00;
}
.btn-primary.btn-Finish:hover{
     background-color: #000000;
    border-color: #000000;
}
.btn-primary.btn-Finish i {
    color: #ffffff;
}


.whatsnew-body::-webkit-scrollbar {
    width: 3px;
}
 
.whatsnew-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
 
.whatsnew-body::-webkit-scrollbar-thumb {
  background-color: #5e17eb;
  outline: 1px solid #5e17eb;
  border-radius: 30px;
}





#search-box {
     visibility: hidden;
     position: absolute;
     height: 100%;
     width: 100%;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 999999999;
}
 #search-box .container {
     display: table;
     width: 100%;
     height: 100%;
}
 #search-box .container .close {
     position: absolute;
     right: 32px;
     top: 32px;
     width: 32px;
     height: 32px;
     opacity: 0.3;
}
 #search-box .container .close:hover {
     opacity: 1;
}
 #search-box .container .close::before, #search-box .container .close::after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #000;
}
#search-box .form {
    display: flex;
}
 #search-box .container .close:before {
     transform: rotate(45deg);
}
 #search-box .container .close:after {
     transform: rotate(-45deg);
}
 #search-box .container .search-main {
     display: table-cell;
     vertical-align: middle;
}
 #search-box .container .search-main .search-inner {
     width: 80%;
     margin: 0 auto;
}
 #search-box .container .search-main form {
     position: relative;
}
#search-box .container .search-main input {
    background: #ffffff;
    border: none;
    box-shadow: none;
    padding: 0 15px;
    font-size: 15px;
    height: 60px;
    border: 1px solid #5e17eb;
    display: block;
    color: black;
    margin-bottom: 0;
    width: 100%;
    border-radius: 30px 0 0 30px;
}
 #search-box .container .search-main input:focus {
     outline: none;
}
#search-box .container .search-main button {
    border: 0;
    left: auto;
    outline: none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    font-size: 20px;
    padding: 8px 18px;
    background-color: #5e17eb;
    color: #fff;
    width: 60px;
    border-radius: 0px 30px 30px 0;
}
#search-box .container .search-main button:hover{
  background-color: #000000;    
}
 #search-box .container .search-main .search-info {
     display: block;
     color: white;
     text-align: right;
     float: right;
     margin-top: 4px;
}
#search-box.-open {
    background: rgb(255 255 255 / 96%);
    visibility: visible;
    animation: fadein 0.8s;
}
 #search-box.-open .container .search-main input {
    
}
 @keyframes fadein {
     from {
         opacity: 0;
    }
     to {
         opacity: 1;
    }
}


.footer ul.social{}
.footer ul.social li{}
.footer ul.social li a {
    display: inline-flex;
    align-items: center;
}
.footer ul.social li a i {
    width: 24px;
    height: 24px;
    border: 1px solid rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border-radius: 50%;
    margin-right: 5px;
}



.knowyourcountry {
    text-align: center;
}
.knowyourcountry .thumble {
    border: 4px solid #fff;
    box-shadow: 6px 10px 32px rgb(21 21 21 / 10%);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    
}
.knowyourcountry .thumble img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.knowyourcountry h4{
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}
.Our-Mission-vision-area .about-learn-area{ margin-bottom:30px; }
.Our-Mission-vision-area  .about-learn-imgbox.leftbox{ padding-left:50px; padding-right:15px; }
.Our-Mission-vision-area  .about-learn-imgbox.leftbox:before{ left:0; right:auto; background-color:#f4eeff; }
.Our-Mission-vision-area  .about-learn-imgbox.leftbox .imgBox {
    margin-right: auto;
    margin-left: 0;
}

.introduction-area .about-learn-area{ margin-bottom:0; }
.introduction-area .about-learn-area .about-learn-imgbox:before{display: none;}
.about-learn-area:nth-of-type(2) .missionimg{order: 1;}
.about-learn-area:nth-of-type(2) .missiontext{order: 2;}
.about-learn-area:nth-of-type(2) .about-learn-imgbox .imgBox{ margin-left:0px;}
.about-learn-area:nth-of-type(2) .about-learn-imgbox::before{ left:0px; right:inherit;background-color: #f4eeff;}

.coursesboxinner {
    box-shadow: 6px 0px 16px rgb(0 0 0 / 7%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 70px 30px;
    border-left: 5px solid #c0ace9;
    position: relative;
}
.coursesboxinner:after {
    content: "";
    position: absolute;
    background-image: url(../images/course-icon1.png);
    right: -23px;
    bottom: -30px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.coursesboxinner:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 13px;
    z-index: 2;
}
.coursesboxinner .logobox{
    min-width: 410px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coursesboxinner .logobox img {
    max-width: 290px;
    width: 100%;
}
.coursesboxinner .coursesboxinner-rightbox {
    padding-left: 30px;
    padding-right: 77px;
}
.coursesboxinner .coursesboxinner-rightbox h2 {
    text-transform: capitalize;
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    border-left: 3px solid #f8b30d;
    padding-left: 18px;
}

.coursesboxinner .coursesboxinner-rightbox ul{ margin:0; padding:0; list-style:none; }
.coursesboxinner .coursesboxinner-rightbox ul li {
    display: flex;
    width: 100%;
    font-size: 17px;
    color: #000000;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.coursesboxinner .coursesboxinner-rightbox ul li:last-child{ margin:0; padding:0; border:none; }
.coursesboxinner .coursesboxinner-rightbox ul li:before {
    content: "";
    position: relative;
    display: inline-flex;
    min-width: 19px;
    height: 19px;
    background-size: contain;
    background-image: url(../images/chechicon.png);
    background-repeat: no-repeat;
    top: 4px;
    margin-right: 15px;
}


/*login area css*/

#loginmodal .modal-dialog {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}
#loginmodal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
}
#loginmodal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0;
}
#loginmodal .modal-dialog .modal-content .modal-body .btn-close {
    font-size: 16px;
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 50%;
    /* color: #fff; */
    box-sizing: border-box;
    padding: 16px;
    opacity: 1!important;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 37%);
    position: absolute;
    right: -13px;
    top: -13px;
}
#loginmodal .login-left {
    padding: 30px;
    min-width: 55%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loginmodal .login-left img {
    max-width: 300px;
}
#loginmodal .login-right {
    background: rgba(94, 23, 235, 0.5);
    box-sizing: border-box;
    padding: 44px;
    min-width: 45%;
    text-align: center;
}
#loginmodal .login-right .logo {
    max-width: 100px;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 3px 8px hsl(0deg 0% 0% / 20%);
    margin: auto;
    margin-bottom: 12px;
}
#loginmodal .headingmodal{}
#loginmodal .headingmodal h5 {
    font-weight: 500;
    font-size: 34px;
    line-height: 108.5%;
    letter-spacing: -0.035em;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 5px;
}
#loginmodal .headingmodal p {
    font-size: 14px;
    padding: 0 28px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
}
#loginmodal .form-group {
    position: relative;
    margin-bottom: 15px;
}
#loginmodal .form-group .form-control {
    font-size: 14px;
    height: 45px;
    border-radius: 6px;
    border: none;
    padding-left: 40px;
}
#loginmodal .form-group span {
    position: absolute;
    z-index: 1;
    left: 14px;
    top: 13px;
    width: 15px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loginmodal .form-group span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#loginmodal  .form-check label{ color:#fff; }
#loginmodal button.btn.btn-primary {
    width: 100%;
    background-color: #ffde8e;
    border: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
}
#loginmodal button.btn.btn-primary:hover{background-color: #000; color: #fff;}
.form-check-input:checked {
    background-color: #f8b30d;
    border-color: #f8b30d;
}
#loginmodal .forget-btn{background-color: transparent; padding: 0; border: none; font-size: 14px; cursor: pointer; color: #fff;}
.footermodal p{font-size: 14px; color: #fff;}
.footermodal button {
    background-color: transparent;
    padding: 0;
    font-weight: 700;
    border: none;
    color: #fff;
    margin-left: 2px;
    letter-spacing: 1px;
}










#registermodal .modal-dialog {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}
#registermodal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
}
#registermodal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0;
}
#registermodal .modal-dialog .modal-content .modal-body .container{ padding-left:0; padding-right:0; }
#registermodal .modal-dialog .modal-content .modal-body .btn-close {
    font-size: 16px;
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 50%;
    /* color: #fff; */
    box-sizing: border-box;
    padding: 16px;
    opacity: 1!important;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 37%);
    position: absolute;
    right: -13px;
    top: -13px;
}
#registermodal .login-left {
    padding: 30px;
    min-width: 45%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#registermodal .login-left img {
    max-width: 240px;
}
#registermodal .login-right {
    background: rgba(94, 23, 235, 0.5);
    box-sizing: border-box;
    padding: 44px;
    min-width:55%;
    text-align: center;
}
#registermodal .login-right .logo {
    max-width: 100px;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 3px 8px hsl(0deg 0% 0% / 20%);
    margin: auto;
    margin-bottom: 12px;
}

#registermodal .login-right-innerbox .headingmodal{}
#registermodal .login-right-innerbox .headingmodal h5{
     font-weight: 500;
    font-size: 34px;
    line-height: 108.5%;
    letter-spacing: -0.035em;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 5px;
}
#registermodal .login-right-innerbox .headingmodal p{
    font-size: 14px;
    padding: 0 140px 0 0;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
}
#registermodal .form-group .form-control {
    font-size: 14px;
    height: 45px;
    border-radius: 6px;
    border: none;
    padding-left: 15px;
}
#registermodal  .form-check label{ font-size:14px; color:#fff; }
#registermodal  .form-check label a{ text-decoration:underline; color:#ffe096; }

#registermodal button.btn.btn-primary {
    width: 100%;
    background-color: #ffde8e;
    border: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
}
#registermodal button.btn.btn-primary:hover{background-color: #000; color: #fff;}






/*05.06.2023*/

.tabboxtotal{}
.tabboxtotal .nav-tabs {
    border: 1px solid rgb(160 160 160);
    margin-bottom: -1px;
}
.tabboxtotal #nav-tabContent {
    padding: 26px 15px;
    border: 1px solid #a0a0a0;
}
.tabboxtotal .nav-tabs .nav-link {
    border: none;
    padding: 15px 34px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #0f0f0f;
    border-right: 1px solid #f6f2f2;
    border-width: thin;
    border-radius: 12px;
    /* box-shadow: 3px 0px 0px #611aeb; */
}
.tabboxtotal .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #f8b30d;
}
.tabboxtotal .nav-tabs .nav-link.active:after, .tabboxtotal .nav-tabs .nav-link.active:before{
    opacity: 1;
}
.tabboxtotal .nav-tabs .nav-link:after, .tabboxtotal .nav-tabs .nav-link:before{
    position: absolute;
    top: 99%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
    opacity: 0;
}

.tabboxtotal .nav-tabs .nav-link:before{
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgb(79 77 77);
}

.tabboxtotal .nav-tabs .nav-link:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #ffffff;
}

.copyright.mobile {
    text-align: center;
    padding-top: 30px;
    display: none;
}
.copyright.mobile p {
    font-size: 18px;
}
.copyright.mobile p br{
    display: none;
}


.coming-soon-body{
    position: relative;
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
}
.coming-soon {
    position: relative;
    z-index: 1;
    box-shadow: 8px 10px 15px rgba(0,0,0,0.08);
    border-radius: 35px;
    padding: 100px;
    text-align: center;
    background-color: #ffffff;
}
.coming-soon img{
    margin: 0 auto 30px;
}
.coming-soon h2 {
    color: #23075b;
    font-size: 72px;
    font-family: 'CambriaFontForLinux';
    font-weight: 800;
    margin: 0 0 12px;
}
.coming-soon p{
    color: #000000;
    font-size: 36px;
    font-style: italic;
    margin-bottom: 50px;
}
.coming-soon .sape{
    width: 100%;
    max-width: 330px;
    object-fit: cover;
    margin: 0 auto 0;
}
.coming-soon .progress{
    width: 100%;
    max-width: 40%;
    margin: 0 auto 20px;
}
.coming-soon small {
    color: #6026d5;
    font-family: 'CambriaFontForLinux';
    font-size: 17px;
    font-weight: 600;
}
.coming-soon-body::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -90px;
    width: 100%;
    max-width: 235px;
    height: 200px;
    background-image: url(../images/sape3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*-- pyq area start --*/
.pyq-body-area {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.pyq-media {
    box-shadow: 8px 0 20px rgba(0,0,0,0.20);
    border: 1px solid #dedede;
    border-bottom: 2px solid #f59393;
    padding: 25px 50px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.pyq-media:hover{
    transform: translateY(-8px);
}
.pyq-media .media-img{
    box-shadow: 8px 0 20px rgba(0,0,0,0.20);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
}
.pyq-media .media-img img{
    width: 41px;
    height: 45px;
    object-fit: contain;
}
.pyq-media .media-body {
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pyq-media .media-body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgb(255,235,211);
    background: -moz-linear-gradient(0deg, rgba(255,235,211,0) 0%, rgba(157,157,157,1) 50%, rgba(114,36,194,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,235,211,0) 0%, rgba(157,157,157,1) 50%, rgba(114,36,194,0) 100%);
    background: linear-gradient(0deg, rgba(255,235,211,0) 0%, rgba(157,157,157,1) 50%, rgba(114,36,194,0) 100%);
}
.pyq-media .media-body h3{
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}
.pyq-media .media-body .icon{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #dfd1fb;
    color: #000000;
    font-size: 15px;
}
/*-- pyq area stop --*/
/*-- topicoftheday area start --*/
.topicoftheday-body-area{
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
}
.topicoftheday-media {
    padding: 20px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 24px;
}
.topicoftheday-media::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/book-icon.png);
}
.topicoftheday-media .media-img{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 11px 0 10px rgba(0,0,0,0.04);
}
.topicoftheday-media .media-body{
    padding-left: 20px;
}
.topicoftheday-media .media-body h4{
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 4px 0 6px rgba(0,0,0,0.25);
    margin: 0 0 10px;
}
.topicoftheday-media .media-body h6{
    font-size: 20px;
    color: #ffffff;
    font-family: 'CambriaFontForAndroid';
    font-style: italic;
}
.topicoftheday-media .media-body .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    margin: 20px 0 0;
}
.topicoftheday-media.color1 .media-img img{
    filter: brightness(0) saturate(100%) invert(76%) sepia(79%) saturate(2424%) hue-rotate(345deg) brightness(96%) contrast(104%);
}
.topicoftheday-media.color2 .media-img img{
    filter: brightness(0) saturate(100%) invert(50%) sepia(82%) saturate(385%) hue-rotate(117deg) brightness(104%) contrast(87%);
}
.topicoftheday-media.color3 .media-img img{
    filter: brightness(0) saturate(100%) invert(85%) sepia(48%) saturate(4877%) hue-rotate(310deg) brightness(97%) contrast(96%);
}
.topicoftheday-media.color4 .media-img img{
    filter: brightness(0) saturate(100%) invert(56%) sepia(55%) saturate(4781%) hue-rotate(224deg) brightness(98%) contrast(101%);
}
.topicoftheday-media.color5 .media-img img{
    filter: brightness(0) saturate(100%) invert(46%) sepia(19%) saturate(3528%) hue-rotate(182deg) brightness(93%) contrast(92%);
}
.topicoftheday-media.color6 .media-img img{
    filter: brightness(0) saturate(100%) invert(64%) sepia(15%) saturate(2269%) hue-rotate(60deg) brightness(94%) contrast(83%);
}
.color1{background-color: #fba113;}
.color2{background-color: #27b999;}
.color3{background-color: #f47c7c;}
.color4{background-color: #8d70fb;}
.color5{background-color: #2785e4;}
.color6{background-color: #50bb2b;}
.color7{background-color: #9bb530;}
/*-- topicoftheday area stop --*/
/*-- pyqyearwise area start --*/
.pyqyearwise-main-body {
    position: relative;
    padding: 25px;
}
.pyqyearwise-main-body::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 141px;
    height: 141px;
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pyqyearwise-main-body::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 69px;
    height: 69px;
    background-image: url(../images/course-icon3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pyqyearwise-body {
    box-shadow: 8px 0 20px rgba(0,0,0,0.05);
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 60px;
}
.pyqyearwise-body .list{
    width: 100%;
    max-width: 526px;
    margin: 0 auto;
}
.pyqyearwise-body .list li{
    margin: 0 0 0;

}
.card.pyqyearwise-card .card-body {
    padding: 40px 60px;
    border-radius: 5px;
    position: relative;
    height: 230px;
    padding-right: 160px;
    overflow: hidden;
}
.card.pyqyearwise-card .card-body .calender-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100%;
    max-width: 116px;
    opacity: 0.8;
}
.card.pyqyearwise-card .card-body .calender-icon img{
    width: 100%;
    object-fit: cover;
}
.card.pyqyearwise-card .card-body::after{
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    width: 112px;
    height: 63px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sape4.png);
}
.card.pyqyearwise-card .card-body::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50px;
    width: 228px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.card.pyqyearwise-card.color3 .card-body::before{
    background-image: url(../images/sape5.png);
}
.card.pyqyearwise-card.color1 .card-body::before{
    background-image: url(../images/sape6.png);
}
.card.pyqyearwise-card.color2 .card-body::before{
    background-image: url(../images/sape7.png);
}
.card.pyqyearwise-card.color7 .card-body::before{
    background-image: url(../images/sape8.png);
}
.card.pyqyearwise-card .card-body .body-text{
    position: relative;
    z-index: 1;
}
.card.pyqyearwise-card .card-body h3 {
    color: #ffffff;
    font-weight: 800;
    font-size: 50px;
    text-shadow: 4px 0 6px rgba(0,0,0,0.23);
}
.card.pyqyearwise-card .card-body p {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    margin: 0 0 25px;line-height: 25px;
}
.card.pyqyearwise-card .card-body .arrow-icon{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
}
.card.pyqyearwise-card {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.card.pyqyearwise-card:hover{
    transform: translateY(-5px);
}
/*-- pyqyearwise area stop --*/
/*-------------- Topic of the Day start -------------*/
.video-box{margin-bottom: 30px;}
.videoimg{position: relative;height: 265px;}
.videoimg:after{ position:absolute; content:""; width:100%; height:100%; top:0px; left:0px;background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2, 0, 36, 0.64) 0%, rgba(0,0,0,0.7511204310825893) 15%, rgba(0,212,255,0) 100%);border-radius: 10px;}
.videoimg img{width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.play-button{position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);z-index: 9}
.video-box h3{text-align: center;font-size: 25px;color: #000;font-weight: bold;margin: 15px 0px;}
/*-------------- Topic of the Day stop -------------*/

/*-- Quotation of the Day area start --*/
.quotationoftheday-box {
    border-radius: 5px;
    background-color: #0cb6c4;
    padding: 0 30px;
	width: 630px;box-shadow: 0px 0px 16px 0px #d2cfcf;margin-bottom: 30px;
}
.quotationoftheday-box .month-box{
    min-height: 130px;
    width: 100%;
    max-width: 92px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}
.quotationoftheday-box .month-box h3{
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.quotationoftheday-box .month-box h6{
    color: #000000;
    font-size: 30px;
    font-weight: 400;
}
.quotationoftheday-media{
    padding: 20px;
    background-color: #ffffff;
}
.question{width: 100%;max-width: 630px !important;margin: 0 auto;}
.question li{background-color: #0cb6c4;border-radius: 7px;}
.quotationoftheday-box .question-media{background: #fff;padding: 25px 25px 25px 25px;border-radius: 0px 5px 5px 0px;box-shadow: 0px 0px 15px 0px #03929d;width: 390px;}
.quotationoftheday-box .question-media h3{font-size: 30px;font-weight: bold;margin: 0px 40px 0px 15px;color: #000;}
.quotationoftheday-box .question-media .icon{width: 32px;height: 32px;border-radius: 50%;background-color: #b6eaed;
color: #000000;font-size: 15px;}
.question li:nth-child(2) .quotationoftheday-box{background:#bcd634;}
.question li:nth-child(2) .question-media{box-shadow: 0px 0px 15px 0px #91bf36;}
.question li:nth-child(2) .question-media .icon{background-color: #ecf3c1;}
.question li:nth-child(3) .quotationoftheday-box{background:#b24297;}
.question li:nth-child(3) .question-media{box-shadow: 0px 0px 15px 0px #b6418e;}
.question li:nth-child(3) .question-media .icon{background-color: #f2c8e0;}
.question li:nth-child(4) .quotationoftheday-box{background:#662ed3;}
.question li:nth-child(4) .question-media{box-shadow: 0px 0px 15px 0px #703dd7;}
.question li:nth-child(4) .question-media .icon{background-color: #dacafc;}
.question li:nth-child(5) .quotationoftheday-box{background:#f9a917;}
.question li:nth-child(5) .question-media{box-shadow: 0px 0px 15px 0px #db9410;}
.question li:nth-child(5) .question-media .icon{background-color: #fde5b9;}
.question li:nth-child(6) .quotationoftheday-box{background:#25b796;}
.question li:nth-child(6) .question-media{box-shadow: 0px 0px 15px 0px #1ba587;}
.question li:nth-child(6) .question-media .icon{background-color: #beeae0;}
.question li:nth-child(7) .quotationoftheday-box{background:#0cb6c4;}
.question li:nth-child(7) .question-media{box-shadow: 0px 0px 15px 0px #03929d;}
.question li:nth-child(7) .question-media .icon{background-color: #b6eaed;}
.question li:nth-child(8) .quotationoftheday-box{background:#bcd634;}
.question li:nth-child(8) .question-media{box-shadow: 0px 0px 15px 0px #91bf36;}
.question li:nth-child(8) .question-media .icon{background-color: #ecf3c1;}
.question li:nth-child(9) .quotationoftheday-box{background:#b24297;}
.question li:nth-child(9) .question-media{box-shadow: 0px 0px 15px 0px #b6418e;}
.question li:nth-child(9) .question-media .icon{background-color: #f2c8e0;}
.question li:nth-child(10) .quotationoftheday-box{background:#662ed3;}
.question li:nth-child(10) .question-media{box-shadow: 0px 0px 15px 0px #703dd7;}
.question li:nth-child(10) .question-media .icon{background-color: #dacafc;}
.question li:nth-child(11) .quotationoftheday-box{background:#f9a917;}
.question li:nth-child(11) .question-media{box-shadow: 0px 0px 15px 0px #db9410;}
.question li:nth-child(11) .question-media .icon{background-color: #fde5b9;}
.question li:nth-child(12) .quotationoftheday-box{background:#25b796;}
.question li:nth-child(12) .question-media{box-shadow: 0px 0px 15px 0px #1ba587;}
.question li:nth-child(12) .question-media .icon{background-color: #beeae0;}
/*-- Quotation of the Day area stop --*/

.essay .card-body{padding: 40px 10px !important;padding-right: 10px !important;}
.essay{border: 5px solid #fde5e5;}
.essay .calender-icon{left: 20px;opacity: 0.3 !important;}
.essay .card-body::before{ display:none;}
.essay .card-body::after{ top:inherit !important; right:inherit !important;bottom: -15px;left: 149px;transform: rotate(531deg);}
.pyqyearwise-body .list li:nth-child(3) .essay{ background:#1ca8cc;border: 5px solid #d2eef5;} 
.pyqyearwise-body .list li:nth-child(4) .essay{ background:#7433f3;border: 5px solid #e3d6fd;} 
.year-media{padding: 40px 50px;border-radius: 20px;position: relative;border: 2px solid #fff;box-shadow: 0px 0px 15px 0px #a8a8a8;height: 100%;}
.media-img1{ position:relative;}
.media-img1:after{ position:absolute; content:""; background:url(../images/sape9.png) no-repeat 0px 0px; width:101px; height:92px; left:-20px; top:0px;}
.color5{background-color: #5e17eb;}
.color10{background-color: #f8b30d;}
.year-media .media-body {padding-left: 35px;}
.year-media .media-body h4{color: #ffffff;font-size: 40px;font-weight: 700;text-shadow: 4px 0 6px rgba(0,0,0,0.25);margin: 0 0 10px; position:relative;padding-bottom: 20px;}
.year-media .media-body h4:after{ position:absolute; content:""; width:80px; height:4px; background:#fff; bottom:0px; left:0px;border-radius: 50px;}
.year-media .media-body h4:before{ position:absolute; content:""; width:8px; height:4px; background:#fff; bottom:0px; left:90px;border-radius: 50px;}
.year-media .media-body .icon  {width: 32px;height: 32px;border-radius: 50%;background-color: #814aef;
color: #fff;font-size: 15px;margin: 20px 0 0;}
.color10 .media-body .icon{ background:#fac442;}
.studies-area::before, .studies-area::after{ display:none;}
.studies-body{box-shadow: none;border-radius: 0px;background-color: transparent;position: relative;z-index: 1;padding: 0px;}
.studies{max-width: 100% !important;}
.studies li{margin: 0 10px 0 !important;display: inline-block;width: 47%;}


/*-----------Word of the Day start------------*/
.wordlist{max-width: 560px;margin: 0 auto;}
.wordlist li{ position:relative;}
.word-feature-media-box{width: 100%;margin-bottom: 35px;box-shadow: 0px 0px 15px 0px #c4c4c4;position: relative;
border-radius: 10px;align-items: center;background: #fff;}
.word-feature-media-box:after{ position:absolute; content:""; background:url(../images/book-icon2.png) no-repeat; bottom:5px; right:15px; width:93px; height:93px;}
.word-feature-media-box:before{ position:absolute; content:""; width:105px; height:105px; background:#0cb6c4;top: 20px;right: -25px;z-index: -1;border-radius: 10px;}
.word-feature-media-box .media-img {width: 145px;height: 145px;border-radius: 50%;margin-right: 0px;align-items: center;
position: relative;left: -55px;background: #0cb6c4;	overflow:hidden;}
.word-feature-media-box .media-img:after{content: "";position: absolute;left: -39px;bottom: -45px;width: 87%;height: 100%;background-color: #0003;z-index: 1;transform: rotate(-43deg);}
.innerbox {background-color: #fff;position: absolute;width: 80%;height: 80%;text-align: center;display: flex;justify-content: center;align-items: center;border-radius: 50%;z-index: 2;}
.word-feature-media-box .media-img img{width: 44px;height: 54px;margin: 0 auto;}
.word-feature-media-box .media-body{position: relative;left: -20px;}
.word-feature-media-box .media-body h3 {color: #0cb6c4;font-size: 30px;font-weight: bold;margin: 0 0 7px;}
.word-feature-media-box .media-body p{color: #000;font-size: 20px;font-weight: 500;margin: 0 0 7px;}
.headshot{border-radius: 50%;background-image: var(--img-url), linear-gradient(to bottom right, #ff3cac, #562b7c, #2b86c5);}
.wordlist li:nth-child(2) .word-feature-media-box .media-img{background: #bcd634;}
.wordlist li:nth-child(2) .word-feature-media-box .media-body h3{ color:#bcd634;}
.wordlist li:nth-child(2) .word-feature-media-box:before{background:#bcd634;}
.wordlist li:nth-child(3) .word-feature-media-box .media-img{background: #b24297;}
.wordlist li:nth-child(3) .word-feature-media-box .media-body h3{ color:#b24297;}
.wordlist li:nth-child(3) .word-feature-media-box:before{background:#b24297;}
.wordlist li:nth-child(4) .word-feature-media-box .media-img{background: #662ed3;}
.wordlist li:nth-child(4) .word-feature-media-box .media-body h3{ color:#662ed3;}
.wordlist li:nth-child(4) .word-feature-media-box:before{background:#662ed3;}
.wordlist li:nth-child(5) .word-feature-media-box .media-img{background: #f9a917;}
.wordlist li:nth-child(5) .word-feature-media-box .media-body h3{ color:#f9a917;}
.wordlist li:nth-child(5) .word-feature-media-box:before{background:#f9a917;}
.wordlist li:nth-child(6) .word-feature-media-box .media-img{background: #25b796;}
.wordlist li:nth-child(6) .word-feature-media-box .media-body h3{ color:#25b796;}
.wordlist li:nth-child(6) .word-feature-media-box:before{background:#25b796;}
.wordlist li:nth-child(7) .word-feature-media-box .media-img{background: #0cb6c4;}
.wordlist li:nth-child(7) .word-feature-media-box .media-body h3{ color:#0cb6c4;}
.wordlist li:nth-child(7) .word-feature-media-box:before{background:#0cb6c4;}
.wordlist li:nth-child(8) .word-feature-media-box .media-img{background: #bcd634;}
.wordlist li:nth-child(8) .word-feature-media-box .media-body h3{ color:#bcd634;}
.wordlist li:nth-child(8) .word-feature-media-box:before{background:#bcd634;}
.wordlist li:nth-child(9) .word-feature-media-box .media-img{background: #b24297;}
.wordlist li:nth-child(9) .word-feature-media-box .media-body h3{ color:#b24297;}
.wordlist li:nth-child(9) .word-feature-media-box:before{background:#b24297;}
.wordlist li:nth-child(10) .word-feature-media-box .media-img{background: #662ed3;}
.wordlist li:nth-child(10) .word-feature-media-box .media-body h3{ color:#662ed3;}
.wordlist li:nth-child(10) .word-feature-media-box:before{background:#662ed3;}
.wordlist li:nth-child(11) .word-feature-media-box .media-img{background: #f9a917;}
.wordlist li:nth-child(11) .word-feature-media-box .media-body h3{ color:#f9a917;}
.wordlist li:nth-child(11) .word-feature-media-box:before{background:#f9a917;}
.wordlist li:nth-child(12) .word-feature-media-box .media-img{background: #25b796;}
.wordlist li:nth-child(12) .word-feature-media-box .media-body h3{ color:#25b796;}
.wordlist li:nth-child(12) .word-feature-media-box:before{background:#25b796;}
/*-----------Word of the Day stop------------*/

/*-------------- Current Affairs start -------------*/
.current-media-box{padding: 30px;border: 1px solid #ebeaf1;border-radius: 10px;box-shadow: 0px 0px 15px 0px #f2f2f2;margin-bottom: 20px;align-items: center;}
.media-icon{width: 55px;height: 55px;background: #f8efe8;margin-right: 17px;text-align: center;align-items: center;justify-content: center !important;border-radius: 50px 50px 50px 5px;font-size: 25px;color: #5e17eb;font-weight: bold;}
.current-media-box .media-body h3{font-size: 25px;font-weight: bold;color: #000;line-height: 45px;}
.current-media-box .media-body h3 small{ font-weight:300;}
.current-media-box .media-body p{font-size: 18px;font-style: italic;}
.current-media-box .media-body p span{width: 35px;height: 35px;display: inline-block;background: #fef0cf;border-radius: 50%;
text-align: center;margin-right: 10px;}
.current-media-box .media-body p span img{ width:50%;}
.start{border: 1px solid #000;padding: 9px 25px 11px;border-radius: 5px;color: #000;font-weight: bold;font-size: 20px; transition:all .3s ease-in-out}
.start:hover{ background:#000; color:#fff;transition:all .3s ease-in-out}
.dailypage .pagination{justify-content: center;display: flex;margin-top: 55px;}
.dailypage .pagination .page-link{color: #000;border: 1px solid transparent;border-radius: 50px;margin: 0px 5px;font-size: 20px;padding: 5px 15px;font-weight: 500;background: #ebebeb;}
.dailypage .pagination .page-link:hover{color: #000;background-color: #f8b30d;}
.dailypage .pagination .page-item.active .page-link{color: #000;background-color: #f8b30d;}
.page-item:first-child .page-link{background: transparent !important;}
.page-item:last-child .page-link{background: transparent !important;color: #5e17eb !important;}
/*-------------- Current Affairs stop -------------*/


/*-------------- Art & Architecture start -------------*/
.art-media-box{padding: 30px;border: 1px solid #ebeaf1;border-radius: 10px;box-shadow: 0px 5px 0px 0px #f59393;margin-bottom: 30px;align-items: center;}
.art-media-icon{width: 70px;height: 70px;background: #fff;margin-right: 55px;text-align: center;align-items: center;justify-content: center !important;border-radius: 50px;font-size: 25px;color: #5e17eb;font-weight: bold;box-shadow: 0px 0px 15px 0px #f59393d4; position:relative;}

.art-media-icon:after{ position:absolute; content:""; background:url(../images/linebg1.png) no-repeat; width:1px; height:103px; top: -17px;right: -30px;}
.art-media-box .media-body{ padding-right:20px;}
.art-media-box .media-body h3{font-size: 25px;font-weight: bold;color: #000;line-height: 30px;}
.art-media-box .media-body h3 small{ font-weight:300;}
.art-media-box .media-body p{font-size: 18px;font-style: italic;}
.art-media-box .media-body p span img{ width:50%;}
.artstart{padding: 10px 0px;border-radius: 50%;color: #000;font-weight: bold;font-size: 15px;width: 35px;height: 35px;background: #dfd1fb;text-align: center;display: flex;justify-content: center;transition: all .3s ease-in-out;}
.artstart:hover{ background:#000; color:#fff;transition:all .3s ease-in-out}
.arrowright{width: 35px;height: 33px;background: #fff;border-radius: 50%;display: flex;color: #f47c7c;justify-content: center;
align-items: center;margin: 20px auto 0px;}
.solvedpaper{padding: 50px 20px;}
.solvedpaper .icon{width: 32px;height: 32px;border-radius: 50%;background-color: #ffffff;color: #000000;font-size: 15px;
margin: 20px 0 0;}
/*-------------- Art & Architecture stop -------------*/


.yourcounty{max-width: inherit !important;margin: 0 auto;}
.pyqyearwise-body .yourcounty li {margin: 0 10px 0;display: inline-block;width: 48%;}
.yourcounty li .essay{ border:none !important;}
.yourcounty li .essay .card-body{ padding:40px !important;height: 230px !important;align-items: center;display: flex;
justify-content: center;}
.yourcounty li .essay .card-body .articon{width: 32px;height: 32px;border-radius: 50%;background-color: #ffffff;color: #000000;
font-size: 15px;margin: 20px auto 0;padding: 5px 0px;}
.yourcounty li .essay .card-body h3{ font-size:36px;}

.searchbox{padding: 30px;border: 1px solid #ebeaf1;border-radius: 10px;box-shadow: 0px 0px 15px 0px #f2f2f2;margin-bottom: 35px;}
.searchbox h4{font-size: 27px;color: #000;font-style: italic;margin-bottom: 15px;}
.searchbox .col-auto{ width:100%; position:relative;}
.searchbox .form-control-plaintext{width: 80%;border: 1px solid #ddd;height: 60px;border-radius: 5px;padding: 10px;}
.searchbox .btn-primary{position: absolute;top: 0px;right: 0px;background: #f8b30d;border: none;color: #fff;text-align: center;
margin-bottom: 0px !important;font-size: 25px;font-weight: bold;padding: 11px 65px;}
.searchbox .btn-primary i{ color:#fff !important;}
.dailybox{box-shadow: 0px 0px 15px 0px #f2f2f2;border-radius: 7px;border: 1px solid #ebeaf1;overflow: hidden;margin-bottom: 35px;}
.dailybox h3{padding: 15px 15px;background: #5e17eb;font-size: 35px;color: #fff;}
.dailybox h3 span{width: 50px;height: 50px;display: inline-block;background: #fff;border-radius: 50px;text-align: center;
margin-right: 10px;}
.dailybox h3 span img{filter: invert(13%) sepia(82%) saturate(6841%) hue-rotate(263deg) brightness(90%) contrast(105%);-webkit-filter: invert(13%) sepia(82%) saturate(6841%) hue-rotate(263deg) brightness(90%) contrast(105%);}
.dailyarea{height: 750px;overflow: auto;}
.dailyarea .media-icon{width: 50px;height: 50px;background: #f0eafd;margin-right: 15px;text-align: center;align-items: center;
justify-content: center !important;border-radius: 50px 50px 50px 5px;font-size: 18px;color: #5e17eb;font-weight: bold;}
.dailyarea .media-body h4{font-size: 21px;line-height: 25px;}
.analysis-media-box{padding: 22px 20px;box-shadow: 7px 5px 7px 0px #e6e6e6;}
.dailyright h3{background: #f8b30d;}
.dailyright h3 span img{filter: invert(83%) sepia(37%) saturate(4979%) hue-rotate(356deg) brightness(104%) contrast(94%);-webkit-filter: invert(83%) sepia(37%) saturate(4979%) hue-rotate(356deg) brightness(104%) contrast(94%);}
.dailyright .dailyarea .media-icon{background: #f2dfd1;}

.newspaperimg{ position:relative;}
.newspaperimg:after{ position:absolute; content:""; background:url(../images/sape10.png) no-repeat; bottom: -45px;width: 100%;
height: 45px;left: 0px;background-size: cover;}
.newspaperimg img{ width:100%;}





