.hero-slider-area .hero-slider-item::before {
    background-color: transparent;
}

.fledii {
    display: flex;
    justify-content: space-between;
}

.top-naff {
    background: #361b8e;
    padding: 4px 0;
}

ul.innercont {
    margin: 0;
    padding: 0;
    text-align: right;
}

ul.innercont li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-left: 1px solid #fff;
    line-height: 11px;
}

#team-img {
    height: 150px;
}

    #team-img img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

ul.innercont li a {
    margin: 0;
    padding: 0 5px;
    text-decoration: none;
    font-size: 12.9px;
    color: #fff !important;
}

ul.innercont li:first-child {
    border-left: 0;
}

ul.innercont li:nth-child(2) {
    border-left: 0;
}

ul.innercont li:nth-child(3) {
    border-left: 0;
}

ul.innercont li:nth-child(4) {
    border-left: 0;
}

ul.innercont li:nth-child(5) {
    border-left: 0;
}

ul.innercont li:nth-child(6) {
    border-left: 0;
}

.footer-bottom-area .social-icon li {
    display: inline-block;
    padding-left: 5px;
}

.footer-bottom-area .social-icon li a i {
    line-height: 26px;
    background-color: #F43030;
    border: 2px solid #C10A0A;
}

.footer-bottom-area .social-icon li a i:hover {
    background-color: #C10A0A;
}

/*.main-nav nav ul{margin-left: auto !important;}*/

.navbar {
    padding: 0;
}

.hero-slider-area .hero-slider-item {
    /*margin-top: 110px;*/
    margin-top: 110px;
    height: 560px;
    background-size: contain;
    background-position: center bottom;
}

.newsboxx {
    display: flex;
}

.lefnes {
    background: #fff;
    padding: 10px;
    width: 20%;
}

.lefnes1 {
    background: #FFFDFB/*#d8d8d8*/
    ;
    padding: 10px;
    width: 80%;
}

.lefnes h4 {
    font-size: 18px;
    text-align: center;
    color: #361b8e;
    font-weight: 500;
    margin: 0;
    padding-top: 6px;
}

.lefnes i {
    font-size: 25px;
    margin-right: 8px;
}

.lefnes h4 span {
    position: relative;
    top: -6px;
}

.hero-slider-area .owl-theme .owl-nav .owl-next,
.hero-slider-area .owl-theme .owl-nav .owl-prev {
    border: 2px solid #361b8e !important;
    border-radius: 0 10px;
    background-color: #361b8e;
}

.default-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#361b8e), to(#FF1313));
    background-image: linear-gradient(to right, #361b8e, #FF1313);
}

.peru-nav .main-nav nav .navbar-nav .nav-item a {
    text-transform: uppercase;
    color: #333;
}

.featuresssbox {
    background: #361b8e;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
    padding-top: 28px;
}

ul.featuresssinner {
    margin: 0;
    padding: 0;
    width: 15%;
    position: relative;
}

ul.featuresssinner:before:first-child {
    content: '';
    background: url(../images/vline.jpg) no-repeat;
    width: 2px;
    height: 245px;
    position: absolute;
    left: 0px;
    top: 0;
}

ul.featuresssinner:before {
    content: '';
    background: url(../images/vline.jpg) no-repeat;
    width: 2px;
    height: 245px;
    position: absolute;
    right: 28px;
    top: 0;
}

ul.featuresssinner h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

ul.featuresssinner h3 span img {
    max-width: 42px;
    margin-right: 5px;
}

ul.featuresssinner li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.featuresssinner li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #361b8e;
}

.about-title p {
    font-size: 19px;
    font-weight: 600;
}

.about-section {
    padding: 120px 0 140px;
}

.about-section span.tagline {
    color: #fe630e;
    font-size: 20px;
    font-weight: 500;
}

.margin-top-20 {
    margin-top: 20px;
}

.about-section .stylist-gallery .single-image {
    margin-bottom: 30px;
}

.about-section .stylist-gallery .image-1 {
    position: relative;
}

.about-section .stylist-gallery .image-1::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 40px;
    width: 80px;
    height: 80px;
    border: 7px solid rgba(18, 109, 99, 0.5);
    z-index: 1;
    -webkit-animation: movetopbounce 5s linear infinite;
    animation: movetopbounce 5s linear infinite;
}

.about-section .stylist-gallery .image-2 {
    position: relative;
    top: 80px;
}

.about-section .stylist-gallery .image-2::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -7px;
    width: 150px;
    height: 150px;
    border: 7px solid #fff;
    z-index: 1;
    -webkit-animation: movetopbounce 5s linear infinite;
    animation: movetopbounce 5s linear infinite;
}

@keyframes movetopbounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.about-section .stylist-gallery .image-3 {
    position: relative;
    top: -30px;
}

.about-section .stylist-gallery .image-3::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 40px;
    width: 100px;
    height: 100px;
    border: 7px solid rgba(244, 111, 5, 0.5);
    z-index: 1;
    -webkit-animation: movetopbounce 5s linear infinite;
    animation: movetopbounce 5s linear infinite;
}

.about-section .stylist-gallery .image-4 {
    position: relative;
    top: 80px;
}

.about-section .stylist-gallery .image-1 img {
    width: 75%;
    display: block;
    margin-left: auto;
}

