@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
a,
a:hover {
    text-decoration: none
}
body,
p {
    color: #494949;
    font-size: 16px;
    font-weight: 400
}
.custom-button,
body,
p {
    font-size: 16px
}

.custom-button,
.pramod__banner-cont h5 {
    font-weight: 500;
    font-family: var(--ff-body)
}
.pramod__banner-cont li:last-child,
ol,
p,
ul {
    margin-bottom: 0
}
.custom-button,
.pramod__banner-cont h5,
.pramod__banner-cont li,
.pramod__belives-cont li,
.pramod__heading h6,
.pramod__media-cont h4,
body,
p {
    font-family: var(--ff-body)
}

.pramod__media-cont .read__more i,
.pramod__video-img span i {
    transform: rotate(-45deg)
}

:root {
    --clr-primary: #ff8b00;
    --clr-heading: #1E1E1E;
    --clr-black: #000000;
    --clr-white: #ffff;
    --clr-text: #808080;
    --ff-primary: "DM Sans", sans-serif;
    --ff-body: "DM Sans", sans-serif;
    --swiper-scrollbar-bottom: 0px;
    --swiper-scrollbar-size: 2px;
    --swiper-scrollbar-drag-bg-color: var(--clr-primary);
    --swiper-pagination-color: var(--clr-primary);
    --swiper-pagination-progressbar-size: 3px;
    --swiper-pagination-progressbar-bg-color: #D6D6D6
}

*,
::after,
::before {
    box-sizing: border-box
}

* {
    padding: 0;
    margin: 0;
    font: inherit
}

ol,
ul {
    list-style: none;
    padding-left: 0
}

html:focus-within {
    scroll-behavior: smooth
}

a:focus,
a:hover {
    outline: 0
}

a,
a:hover {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

section {
    position: relative;
    z-index: 1
}

body {
    text-rendering: optimizeSpeed;
    line-height: 26px
}

p {
    line-height: 25px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff-primary);
    margin-bottom: 0;
    font-weight: 400
}

img,
picture,
svg {
    max-width: 100%;
    display: block
}

.form-control:focus,
.pramod__faq-box .accordion-button:focus {
    box-shadow: inherit
}

.custom-pad {
    padding: 70px 0
}

.overlay::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    z-index: 1;
    top: 0;
    left: 0
}

.custom-button {
    position: relative;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-primary);
    border: 1px solid #ff8b00;
    color: var(--clr-white);
    padding: 0 36px;
    height: 50px;
    border-radius: 50px;
    transition: .5s cubic-bezier(.165, .84, .44, 1)
}
.custom-button:hover{
    background: #f86d08;
      border: 1px solid #f86d08;
}

.custom-button.brd {
    background:transparent;
    border: 1px solid #ff8b00
}
.custom-button.brd:hover{
    background: #f86d08;
      border: 1px solid #f86d08;
}
.pramod__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0
}

.pramod__banner,
.pramod__banner-bg,
.pramod__belives {
    position: relative;
    width: 100%
}

.pramod__header-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.pramod__header-wrap .navbar-brand {
    width: 130px
}

.pramod__header-wrap .socil__link {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    transition: .3s ease-in-out
}

.pramod__header-wrap .socil__link li {
    padding-left: 20px;
    border-left: 1px solid #fff;
    transition: .3s ease-in-out
}

.pramod__header-wrap .socil__link li:first-child {
    padding: 0;
    border: inherit
}

.pramod__ai-cont li::before,
.pramod__belives-cont li::before {
    top: 5px;
    width: 20px;
    height: 20px;
    background: #ff8b00;
    font-size: 13px;
    content: '\f00c';
    border-radius: 100%;
    font-weight: 900;
    display: flex;
    left: 0;
    font-family: "Font Awesome 6 Free"
}

.pramod__banner-bg img {
    width: 100%
}

.pramod__banner-wrap {
 position: absolute;
  left: 0;
  top: 56%;
  width: 100%;
  padding-bottom: 50px;
  transform: translateY(-50%);
}

.pramod__ai-wrap,
.pramod__banner-cont {
    position: relative
}

.pramod__banner-cont-img {
    width: 140px;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden
}

.pramod__banner-cont h5 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize
}

.pramod__banner-cont h1 {
    font-size: 65px;
    color: #ff8b00;
    margin-bottom: 15px;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize
}

.pramod__banner-cont h1 span {
    color: #fff
}

