@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');


/* Fonts */
:root {
  --clr-primary: #FF8B00;
  --clr-heading: #1E1E1E;
  --clr-black: #000000;
  --clr-white: #ffff;
  --clr-text: #808080;
  --ff-primary:'Europa Grotesk SH Bol';
  --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;

}

/* Browser Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

a:focus,
a:hover {
  outline: none;

}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section {
  position: relative;
  z-index: 1;
}

body {
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(73, 73, 73, 1);

}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  font-family: var(--ff-body);
  color: rgba(73, 73, 73, 1);
  font-weight: 400;
}

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 {
  box-shadow: inherit;
}

.custom-pad {
  padding: 70px 0;
}

.container{max-width:1600px}
/* Utility Classes */
.overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
  top: 0px;
  left: 0;
}
.custom-button {
  position: relative;
  text-transform: capitalize;
  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;
  font-weight: 500;
  padding: 0px 36px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.custom-button.brd {
  background: transparent;
  border: 1px solid #ff8b00;
}


.pramod__heading h2 {
  font-size: 50px;
  line-height: 56px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
/* pramod__header css */
.pramod__header{
  position: relative;
  width: 100%;
  padding: 15px 0;
}
.pramod__header-wrap{
  position: relative;
  width: 100%;
  padding: 0 0 15px;
  border-bottom:1px solid #D9D9D9;
}
.pramod__header-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.pramod__header-nav .navbar-nav{
  justify-content: center;
}
.pramod__header-nav .nav-link{
color: #1C1C1C;
font-size: 18px;
text-transform:uppercase ;
transition: .5s ease-in-out;
}
.pramod__header-nav .nav-link:hover{color:var(--clr-primary);  transition: .5s ease-in-out;}
.pramod__header-nav .navbar-brand img{height: 60px;}

/* pramod__banner css */
.pramod__banner{
  position: relative;
  width: 100%;

}
.pramod__banner-img{
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.pramod__banner-img img{width: 100%;}

/* pramod__course  css */
.pramod__course {
  position: relative;
  width: 100%;
  background: #fff;
}
.pramod__course-box{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 15px;
  overflow: hidden;
  transition: .5s ease-in-out;
  background: #fff;
}
.pramod__coursebox{

}
.pramod__course-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pramod__course-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pramod__course-cont{
  position: relative;
  width: 100%;
}

.pramod__course-cont h3 a{
  font-size: 24px;
  line-height: 30px;
  color: #1C1C1C;
  margin-bottom: 12px;
  display: block;
}
.pramod__course-img {
  position: relative;
  width: 100%;
}
.pramod__course-cont p{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
}
.pramod__course-img{
  width: 60%;
  margin: 15px 0 0 auto;
    transition: .5s ease-in-out;
}
.pramod__course-text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 1;
}

.pramod__heading h1 {
  font-size: 80px;
  line-height: 85px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.pramod__heading h1 span:nth-child(even){
  color: #FF8B00;
}

/*.pramod__belives */
.pramod__belives{
  position: relative;
  width: 100%;
}
.pramod__belives::before{
position: absolute;
  left: 0;
  width: 254px;
  height: 474px;
  background: url('../images/pramod__belives-bg.svg') no-repeat 0 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%,100%;
  content: '';
}
.pramod__belives-cont{
 position: relative;
 padding-right: 20px;
}
.pramod__belives-cont p{
  margin-bottom: 20px;
}
.pramod__belives-cont p em{
padding: 0 44px;
  font-style: italic;
  position: relative;
  font-size: 20px;
}
.pramod__belives-img{
 padding-left: 20px;
  position: relative;
  height: 100%;
}
.pramod__belives-img img{
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.pramod__belives-img video{
   border-radius: 15px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 99;
  position: relative;

}
.pramod__belives-cont p em::after{
  position: absolute;
  top: -24px;
  left: 0;
  width: 35px;
  height: 54px;
  background: url('../images/quotes-left.svg') no-repeat 0 0;
  background-size: auto;
  content: '';
  background-size: 100%, 100%;
  transform: rotate(-187deg);
}
.pramod__belives-cont p em::before{
  position: absolute;
  top: 25px;
  right: -77px;
  width: 35px;
  height: 54px;
  background: url('../images/quotes-left.svg') no-repeat 0 0;

  content: '';
  background-size: 100%, 100%;
}
.pramod__belives-img::before{
  position: absolute;
  bottom: 0;
  left: -41px;
  width: 174px;
  height: 134px;
  content: '';
  background: url('../images/belives-img-bg.svg') no-repeat 0 0;
  background-size: auto;
  z-index: 1;
  background-size: 100%;
}

/* pramod__master */
.pramod__master{
  position: relative;
  width: 100%;
  background: #1C1C1C;
}
.pramod__master h2{
  color: #fff;
}
.pramod__master-cont{
  position: relative;
}



.pramod__master-cont li::before {
    top: 5px;
position: absolute;
    color: #ff8b00;
    font-size: 20px;
    content: '\f058';
    font-weight: 400;
    display: flex;
    left: 0;
    font-family: "Font Awesome 7 Free"
}

.pramod__master-cont  li{
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
     color: #fff;
    margin-top: 15px
}


.pramod__master-cont  ul {
    margin-bottom: 30px;
    position: relative;
}
.pramod__master-img{
  border-radius: 15px;
}
.pramod__master-img img{width: 100%; border-radius: 15px;}


.pramod__master-mid{
  padding: 0 25px;
}
.pramod__master-cont p{
  color: #fff;
  margin-bottom: 15px;
}
.pramod__master-ic1{
position: absolute;
  right: -66px;
  bottom: -27px;
  width: 130px;
      animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;

}
.pramod__master-left{
  padding-right: 20px;
}
.pramod__master-ic2{
    position: absolute;
  right: 0px;
  bottom: 12px;
  width: 100px;
    animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.pramod__master-ic3{
  position: absolute;
  left: 50px;
  top: 75px;
  width: 100px;
    animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.pramod__master-ic4{
  position: absolute;
  right: 50px;
  top: 75px;
  width: 100px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.pramod__master-ic5{
 position: absolute;
  left: 28px;
  top: 165px;
    animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.pramod__master-ic6{
  position: absolute;
  top: 30px;
  left: -50px;
  width: 120px;
  z-index: -1;
    animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.pramod__master-ic7{
position: absolute;
  top: -24px;
  left: 75px;
  width: 207px;
  z-index: -1;

  transform: rotate(45deg);
}
.pramod__master-ic8{
  position: absolute;
  right: 30px;
  top: 165px;
    animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.pramod__master-ic-bg{
  position: absolute;
  right: -18px;
  bottom: 0;
}

.pramod__master-mid li::before{
 display: none;
}
.pramod__master-mid li{
  margin: 0;
  padding: 0;
}
.pramod__master-right{
  position: relative;
  padding: 90px 0 0 12px;
}
.pramod__master-right img{
  width: 100%;
  border-radius: 15px;
}
.pramod__master-ic-bg2{
position: absolute;
  right: -18px;
  bottom: 52px;
}
.pramod__master-mid ul{
  margin-top: 60px;
}
.pramod__master-mid .custom-button{padding: 0 20px;}
.pramod__master::before {
position: absolute;
  right: 0;
  width: 254px;
  height: 474px;
  background: url('../images/master_bg.svg') no-repeat 0 0;
    background-size: auto;
  bottom:0;
  background-size: 100%,100%;
  content: '';
}
.pramod__vision{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pramod__vision::before{
position: absolute;
  right: 0;
  width: 254px;
  height: 474px;
  background: url('../images/master_bg.svg') no-repeat 0 0;
    background-size: auto;
  top:20%;
  background-size: 100%,100%;
  content: '';
}
.pramod__vision::after{
position: absolute;
  right: 35%;
  width: 24px;
  height: 67px;
  background: url('../images/line_bg.svg') no-repeat 0 0;
  top: 10%;
  background-size: 100%,100%;
  content: '';
}
.pramod__story-list{
  position: relative;
  width: 100%;
}
.pramod__story-list li{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #686868;
  padding: 15px;
  position: relative;
}
.pramod__story-list li h4{
  width: 20%;
  color: #000;
  font-size: 30px;
}
.pramod__story-list li:first-child h4{
    font-size: 20px;
    color: #686868;
    font-family: var(--ff-body);
}
.pramod__story-list li:first-child p{
    font-size: 18px;
    color: #686868;;
}
.pramod__story-list li p{
  font-size: 24px;
}
.pramod__story {
    display: none; transition: .5s ease-in-out;
}
.pramod__story-list ul{
  position: relative;
}
.pramod__story-list li.active .pramod__story,
.pramod__story-list li:hover .pramod__story {
    display: block; transition: .5s ease-in-out;
    z-index: 99;
}
.pramod__story {
transition: .5s ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  left: inherit;
  width: fit-content;
  transform: translateY(-50%);
}
.pramod__story-list li:last-child .pramod__story{transform: inherit; top: inherit; bottom: 0;}
.pramod__story-list li.active,
.pramod__story-list li:hover{
  background: #FF8B00;
  border-bottom: 1px #FF8B00;;
}
.pramod__story-list li.active h4,
.pramod__story-list li:hover h4{color: #fff;}
.pramod__story-list li.active p,
.pramod__story-list li:hover p{color: #fff;}
.pramod__story img{
  margin-left: 0;
  width: 300px;
  border: 15px;
  transform: rotate(12deg)
}

.pramod__blog {
  position: relative;
  width: 100%;

}
.pramod__blog-button {
  margin-top: 15px;
}

.pramod__blog-box {
  position: relative;
  width: 100%;

}

.pramod__blog-img {
  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;
}

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

}

.pramod__blog-cont h4 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #111;
  font-weight: 500;
  margin-bottom: 12px;
  transition: .5s ease-in-out;
  font-family: var(--ff-body);
}

.pramod__blog-cont p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.pramod__digital-img{
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pramod__digital-img img{
height: 350px;
object-fit: cover;
width: 100%;
transform: rotate();
}

.pramod__digital{
  position: relative;
  width: 100%;
  background: #1C1C1C;
}
.pramod__digital::after{
position: absolute;
  left: 0;
  width: 200px;
  height: 400px;
  background: url('../images/pramod__belives-bg.svg') no-repeat 0 0;

  top: 10%;
  background-size: 100%,100%;
  content:''; 
}
.pramod__digital::before{
  position: absolute;
  right: 0;
  width: 254px;
  height: 474px;
  background: url('../images/master_bg.svg') no-repeat 0 0;
    background-size: auto;
  background-size: auto;
  bottom: 0;
  background-size: 100%,100%;
  content: '';
}
.pramod__digital h2{
  color: #fff;
}
.pramod__digital .pramod__cont{
  width: 50%;
  margin: 50px auto 0;
  position: relative;
}
.pramod__digital .pramod__cont p{color: #fff; margin-bottom: 15px;}
.pramod__digital-ic{
position: absolute;
  width: 250px;
  top: -200px;
  right: -290px;
}
.pramod__digital-ic2{
position: absolute;
  top: 13%;
  left: 60px;
  width: 167px;
  animation: bounce 2s infinite;
}

.pramod__work {
  position: relative;
  width: 100%;
}

.pramod__work-left {
  position: relative;
  width: 80%;
}


.pramod__work-left p {
  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%;
 align-items: center;
}

.pramod__work-box:nth-child(odd){
  margin-top: -20px;
}
.pramod__work-icon {
  width: 45%;
}
.pramod__work-box h5 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
letter-spacing: .6px;
  margin-bottom: 12px;
}

.pramod__work-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.pramod__work-box4{
  background: #FFD86D;
}
.pramod__work-box3{
background: #FFE9A5;

}
.pramod__work-box2{
background: #FFF6D3;

}
.pramod__work-box1{
background: #FFFBEC;

}
.pramod__work-bg2{
position: absolute;
  right: -90px;
  bottom: 0;
  width: 350px;
}
.pramod__work-bg1{
position: absolute;
  right: -149px;
  top: 122px;
  width: 188px;
  transform: rotate(-131deg);

}


.pramod__media {
  position: relative;
  background: #1C1C1C;

}
.pramod__media  h2{
  color: #fff;
}
.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-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pramod__media-cont p {
 font-size: 18px;
  overflow: hidden;
  margin-bottom: 12px;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow-y: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 height: 75px;
}
.pramod__media-cont ul{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}
.pramod__media-cont ul .custom-button{
  height: 45px;
  padding: 0 20px;
}
.pramod__media-cont ul img{width: 200px;}
.pramod__media .pramod__cont p{
  color: #fff;
  margin-bottom: 15px;
}
.pramod__media::before {
  position: absolute;
  right: 0;
  width: 254px;
  height: 474px;
  background: url('../images/master_bg.svg') no-repeat 0 0;

  bottom: 0;
  background-size: 100%,100%;
  content: '';
}
.pramod__media::after {
  position: absolute;
  left: 0;
  width: 200px;
  height: 400px;
  background: url('../images/pramod__belives-bg.svg') no-repeat 0 0;
  top: 10%;
  background-size: 100%,100%;
  content: '';
}

.pramod__gratitude{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pramod__gratitude-slider {
  padding: 40px 0;
}

.pramod__gratitude-slider .swiper-slide {
  transition: 0.4s;
  transform-origin: center;
}

.pramod__gratitude-slider .swiper-slide img {
  width: 100%;
  border-radius: 15px;
}


/* Left side slides */
.pramod__gratitude-slider{
  padding-top: 100px;
}
.pramod__gratitude-slider .swiper-slide.swiper-slide-active{
 transform: rotate(0);
 margin-top: 0;   transition: .5s ease-in-out;
}
.pramod__gratitude-slider .swiper-slide.prev1{
  transform: rotate(4deg);
    margin-top: -11px;    transition: .5s ease-in-out;
}
.pramod__gratitude-slider .swiper-slide.prev2 {
transform: rotate(11deg);
    margin-top: -70px;   transition: .5s ease-in-out;
}
.pramod__gratitude-slider .swiper-slide.next1{
   transform: rotate(-5deg);
    margin-top: -14px;    transition: .5s ease-in-out;
}
.pramod__gratitude-slider .swiper-slide.next2 {
transform: rotate(-10deg);
  margin-top: -74px;
    transition: .5s ease-in-out;
}
.pramod__gratitude-slider .swiper-slide.next3 {
transform: rotate(-10deg);
  margin-top: -74px;
    transition: .5s ease-in-out;
}

.pramod__social{
  position: relative;
  width: 100%;
}
.pramod__social-cont{
position: relative;
  text-align: center;
  transition: .5s ease-in-out;
  width: fit-content;
  padding: 20px;
  margin: 0px auto 0;
}
.pramod__social-img{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pramod__social-img img{
  border-radius: 20px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.pramod__social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 25px;
}
.pramod__social-wrapper .slide__box:nth-child(odd){
  margin-top: -15px;
}

.pramod__social-wrapper .slide__box:nth-child(even){
  margin-top: 55px;
}
/* .pramod__social-wrapper .slide__box:nth-child(1){
  margin-top: 30px;
}
.pramod__social-wrapper .slide__box:nth-child(2){
  margin-top: 120px;
}
.pramod__social-wrapper .slide__box:nth-child(3){
  margin-top: 60px;
}
.pramod__social-wrapper .slide__box:nth-child(5){
  margin-top: 60px;
}
.pramod__social-wrapper .slide__box:nth-child(6){
  margin-top: 120px;
}
.pramod__social-wrapper .slide__box:nth-child(7){
  margin-top: 60px;
} */


.pramod__social-cont span{
  color: #1E1E1E;
  font-size: 18px;
  display: block;
}
.pramod__social-cont ul{
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
}
.pramod__social-cont a img{
height: 40px;
    object-fit: contain;
}
.pramod__social-slider .swiper-slide-active .pramod__social-cont{
  display: block;
  transition: .5s ease-in-out;
}


.marquee-container {
  width: 700%;
  overflow: hidden;
  position: relative;
  animation: marqueeMove 15s linear infinite;
  display: flex;
  flex-wrap: nowrap;
}

.pramod__social-wrapper {
  display: flex;
  gap: 25px;
  width:auto;
  overflow: hidden;
  width: 100%;
  margin-right: 24px;
}

.pramod__social-wrapper li {
  list-style: none;
  transition: transform 0.3s, opacity 0.3s;
  width: 20%;
  margin-top: -50px;
}

/* Active - center */
.pramod__social-wrapper .active {
  opacity: 1;
}
.pramod__social {overflow: hidden;}


@keyframes marqueeMove {
    0% { left: 0; }
    100% { left: -100%; }
}


.pramod__growing{
  position: relative;
  background: #1C1C1C;
}
.pramod__growing .pramod__cont {
  width: 45%;
    margin: 0 auto;
}
.pramod__growing::after {
    position: absolute;
    left: 0;
    width: 200px;
    height: 400px;
    background: url(../images/pramod__belives-bg.svg) no-repeat 0 0;
    bottom: 0;
    background-size: 100%, 100%;
    content: '';
}

.pramod__growing h2{
  color: #fff;
}
.pramod__growing p{
  color: #fff;
}
.pramod__client-img{
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
 padding: 24px;
 overflow: hidden;
}

.pramod__client-slider{
  padding: 50px 0;
}

.pramod__client-slider .swiper-slide-active{transform: scale(1.2); }
.pramod__client-slider .swiper-slide-active .pramod__client-img{border: 1px solid #FF8B00; border-radius: 100%;}

.pramod__footer{
    position: relative;
  background: #1C1C1C;
  overflow: hidden;
}
.pramod__footer::before{
  position: absolute;
    right: 0;
    width: 254px;
    height: 474px;
    background: url(../images/master_bg.svg) no-repeat 0 0;
    bottom: 30%;
    background-size: 100%, 100%;
    content: '';
}
/* .pramod__footer::after{
  position: absolute;
    right: 0;
    width: 100%;
    height: 457px;
    background: url(../images/footer_bg.png) no-repeat 0 0;
    top: 0;
    background-size: 100%, 100%;
    content: '';
      animation: heroShapeFour 3s linear infinite;
} */
.footer__img{
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.footer__img img{width: 100%;}
.pramod__footer-cont{
  padding: 50px 0 0 50px;
  width: 70%;
  position: relative;
  z-index: 1;
}
.pramod__footer-cont h4{
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 12px;
}
.pramod__footer-cont p{
  color: #fff;
  margin-bottom: 20px;
}
.pramod__footer-cont form{
  width: 100%;
  display: flex;
  gap: 10px;
}
.pramod__footer-cont .form-control{
  outline: none;
    box-shadow: inherit;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    background: none;
    height: 50px;
    border-radius: 30px;
}
.pramod__footer-cont .form-control::placeholder{
  color: #fff;
}
.pramod__footer-cont ul{
  margin-top: 20px;
  column-count: 2;
}
.pramod__footer-cont ul a img{
  width: 40px;
  margin-bottom: 10px;
}
.pramod__footer-cont ul a {
  color: #fff;
}
.pramod__footer-cont ul a:hover{
  color: #FF8B00;
}
.pramod__footer-bg{
position: absolute;
  top: 100px;
  right: -144px;
  transform: rotate(64deg);
  width: 250px;

}

.pramod__footer-top{padding-bottom: 80px; position: relative; z-index: 2;}
.pramod__footer-tx h3{
    font-size: 220px;
    line-height: 100px;
    color: #fff;
}
.pramod__footer-tx{
  margin-top: -35px;
}
.pramod__footer-buttom{
  padding-bottom: 30px;
  text-align: center;
}
.pramod__footer-buttom p{
  color: #fff;
}
.pramod__footer-buttom p a{
  color: #fff;
}
.head__round{
  position: relative;
}
/* .head__round::before{
    position: absolute;
    top: 0;
    left: -19px;
    width: 200px;
    height: 80px;
    background: url(../images/heading_bg1.svg) no-repeat 0 0;
    z-index: 1;
    content: '';
    background-size: 100%;
} */
.head__line{
  position: relative;
}
.head__line::before{
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 200px;
    height: 20px;
    background: url(../images/heading_bg2.svg) no-repeat 0 0;
    z-index: 1;
    content: '';
    background-size: 100%;
}
 .pramod__master .head__line::before{
    width: 300px;
  }
 .pramod__vision .head__line::before{
    width: 140px;
  }
/* .carousel-wrapper {
  position: relative;
  width: 100%;
  height: 12vw;
  min-height:400px;
  max-height:400px;
}
.circle {
  position: absolute;
  width: 100%;
  height: 235vh;
  left: 50%;
  bottom: 0vw;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
}
.item {
  position: absolute;
  width: 18vw;
  height: 28vw;     
  overflow: hidden;
  will-change: transform, right, bottom;
  pointer-events: auto; 
} */
 .pramod__gratitude-carousel{margin-top: 25px;}
.carousel-wrapper .circle {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  
}
.carousel-wrapper .circle .item {
  width: 24%;
}
.pramod__gratitude-img{height: 100%;}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  cursor: pointer;
}
@keyframes bounce {
 0% {
  transform: translateY(0);
 }
 50% {
  transform: translateY(-20px);
 }
 100% {
  transform: translateY(0);
 }
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 19px); }
    to   { transform: translate(0, -0px); }    
}
.team__h2-circle-svg path {
  stroke-dasharray: 467;
  stroke-dashoffset: 467;

}
.team__h2-circle-svg path {
  stroke: #FF8B00;
}
 .pramod__heading h2 em{
position: absolute !important;
  width: 112%;
top: -10px;
  left: -7px;
} 
 .pramod__heading h2 em svg{width: 100%;}
[data-draw-svg] path {
  transition: stroke-dashoffset 3.2s ease;
}
.pramod__heading h2 span{position: relative; display: inline-block;}
.pramod__growing .pramod__heading h2 em {
  width: 104%;
  top: -44px;
  left: -1px;
}
.pramod__blog .pramod__heading h2 em{  top: -24px;}
.pramod__heading .heading__line svg{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.svg-section {
  padding: 100px 0;
}

svg path {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.footer__svg svg path {
  transition: stroke-dashoffset 3.8s ease-out;
stroke: #FF8B0069;
}
.footer__svg{
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0;
  z-index: 1;
}


/* inner page  */
.pramod__ai-video{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.pramod__ai-video video{
  width: 100%;
  display: block;
}
.pramod__ai-class .pramod__heading h1 em {
position: absolute !important;
  width: 145px;
  top: 17px;
  left: -16px;
  transform: rotate(-37deg);
  height: 95px;
  z-index: -1;
}
.pramod__ai-class .pramod__heading h1 span {
  position: relative;
  display: inline-block;
}
.pramod__ai-class .pramod__heading h1{
      color: #ff8b00;
    font-size: 100px;
    font-weight: 700;
    line-height: 105px;
    margin-bottom: 10px;
}
.pramod__ai-class-img{
  position: relative;
  padding: 60px 0 0 20px
}
.pramod__ai-class .pramod__master-ic6 {
  position: absolute;
  top: 0;
  left: -21px;
}


.pramod__ai-class-cont li::before {
    top: 5px;
    position: absolute;
    color: #ff8b00;
    font-size: 20px;
    content: '\f058';
    font-weight: 400;
    display: flex;
    left: 0;
    font-family: "Font Awesome 7 Free"
}

.pramod__ai-class-cont li{
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: rgba(73, 73, 73, 1);
    margin-top: 10px
}


.pramod__ai-class-cont  ul {
    margin-bottom: 30px;
    position: relative;
}

.pramod__ai-courses{
  position: relative;
  width: 100%;
  background: #F8F7F3;
}



.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;
    color: #000;
}

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

.ai__courses-video {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 12px
}
.ai__courses-video .video__play{
   position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  z-index: 1;
}


.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__coursebox img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: 350px
}

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

.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
}
.pramod__ai-courses h2 em{
  top: 0px;
  left: -7px;
}
.pramod__course-box  h5 {
  position: relative;
  z-index: 11;
  letter-spacing: 0.8px;
  color: rgba(73, 73, 73, 1);
  font-family: var(--ff-body);
  width: 85%;
  margin: -13px auto 0px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 15px;
  box-shadow: 0 0px 23px -9px #00000040;
  padding: 10px 15px;
  height: 70px;
  text-align: center;
  background: #fff;
}

.pramod__course .pramod__heading h2 em {
  top: 0;
  left: -10px;
}

.pramod__ai-courses::before {
  position: absolute;
  left: 0px;
  width: 254px;
  height: 474px;
  background-color: rgba(0, 0, 0, 0);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("../images/pramod__belives-bg.svg");
  background-origin: padding-box;
  background-clip: border-box;
  top: 5%;
  background-size: 100%, 100%;
  content: "";
}
.pramod__ai-courses::after {
  position: absolute;
  right: 0px;
  width: 254px;
  height: 474px;
  background-color: rgba(0, 0, 0, 0);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("../images/master_bg.svg");
  background-origin: padding-box;
  background-clip: border-box;
  top: 40%;
  background-size: 100%, 100%;
  content: "";
}

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

}

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

.breadcrumb li:last-child::before{
  display: none;
}
.pramod__innerbanner{
  background: #F8F7F3;
}
.pramod__videos-img{
  position: sticky;
  width: 100%;
border-radius: 12px;
overflow: hidden;
top: 100px;
}
.pramod__videos-img img{width: 100%; object-fit: cover;}
.pramod__videos-img .pramod__videos-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  z-index: 1;
}



.pramod__videos .pramod__heading h2 em {
  width: 114%;
  top: 0px;
  left: -8px;
}
.pramod__recom-slider{
  position: relative;
  margin-top: 25px;
}
.pramod__videos-cont h4{
    font-size: 24px;
  color: #111;
  font-weight: 500;
  margin-bottom: 12px;
  transition: .5s ease-in-out;
  font-family: var(--ff-body);
}
.pramod__recom-box {
  position: relative;
width: 100%;
}
.pramod__recom-img{
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 12px;
}
.pramod__recom-img .pramod__videos-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  z-index: 1;
}
.pramod__recom-box h5{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #111;
  font-weight: 500;
  margin-bottom: 12px;
  transition: .5s ease-in-out;
  font-family: var(--ff-body);
}
.pramod__digitals {
  position: relative;
  width: 100%;
}
.pramod__digitals-cont{
  position: relative;
  width: 100%;
}
.pramod__digitals-img{
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.pramod__digitals-img img{width: 100%;}
.pramod__digitals-cont-wrap{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pramod__digitals-cont-wrap h1{
  width: 60%;
}
.pramod__digitals-cont-right{
   width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.pramod__digitals-cont p{margin-bottom: 12px;}
.pramod__digitals-cont-right p{
  font-weight: 600;
  text-transform: uppercase;
  color: #1C1C1C;
  
}
.pramod__digitals-cont-right ul{
   display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.pramod__digitals-cont-right ul li{
  padding-left: 0;
  margin: 0;
}
.pramod__digitals-cont-right ul li::before{
  display: none;
}
.pramod__digitals-cont-right ul a{
  color: #1C1C1C;
}
.pramod__digitals-cont-right ul a:hover{
  color: #FF8B00;
}
.pramod__digitals-cont h1, .pramod__digitals-cont h2, .pramod__digitals-cont h3, .pramod__digitals-cont h4,  .pramod__digitals-cont h5, .pramod__digitals-cont h6{
 color: #1C1C1C;
 margin-bottom: 15px;
}
.pramod__digitals-cont ul{
  margin-bottom: 25px;
}
.pramod__digitals-cont li::before {
  top: 5px;
  position: absolute;
  color: #ff8b00;
  font-size: 20px;
  content: '\f058';
  font-weight: 400;
  display: flex;
  left: 0;
  font-family: "Font Awesome 7 Free";
}
.pramod__digitals-cont li {
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: rgba(73, 73, 73, 1);
  margin-top: 10px;
}
.pramod__digitals-tag h5{
   font-size: 22px;
  color: #111;
  font-weight: 500;
  margin-bottom: 12px;
}
.pramod__digitals-tag{margin-top: 20px;}
.pramod__digitals-tag ul{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pramod__digitals-tag ul a{
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
  color: #494949;
  font-size: 16px;
   transition: .5s ease-in-out;
}
.pramod__digitals-tag ul a:hover{
 border: 1px solid #FF8B00;
 color: #FF8B00;;
  transition: .5s ease-in-out;
}


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

.pramod__resent-cont {
  margin-top: 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 h5 a{color: rgb(29 39 53);}


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

}
.pramod__resent-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pramod__resent-img img{width: 100%; height: 250px; object-fit: cover;}

.pramod__reserv-box{
  position: relative;
  width: 100%;
  background: #F8F7F3;
  border-radius: 12px;
  padding:25px 20px;
  border: 1px solid #1C1C1C;
}

.pramod__reserv-cont ul{
    display: flex;
    gap: 12px;
}

.pramod__reserv-cont ul li{
padding: 0px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
  overflow: hidden;
}
.pramod__reserv-cont ul li img{
    width: 100%;
  height: 50px;
  object-fit: contain;
}
.pramod__reserv-cont {
  width: 60%;
}
.pramod__reserv-cont h5{
    color: rgb(29 39 53);
  font-size: 18px;
  line-height: 26px;
  font-family: var(--ff-body);
}
.pramod__reserv-cont h2{
   font-size: 40px;
   line-height: 46px;
}
.pramod__reserv-cont p{
  margin-bottom: 15px;
}
.order-button{
  font-size: 22px;
  color: #000;
  font-weight: 500;
  display: block;
margin-bottom: 20px;
}
.pramod__reserv-cont .custom-button{
  margin-bottom: 15px;
}
.pramod__reserv-img-part{
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pramod__reserv{
  position: relative;
  width: 100%;
}
.pramod__reserv-box::before{
position: absolute;
  bottom: -71px;
  right: -43px;
  background: url(../images/reserv__bg.png) no-repeat 0 0;
  width: 100px;
  height: 150px;
  background-size: 100%, 100%;
  content: '';
  z-index: -1;
}
.pramod__reserv::before{
 position: absolute;
  top: 33%;
  left: -21px;
  background: url(../images/reserv__bg.png) no-repeat 0 0;
  width: 238px;
  height: 300px;
  background-size: 100%, 100%;
  content: '';
  z-index: -1;
}

.pramod__reserv_icon{
width: 150px;
  position: absolute;
  top: 31px;
  display: block;
  right: -29px;
  transform: rotate(22deg);
}

.pramod__reserv-img{
  position: relative;
}



/* .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::after {
  display: none;
} */
/* 
.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-button:not(.collapsed) {
  color: #000;
}

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

.pramod__faq-box .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: inherit;
}

.pramod__faq-box .accordion-button:focus {
  box-shadow: inherit;
}

.pramod__faq-box .accordion-body {
  padding: 0;
}

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

.pramod__faq-right {
  position: relative;
  width: 100%;
  min-height: 100%;
 ;
}

.pramod__faq-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
  z-index: 1;

}

.pramod__faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 12px;
}

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

.pramod__faq-box {
  padding-right: 30px;
}
.pramod__peek{
  position: relative;
  background: #1C1C1C;
}
.pramod__peek-left h2{
  color: #fff;
}
.pramod__peek-left p{
  color: #fff;
}
.pramod__faq-box .accordion-item{
  position: relative;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  border: none;
 margin-top: 15px;
}

.pramod__peek::before{
  position: absolute;
  left: 0;
  width: 200px;
  height: 400px;
  background: url(../images/pramod__belives-bg.svg) no-repeat 0 0;
  bottom: 0;
  background-size: 100%, 100%;
  content: '';
}
.pramod__peek-left{
  position: relative;
}
.pramod__peek-left::before{
    position: absolute;
  left: 50%;
  top: 63%;
  width: 508px;
  height: 463px;
  background: url('../images/pramod__peek-bg1.png') no-repeat 0 0;
    background-size: auto;
  background-size: 100%, 100%;
  content: ' ';
  transform: translate(-50%,-50%);
  z-index: -1;
}
.pramod__faq-right::before{
position: absolute;
  right: -26px;
  bottom: -63px;
  width: 89px;
  height: 111px;
  background: url('../images/pramod__peek-bg2.png') no-repeat 0 0;
  background-size: 100%, 100%;
  content: ' ';
  z-index: -3;
}

.pramod__digital-book{
  position: relative;
  width: 100%;
}
.pramod__digital-book-wrap{
  position: relative;
  padding-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.pramod__digital-book-box{
  position: relative;
  width: 23.5%;
  border-radius: 10px;
 padding: 15px;
 background: #82A0FF;
}
.pramod__digital-book-box p{
  color: #fff;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.digital__book-img{
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 3px solid #fff;
}
.pramod__digital-book-box h5{
background: #fff;
  border-radius: 15px;
  padding: 5px 20px;
  text-align: center;
  font-family: var(--ff-body);
  font-size: 20px;
  color: #1C1C1C;
  font-weight: 500;
  width: 78%;
  margin: -38px auto 15px;
}
.pramod__digital-book-box:first-child{
transform: rotate(-6deg);
}
.pramod__digital-book-box:nth-child(2){
transform: rotate(6deg);
background: #FF8B00;
}
.pramod__digital-book-box:nth-child(3){
transform: rotate(-6deg);
background: #A0325A;
}
.pramod__digital-book-box:nth-child(4){
transform: rotate(6deg);
background: #DD9DEA;
}
.pramod__newsletter{
  position: relative;
  width: 100%;
}

.pramod__newsletter-cont{
  position: relative;
  width: 100%;
  text-align: center
}
.pramod__newsletter-cont h1{
  font-size: 80px;
  line-height: 85px;
  color: var(--clr-primary);
  margin-bottom: 15px;
}
.pramod__newsletter-cont h1 span {
  position: relative;
  display: inline-block;
}
.pramod__newsletter-cont h1 em {
position: absolute !important;
  width: 112%;
  top: -2px;
  left: -6px;
  transform: rotate(-19deg);
  z-index: -1;

}
.pramod__newsletter-cont h3{
  font-size: 40px;
  line-height: 46px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: var(--ff-body);
}
.pramod__newsletter-cont h3 span{font-style: italic;}
.pramod__newsletter-cont p{margin-bottom: 20px;}
.pramod__newsletter-cont form {
width: 100%;
  display: flex;
  gap: 10px;
  width: 60%;
  margin: 0 auto;
  flex-wrap: wrap;justify-content: center;
}
.pramod__newsletter-cont form  .wpcf7-response-output{
  display: block;
  width: 100%;
  margin: 20px 0 0;
}
.pramod__newsletter-cont form .wpcf7-spinner{
  position: absolute;
}
.pramod__newsletter-cont .form-control {
  outline: none;
  box-shadow: inherit;
  border: 1px solid #686868;
  color: #000;
  font-size: 16px;
  background: none;
  height: 50px;
  border-radius: 30px;
}
.pramod__archives{
  background: #1C1C1C;
}
.pramod__archives h2{
  color: #fff;
}
.pramod__archives-cont h2{
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
}

.pramod__archives-cont  p{color: #fff; margin-bottom: 15px;}
.pramod__archives-calender-img{
  border-radius: 10px;
  overflow: hidden;
}
.pramod__archives-img{
  border-radius: 10px;
  overflow: hidden;
}

.pramod__archives-wrap{
   position: relative;
   width: 100%;
   border-top: 1px solid #fff;
   padding-top: 35px;
   margin-top: 35px;
}
.pramod__archives-wrap ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.pramod__archives-wrap ul li{
  width: 15.8%;
}
.pramod__archives-wrap ul li a{
  background: #fff;
  border-radius: 10px;
  padding: 12px 12px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1C1C1C;
  font-weight: 500;
font-size: 18px;
}
.pramod__archives-wrap ul li a span{
  width: 25px;
}

.pramod__archives::before {
  position: absolute;
  right: 0;
  width: 254px;
  height: 474px;
  background: url('../images/master_bg.svg') no-repeat 0 0;
  bottom: 0;
  background-size: 100%,100%;
  content: '';
}
.pramod__archives::after {
  position: absolute;
  left: 0;
  width: 200px;
  height: 400px;
  background: url('../images/pramod__belives-bg.svg') no-repeat 0 0;
  top: 15%;
  background-size: 100%,100%;
  content: '';
  z-index: -1;
}
.pramod__newsletter2-content{
  position: relative;
  width: 100%;
  text-align: center;
}
.pramod__newsletter2-content h2{
  font-size: 80px;
  line-height: 85px;
  color: var(--clr-primary);
  margin-bottom: 15px;
}
.pramod__newsletter2-content h3{
  font-size: 40px;
  line-height: 46px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: var(--ff-body);
}
.pramod__newsletter2-content h3 .heading__line {
  position: relative;
  display: inline-block;
}
.pramod__newsletter2-content .heading__line svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.marketing__banner{
  position: relative;
  width: 100%;
}

.marketing__banner-box{
  position: relative;
  width: 100%;
  background-color: #FFF3E5;
  border-radius: 15px;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
}
.marketing__banner-left{
  width: 50%;
  position: relative;
  padding-right: 15px;
}
.marketing__banner-left p{
  margin-bottom: 20px;
}

.marketing__banner-right{
  position: relative;
  width: 50%;

}

.marketing__banner-slider .swiper-slide {
  transition: all 0.4s ease;
}
.marketing__banner-slider{
  padding-left: 0px;
}
.marketing__banner-left .pramod__heading h2 em {
  top: -20px;
  left: -11px;
}

.marketing__banner-img{
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;transform: scale(0.85);
padding: 30px 0;
}
.marketing__banner-img img{width: 100%; height: 100%; object-fit: cover;width: 100%; border-radius: 12px;
  transition: all 0.4s ease;}
.marketing__banner-left .custom-button.brd{color: var(--clr-primary);}
.marketing__banner-slider .swiper-slide.swiper-slide-active .marketing__banner-img {
  transform: scale(1);     transition: all 0.4s ease-in-out;}
.marketing__banner-slider .swiper-slide.swiper-slide-active::before{
position: absolute;
  top: 6px;
  left: -22px;
  width: 133px;
  height: 150px;
  background: url('../images/nark__bg.png') no-repeat 0 0;
    background-size: auto;
  background-size: 100%, 100%;
  content: '';
}
 
.marketing__banner-slider .swiper-slide.swiper-slide-active::after{
position: absolute;
  bottom: -20px;
  right: -22px;
  width: 133px;
  height: 120px;
  background: url('../images/nark__bg.png') no-repeat 0 0;
    background-size: auto;
  background-size: 100%, 100%;
  content: '';
  z-index: -1;
}

.marketing__challenge-wrap{
  position: relative;
  width: 100%;
  padding: 40px 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
justify-content: space-between;
height: 100%;
}
.marketing__challenge-box{
  position: relative;
  width: 32%;
  background: #E7E7E7;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.marketing__challenge-icon{
  width: 100px;
  margin-bottom: 12px;
}
.marketing__challenge-box h4{
  font-size: 22px;
  color: #404040;
  font-weight: 500;
  letter-spacing: .6px;
  margin-bottom: 12px;
}
.marketing__challenge-box p{
  color: #414141;
}
.marketing__challenge-box:first-child{
transform: rotate(-3deg);
  margin-top: 11px;
}
.marketing__challenge-box:last-child{
transform: rotate(3deg);
  margin-top: 11px;
}
.marketing__challenge-wrap::before{
  position: absolute;
  top:45%;
  left: 0;
  width: 100%;
  height: 70px;
  background: url('../images/challenge__bg1.png') no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.marketing__challenge .pramod__heading h2 em {
width: 111%;
  top: -10px;
  left: -6px;
}

.marketing__challenge::before{
 position: absolute;
  top:45px;
  left: 50px;
  width: 170px;
  height: 120px;
  background: url('../images/challenge__bg2.png') no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.marketing__journey-wrap{
  position: relative;
  width: 100%;
  background: #E7E7E7;
  border-radius: 20px;
  padding: 15px;
  width: 90%;
  margin: 30px auto ;
}
.marketing__journey-wrap li{
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  justify-content: space-between;
  align-items: center;
}
.marketing__journey-wrap li:last-child{
  margin-bottom: 0;
}
.marketing__journey-wrap li a{
  display: flex;
  gap: 10px;
  align-items: center;
}
.marketing__journey-wrap li .play_video{
  font-weight: 500;
  color: #404040;
  text-decoration: underline;
}
.marketing__journey-wrap li .pdf__down.login{
   color: #747474;
}
.marketing__journey-wrap li .pdf__down{
   color: #DD2025;
    font-weight: 500;
    text-decoration: underline;
}

.marketing__journey-wrap::after{
  position: absolute;
bottom: -42px;
  right: -36px;
  width: 133px;
  height: 120px;
  background: url('../images/nark__bg.png') no-repeat 0 0;
    background-size: auto;
  background-size: 100%, 100%;
  content: '';
  z-index: -1;
}

.marketing__journey-wrap::before{
  position: absolute;
  top: -33px;
  left: -38px;
  width: 133px;
  height: 120px;
  background: url('../images/nark__bg.png') no-repeat 0 0;
    background-size: auto;
  background-size: 100%, 100%;
  content: '';
  z-index: -1;
}
.marketing__works-wrap{
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background:#FFF3E5 ;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 99;
}
.marketing__works-content{
  width: 60%;
  position: relative;
}
.marketing__works-content ul{
  padding-top: 30px;
}
.marketing__works-content ul li{
margin-top: 15px;
position: relative;
width: 100%;
padding-left: 30px;
color: #414141;

}
.marketing__works-content ul li::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../images/bi_check2-circle.png') no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.marketing__works-right{
  width: 38%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-left: auto;
  position: relative;
}

.marketing__works-form .form-control {
  background-color: transparent;
  border: none;
border: #E7E7E7;
  border-radius: 0;
  padding: 15px 10px;
  border-radius: 10px;
  background: #E7E7E7;
}
.marketing__works-form textarea.form-control {
resize: none;
height: 140px;
}
.marketing__works-right h5{
    font-size: 24px;
  color: #404040;
  font-weight: 500;
  letter-spacing: .6px;
  margin-bottom: 12px;
  text-align: center;
}
.marketing__works-form .form-button {
background: #DD2025;
  border-radius: 40px;
  display: flex;
  gap: 15px;
  width: fit-content;
  padding: 0px 30px;
  height: 50px;
}
.marketing__works-form .wpcf7-spinner{
  position: absolute;
}
.marketing__works-form .custom-button{
  padding: 0;
  background: transparent;
  border: none;
}
.marketing__works-form .form-button span{
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #DD2025;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -6px;
  align-items:center;
}
.marketing__work-bg1{
position: absolute;
  right: 14px;
  width: 200px;
  top: 70%;
  transform: rotate(-158deg);
}

.marketing__works-right::before{
  position: absolute;
  top: -25px;
  left: -25px;
  width: 133px;
  height: 120px;
  background: url('../images/nark__bg.png') no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
  z-index: -1;
}
.marketing__works-right::after{
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 133px;
  height: 120px;
  background: url('../images/nark__bg.png') no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
  z-index: -1;
}

.marketing__works-content .pramod__heading h2 em {
  position: absolute !important;
  width: 112%;
  top: -33px;
  left: -16px;
}
.marketing__roadmap-wrap{
  position: relative;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.marketing__roadmap-img {
  width: 30%;
}
.marketing__roadmap-img:nth-child(2){
  width: 37%;
}
.marketing__roadmap-cont{
  width: 45%;
  margin: 20px auto 0;
  text-align: center;
}
.marketing__roadmap-cont p{
  margin-bottom: 15px;
}
.marketing__roadmap-cont ul{
 display: flex;
 align-items: center;
justify-content: center;
 gap: 12px;

}
.marketing__roadmap-cont ul a{
  display: flex;
  align-items: center;
  align-items: center;
  gap: 10px;
  color: #404040;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 10px;
}
.marketing__roadmap-cont ul a:hover{
    transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.marketing__cta{
  position: relative;
  width: 100%;
}
.marketing__cta .proamod-img{
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 515px;
}
.marketing__cta .proamod-img img{width: 100%; height: 100%; object-fit: cover;}
.proamod__bg-img{
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  height: 514px;
}
.proamod__bg-img img{
  width: 100%; height: 100%; object-fit: cover;
}
.pramod__cta-content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%,-50%);
}
.pramod__cta-wrap {
  position: relative;
  width: 100%;
}
.pramod__highlight{
  color: #000;
  font-weight: 500;
  font-size: 22px;
}

.pramod__marketing-cta-wrap{
  position: relative;
  width: 100%;
  padding: 30px 40px;
  border-radius: 12px;
  background: #1C1C1C;
  margin-bottom: 35px;
}
.pramod__marketing-cta-content{
  margin: 0 auto;
  width: 70%;
  text-align: center;
}
.pramod__marketing-cta-content h2{color: #fff;}
.pramod__marketing-cta-content p{color: #fff; margin-bottom: 20px;}
.pramod__marketing-cta-content .custom-button{margin-bottom: 15px;}
.pramod__digital-link a{
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}
.marketing-image1{
  position: absolute;
  left: 30px;
  top: 30px;
  width: 150px;
}
.marketing-image2{
  position: absolute;
right: 30px;
  bottom: 30px;
  width: 150px;
}
.pramod__mauris-box{
  position: relative;
  width: 100%;
}
.pramod__mauris-img{
  position: relative;
  width: 100%;
  border-radius: 40px;
  margin-bottom: 15px;
}
.pramod__mauris-box p{
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination-wrap {
  position: relative;
  text-align: center;
  padding-top: 30px;
}

.pagination-wrap .page-numbers {
  border: 1px solid #ff8b00 !important;
  padding: 6px 10px !important;
  color: #ff8b00 !important;
  margin: 2px;
  border-radius: 5px;
}

.pagination-wrap .page-numbers.current {
  background: #ff8b00;
  color: #fff !important;
  border: 1px solid #ff8b00 !important;
}

.pramod__sodales-cont{
  position: relative;
  width: 100%;
  background: url('../images/pramod__bg-new.png') no-repeat 0 0;
  background-size: cover;
height: 100%;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sodales-instra{
padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;

}
.pramod__sodales-pdf{
  background: #DD2025;
  border-radius: 40px;
  display: flex;
  gap: 15px;
  width: fit-content;
  padding: 0px 30px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}
.pramod__sodales-pdf span {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #DD2025;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -6px;
  align-items: center;
}
.pramod__sodales-cont p{margin-bottom: 20px;}
.pramod__footer-cont .wpcf7-spinner{
  position: absolute;
  right: 0;
}

.pramod__webiner{
  position: relative;
  width: 100%;
  background: #1C1C1C;
}
.pramod__webiner::before{
position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 500px;
  background: url('../images/pramod__webiner_bg.png') no-repeat 0 0;
  content: '';
  background-size: 100%, 100%;
}
.pramod__webiner-wrap{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.pramod__webiner-left{
  width: 33%;
}
.pramod__webiner-left h2{color: #fff;}
.pramod__webiner-mid{
  width: 35%;
  padding: 0 40px;
  position: relative;
  text-align: center;
}
.pramod__webiner-right{
  width: 32%;
}
.pramod__webiner-left .pramod__heading h2 em{top:6px}
.pramod__webiner-icon{
  width: 100px;
  position: absolute;
  top: 0;
}
.pramod__webiner-mid h3{
font-size: 80px;
  color: #fff;
  font-weight: 600;
  margin-bottom: -30px;
}
.pramod__webiner-mid-img{
  margin-bottom: 12px;
}
.webiner_link{
color: #fff;
  text-decoration: underline;
  display: block;
  margin-top: 12px;
}
.pramod__webiner-right{
position: relative;
  padding: 0 0 80px 50px;
}
.pramod__webiner-right p{color: #fff;}
.pramod__webiner-right::before{
position: absolute;
top: -85%;
  left: 40%;
  width: 128px;
  height: 102px;
  content: '';
  background: url('../images/belives-img-bg.svg') no-repeat 0 0;
  z-index: -1;
  background-size: 100%;
}
.pramod__webiner-right::after{
position: absolute;
  bottom: 0;
  right: -2px;
  width: 80px;
  height: 79px;
  content: '';
  background: url('../images/marketing-pattern.png') no-repeat 0 0;
  z-index: -1;
  background-size: 100%;
}
.pramod__innerbanner .custom-pad{
  padding: 50px 0;
}

.marketing__popup-form .form-control {
  background-color: transparent;
  border: none;
border: #E7E7E7;
  border-radius: 0;
  padding: 15px 10px;
  border-radius: 10px;
  background: #E7E7E7;
}
.marketing__popup-form textarea.form-control {
resize: none;
height: 100px;
}
.marketing__popup-form h5{
    font-size: 24px;
  color: #404040;
  font-weight: 500;
  letter-spacing: .6px;
  margin-bottom: 12px;
  text-align: center;
}
.marketing__popup .btn-close{
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--clr-primary);
  opacity: 1;
}

.marketing__roadmap .pramod__heading h2 em {
  top: -27px;
}
.pramod__footer-cont .wpcf7-response-output {display:none !important;}
.marketing__journey-wrap .custom-button{margin: 20px auto 0;
  width: fit-content;
  display: flex;
}
 
/* ------26.12.15 rano  */
#videoModal2 .modal-content{
	width:fit-content;
	margin:auto;
}
#videoModal2 .modal-body video{
	width: 100%;
  height: 80vh;
  display: block;
object-fit:cover;
}
#videoModal2 .modal-content .btn-close{
	position: absolute;
  top: 0;
  z-index: 33;
 background-color: #FF8B00;
  opacity: 1;
  right: -10px;
  top: -9px;
	font-size: 10px;
  width: 14px;
  height: 14px
}

/* web__working page */
.web__working{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.web__working-wrap{
 position: relative;
 width: 100%;
 text-align: center;
}
.web__working-wrap h6{
  position: relative;
  width: fit-content;
  font-size: 18px;
  color: #414141;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: var(--ff-body);
}
.web__working-wrap h6::before{
  position: absolute;
right: -39px;
  top: -32px;
  width: 54px;
  height: 60px;
 background: url('../images/web__working4.png') no-repeat 0 0;
 background-size: 100%, 100%;
 content: '';
}
.web__working-wrap h2{
  color: #404040;
}
.web__working-wrap .pramod__heading h2 em svg {
  width: 100%;
  height: 90px !important;
}
.web__working-wrap .pramod__heading h2 em svg {
  top: -24px;
}
.web__working-wrap p{margin-bottom: 20px;}
.web__working-box{
  position: relative;
  width: 300px;
    margin-left: -17%;
}

.web__working-box h5{
  margin: 0 auto 25px;
  position: relative;
  width: fit-content;
}
.web__working-box span{
  position: relative;
  padding: 10px 20px;
  font-size: 20px;
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  background: #FFF3E5;
  display: inline-block;
  margin-bottom: 25px;
}
.web__working-box span::before{
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: #414141;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  transform: rotate(-11deg);
}
.web__working-box p{margin-bottom: 0;color: #414141; }
.web__working-box h5 del{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff8b00;
  left: 0;
  bottom: 11px;
  transform: rotate(-11deg);
}

.web__working-rt span{
  position: relative;
  padding: 10px 20px;
  font-size: 20px;
  color: #414141;
  border-radius: 30px;
  font-weight: 400;
 border: 1px solid #000;
  display: flex;
  gap: 10px;
  align-items: center;
  transform: rotate(13deg);
  width: fit-content;
}
.web__working-rt{
  position: absolute;
  right:-12%;
  bottom: 70px;
}
.web__working::before{
  position: absolute;
left: 6%;
  top: 19%;
  content: '';
  background: url('../images/web__working3.png') no-repeat 0 0;
  background-size: 100%, 100%;
  width:140px;
  height: 165px;
}

.web__working::after{
  position: absolute;
right: 4%;
  top: 24%;
  content: '';
  background: url('../images/web__working2.png') no-repeat 0 0;
  background-size: 100%, 100%;
  width:140px;
  height: 160px;
}
.web__working-wrap .custom-button{
  box-shadow: 1px 0 24px -9px #000;
}
.pramod__marquee-wrap {
position: relative;
  overflow: hidden;
  width: 104%;
  background: #FF8B00;
  padding: 12px;
  transform: rotate(-4deg);
  margin-left: -6px;
}
.pramod__marquee-wrap ul {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  animation: scrollMarquee 25s linear infinite;
  padding: 0;
  margin: 0;
}
.pramod__marquee-wrap li {
  list-style: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  
}
@keyframes scrollMarquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.web__founder-box{
  position: relative;
  width: 100%;
  background: #FFF3E5;
  border-radius: 20px;
  padding: 20px;
}
.web__founder-icon{
  width: 100px;
  height: 100px;
  border-radius: 35px;
  background: #fff;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.web__founder-icon img{
  width: 65px;
}
.web__founder .col-md-4:nth-child(2) .web__founder-box .web__founder-icon{
  margin-bottom: 140px;
}
.web__founder-box h4{
  color: #414141;
  font-family: var(--ff-body);
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 26px;
}
.web__founder-box p span{
  color: #414141;
  font-family: var(--ff-body);
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 22px;
}

.web__founder-content {
  margin-top: 25px;
  text-align: center;
}
.web__founder-content h3{
  color: #414141;
    font-family: var(--ff-body);;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;

}
.web__walked{
  width: 100%;
  position: relative;
}
.web__walked-wrap{
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: #414141;
  padding: 20px;
}
.web__walked-cont{
    position: relative;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}
.web__walked-cont .pramod__heading{padding-right: 30px; margin-bottom: 15px;}
.web__walked-cont ul li{padding-left: 20px; font-size: 16px; margin-top: 12px; position: relative;}
.web__walked-cont ul li:first-child{margin-top: 0;}
.web__walked-cont ul li::before{
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 17px;
  background: url('../images/cheak.png') no-repeat 0 0;
  content: '';
  background-size: 100%, 100%;
}
.web__walked-video{
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.web__walked-video video{
  height: 382px;
  object-fit: cover;
}
.web__walked-video-cont{
  position: absolute;
  left: 0;
 bottom: 0;
  padding: 20px;
}
.web__walked-video-cont h4{
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.web__walked-img{height: 100%;}
.web__walked-video-cont  p{color: #fff;}
.walked-img{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.walked-img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.web__walked-slider{height: 100%;}

.web__founder2 .web__founder-box{
  background: #F3F3F3;
}

.web__getting{
  position: relative;
}
.web__getting-cont{
  position: relative;
  margin-top: 30px;
}
.web__getting-cont li{
  background: #F3F3F3;
  padding: 10px 50px;
  border-radius: 30px;
  margin-bottom: 10px;
  position: relative;
  color: #414141;
  font-size: 16px;
}
.web__getting-cont li:last-child{margin-bottom: 0;}
.web__getting-cont li::before {
  position: absolute;
 top: 15px;
  left: 30px;
  width: 16px;
  height: 17px;
  background: url('../images/cheak.png') no-repeat 0 0;
  content: '';
  background-size: 100%, 100%;
}
.web__getting::before{
  position: absolute;
  left: 6%;
  top: 19%;
  content: '';
  background: url('../images/web__working3.png') no-repeat 0 0;
  background-size: 100%, 100%;
  width: 140px;
  height: 165px;

}
.web__getting::after {
  position: absolute;
  right: 4%;
 bottom: 24%;
  content: '';
  background: url('../images/web__working2.png') no-repeat 0 0;
  background-size: 100%, 100%;
  width: 140px;
  height: 160px;
}

.web__bonuses{
  position: relative;
  width: 100%;
}
.web__bonuses-box{
  position: relative;
  width: 100%;
  background: #414141;
  border-radius: 20px 20px 22px 22px;
  margin-top: 25px;
}
.web__bonuses-box span{
font-size: 24px;
position: relative;
color: #fff;
padding: 20px;
width: fit-content;
margin: 0 auto 12px;
display: block;
font-weight: 600;
}
.web__bonuses-box span::before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: url('../images/web__bonuses-icon4.png') no-repeat 0 0;
  content: '';
}
.web__bonuses-cont{
  position: relative;
  padding: 20px;
  background: #FFF3E5;
  border-radius: 20px;
  text-align: center;
}
.web__bonuses-cont h6{
  color: #414141;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--ff-body);
  padding-bottom: 15px;
  border-bottom: 1px solid #737373;
}
.web__bonuses-icon{
  width: fit-content;
  padding: 20px;
  border-radius: 35px;
  background: #fff;
  margin: 30px auto;
}
.web__bonuses .col-md-4:nth-last-child(2) .web__bonuses-icon{
  margin: 50px auto;
}
.web__bird-wrap{
  position: relative;
  width: 100%;
  padding: 30px 120px;
  background: #414141;
  border-radius: 25px;
  text-align: center;
}
.web__bird p{color: #fff; margin-bottom: 12px;}
.web__bird-wrap h2{color: #fff;}
.web__bird-list{
  padding: 20px 0;
}
.web__bird-wrap h3{
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: var(--ff-body);
}
.web__noise{
  position: relative;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}
.web__noise li{
  padding: 0 15px ;
  color: #fff;
  font-size: 16px;
  position: relative;
  border-right: 1px solid #fff;
}
.web__noise li::before{
  position: absolute;
  top: 8px;
  left:0px;
  width: 12px;
  height: 17px;
  background: url('../images/cheak.png') no-repeat 0 0;
  content: '';
  background-size: 100%, 100%;
}
.web__noise li:last-child{
  border-right: inherit;
  padding-right: 0;
}
.web__payment{
  position: relative;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}


.web__bird-wrap::after {
  position: absolute;
  left: 0;
  width: 150px;
  height: 400px;
  background: url('../images/pramod__belives-bg.svg') no-repeat 0 0;
  top: 10%;
  background-size: 100%,100%;
  content: '';
}
.web__bird-wrap::before {
  position: absolute;
  right: 0;
  width: 150px;
  height: 300px;
  background: url('../images/master_bg.svg') no-repeat 0 0;
  bottom: 0;
  background-size: 100%,100%;
  content: '';
}

.web__faq-box{
  position: relative;
  margin-top: 35px;
  border: none;
}
.web__faq-box .accordion-item{
  position: relative;
border: none;
margin-top: 12px;
}

.web__faq-box .accordion-button{
    padding: 10px 40px 10px 20px;
  background: #F3F3F3;
  border-radius: 30px;
  font-size: 20px;
  color: #414141;
  font-weight: 500;
position: relative;
}
.web__faq-box .accordion-button:focus{box-shadow: inherit;}
.web__faq-box .accordion-button:not(.collapsed){box-shadow: inherit;}
.web__faq-box .accordion-body{
  background: #F3F3F3;
  padding: 10px 20px;
  margin-top: 2px;
  border-radius: 30px;
}
.web__frequently .pramod__heading h2 em{
  top: -30px;
}

.web__faq-box .accordion-button::after {
    display: none
}


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

.web__faq-box .accordion-button:not(.collapsed)::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f068';
    font-family: "Font Awesome 7 Free";
    font-weight: 600;
    font-size: 20px;
    color: #414141
}
.web__bird-btn span{
  position: relative;
  padding: 10px 20px;
  font-size: 20px;
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  background: #FFF3E5;
  display: inline-block;

}
.web__bird-btn {
  position: relative;
  width: fit-content;
  margin: 15px auto;
}
.web__bird-btn::before {
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: var(--clr-primary);
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: rotate(-11deg);
}

.web__countdown{
display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.web__countdown .time-box{
position: relative;
  width: 21%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 50px 0 30px;
  flex-wrap: wrap;
  position: relative;

}
.web__countdown .time-box span{
font-size: 75px;
  color: #000;
  display: block;
  line-height: 70px;
}
.web__countdown .time-box small{
display: block;
 padding-top: 20px;
width: 100%;
 margin-top: 20px;
 border-top: 1px solid #000;
 color: #414141;
 font-size: 24px;
}
.web__countdown .time-box::before{
 position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
  content: ':';
  color: #fff;
  font-size: 100px;

}
.web__countdown .time-box:last-child:before{
  display: none;
}

.pramodmaloo__cart .wc-block-cart-items {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
 .pramodmaloo__cart .wc-block-cart__main .wc-block-cart-items th {
 padding: 12px;
  font-weight: 600 !important;
  color: #000;
  font-size: 18px !important;
  text-transform: capitalize;
 }
.pramodmaloo__cart .wc-block-cart-item__wrap{
  display: flex;
  gap: 10px; align-items: center;
 }
.pramodmaloo__cart .wc-block-cart-items td {
    border-top: 1px solid hsla(0,0%,7%,.11);
    padding: 20px 0 20px 16px;
    vertical-align: middle !important;
  }
 .pramodmaloo__cart .wc-block-components-product-name{
  max-width: 200px !important;
  color: #000;
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 0 !important;
  width: 200px !important;
 }
  .pramodmaloo__cart .wc-block-cart-item__prices{margin-bottom: 0 !important;}
   .pramodmaloo__cart .wc-block-components-formatted-money-amount{
    font-size: 14px;
    font-weight: 500;
    color: #f66500;
   }
   .pramodmaloo__cart .wc-block-cart-item__quantity{
    display: flex !important;
    flex-direction: row !important;
   }
     .pramodmaloo__cart .wc-block-components-quantity-selector{
      margin-bottom: 0 !important;
     }
 .pramodmaloo__cart .wc-block-cart-item__remove-link{
position: relative;
  width: 25px;
  height: 25px;
  margin-left: 12px !important;
  font-size: 0 !important;
 }
 .pramodmaloo__cart .wc-block-cart-item__remove-link::before{
position: absolute;
  top: 0;
  left: 0;
  content: '+';
  font-size: 40px;
  font-weight: 500;
  color:#f66500;
  transform: rotate(-44deg);
 }
   .pramodmaloo__cart .wc-block-cart__main .wc-block-cart-items td:last-child {
    padding-right: 16px;
    padding-top: 45px;
  }
  .pramodmaloo__cart .entry-header h1{
    font-size: 48px;
  line-height: 53px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  }
  .pramodmaloo__cart .wc-block-components-sidebar {
  box-sizing: border-box;
  padding-left: 0;
  width: 35%;
}

 .pramodmaloo__cart  .wc-block-cart .wc-block-cart__totals-title{
  font-size: 25px;
  color: #f66500;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 12px;
}
  .pramodmaloo__cart  .wc-block-components-button{
    width: fit-content;
  margin-left: auto;
  justify-content: end;
  display: flex;
  background: var(--clr-primary);
  border: 1px solid #ff8b00;
  color: var(--clr-white);
  font-size: 16px;
  font-weight: 500;
  padding: 0px 36px;
  height: 50px;
  border-radius: 8px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  align-items: center;
  }


  
/* woocommerce */
/* woocommerce cart */
.woocommerce-cart article {
  padding: 0 15px;
}

.woocommerce-cart .woocommerce {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  flex: 0 0 auto;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  flex: 0 0 auto;
  width: 58%;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  flex: 0 0 auto;
  width: 40%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
}

.woocommerce-cart table.cart .product-thumbnail {
  width: 100px;
}

.woocommerce-cart table.cart .product-thumbnail a {
  width: 100%;
  display: block;
}

.woocommerce-cart table.cart img {
  width: 100% !important;
}

.woocommerce-cart table.cart .product-name {
  width: 250px;
}

.woocommerce-cart table.cart .product-name a {
  font-weight: 600;
  min-width: 80px;
  font-size: 15px;
  color: var(--clr-black);
  text-transform: capitalize;
}

.woocommerce-cart table.cart .coupon .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255) !important;
  font-size: 13px !important;
  padding: 12px 26px !important;
  border-radius: 5px !important;
  background: #f66500 !important;
  position: relative !important;
  text-transform: uppercase;

  border: none;
}

.woocommerce-cart table.cart th {
  font-size: 15px;
  font-weight: 600 !important;
  color: var(--clr-black);
}

.woocommerce-cart .wc-proceed-to-checkout {
  text-align: end;
}

.wc-proceed-to-checkout .checkout-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255) !important;
  font-size: 13px !important;
  padding: 16px 32px !important;
  border-radius: 5px !important;
  position: relative !important;
  background: #f66500 !important;
  text-transform: uppercase;

  margin: 0 0 0 auto !important;
}

.full_screen {
  margin-right: 10px;
}

.coupon .input-text {
  border: 1px solid #B0B0B0 !important;
  border-radius: 5px;
  padding: 6px 15px !important;
  font-size: 15px !important;
  width: 230px !important;
  text-transform: capitalize;
}

.shop_table .button[name="update_cart"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #f66500 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-family: var(--ff-body);
  font-size: 13px !important;
  padding: 12px 20px !important;
  border-radius: 5px !important;
  border: none;
}

.cart_totals h2 {
  font-size: 25px;
  color: #f66500;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: var(--ff-body);
}

.subla__content table {
  width: 100%;
}

.woocommerce table.shop_table th {
  color: #000;
}

.woocommerce table.shop_table td {
  color: #f66500;
}

.woocommerce-product-details__short-description {
  margin-bottom: 10px;
}

.pramodmaloo__cart .wc-block-components-password-strength .wc-block-components-password-strength__meter[value="4"]{
  color: #ff8b00;
}
.pramodmaloo__cart .wc-block-components-password-strength__result {
   color: #ff8b00;
}

.pramodmaloo__cart .woocommerce-LostPassword a{
     color: #ff8b00;
}

.pramodmaloo__cart .woocommerce-privacy-policy-link{ color: #ff8b00;}
.pramodmaloo__cart .entry-content h2{
  font-weight: 500;
  color: #000; font-family: var(--ff-body);
}
.pramodmaloo__cart .wc-block-components-checkout-return-to-cart-button{
    font-weight: 500;
  color: #000; font-family: var(--ff-body);
 font-size: 18px;
}

.pramodmaloo__cart .wc-block-components-totals-item__label{
   color: #000; 
}

/* woocommerce cart */
 
.web__countdown strong{
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #fff;
}
.pramodmaloo__cart{padding: 60px 0;}
.woocommerce-cart .pramod__footer{
  padding-top: 50px;
}
 .woocommerce-account .pramod__footer{
  padding-top: 50px;
 }
 .woocommerce-checkout .pramod__footer{
  padding-top: 50px;
 }

 .pramod__webiner-new{
  position: relative;
  background: #1C1C1C;
  padding: 50px 0 30px;
 }
 .pramod__webiner-new h2{color: #fff;}
  .pramod__webiner-new .pramod__heading h2 em {
  width: 135%;
  top: 0;
  left: -7px;
}
.pramod__webiner-new-heading{
  position: relative;
}
.pramod__webiner-new-heading h3{
-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #FFFFFF 11.86%, #1C1C1C 73.95%);
  font-size: 150px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: -31px;
  z-index: -1;
}


.pramod__webiner-new-heading h4{

  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #FFFFFF 11.86%, #2C2C2C 69.48%, #1C1C1C 73.95%);
  font-size: 150px;
  font-weight: 700;
  position: absolute;
bottom: -14px;
  left: -31px;
  z-index: 1;
  line-height: 100px;

}
.pramod__webiner-new-cont{
  position: relative;
  width: 100%;
}
.pramod__webiner-new-cont ul{
  position: relative;
  padding-left: 100px;
  margin-bottom: 100px;

}
.pramod__webiner-new-cont ul li{
font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 10px;
  line-height: 30px;width: 76%;
}
.pramod__webiner-new-cont ul::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 102px;
  content: '';
  background: url('../images/belives-img-bg.svg') no-repeat 0 0;
    background-size: auto;
  z-index: -1;
  background-size: 100%;
}
.pramod__webiner-new-cont p{
  color: #fff;
  margin-bottom: 20px;
}
.pramod__webiner-new-img img{margin: 0 auto;}
.web__bird-wrap .custom-button{align-items: center; line-height: 50px;} 