.about-section .stylist-gallery .image-2 img {
    width: 75%;
    display: block;
}

.about-section .stylist-gallery .image-3 img {
    width: 75%;
    display: block;
    margin-left: auto;
}

.about-section .stylist-gallery .image-4 img {
    width: 75%;
    display: block;
}

.features-right-area .features-list {
    position: relative;
    margin-bottom: 42px;
}

.features-right-area .features-list img {
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.features-right-area .features-list .creative-text {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 145px;
}

p:last-child {
    margin-bottom: 0;
}

.creative-text h3 {
    text-transform: uppercase;
    color: #042354;
}

.creative-text h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #761D17;
}

.creative-text small {
    font-size: 15px;
    font-weight: 600;
}

.creative-text p {
    font-size: 15px;
    margin-top: 7px;
    font-weight: 600;
}

.features-right-area {
    margin-top: 50px;
}

.bg-red {
    background-color: #361b8e;
    border: 9px solid #361b8e;
}

.relative {
    position: relative;
}

.investors-news {
    padding-bottom: 50px;
    background: #f2f2f2;
}

.investors-news-row {
    padding: 20px;
    border-top: 1px solid rgba(90, 90, 90, .22);
}

.investors-news-desc,
.investors-news .investors-news-desc {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.investors-news .investors-news-desc {
    color: #FFFFFF !important;
    width: 95%;
}

.investors-news .investors-news-desc,
.investors-news-desc {
    color: #362e2e !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
    margin-bottom: 5px;
    padding-right: 30px;
    text-align: justify;
}

.investors-news-desc span {
    color: #361b8e;
    font-size: 14px;
    font-weight: 500;
    margin-left: 14px
}

.img-right-arrow {
    max-width: 25px;
    position: absolute;
    top: 35px;
    right: 15px;
    transition: all 0.5s ease;
}

.img-right-arrow {
    max-width: 25px;
    position: absolute;
    top: 35px;
    right: 15px;
    transition: all .5s ease;
}

.investors-news-desc:hover .img-right-arrow {
    right: 5px;
}

.investors-news h4 {
    color: #fff;
    margin: 0;
    padding: 25px;
    background: #361b8e;
    text-align: center;
}

.sociabox {
    display: flex;
    flex-direction: column;
    padding-left: 70px;
}

.facbokk h3,
.newsbod h3 {
    font-size: 25px;
    color: #fff;
    border-bottom: 4px solid #f02f4c;
    background: #cd0a27;
    padding: 8px 24px;
    margin-bottom: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.facroineer {
    width: 100%;
    height: 250px;
    background: #f2f2f2;
    margin-bottom: 22px;
}

.nesbooo {
    width: 85%;
    margin: 0 auto;
}

.peru-nav .main-nav::after {
    background: none;
}

.single-blog-post .post-image a img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 249px;
    object-fit: cover;
}

.single-blog-post {
    margin-bottom: 8px;
}

.blog-wrap.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -30px;
}

.about-section {
    padding: 80px 0 70px;
}

.footer-top-area {
    background: #361b8e;
    padding-bottom: 28px;
    padding-top: 36px;
}

.footer-bottom-area.colf {
    background-color: #2d9270;
}

.footer-bottom-area p {
    color: #ffffff;
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
}

.footer-bottom-area .social-icon li.tops {
    padding-top: 14px;
    color: #fff;
}