.pramod__banner-cont p {
    color: #fff;
    margin-bottom: 20px;
    width: 88%;
}

.pramod__banner-cont li {
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 500
}

.pramod__banner-cont ul {
    padding-left: 15px;
    border-left: 5px solid #ff8b00
}

.pramod__banner-button {
    margin-top: 20px
}

.pramod__banner-img img {
    filter: drop-shadow(6px 0 12px #827f7f);
    animation: 7s ease-in-out infinite up
}

@keyframes up {

    0%,
    to {
        transform: translateY(5%)
    }

    50% {
        transform: translateY(1%)
    }
}

.pramod__ai-wrap {
    width: 100%;
    border-radius: 20px;
    padding: 30px 35px;
    overflow: hidden
}

.pramod__ai-wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, 0))
}

.pramod__ai-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.pramod__ai-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pramod__ai-cont {
    position: relative;
    width: 60%;
    z-index: 99
}

.pramod__heading {
    margin-bottom: 20px
}

.pramod__heading h6 {
    font-size: 20px;
    line-height: 26px;
    padding: 8px 20px;
    border-radius: 40px;
    color: #000;
    background: #fff;
    width: fit-content;
    margin-bottom: 12px;
    text-transform: capitalize
}

.pramod__heading h2 {
    font-size: 54px;
    line-height: 62px;
    color: #000;
    font-weight: 600
}

.pramod__ai-cont li,
.pramod__belives-cont li {
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    font-size: 16px
}

.pramod__ai-cont h2,
.pramod__ai-cont p {
    color: #fff
}

.pramod__ai-cont li {
    color: #fff;
    margin-top: 15px
}

.pramod__ai-cont ul {
    margin-bottom: 30px
}

.pramod__ai-cont li::before {
    position: absolute;
    color: #fff;
    align-items: center;
    justify-content: center
}

.pramod__belives-cont,
.pramod__belives-right {
    position: relative
}

.pramod__belives-cont p {
    margin-bottom: 18px
}

.pramod__belives-cont li {
    color: #494949;
    font-weight: 400;
    margin-bottom: 12px
}

.pramod__belives-cont li::before {
    position: absolute;
    color: #fff;
    align-items: center;
    justify-content: center
}

.pramod__belives-news-letter {
    position: relative;
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    background: url(../images/pramod__belives-bg.jpg) 0 0/cover no-repeat;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-top: 25px;
}

.pramod__belives-news-img {
    width: 16%;
    border-radius: 10px;
    overflow: hidden
}

.pramod__belives-news-img img {
    width: 100%
}

.pramod__belives-news-cont {
    width: 60%
}

.pramod__belives-news-letter h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 32px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2
}

.pramod__belives-bg {
    position: absolute;
    right: 0;
    width: 300px;
    top: 0
}

.pramod__belives-news-letter form {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 2
}

.pramod__belives-news-letter .form-control {
    outline: 0;
    box-shadow: inherit;
    border: 1px solid #c2bcbc;
    color: #070606;
    font-size: 16px;
    background: 0 0;
    height: 50px
}

.pramod__belives-news-letter .custom-button {
    border-radius: 5px;
    text-transform: capitalize
}

.pramod__belives-right-img {
    position: relative;
    width: 100%;
    border-radius: 15px
}

.pramod__belives-right-img img {
    width: 100%;
    border-radius: 15px;
    height: 700px;
    object-fit: cover
}

.pramod__belives-right-cont {
    background-color: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 1px 0 24px -9px #000;
    position: relative;
    width: 90%;
    margin: -60px auto 0
}

.pramod__belives-news-letter .form-control::placeholder {
    color: #000
}

.pramod__belives-right-cont span {
    position: absolute;
    width: 60px;
    display: inline-flex;
    transform: rotate(-180deg);
    top: -30px;
    opacity: .8
}

.pramod__journey {
    position: relative;
    width: 100%;
    background: #e9e9e9
}

.pramod__journey-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    overflow: hidden
}

.pramod__journey-box {
    position: relative;
    width: 18.5%;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%
}

.pramod__journey-box h4 {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 700
}

.pramod__journey-box p {
    height: 75px;
    overflow: hidden
}

.pramod__journey-box span {
    display: inline-block;
    width: 55px;
    height: 54px
}

.pramod__growing-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pramod__growing-box img {
    height: 80px;
    object-fit: contain;
}

