@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 18px;
    font-size: 600;
}

.page-numbers {
    text-decoration: none;
    border: 1px solid #dbdbdb;
    padding: 5px 10px;
}

.blog-content p,
.blog-content li {
    text-align: justify;
}

.pagination a,
.blog-content a,
.blog-content h2,
.blog-content h3 {
    background: -webkit-linear-gradient(315deg, #FFC800 0%, #EA5143 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.highlight {
    background: -webkit-linear-gradient(315deg, #8ED925 0%, #2ABEDF 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.mainHead {
    font-weight: 900;
    font-size: 2.8rem;
}

.BtnText {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.BtnText:hover {
    color: #fff;
}
.navbar-brand img{
    max-height: 50px;
}
.nameLetter{
    display: inline-block;
    height: 55px;
    width: 55px;
    background-color: #2d2849;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}
@keyframes trans {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0);
    }
    75% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes trans2 {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(0);
    }
    75% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(0);
    }
}

.graBtn {
    background: linear-gradient(-45deg, #3C36CB, #2ABEDF, #E4F651, #45A20C);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
    padding: 15px 30px;
    border-radius: 20px;
    /* z-index: 10; */
    /* display: block; */
    /* position: relative; */
}

.trnas {
    animation: trans 0.5s ease-in-out infinite;
}

.trnas2 {
    animation: trans2 0.5s ease-in-out infinite;
}

.trnas:hover {
    animation-play-state: paused;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bgHl {
    background: linear-gradient(315deg, #2ABEDF 0%, #3C36CB 74%);
    padding: 5px 20px;
    border-radius: 10px;
}

.gradiBorder {
    padding: 1rem;
    color: white;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #3C36CB, #2ABEDF) 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-sept {
    background: linear-gradient(39deg, #25213d, #2d2849);
}

.mainHeader {
    background: #25213d;
}

.mainHeader .navbar-nav .nav-link {
    color: #fff;
    padding-left: 20px;
}

.mainHeader .navbar-nav .nav-link:hover {
    color: #FFC800;
}

.curved {
    position: relative;
    background: linear-gradient(175deg, #25213d, #2d2849);
    height: 100px;
    border-bottom-left-radius: 50% 19%;
    border-bottom-right-radius: 50% 19%;
}

.bg-main {
    background: #2d2849;
}

.fs-22 {
    font-size: 22px;
}

.text-main {
    color: #2ABEDF;
}

h2 {
    font-size: 2.4rem;
    color: #2d2849;
    text-transform: capitalize;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.triangle {
    position: relative;
    background: #2d2849;
    height: 50px;
}

.triangle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 45px 0 45px;
    border-color: #2d2849 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

.main-border {
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #3C36CB, #2ABEDF) 1;
}

.spikes {
    position: relative;
    background: #fff;
    height: 10px;
}

.spikes::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 100%;
    z-index: 10;
    display: block;
    height: 50px;
    background-size: 50px 100%;
    background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
    background-position: 0 0;
}
.uniLogo2 img {
    height: 70px;
}
.orderList {
    list-style: none;
    padding-left: unset;
}

.orderList li {
    margin-bottom: 10px;
}

.accordion-button:focus {
    border-color: #2d2849;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    background: #2d2849;
    color: #fff;
}

.accordion-button::after {
    display: none;
}

.accordion-button {
    font-size: 18px;
    padding: 4px;
    border-left-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #3C36CB, #2ABEDF) 1;
}

.accordion-collapse {
    border-left-width: 4px;
    border-left-style: solid;
    border-image: linear-gradient(to bottom, #2d2849, #2d284963) 1;
}

.fs-40 {
    font-size: 46px;
}

.topBr {
    border-top: 6px solid #2ABEDF;
}

.brReview {
    background: #2ABEDF;
    display: inline;
    padding: 3px 60px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.rounded-14 {
    border-radius: 14px;
}

.gIcon {
    position: relative;
}

.gIcon::after {
    content: "";
    background: url(../img/google.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.bgFooter {
    background-image: url(../img/best-business-coach-and-cunsultent-in-rajasthan.webp);
    background-size: cover;
    background-color: #2d2849;
    background-blend-mode: multiply;
}

.footerUl {
    padding-left: unset;
    list-style: none;
}

.footerUl li a {
    text-decoration: none;
    color: #fff;
}

.footerUl li {
    margin-bottom: 10px;
}

.footerIcon {
    color: #fff;
    height: 60px;
    width: 60px;
    background: #25213d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 10px;
}

.footerIcon a {
    color: #fff;
    text-decoration: none;
}

.footerIcon:hover a {
    color: #FFC800;
}

.menuTrigg {
    position: relative;
}

.megaMenu {
    background: #fff;
    position: absolute;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #FFC800, #EA5143) 1;
    width: max-content;
    left: 50%;
    top: 170px;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999
}

.fixed-main {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
}

.fixedBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.fixedBottom p i {
    font-size: 30px;
    margin-right: 10px;
}

.bgFooter {
    margin-bottom: 75px;
}

#foot {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    transform: translateY(100%);
    transition: all 0.2s ease;
    z-index: 1001;
}

.fixed-bottom {
    transform: translateY(0) !important;
}

.bg-main2 {
    border: 1px solid #fff;
    margin-top: 10px;
    color: #fff;
    border-radius: 12px;
}

.rightBack {
    background: #25213d;
}

.border-12 {
    border-radius: 12px;
    color: #fff;
}

.imgCon {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.imgCon img {
    transition: all 0.2s ease;
}

.imgCon:hover img {
    transform: scale(1.2);
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #2d2849cb;
    z-index: 99;
}

.d-content {
    position: absolute;
    z-index: 100;
    color: #fff;
    transform: translateY(300%);
    transition: all 0.4s ease;
}

.imgCon:hover .d-content {
    transform: translateY(0%);
}

.border-left-0 {
    border-left-width: 0 !important;
}

.vjTab li button {
    color: #fff;
}

.vjTab li button:hover {
    color: #FFC800;
}
.bg-mine{
    background-color: #0000004f;
}
.vjTab .nav-link {
    border-radius: unset !important;
    padding: 10px 20px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: unset !important;
}

 

.form-control:focus {
    box-shadow: unset;
    border-color: rgba(88, 88, 88, 0.767);
}

.mainCo {
    border-radius: 50px;
    padding: 15px 21px;
    background: #f3f3f3;
}
.fs-12{
    font-size: 12px;
}
.bg-ora{
    background-color: #2ABEDF;
}
@media (max-width: 575.98px) {
    .mainHead {
        font-weight: 900;
        font-size: 2rem;
    }
    h1 {
        font-weight: 900;
        font-size: 2rem;
    }
    .BtnText {
        font-size: 15px;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    body {
        font-size: 16px;
    }
    .trnas2 {
        animation: unset;
    }
    .trnas {
        animation: unset;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .leftSect {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .graBtn {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .leftSect {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .graBtn {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mainHeader .navbar-nav .nav-link {
        color: #fff;
        padding-left: 12px;
    }
}

@media (max-width: 992px) {
    .megaMenu {
        position: static;
        border: unset;
        transform: unset;
    }
    .navbar-toggler:focus {
        box-shadow: unset;
    }
    .navbar-toggler-icon {
        width: 27px;
        height: 4px;
        border-radius: 2px;
        background: #fff;
        position: relative;
    }
    .navbar-toggler-icon::after {
        content: "";
        width: 33px;
        height: 4px;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 0;
        bottom: -10px;
        transition: all 0.2s ease;
    }
    .navbar-toggler-icon::before {
        content: "";
        width: 33px;
        height: 4px;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        right: 0;
        top: -10px;
        transition: all 0.2s ease;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background: transparent;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
        transform: rotate(45deg);
        bottom: 0;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
        transform: rotate(-45deg);
        top: 0;
    }
    #headerMain .collapse:not(.show) {
        display: block !important;
    }
    .navbar-collapse .w-100 {
        justify-content: start !important;
    }
    #navbarSupportedContent {
        position: fixed;
        background: #25213d;
        width: 355px;
        top: 79px;
        left: 0;
        height: 100%;
        overflow-y: auto;
        transform: translatex(-100%);
        transition: all 0.4s ease;
    }
    #navbarSupportedContent.show {
        transform: translatex(0);
    }
    .d-Main {
        display: none;
    }
}

@media (min-width: 992px) {
    .menuTrigg:hover .megaMenu {
        display: block;
    }
}

@media (min-width: 1200px) {}