.toplogos {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

.logofoet {
    max-width: 30%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.adree {
    width: 46%;
    margin: 0 auto;
}

.adree p {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

ul.social-icons {
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul.social-icons li {
    margin: 5px;
    padding: 0;
    list-style: none;
}

    ul.social-icons li a {
        margin: 0;
        padding: 0 7px;
        text-decoration: none;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100px;
        line-height: 41px;
        color: #361b8e;
    }

.mapbv {
    width: 100%;
    border: 12px solid #fff;
    padding: 1px;
    border-radius: 2px;
    height: 291px;
}

.flexlowerw {
    display: flex;
}

ul.lowking {
    margin: 10px 25px;
    padding: 0;
    margin-left: 0;
    margin-right: 35px;
}

ul.lowking li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

ul.lowking li a {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: 1s ease all;
}

ul.lowking li a i {
    font-size: 14px;
    color: #fff;
    margin-right: 4px;
}

ul.lowking li a:hover {
    color: #FF2525;
}

.partner-area .owl-carousel .owl-item img {
    opacity: 1;
    border: 1px solid #ccc;
}

ul.linkg {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

ul.linkg li {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

    ul.linkg li a {
        font-size: 16px;
        color: #361b8e;
        text-decoration: none;
        font-weight: 700;
        transition: 1s ease all;
    }

.paddg {
    padding: 50px 0 0;
    background: #f2f2f2;
    margin-top: 25px;
}

ul.linkg li a:hover {
    color: #05225E;
}

ul.marq {
    margin: 0;
    padding: 0;
    display: flex;
}

ul.marq li {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    margin-right: 25px;
}

ul.marq li a {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    color: #4c4c4c;
    transition: 1s ease all;
}

ul.marq li a:hover {
    color: #05225E;
}

.popularcours {
    width: 100%;
}

.popularcoursineer {
    display: flex;
    background-image: -webkit-gradient(linear, left top, right top, from(#361b8e), to(#FF1313));
    background-image: linear-gradient(to right, #361b8e, #FF1313);
    padding: 15px;
    margin-bottom: 3px;
}

.popularcoursimg {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.popularcoursimg img {
    width: 100px;
    height: 100px;
}

.detilbpou h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.detilbpou p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 23px;
    margin-top: 10px;
}

.detilbpou p a {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 1px 9px;
    border-radius: 3px;
    font-weight: 700;
    transition: 1s ease all;
}

.detilbpou p a:hover {
    background: #EC2626;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: 100%;
}

.messbg {
    background: url('../images/bpwdcollege .JPG');
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}

.middleb {
    display: flex;
}

.conter {
    width: 32%;
    margin: 10px;
    position: relative;
    background: #f2f2f2;
    border: 5px solid #fff;
    border-radius: 2px;
    text-align: center;
    padding: 15px;
}

.imgobx {
    width: 100%;
    margin-top: 15px;
}

.imgobx img {
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 100px;
}

.contemii {
    position: relative;
}

.conter h3 {
    position: absolute;
    top: -23px;
    background: #361b8e;
    color: #fff;
    right: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 8px 15px;
    border-radius: 3px;
}

.contemii h4 {
    margin: 0;
    font-size: 18px;
    color: #361b8e;
    margin-top: 10px;
}

.contemii p.parone {
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.contemii p.parone1 {
    line-height: 21px;
    margin-top: 10px;
    text-align: justify;
}

.contemii p.parone2 a {
    transition: 1s ease all;
    border: 2px solid #EE3E3E;
    padding: 5px 15px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#361b8e), to(#FF1313));
    background-image: linear-gradient(to right, #361b8e, #361b8e);
    color: #fff;
    font-size: 14px;
}

.contemii p.parone2 a:hover {
    background: #012068;
}

.bordrpa {
    border-top: 1px solid #361b8e;
    padding-top: 25px;
}

.hero-slider-area {
    position: relative;
}

.newssilder {
    position: absolute;
    top: 28%;
    right: 114px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    width: 420px;
    z-index: 999;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tophertie {
    display: flex;
    padding: 15px 25px;
    /*background: #fff;*/
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #3333;
}

.tophertie h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
}

.tophertie h3 img {
    max-width: 50px;
    margin-right: 10px;
}

.tophertie p a {
    text-decoration: none;
    background: #361b8e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 0;
    margin-top: 8px;
    font-weight: 700;
}

ul.slidetexr {
    margin: 0;
    padding: 0;
    max-height: 325px;
    overflow: auto;
}

ul.slidetexr li {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}

ul.slidetexr li:last-child {
    border-bottom: none;
}

ul.slidetexr li a {
    margin: 0;
    padding: 0 22px;
    display: flex;
    text-decoration: none;
    color: #333
}

ul.slidetexr li a img {
    width: 40px;
    height: 40px;
    margin-top: 7px;
}

ul.slidetexr li a span {
    margin-left: 10px;
}

.blog-wrap.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.6);
}

.facbokk {
    padding-left: 37px;
}

.newsbod {
    padding-right: 37px;
}

.martopd {
    margin-top: 30px
}

/* ===== Scrollbar CSS ===== */

/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #361b8e #ffffff;
}

/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #361b8e;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 12.5px;
    padding: 3px 15px;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #361b8e;
    margin-top: 4px;
    width: 285px;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #fff;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #fff;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    top: -9px !important;
}

.peru-nav .main-nav nav .navbar-nav .nav-item a {
    margin-left: 0px;
    margin-right: 0px;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #fff;
}

.hero-slider-area .owl-theme .owl-nav .owl-next,
.hero-slider-area .owl-theme .owl-nav .owl-prev {
    border: 2px solid #D5D5D5 !important;
    border-radius: 0 10px;
    background-color: transparent;
}

.navbar-nav {
    justify-content: space-evenly;
}

.navbar-collapse {
    width: 90%;
    margin-top: 50px;
}

.main-nav nav ul {
    width: 100%;
}

.carousel-control-prev {
    left: 25px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 50%;
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 6px;
}

/*  [type="button"], [type="reset"], [type="submit"], button{margin-right: 9px;}*/

.carousel-control-next {
    right: 25px;
}

.carousel-indicators {
    display: none;
}

.vision {
    width: 45%;
    padding: 25px;
    margin-top: -132px;
    position: relative;
}

.vision.nomaring {
    margin-top: 15px;
}

    .vision:nth-child(1) {
        border-right: 1px dashed #361b8e;
    }

.mis {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.mis img {
    max-width: 28%;
    border: 10px solid #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.vision h3 {
    font-weight: 600;
    position: relative;
    font-size: 23px;
    color: #361b8e;
    margin: 0;
    padding: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.vision h3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: url(../images/border-outline.png) no-repeat;
    background-size: contain;
    width: 237px;
    height: 20px;
    margin: 0 auto;
}

.vision ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.vision.nomaring ul {
    margin-top: 30px;
}

.vision ul li {
    text-align: justify;
    margin: 0;
    padding: 0px 0;
    list-style: none;
    font-size: 16px;
    color: #141414;
    position: relative;
    padding-bottom: 20px;
}

.vision ul li span {
    display: block;
    padding-left: 50px;
}

.vision ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/bullet.png) no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
}

.vision ul li.syimg:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    background: url(../images/bullet.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.vision ul li.syimg1:before {
    background: none;
}

.vision-missionbsox {
    display: flex;
    justify-content: center;
}

.bgare {
    background: #361b8e;
    height: 200px;
}

.page-title-area::before {
    background-color: #ededed;
}

.page-title-area {
    z-index: 9;
    /*background-image: url(../images/rdwu_gate.jpg);*/
    padding-bottom: 0px;
    background-position: 0 50px;
    padding-top: 140px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.page-title-content {
    text-align: left;
}

.page-title-area .page-title-content ul li a {
    font-size: 12px;
}

.page-title-area .page-title-content ul li {
    font-size: 12px;
    color: #361b8e;
}

.page-title-area .page-title-content ul {
    margin-top: 0;
}

.client-area {
    /*background-image: url(../images/rdcollege.jpg);*/
    background-color: #f2f2f2;
    z-index: inherit;
}

.client-area .section-title h2 {
    color: #361b8e;
}

.client-area .section-title span {
    color: #000;
}

.ptb1-10 {
    padding-top: 25px;
}

.abobox {
    padding: 25px;
}

.abobox ul {
    margin: 0;
    padding: 0;
}

.abobox ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    font-size: 16px;
    color: #4a4a4a;
    position: relative;
}

.abobox ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../images/bullet.png) no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
}

.abobox ul li p {
    padding-left: 30px;
    text-align: justify;
    margin-bottom: 25px;
}

.client-bg p.lowepra {
    padding: 0 25px 45px 25px;
}

.client-area.mission {
    padding-top: 15px;
    /*background-position: 0 -158px;*/
    margin-top: 14px;
}

.vision.nobort {
    border: 0;
    width: 82%;
    margin: 0 auto;
}

.laocaiton {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

.mapbv.innerpa {
    height: 310px;
    border: 11px solid #161616;
    padding: 12px;
}

.cart-area .cart-totals ul li {
    font-size: 14px;
    padding-left: 32px;
    text-align: left;
}

.cart-area .cart-totals ul li.syimg1,
.cart-area .cart-totals ul li.syimg {
    border: none;
}

.cart-totals.nomarr {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.listboxsynidcate {
    width: 40%;
}

.cart-area .cart-totals.nomarr {
    box-shadow: none;
    padding: 0;
}

.page-title-area .page-title-content h2 {
    font-size: 25px;
}

.container23 {
    padding: 2rem 1rem;
    margin: 0 auto;
    max-width: 68rem;
    width: 100%;
}

.main1 {
    margin-top: 35px;
}

.main1 .container23 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main1 .card23 {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
}

.main1 .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}

.main1 .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #fff;
}

.main1 .card23 h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.main1 .card23 h5.rbgg {
    background: #361b8e;
    margin: 0;
}

#accordian {
    background: #008789;
    width: 220px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*heading styles*/

#accordian h3 {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    background: #004A61;
    background: linear-gradient(#361b8e, #cd3030);
    margin: 0;
    color: #fff;
    font-weight: 500;
    position: relative;
}

#accordian h3 a {
    color: #fff;
    font-size: 14px;
    display: block;
}

/*heading hover effect*/

#accordian h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

/*list items*/

#accordian li {
    list-style-type: none;
    border-bottom: 1px dashed #fff;
}

/*links*/

#accordian ul ul li a {
    color: white;
    text-decoration: none;
    font-size: 12.9px;
    line-height: 20px;
    display: block;
    padding: 5px 15px;
    transition: all 0.15s;
}

/*hover effect on links*/

#accordian ul ul li a:hover {
    background: #ea1818;
    border-left: 5px solid #FC4349;
}

/*Lets hide the non active LIs by default*/

#accordian ul ul {
    display: none;
    background: #ef4d4d;
}