.pramod__growing-box p {
    margin-top: 15px;
    color: #000
}

.pramod__media {
    position: relative;
    background: #e9e9e9
}

.pramod__media-box {
    position: relative;
    padding: 15px;
    border-radius: 12px;
    background: #fff
}

.pramod__media-img {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px
}

.pramod__media-box:hover .pramod__media-img img{
     transform: scale(1.2);
  transition: .5s ease-in-out;
}
.pramod__media-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
   transform: scale(1);
  transition: .5s ease-in-out;
}

.pramod__media-cont h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    height: 68px;
    overflow: hidden;
    margin-bottom: 10px
}

.pramod__media-cont p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 12px
}

.pramod__media-cont h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding: 20px 0;
    border-top: 1px solid #252525;
    text-transform: capitalize
}

.pramod__media-cont .read__more {
    font-family: var(--ff-body);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--clr-primary);
    border: 1px solid #ff8b00;
    color: var(--clr-white);
    font-size: 16px;
    gap: 10px;
    font-weight: 500;
    padding: 0 20px;
    height: 40px;
    border-radius: 30px;
    transition: .5s cubic-bezier(.165, .84, .44, 1);
    position: absolute;
    right: 14px;
    bottom: 26px
}

.pramod__video-right h2 {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 45px;
    color: #fff
}

.pramod__video,
.pramod__work {
    position: relative;
    width: 100%;
    background: #1e1e1e
}

.pramod__video-right .custom-button {
    color: #000;
    background: #fff;
    border: 1px solid #fff
}

.pramod__video-img {
    position: relative;
    width: 100%;
    border-radius: 12px;
    height: 100%;
    overflow: hidden
}

.pramod__video-img h5 {
    background: #000000b2;
    padding: 15px 20px;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.pramod__video-img span {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pramod__video-slider .pramod__video-img img {
    height: 500px;
    object-fit: cover;
    width: 100%
}

.pramod__thumbnail-slider {
    margin-top: 35px
}

.pramod__thumbnail-slider .pramod__video-img img {
    height: 395px;
    object-fit: cover;
    width: 100%
}

.pramod__blog,
.pramod__gratitude {
    position: relative;
    width: 100%;
    background: #f3f3f3
}

.pramod__blog-button {
    margin-top: 75px
}

.pramod__blog-box {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    background: #fff
}

.pramod__blog-img,
.pramod__profile-box {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden
}

.pramod__blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transform: scale(1);
    transition: .5s ease-in-out
}

.pramod__blog-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #00000073;
    z-index: 1
}

.pramod__blog-img h6 {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ff8b00;
    font-size: 20px;
    font-weight: 500;
    z-index: 11
}

.pramod__blog-img h6 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #fff
}

.pramod__blog-cont h4 a,
.pramod__footer-email ul li h6,
.pramod__footer-form h4,
.pramod__work-box h5 {
    font-weight: 500;
    letter-spacing: .6px
}

.pramod__blog-cont h4 a,
.pramod__blog-cont p,
.pramod__work-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.pramod__blog-cont {
    position: relative;
    padding-top: 20px
}

.pramod__blog-cont h4 a {
    -webkit-line-clamp: 2;
    font-size: 22px;
    color: #111;
    margin-bottom: 12px;
    transition: .5s ease-in-out;
    height: 54px;
}

.pramod__blog-cont p {
    -webkit-line-clamp: 4
}

.pramod__blog-cont h4 {
    padding-right: 35px
}

.pramod__blog-cont .blog__arrow {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff8b00;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 20px;
    color: #000;
    transform: rotate(-45deg);
    transition: .5s ease-in-out
}

.pramod__blog-box:hover .pramod__blog-cont .blog__arrow {
    transform: inherit;
    transition: .5s ease-in-out
}

.pramod__blog-box:hover .pramod__blog-cont h4 a {
    color: #ff8b00;
    transition: .5s ease-in-out
}

.pramod__blog-box:hover .pramod__blog-img img {
    transition: .5s ease-in-out;
    transform: scale(1.2)
}

.pramod__gratitude-slider {
    width: 100%;
    padding: 60px 0
}

.pramod__gratitude-slider .swiper-slide {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.pramod__gratitude-slider .swiper-slide-active {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2)
}

.pramod__work-left {
    position: relative;
    position: sticky;
    padding-right: 25px;
    top: 93px
}

.pramod__work-left h2 {
    color: #fff
}

.pramod__work-left p {
    color: #fff;
    margin-bottom: 20px
}

.pramod__work-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 18px
}

.pramod__work-box {
    position: relative;
    width: 48.5%;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    height: 100%
}

.pramod__work-icon {
    width: 45%
}

.pramod__work-box h5 {
    font-size: 24px;
    color: #111;
    margin-bottom: 12px
}

.pramod__footer-right .arrow,
.pramod__work-box a {
    border-radius: 50px;
    align-items: center;
    color: #000;
    transform: rotate(-45deg);
    transition: .5s ease-in-out;
    position: absolute;
    font-size: 20px
}

.pramod__work-box p {
    -webkit-line-clamp: 2
}

.pramod__work-box a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    background: #ff8b00;
    top: 20px;
    right: 20px
}

.pramod__profile-box a {
    width: 100%;
    display: block
}

.pramod__profile-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b4;
    content: '';
    opacity: 0;
    transition: .5s ease-in-out
}

.pramod__profile-box:hover .pramod__profile-cont,
.pramod__profile-box:hover:before {
    opacity: 1;
    transition: .5s ease-in-out
}

.pramod__profile-box img {
    height: 310px;
    object-fit: cover;
    width: 100%;
}

.pramod__profile-cont {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 15px;
    opacity: 0;
    transition: .5s ease-in-out;
    text-align: center
}

.pramod__profile-cont p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.pramod__footer {
    position: relative;
    width: 100%;
    background: #111
}

.pramod__footer-img {
    width: 80%;
    border-radius: 12px;
    overflow: hidden
}

.pramod__footer-img img {
    height: auto;
    width: 100%;
    object-fit: cover
}

.pramod__footer-right {
    position: relative
}

.pramod__footer-right .arrow {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    background: #ff8b00;
    top: 20px;
    right: 120px
}

.pramod__footer-right h2,
.pramod__footer-right p {
    color: #fff
}

.pramod__footer-right .pramod__heading {
    padding-right: 100px
}

.pramod__footer-form {
    padding-top: 20px
}

.pramod__footer-form form {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap
}

.pramod__footer-form form p:nth-child(2) {
    width: 77%
}

.pramod__footer-form form p:nth-child(3) {
    width: 20%
}

.pramod__footer-form form .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 0
}

.pramod__footer-form form .wpcf7-response-output {
    margin-top: 0;
    border: 1px solid #fff !important;
    color: #fff
}

.pramod__footer-form .form-control {
    outline: 0;
    box-shadow: inherit;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    background: 0 0;
    height: 50px;
    border-radius: 0;
    padding: 10px 10px 10px 0
}

.pramod__footer-form .form-control::placeholder {
    color: #fff
}

.news__marketing-cont .custom-button,
.pramod__footer-form .custom-button {
    border-radius: 5px;
    text-transform: uppercase
}

.pramod__footer-form h4 {
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px
}

.pramod__video-left_img {
    display: flex;
    height: 100%;
    width: 100%
}

.pramod__video-left_img img {
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%
}

.pramod__footer-email {
    margin-top: 25px;
    position: relative
}

.pramod__footer-email ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between
}

.pramod__footer-email ul li h6 {
    display: flex;
    gap: 12px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px
}

.pramod__footer-email ul li a {
    color: #fff;
    transition: .5s ease-in-out
}

.pramod__footer-email ul li a:hover {
    color: #ff8b00;
    transition: .5s ease-in-out
}

.pramod__footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff
}

.pramod__footer-bottom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center
}

.footer-logo img {
    width: 200px
}

.pramod__footer-bottom p {
    color: #fff
}

.pramod__footer-sociel {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center
}

.pramod__footer-sociel a {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff8b00;
    font-size: 22px;
    color: #fff
}

.breadcrumb li,
.pramod__myblog-cont h6 {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--ff-body);
    font-weight: 400
}

.breadcrumb li a,
.pramod__footer-bottom p a {
    color: #ff8b00
}

.news__marketing,
.news__marketing-cont,
.pramod__ai-banner,
.pramod__ai-courses,
.pramod__all-video-box,
.pramod__blogdetails,
.pramod__book-list,
.pramod__course,
.pramod__innerblog,
.pramod__videodetails-cont {
    position: relative;
    width: 100%
}

.inr_hdr,
.pramod__header.inner {
    background-color: rgba(0, 0, 0, .28);
    backdrop-filter: blur(10px)
}