#accordian li.active ul {
    display: block;
}

.Academiccbox {
    width: 100%;
    padding: 25px;
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
}

.leftacademics {
    width: 21%;
}

.rightacademics {
    width: 80%;
}

.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 15px;
    top: 14px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.inneracademics h3 {
    position: relative;
    font-size: 26px;
    color: #361b8e;
    text-align: center;
}

.inneracademics h3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: url(../images/border-outline.png) no-repeat;
    background-size: contain;
    width: 237px;
    height: 20px;
    margin: 0 auto;
}

.inneraacaimage {
    width: 100%;
    margin-top: 50px;
}

.inneraacaimage img {
    max-width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.rightacademics h4 {
    font-size: 20px;
    margin-top: 25px;
}

.rightacademics p {
    font-size: 15px;
    text-align: justify;
}

.vision.nobort1 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.vision.nobort1 ul li {
    padding-bottom: 7px;
    padding-left: 35px;
}

.dflexx {
    display: flex;
    justify-content: center;
    margin: 25px;
}

.vision.nopmma {
    margin: 0;
    border: none;
}

.formclss {
    margin-top: 50px;
}

.contact-form-action {
    border: 1px solid #eae9e9;
    padding: 0 35px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding-bottom: 25px;
}

.form-group label {
    margin-bottom: 12px;
    margin-top: 12px;
}

.relaod img {
    margin-left: 17px;
    margin-top: 11px;
}

a {
    color: #361b8e;
}

.account-desc {
    margin-top: 5px;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-toggle::after {
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle::after {
    content: inherit;
}

.qrbox {
    position: absolute;
    right: 35px;
    top: 11px;
}

.qrbox1 {
    position: absolute;
    right: 158px;
    top: 0;
    text-align: right;
}

.qrbox1 img.highclas {
    width: 59%;
}

.marig-bottom {
    margin-bottom: 75px;
}

/*04.02.2023*/

.top h3 {
    border-radius: 2px;
    border-bottom: 4px solid #361b8e;
    width: 300px;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    color: #fff;
    background: #361b8e;
    text-align: center;
    padding: 7px 10px;
    margin-bottom: 30px;
}

    .top h3:before {
        border-radius: 5px;
        content: '';
        position: absolute;
        top: 45%;
        left: -117px;
        width: 150px;
        height: 3px;
        background: #361b8e;
    }

    .top h3:after {
        border-radius: 5px;
        content: '';
        position: absolute;
        top: 45%;
        right: -117px;
        width: 150px;
        height: 3px;
        background: #361b8e;
    }

.acivenmentbox {
    background: #fff;
    padding: 50px 0;
    margin-top: 0px;
    padding-bottom: 35px;
}

.acivenmentbox h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 25px;
}

.about-section.notopad {
    padding-top: 0;
}

.owl-carousel .owl-item .achieveimg img {
    width: 100%;
    height: 150px;
    object-fit: fill;
    padding: 7px;
    transition: 1s all ease-in-out;
    overflow: hidden;
}

.owl-carousel .owl-item .achieveimg img:hover {
    transform: scale(1.5);
}

.owl-carousel .owl-item .achieveimg {
    text-align: center;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 24%);
    margin-bottom: 20px;
}

.owl-carousel .owl-item .achieveimg p {
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
}

.vielwom {
    margin-top: 0px;
    text-align: center;
    transition: 1s ease all;
}

    .vielwom a {
        width: 130px;
        margin-left: auto;
        text-decoration: none;
        border: 1px solid #361b8e;
        padding: 5px 25px;
        background-image: linear-gradient(to right, #361b8e, #361b8e);
        border-radius: 5px;
        color: #fff;
        display: block;
        transition: 1s ease all;
    }

    .vielwom:hover a {
        background-image: linear-gradient(to right, #0d6efd, #0d6efd);
        color: #fff;
    }

.top2 h3 {
    border-radius: 2px;
    border-bottom: 4px solid #FF3131;
    width: 400px;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    color: #fff;
    background: #361b8e;
    text-align: center;
    padding: 7px 10px;
    margin-bottom: 30px;
}

.top2 h3:before {
    content: '';
    position: absolute;
    top: 45%;
    left: -117px;
    width: 150px;
    height: 3px;
    background: #361b8e;
    z-index: -1;
    border-radius: 5px;
}

.top2 h3:after {
    content: '';
    position: absolute;
    top: 45%;
    right: -117px;
    width: 150px;
    height: 3px;
    background: #361b8e;
    z-index: -1;
    border-radius: 5px;
}

.cbozx {
    margin-bottom: 40px;
}

.innercertbox {
    width: 100%;
}

.innercertbox img {
    width: 250px !important;
    height: 200px;
    object-fit: fill;
}

.single-team .team-img {
    border-right: 0;
    border-top: 0;
}

.single-team .team-img::before {
    background-color: #910201;
}

.single-team:hover .team-text {
    background-color: #910201;
}

.single-team.inboorder {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 3px rgb(0 0 0 / 24%);
    padding: 8px;
}

.container23.nopma {
    padding: 0rem;
    max-width: 100%;
}

.gallelink {
    width: 100%;
    text-align: center;
    margin: 25px 0 50px;
}

.default-btn::before {
    background-color: #910201;
}

.main1 .card-image {
    overflow: hidden;
}

.main1 .card-image img {
    transition: 1s all ease-in-out;
}

.main1 .card-image:hover img {
    transform: scale(1.5);
}

.main1 .container23.nopma {
    grid-template-columns: repeat(5, 1fr);
}

.navbar-brand.flexii {
    display: flex;
    justify-content: space-evenly;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0rem;
}

.navbar-brand.flexii img.rwd1 {
    max-width: 116px;
}

.navbar-brand.flexii img.rwd2 {
    max-width: 67%;
}

.main-nav nav .navbar-nav .nav-item {
    padding-right: 9px;
}

.peru-nav .main-nav {
    padding: 0;
}

.cart-area .cart-totals.nomarr ul.itemd1 {
    width: 36%;
    padding-left: 20px;
}

.cart-area .cart-totals ul.itemd11 {
    padding-left: 20px;
}

.padleft {
    padding-left: 50px;
}

.about-section.padd {
    padding: 0px 0 70px;
}

.inneraacaimage.nomarto {
    margin-top: 0;
}

.inneracademics h3.mb14 {
    margin-bottom: 30px;
    font-weight: 600;
}

.inneraacaimage img.cusheight {
    height: 274px;
    object-fit: cover;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tableb {
    padding: 25px;
    border: 1px solid #f7f7f7;
    background: #f9f9f9;
    box-shadow: 0 8px 30px -11px rgb(123 97 255 / 41%);
}

.table th.bgc {
    background: #361b8e;
    color: #fff;
    line-height: 18px;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
    font-size: 18px;
    padding: 15px;
}

table.bank {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    /*table-layout: fixed;*/
    text-align: left;
}

table.bank tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #ccc;
    border-style: solid;
    border-width: 0;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.bothdiv {
    display: flex;
}

.headering-style {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

.biobg {
    background: linear-gradient(#361b8e, #cd3030);
    color: #fff;
    font-weight: 600;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu.mnewidthh3 {
    width: 310px;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu.mnewidthh1 {
    width: 175px;
}

.peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu.mnewidthh {
    width: 300px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}

.table> :not(caption)>*>* {
    padding: 0 0.5em;
}

.lnesbox {
    min-height: 420px;
    background: #361b8e;
    margin-top: 195px;
    border-top: 10px solid #ae0101;
}

.lnesbox ul.level1 li a {
    color: #fff;
    font-family: Poppins;
    font-variant: inherit;
    font-weight: normal;
    font-size: 15px;
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 11px 10px;
    padding-left: 25px;
}

.single-team .team-text {
    height: 98px;
    padding: 20px 10px;
}

.single-team .team-text h3 {
    font-size: 14px;
    color: #141414;
}

.fh33 {
    color: #fff;
    margin-top: 40px;
    position: relative;
}

.inneracademics {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
}

.infatablee {
    width: 80%;
    margin: 0 auto;
}

.infatablee th {
    background: #361b8e;
    color: #fff;
    padding: 10px;
}

.infatablee td {
    padding: 10px;
}

.hero-slider-area {
    margin-top: 166px;
}

.blog-wrap {
    border: 1px solid #ccc;
    padding: 0;
}

.main1.custopper .container23 {
    grid-template-columns: repeat(4, 1fr);
}

.main1.custopper .card23 h5 {
    padding-bottom: 0;
    margin: 0;
    color: #361b8e;
}

.main1.custopper .card23 h5.tga {
    color: #361b8e;
}

.main1.custopper .card23 p {
    text-align: center;
    padding-bottom: 7px;
}

.selogol {
    width: 110px;
}

table.netabll td {
    padding: 10px 3px;
}

.netabll p.parone2 a {
    transition: 1s ease all;
    border: 2px solid #EE3E3E;
    padding: 5px 15px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#361b8e), to(#FF1313));
    background-image: linear-gradient(to right, #361b8e, #FF1313);
    color: #fff;
    font-size: 14px;
}

p {
    text-align: justify;
}

img.cellimf {
    border: 5px solid #b30c0c;
    padding: 10px;
    max-width: 100%;
}

ul.memcell {
    margin: 0;
    padding: 0;
    margin-top: 12px !important;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

ul.memcell li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 5px;
}

ul.memcell li:before {
    background: none;
}

ul.memcell h4 {
    font-size: 15px;
    margin-top: 10px;
}

.cellimgtext h4 {
    margin: 0;
    margin-top: 15px;
}

.cellimgtext p {
    text-align: center;
    margin-bottom: 0;
}

.single-team .team-text span {
    line-height: 16px;
}

.normal-button {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
    position: relative;
    top: -1px;
    background: #fff;
}

#btn-decrease {
    font-size: 10px;
}

#btn-orig {
    font-size: 10px;
}

#btn-increase {
    font-size: 10px;
}

/* NEW HEADER START 02.05.2023*/

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    line-height: 18px;
}

.navbar-expand-md {
    flex-wrap: wrap;
}

.navbar-collapse {
    width: 100%;
    margin-top: 0px;
}

.container-fluid.hfullwihg {
    padding: 0;
}

.main-nav nav ul {
    background: #361b8e;
    margin-top: 22px;
}

.peru-nav .main-nav nav .navbar-nav .nav-item a {
    color: #fff;
    padding-top: 7px;
    font-weight: normal;
}

.peru-nav .main-nav nav .navbar-nav .nav-item a:hover {
    color: #fff;
}

.main-nav nav .navbar-nav .nav-item {
    padding: 5px 0;
}

.main-nav nav ul {
    margin-top: 0;
}

.navbar-brand.flexii img.rwd1 {
    max-width: 257px;
    position: absolute;
    left: 0;
    top: -36px;
}

.rwd12 {
    margin-left: 31%;
    width: 50%;
    position: relative;
    top: -8px;
}

.navbar-brand.flexii {
    padding-top: 28px;
    padding-left: 20px;
    position: relative;
}

.peru-nav .main-nav nav .navbar-nav .nav-item a.active {
    color: #fff;
}

.main-nav nav ul {
    background: #361b8e;
    margin-top: 22px;
}

.main-nav nav ul {
    padding-left: 12%;
}

.rwd123 {
    margin-left: 27%;
    width: 84%;
    position: relative;
    top: -12px;
}

.hero-slider-area {
    margin-top: 134px;
}

i.hsize {
    font-size: 25px;
    margin-top: -9px;
}

.is-sticky .navbar-brand.flexii img.rwd1 {
    max-width: 172px;
    top: 0;
    left: 36px;
}

.main-nav nav .navbar-nav .nav-item.linh {
    line-height: 14px;
    padding-top: 2px;
}

.coorvox-white {
    width: 20px;
    height: 21px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    top: 4.5px;
}

.coorvox-black {
    width: 20px;
    height: 21px;
    background: #000;
    border-radius: 4px;
    position: relative;
    top: 5px;
}

.rdlocation {
    color: #000;
    font-size: 15px;
    position: absolute;
    bottom: -10px;
    margin-left: -144px;
}

.rdlocation1 {
    color: #000;
    font-size: 15px;
    position: absolute;
    bottom: -10px;
    right: 0;
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 81px;
}

.cardwrape {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card.paddep {
    width: 32.5%;
    margin-bottom: 10px;
    padding: 15px;
}

.card.paddep img {
    width: 130px;
    height: 150px;
    margin: 0px auto;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}

.card-body.necarbo {
    background-image: -webkit-gradient(linear, left top, right top, from(#361b8e), to(#FF1313));
    background-image: linear-gradient(to right, #361b8e, #FF1313);
    flex: inherit;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    width: 116px;
    margin: 0 auto;
}

.cardwrape .card.paddep:nth-of-type(1) .card-body.necarbo {
    margin-top: auto;
}

.cardwrape .card.paddep:nth-of-type(3) .card-body.necarbo {
    margin-top: auto;
}

.card-body.ccarb {
    flex: inherit;
}

.card-body.ccarb h5 {
    color: #361b8e;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

.card-body.ccarb h5 small.texsi {
    font-size: 12px;
    font-weight: 400;
}

.list-group-item {
    padding-left: 0;
    padding-right: 0;
    font-size: 12.9px;
    line-height: 18px;
}

.parone2.firpf {
    text-align: right;
    margin-top: 36px;
}

.parone2 {
    text-align: right;
}

.parone2.firpf {
    text-align: right;
    margin-top: 36px;
}

.biobg.probg {
    padding: 3px 7px;
    border-radius: 4px;
}

/* end NEW HEADER END 02.05.2023*/

.aloginb {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 15px;
    width: 35%;
    border: 1px solid #ccc;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 200px;
    margin-top: 99px;
}

.aloginb img.loimgg {
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
}

.approbox {
    display: flex;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    justify-content: space-between;
    margin-bottom: 25px;
}

.textocsle {
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin: 0 10px;
}

.textocsle div.witi {
    width: 48%;
}

.textocsle .nice-select {
    line-height: 26px;
}

.nocont .vision ul li:before {
    content: inherit;
}

.nocont .nice-select.open .list {
    width: 100%;
}

.nocont .vision ul li {
    padding-bottom: 0;
}

.witi p {
    padding-top: 10px;
}

.suboxd {
    margin: 0 16px;
    margin-top: 5px;
}

.martop80 {
    margin-top: 65px;
    margin-bottom: 12px;
}

.aloginb p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

table.custaobe th {
    padding: 7px;
    background: #361b8e;
    color: #fff;
    text-align: center;
    color: #fff;
}

table.custaobe td {
    padding: 7px;
}

.partner-wrap .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
}

.partner-wrap .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 22%;
    width: 30px;
    height: 30px;
    border: 2px solid #D5D5D5 !important;
    border-radius: 0 10px;
    background-color: rgba(220, 220, 220, 0.6) !important;
}

.partner-wrap .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 22%;
    width: 30px;
    height: 30px;
    border: 2px solid #D5D5D5 !important;
    border-radius: 0 10px;
    background-color: rgba(220, 220, 220, 0.6) !important;
}

.partner-wrap .owl-nav .owl-next span {
    font-size: 35px;
    line-height: 18px;
    color: #fff;
}

.partner-wrap .owl-nav .owl-prev span {
    font-size: 35px;
    line-height: 18px;
    color: #fff;
}

partner-wrap .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.partner-wrap .owl-nav .owl-prev:hover {
    border: 2px solid #361b8e !important;
    background-color: transparent;
}

.partner-wrap .owl-nav .owl-next:hover {
    border: 2px solid #361b8e !important;
    background-color: transparent;
}

.partner-wrap .owl-nav .owl-next:hover span {
    color: #361b8e;
}

.partner-wrap .owl-nav .owl-prev:hover span {
    color: #361b8e
}

.fboxd {
    border: 1px solid #ccc;
    width: 50%;
    margin: 0 auto;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px;
}

.fboxd label {
    margin-top: 0;
    margin-bottom: 5px;
}

.fboxd input.form-control {
    height: 40px;
    font-size: 12px;
}

.fboxd .form-group {
    margin-bottom: 15px;
}

.fboxd .nice-select {
    height: 40px;
    line-height: 19px;
    margin-bottom: 15px;
}

.mobile-nav nav .navbar-nav .nav-item a i.hsize {
    display: block;
}

.fflesdd {
    display: flex;
    justify-content: space-between;
}

.main-nav nav.is-sticky ul {
    margin-top: 18px;
}

.mis.tri {
    margin-right: 25px;
    width: auto;
}

.mis.tri img {
    max-width: 100%;
}

.topiqab {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 30px 0;
}

.rigiqacbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#toggle {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 55px;
    background-color: #15181f;
    position: absolute;
    right: 6px;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    bottom: -8px;
}

#toggle:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #ffffff;
    top: 5px;
    left: 7px;
    border-radius: 50%;
}

.dark-theme {
    background-color: #15181f;
    color: #e5e5e5;
}

.dark-theme #toggle {
    background-color: #ffffff;
}

.dark-theme #toggle:after {
    background-color: transparent;
    box-shadow: 4px 6px #15181f;
    top: -1px;
    left: 31px;
}

.dark-theme .main-nav nav ul {
    background-color: #333;
}

.dark-theme .top-naff {
    background-color: #333 !important;
}

.dark-theme .peru-nav .main-nav::before {
    background-color: #15181f !important;
}

.dark-theme .is-sticky {
    background-color: #15181f !important;
}

.dark-theme .featuresssbox {
    background-color: #15181f !important;
}

.dark-theme .lefnes1 {
    background-color: #15181f !important;
}

.dark-theme ul.marq li a {
    color: #e5e5e5;
}

.dark-theme .footer-top-area {
    background-color: #15181f !important;
    color: #e5e5e5;
}

.dark-theme .paddg {
    background-color: #333 !important;
}

.dark-theme ul.linkg li a {
    color: #fff;
}

.dark-theme .adree p {
    color: #fff;
}

.dark-theme .footer-bottom-area.colf {
    background-color: #333 !important;
}

.dark-theme .bordrpa {
    border-top: 1px solid #ccc;
}

.dark-theme .investors-news {
    background: #333;
}

.dark-theme .investors-news .investors-news-desc,
.investors-news-desc {
    color: #fff !important;
}

.dark-theme .investors-news h4 {
    background: #666;
}

.dark-theme .bg-red {
    border: 9px solid #666;
}

.dark-theme .popularcoursineer {
    background: #666;
}

.dark-theme .facbokk h3,
.newsbod h3 {
    background: #333;
    border-bottom: 4px solid #666;
}

.dark-theme .go-top {
    background-color: #333;
}

.dark-theme .conter {
    border: 5px solid #666;
    background: #333;
}

.dark-theme .conter h3 {
    background: #666;
}

.dark-theme .contemii p.parone2 a {
    background: #666;
    border: 2px solid #666;
    text-align: center;
}

.dark-theme .contemii h4 {
    color: #fff !important;
}

.dark-theme .default-btn {
    background: #666;
}

/*.dark-theme .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color:#fff;}*/

.dark-theme .about-title span {
    color: #fff;
}

.dark-theme .investors-news-desc span {
    color: #ccc;
}

.dark-theme .peru-nav .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #333;
}

.dark-theme .rdlocation {
    color: #fff;
}

.dark-theme .rdlocation1 {
    color: #fff;
}

.dark-theme .lefnes {
    background: #666;
}

.dark-theme .lefnes h4 {
    color: #fff;
}

.dark-theme .vision h3 {
    color: #fff;
}

.dark-theme .vision ul li {
    color: #fff;
}

.dark-theme .top h3 {
    background: #666;
    border-bottom: 4px solid #333;
}

.dark-theme .top h3:before {
    background: #666;
}

.dark-theme .top h3:after {
    background: #666;
}

.dark-theme .single-team .team-text {
    background: #333;
}

.dark-theme .acivenmentbox {
    background: #15181f;
}

.dark-theme .vielwom a {
    background: #333;
    border: 1px solid #ccc;
}

.dark-theme .single-team.inboorder {
    border: 1px solid #ccc;
}

.dark-theme .owl-carousel .owl-item .achieveimg {
    border: 1px solid #ccc;
}

.dark-theme .page-title-area::before {
    background-color: #15181f;
}

.dark-theme .client-bg {
    background-color: #666;
}

.dark-theme table.custaobe td {
    color: #fff;
}

.dark-theme .client-area::before {
    background-color: transparent;
}

.dark-theme .client-area {
    background-color: transparent;
}

.approbox123 p {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    padding: 0 15px;
    background: #361b8e;
}

.approbox12 p {
    width: 67%;
    margin: 0 auto;
    color: #fff;
    padding: 0 15px;
    background: #361b8e;
}

.approbox1 {
    width: 67%;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0 auto;
    margin-bottom: 25px;
}

.textocsle.netextocsle {
    width: 97%;
    margin-bottom: 10px;
}

.cpta {
    display: flex;
    margin-top: 10px;
}

table.newte td {
    padding: 0 10px;
}

table.newte td label {
    margin-left: 10px;
}

textarea.form-control.tehi {
    height: 201px;
}

table.newte td h6 {
    margin-top: 12px;
}

.capboxalu {
    display: flex;
}

.cpow {
    width: 180px;
    border: 1px solid #ccc;
    padding: 5px;
}

.cpow1 {
    width: 30px;
    margin-left: 10px;
    margin-top: 12px;
}

.sitex {
    margin: 10px 0;
    font-size: 12.9px;
    font-weight: 400;
}

.labelnet label {
    margin-left: 5px;
    font-weight: 700;
}

.blinalumi {
    color: red;
    text-align: center !important;
    animation: blink 1s step-start infinite;
    margin-bottom: 5px;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}