.pramod__innerbanner-bg {
    width: 100%;
    height: 150px
}

.pramod__innerbanner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pramod__myblog {
    padding-bottom: 50px
}

.pramod__inner-bg {
    position: relative;
    width: 100%;
    height: 2px;
    background: #9e9e9e;
    margin-bottom: 60px
}

.pramod__faq-img,
.pramod__faq-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.pramod__inner-bg::before {
    position: absolute;
    left: 50%;
    top: -40px;
    width: 80px;
    height: 80px;
    background: #ff8b00;
    border: 25px solid #fff;
    border-radius: 100%;
    transform: translateX(-50%);
    content: ''
}

.pramod__myblog-cont {
    position: relative;
    width: 100%;
    padding-right: 30px
}

.pramod__myblog-cont h4 {
    margin-bottom: 12px
}

.breadcrumb,
.pramod__myblog-cont p {
    margin-bottom: 20px
}

.pramod__myblog-cont h6 {
 color: #ff8b00;
    margin-bottom: 20px;
    font-weight: 600;
}
.pramod__myblog-cont h6 span{
    display: block;
    color: #494949;
    font-weight: 400;
}
.pramod__myblog-cont h4 a {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 34px;
    margin-bottom: 10px;
    letter-spacing: .8px
}

.pramod__myblog-img,
.pramod__myblog-img img {
    width: 100%
}

.pramod__moreblog .pramod__blog-box {
    box-shadow: #000 1px 0 16px -10px
}

.breadcrumb {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 25px
}

.breadcrumb li {
    color: #494949;
    position: relative
}

.breadcrumb li::before {
    position: absolute;
    right: -14px;
    top: 3px;
    content: '/';
    color: #494949;
    font-size: 20px
}

.breadcrumb li:last-child::before,
.pramod__faq-box .accordion-button::after {
    display: none
}

.pramod__faq-cont {
    position: relative;
    margin-bottom: 35px
}

.pramod__faq-box .accordion-button::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 22px;
    color: #ff8b00
}

.pramod__faq-box .accordion-button:not(.collapsed)::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '\f068';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 22px;
    color: #ff8b00
}

.pramod__faq-box .accordion-button span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: #ff8b00;
    margin-right: 10px;
    font-size: 20px
}

.pramod__faq-box .accordion-item {
    border: none;
    border-bottom: 1px solid #ff8b00;
    border-radius: 0;
    background: 0 0
}

.pramod__faq-box .accordion-button:not(.collapsed) {
    color: #ff8b00;
    background: 0 0;
    box-shadow: inherit
}

.pramod__faq-box button {
    padding: 15px 0;
    border: none;
    display: flex;
    background: 0 0;
    gap: 10px;
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
    color: #000
}

.pramod__book-list h6,
.pramod__course-box h5 {
    box-shadow: 0 0 23px -9px #00000040;
    background: #fff;
    text-align: center;
    font-family: var(--ff-body)
}

.pramod__faq-box .accordion-body {
    padding: 0 0 15px 45px
}

.pramod__faq-box .accordion-body p {
    font-size: 16px;
    line-height: 26px
}

.pramod__faq-right {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    border-radius: 8px
}

.pramod__blogdetails-img,
.pramod__book-box,
.pramod__book-list h6 {
    border-radius: 15px;
    position: relative
}

.pramod__faq-img {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 420ms, transform 420ms;
    pointer-events: none;
    z-index: 1
}

.pramod__faq-img.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2
}

.pramod__faq-box {
    padding-right: 30px
}

.pramod__book-box {
    width: 100%;
    box-shadow: 0 25px 50px -12px #00000040;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 23px -9px #00000040
}

.pramod__book-box h5 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .8px;
    color: #000;
    font-family: var(--ff-body);
    width: 80%;
    margin: 0 auto 15px
}

.pramod__book-box p,
.pramod__book-img {
    width: 80%;
    margin: 0 auto
}

.pramod__book-list img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 15px
}

.pramod__book-list h6 {
    z-index: 11;
    color: #494949;
    width: 85%;
    margin: -13px auto 0;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
    height: 70px
}

.pramod__blogdetails-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.pramod__blogdetails-img img {
    width: 100%
}

.pramod__blogdetails h1,
.pramod__blogdetails h2,
.pramod__blogdetails h3,
.pramod__blogdetails h4,
.pramod__blogdetails h5,
.pramod__blogdetails h6 {
    color: #000;
    letter-spacing: .8px;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: var(--ff-body)
}

.ai__courses-faq .accordion-button,
.pramod__courses-right h4 {
    letter-spacing: .6px;
    line-height: 30px;
    color: #000;
    font-weight: 500
}

.news__marketing-cont p,
.pramod__blogdetails p {
    margin-bottom: 15px
}

.pramod__blogdetails p b,
.pramod__resent-cont h5 a {
    color: #000
}

.pramod__blogdetails p a {
    font-weight: 500;
    color: #000;
    transition: .3s ease-in-out
}

.pramod__blogdetails p a:hover {
    color: #f66500
}

.pramod__blogdetails li {
    position: relative;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 15px
}

.pramod__blogdetails li::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff8b00;
    content: ''
}

.pramod__resent-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}

.pramod__resent-img {
    height: 310px;
    width: 100%
}

.blogdetails__news {
    position: sticky;
    top: 80px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    border-radius: 12px;
    overflow: hidden
}

.blogdetails__news-img,
.blogdetails__news-img::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.blogdetails__news-img img {
    width: 100%;
    height: 360px;
    object-fit: cover
}

.blogdetails__news-img::before {
    height: 100%;
    content: '';
    background: #110f0fbf;
    z-index: 9
}

.ai__courses-video .video__play,
.pramod__all-video-box .video__play {
    width: 80px;
    position: absolute
}

.blogdetails__news .cont,
.blogdetails__news form {
    z-index: 99;
    position: relative
}

.ai__courses-video .video__play,
.pramod__all-video-box .video__play,
.pramod__videodetails-img .video__play {
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.blogdetails__news .cont h4 {
    color: #fff;
    margin-bottom: 12px
}

.blogdetails__news .cont p {
    color: #fff
}

.blogdetails__news .form-control {
    outline: 0;
    box-shadow: inherit;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    background: 0 0;
    height: 50px
}

.blogdetails__news .form-control::placeholder {
    color: #fff
}

.blogdetails__news .custom-button {
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0 20px
}

.blogdetails__news form {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.pramod__all-video-box h5,
.pramod__all-video-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.blogdetails__news form p input {
    width: 100%
}

.blogdetails__news form p:nth-child(2) {
    width: 60%
}

.blogdetails__news form p:nth-child(3) {
    width: 35%
}

.blogdetails__news form .wpcf7-response-output {
    margin-top: 0;
    border-color: #fff !important;
    color: #fff;
    font-size: 14px;
    line-height: normal
}

.blogdetails__news form .wpcf7-spinner {
    position: absolute
}

.pramod__resent-box {
    position: relative;
    width: 100%;
    box-shadow: 0 4px 6px -1px #0000001a;
    border-radius: 15px;
    overflow: hidden
}

.pramod__resent-cont {
    padding: 15px;
    position: relative
}

.pramod__resent-cont h5 {
    color: rgb(29 39 53);
    font-size: 18px;
    line-height: 26px;
    font-family: var(--ff-body);
    margin-bottom: 10px;
    height: 52px;
    overflow: hidden
}

.pramod__resent-cont p {
    color: rgb(108 117 135)
}

.pramod__all-video-img {
    border-radius: 12px;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden
}

.pramod__ai-video,
.pramod__all-video-img img {
    width: 100%
}

.pramod__all-video-box p {
    -webkit-line-clamp: 3
}

.pramod__all-video-box h5 {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-family: var(--ff-body);
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    min-height: 52px
}

.pramod__ai-video video {
    width: 100%;
    display: block
}

.pramod__ai-banner-cont {
    position: relative;
    width: 100%;
    padding: 70px 0;
    background: #f6f1e9;
    text-align: right
}

.pramod__ai-banner h1 {
    color: #ff8b00;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 85px;
    margin-bottom: 10px
}

.pramod__ai-banner span {
    color: #364153
}

.pramod__ai-banner p {
    color: #364153;
    font-style: italic;
    font-size: 24px;
    font-weight: 600
}

.ai__courses-faq {
    position: relative;
    width: 100%;
    border: none
}

.ai__courses-faq .accordion-item {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
}

.ai__courses-faq .accordion-button {
    font-size: 24px;
    border: none;
    outline: 0;
    box-shadow: inherit
}

.ai__courses-faq .accordion-body {
    padding-top: 0
}

.ai__courses-faq .accordion-button:not(.collapsed) {
    background-color: inherit;
    box-shadow: inherit
}

.ai__courses-faq .accordion-button:focus {
    box-shadow: inherit
}

.ai__courses-video {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 12px
}

.pramod__courses-right {
    position: relative;
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px
}

.pramod__courses-box {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px
}

.pramod__courses-right h4 {
    font-size: 26px;
    margin-bottom: 12px
}

.pramod__courses-right .tags {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px
}

.pramod__courses-right .tags a {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 6px 12px;
    border-radius: 5px;
    display: inline-block;
    color: #494949;
    font-size: 16px
}

.pramod__courses-right {
    position: sticky;
    top: 70px;
    left: 0
}

.pramod__course-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: 350px
}

.pramod__course-box h5 {
    position: relative;
    z-index: 11;
    letter-spacing: .8px;
    color: #494949;
    width: 85%;
    margin: -13px auto 0;
    font-size: 20px;
    line-height: 24px;
    border-radius: 15px;
    padding: 10px 15px;
    height: 70px
}

.pramod__news {
    position: relative;
    width: 100%;
    background: #f66500;
    padding: 15px 0 0
}

.pramod__news-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px
}

.pramod__news-wrap .navber_logo {
    width: 150px;
    display: inline-block
}

.pramod__news-wrap h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 85px;
    margin: 0 auto 10px;
    text-align: center
}

.pramod__news-wrap h6 {
    display: block;
    width: 100%;
    margin-left: 58%;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .6px;
    margin-bottom: 25px
}

.pramod__news-wrap span {
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 400;
    background-color: #1e2939;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    margin: 0 0 -15px auto;
    position: relative
}

.pramod__news-wrap span img {
    width: 69px;
    position: absolute;
    left: -69px;
    top: -28px
}

.news__marketing-cont form {
    display: flex;
    gap: 10px;
    width: 71%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center
}

.news__marketing-cont form .wpcf7-spinner {
    position: absolute
}

.news__marketing-cont form .wpcf7-response-output {
    margin-top: 0
}

.news__marketing-cont .form-control {
    outline: 0;
    box-shadow: inherit;
    border: 1px solid #cbcfd7;
    color: #000;
    font-size: 16px;
    background: 0 0;
    height: 50px
}

.news__marketing-box,
.news__marketing-img,
.pramod__videodetails-img {
    position: relative;
    border-radius: 12px
}

.news__marketing-box {
    width: 100%;
    background-color: #f1f5f9;
    padding: 25px
}

.news__marketing-img {
    width: 100%;
    overflow: hidden;
    margin-top: 25px
}

.news__marketing-img img {
    width: 100%
}

.news__marketing-box h4 {
    color: #ff8b00;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: .6px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #ff8b00;
    width: fit-content
}

.news__marketing-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
    justify-content: center
}

.news__marketing-box ul a {
    background: #bbe9fc;
    border-radius: 10px;
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center
}

.news__marketing-box ul a h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    font-family: var(--ff-body);
    color: #000;
    width: 100%;
    display: inline-flex;
    gap: 5px;
    justify-content: center
}

.news__marketing-box ul a h6 p {
    color: #ff8b00
}

.news__marketing-box ul a span {
    padding: 5px 12px;
    display: block;
    width: fit-content;
    background: #ff8b00;
    color: #fff;
    border-radius: 5px
}

.pramod__videodetails-cont h1,
.pramod__videodetails-cont h2,
.pramod__videodetails-cont h3,
.pramod__videodetails-cont h4,
.pramod__videodetails-cont h5,
.pramod__videodetails-cont h6 {
    color: #000;
    font-family: var(--ff-body);
    margin-bottom: 12px
}

.pramod__videodetails-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px
}

.pramod__videodetails-img img {
    width: 100%
}

.pramod__videodetails-img .video__play {
    position: absolute;
    width: 80px;
    cursor: pointer;
    text-transform: capitalize
}

.pramod__belives-news-cont form {
    align-items: baseline
}

.pramod__belives-news-cont form span {
    width: 100%
}

.pramod__belives-news-cont form p:nth-child(2) {
    width: 80%
}

.pramod__belives-news-cont form p:nth-child(3) {
    width: 20%
}

.pramod__belives-news-cont form p:nth-child(3) input,
.pramod__belives-news-cont form span input {
    width: 100%
}

.pramod__belives-news-cont form .wpcf7-spinner {
    width: fit-content
}

.pramod__belives-news-cont .wpcf7-response-output {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -60px
}

.pramod__journey-round {
    background: #ff8b00;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding: 11px;
    margin: -115px auto 20px
}

.pramod__journey-round .round-text {
    position: relative
}

.pramod__journey-round .round-text svg {
    position: relative;
    -webkit-animation: 9s ease-out infinite rotate-spin;
    animation: 9s ease-out infinite rotate-spin
}

.pramod__journey-round h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    font-weight: 400
}

@keyframes rotate-spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.pramod__header.fixed-top {
    position: fixed;
    background-color: rgba(0, 0, 0, .28);
    backdrop-filter: blur(10px);
    top: 0
}

.pramod__header.fixed-top .pramod__header-wrap .navbar-brand {
    width: 100px
}

.pramod__header.fixed-top .pramod__header-wrap .socil__link li {
    padding-left: 15px
}

.pramod__header.fixed-top .pramod__header-wrap .socil__link {
    gap: 15px
}

.pramod__gratitude-slider .swiper-slide img {
    width: 100% !important;
    display: block;
    border-radius: 14px;
    height: 100%;
    object-fit: contain
}

.pramod__gratitude-slider .swiper-slide-active {
    transform: scale(1.25);
    z-index: 2
}

.pramod__gratitude-slider .swiper-slide-next,
.pramod__gratitude-slider .swiper-slide-prev {
    opacity: .9;
    transform: scale(.95)
}

.pramod__myblog-img img {
    border-radius: 10px
}

.pramod__profile-box span {
    position: absolute;
    right: 12px;
    bottom: 15px;
    width: 40px;
    z-index: 99
}

.pramod__profile-box span img {
    height: auto
}

.read-more-btn {
    color: #f66500;
    margin-top: 5px;
    display: block
}
.pramod__header-wrap .socil__link li a svg{
 width: 24px;
 height: 24px;
}


.newsletter_btn {
       background-color: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
    }
    .newsletter_btn .modal-body {
      padding: 25px;
      text-align: center;
    }
    .newsletter_btn .newsletter_btn-card .btn-close {
         position: absolute;
    right: 10px;
    top: 10px;
    background-color: #FF8B00;
    opacity: 1;
    width: 20px;
    height: 20px;
    }
    .newsletter_btn .newsletter_btn-card {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .newsletter_btn .newsletter_btn-card .custom-button {
   
      height: 45px;
      border-radius:6px;
    }
    .newsletter_btn .news_letters-form{
      width: 100%;
      display: flex;
    }
    .newsletter_group{
      width: 75%;
    }
    .newsletter_group input{
      border-radius: 6px 6px;
    }
    .newsletter_group-sub{
      width: 25%;
    }
    .newsletter_btn .newsletter_btn-card .form-group {
      display: flex;
      height: 100%;
    }
    .newsletter_btn .newsletter_btn-card .form-group input {
      width: 100%;
    }
    .newsletter_btn-card h5 {
      font-size: 22px;
      font-weight: 800;
  font-family: "DM Sans", sans-serif;
      color: #000;
    }
    .newsletter_btn-card img{
      width: 90px;
      margin: auto;
    }

.newsletter_btn-card .form-control {
  outline: 0;
  box-shadow: inherit;
  border: 1px solid #c2bcbc;
  color: #070606;
  font-size: 16px;
  background: 0 0;
  height: 50px;
  margin-bottom: 15px;
}
.newsletter_btn-card .wpcf7-spinner{
 position: absolute;
}
.hidden-item {
  display: none;}
.pramod__all-video-box{
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: #000 1px 0 16px -10px;
}
.pramod__new-video {
    position: relative;
    width: 100%;
    background: #e9e9e9;
}
.pramod__new-video-box{
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.pramod__new-video-box .video__play{
    width: 60px;
  position: absolute;
    z-index: 1;
  bottom:16px;
  right: 16px;
 
}
.pramod__new-video-box img{
    width: 100%;
}
.pramod__banner-con-new{
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.pramod__banner-con-new a{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.pramod__banner-con-new ul{
    display: flex;
    gap: 12px;
}
.pramod__banner-con-new ul li{
padding: 0px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
  overflow: hidden;
}
.pramod__banner-con-new ul li img{
    width: 100%;
  height: 50px;
  object-fit: contain;
}