b,strong{
    color: var(--heading-color);
    font-size: 16px;
}
h3{
    font-size: 24px;
}
section.common_banner .banner-title{
    background: linear-gradient(to right, #000000, #00000047);
    align-items: flex-start;
    text-align: left;
}
section.common_banner .course-head-1 h1{
    color: var(--white-color);
    font-weight: 700;
}
section.common_banner .course-head-1 .main-btn{
    border-radius: 30px;
    max-width: 100% !important;
    display: inline;
}
section.common_banner .banner-title p{
    width: 60%;
    margin-bottom: 20px;
    font-size: 16px;
}
section.common_banner .banner-title{
    height: 90vh;
}
section.common_banner img{
    height: 90vh;
}


section.about-learn-sec .description-sec li{
    list-style: disc;
    line-height: 33px;
    font-size: 16px;
}
section.about-learn-sec .description-sec thead, tbody, tfoot, tr, td, th{
    padding: 7px;
}
section.common-banner{
    height: 100%;
    background-size: cover;
    padding: 0;
}
section.common-banner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

table.product-table{
    margin-top: 0 !important;
}
table.product-table td{
    color: #cfc1b5;
}
.charge h6{
    color: var(--heading-color);
    font-size: var(--f16);
    letter-spacing: 1px;
    font-family: var(--primary-font);
    font-weight: 500;
}
ul.charging li{
    color: #cfc1b5;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 16px;
}
ul.charging li strong{
    color: var(--heading-color);
}
.sec-line .sec-line1 {
    width: 2%;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    margin-right: var(--m5);
}
.sec-line .sec-line2 {
    width: 8%;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
}
.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
.head{
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.head h2{
    color: var(--heading-color);
    font-size: 28px;
}
.head p{
    color: var(--black-color);
    font-size: var(--f15);
    width: 70%;
    text-align: center;
}
 /* main design */
section.course-detail-sec{
    background: var(--main-bg);
    color: #fff;
    padding: 0;
    padding-top: 160px;
    /* background: url(../images/hero_home_02.jpg); */
    /* background: radial-gradient(60.1% 75.75% at 100% 96.1%, #2b4dff 0%, #0a165e 100%); */
    background: url(https://4kwallpapers.com/images/wallpapers/purple-blue-3840x2160-20104.jpg);
    position: relative;
    padding-bottom: 0;
    background: url(../images/service-bg.jpg);
    height: 80vh;
    background-position: center;
}
section.course-detail-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}
section.course-detail-sec .container-fluid{
    padding: 0;
    position: relative;
}
section.course-detail-sec .col-7{
    padding: 20px;
}
section.course-detail-sec .col-5{
    padding: 0;
}
section.course-detail-sec .col-5 img{
    width: 100%;
    height: 100%;
}
section.course-detail-sec h2.course-title{
    color: var(--white-color);
}
section.course-detail-sec .container{
    position: relative;
}
/* course detail section */

section.course-detail-sec .course-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.course-detail-sec .course-head-1{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 40px;
}
section.course-detail-sec .course-head-1 p{
    font-size: 16px;
}
section.course-detail-sec .course-head-1 .main-btn{
    border-radius: 20px;
}
section.course-detail-sec .course-head-1 h5{
    color: #fff;
}

section.course-detail-sec .course-head-2{
    font-size:13px ;
}
section.course-detail-sec .course-head-2 .star span{
  
    color:#dfb020;
    font-weight: 700;
    
}
section.course-detail-sec .course-head-2 span i{
    font-size: 13px;
}

section.course-detail-sec .course-head-2 .update {
    display: flex;
    flex-direction: column;
}
section.course-detail-sec .course-head-2 .update span{
    font-family: var(--primary-font);
    font-size: 16px;
    margin-bottom: 15px;
}
section.course-detail-sec .course-head-2 .update span i{
    margin-right: 10px;
}


.sticky-payment{
    position: fixed;
    right: -36px;
    top: 50%;
    background: var(--btn-color);
    color: #fff;
    padding: 15px;
    transform: rotate(-90deg);
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
.on{
    opacity: 1;
}




/* about main section */

section.about-learn-sec{
    background: #fff;
    color: #000;
}
section.about-learn-sec .owl-item img{
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

/* section.about-learn-sec .about-learn-cont start */

section.about-learn-sec .about-learn-cont{
    border: 1px solid #c4c4c4;
    padding: 30px;
}

section.about-learn-sec .about-learn-cont h3{
    margin-bottom: 20px;
   
}
section.about-learn-sec ul.about-learn{
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
}
section.about-learn-sec ul.about-learn li{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
section.about-learn-sec ul.about-learn  li i{
    font-size: 13px;
    margin-top: 5px;
}
section.about-learn-sec ul.about-learn  li span{
    font-size: 15px;
}





/* explore-related section */

section.about-learn-sec .explore-related{
    margin-top: 30px;
}

section.about-learn-sec .explore-related a{
    text-decoration: none;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
}

section.about-learn-sec .related-link{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0 ;
}
/* section course-include */
section.about-learn-sec .course-include{
    margin-top: 0px;
}
section.about-learn-sec .course-include p{
    color: var(--black-color);
    font-size: var(--f16);
}
section.about-learn-sec .course-include h4{
    color: var(--heading-color);
    font-size: 22px;
}

section.about-learn-sec .course-include li{
    font-size: 16px;
    list-style: disc;
}
section.about-learn-sec .course-include ul{
    padding-left: 30px;
}
section.about-learn-sec .course-include li i{
    color: var(--heading-color);
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--heading-color);
}

section.about-learn-sec .course-include .included-items{
    list-style: none;
    padding-left: 30px;
    line-height: 35px;
}
section.about-learn-sec .course-include .included-items i{
    margin-right: 10px;
    display: none;
}
.img-gallery{
    position: sticky;
    top: 10px;
}

/* course-content section */


.course-content .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border: 1px solid #c4c4c4;	
}

.course-content .items {
    width: 100%;
}

.course-content details,
summary {
	
	padding-top: 10px;
}


.course-content .content-items{
    list-style: none;
    line-height: 35px;
    padding-left: 0;
}

.course-content .content-items i{
    margin-right: 15px;
}


.course-content summary {
    display: flex;
    justify-content: space-between;
	border-top: 1px solid rgba(175, 174, 174, 0.39);
}

.course-content summary p img{
    width: 30px;
} 
.course-content summary p img:focus{

transform: rotate(-180deg);
}



/* Requirments section */

section.about-learn-sec .requirments{
    margin: 30px 0;
} 



/* description section */

section.about-learn-sec .description-sec{
    /* display: flex; */
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
    border-top: 1px solid #c4c4c4;
}

section.about-learn-sec .description-head h5{
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-size: 13px;
}

section.about-learn-sec .description-sec h6{
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
}

section.about-learn-sec .description-sec p{
    font-size: 16px;
    opacity: 0.8;
}

/* faqs sec */
section.faqs{
    background: var(--white-color);
}
section.faqs img{
    width: 100%;
    transform: rotate(-10deg);
}

/* Our Offering  */
section.offerings{
    background: var(--lt-color);
}
section.offerings .row{
    justify-content: space-between;
}
section.offerings .col-4{
    padding: 25px;
    border: 1px solid #A5A5A4;
    border-radius: 10px;
    width: 32%;
    margin-bottom: 20px;
}
section.offerings .col-4:nth-child(odd){
    background: var(--white-color);
}
section.offerings .col-4:nth-child(even){
    background: var(--alternate-color);
}
.offering-card h3{
    font-size: 22px;
    position: relative;
}
.offering-card h3::before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    height: 1px;
    background: var(--heading-color);
    z-index: 4;
}
.offering-card p{
    color: #000;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
}
.offering-card li{
    font-weight: 600;
    font-size: 14px;
}
.offering-card li i{
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--heading-color);
    margin-bottom: 10px;
}
.offering-card .icon img{
    width: 32px;
    height: 32px;
}
.offering-card .icon{
    text-align: center;
    margin-bottom: 25px;
}


/* offering new section */

section.portfolio-sec .window{
    position: sticky;
    top: 10px;
}
section.portfolio-sec .col-4{
    position: relative;
}
section.portfolio-sec .window {
    width: 100%;
    margin: auto;
    border-radius: 20px;
    /* box-shadow: 0px 20px 46px 2px #bcc6ff; */
    cursor: n-resize;

  
    img {
      width: 100%;
      object-fit: cover;
      object-position: top;
      height: 350px;
      border-radius: 20px;
      transition: 8s all ease;
    }
  }
  section.portfolio-sec{
    background: var(--lt-color);
    text-align: center;
}  
section.portfolio-sec svg{
    width: 130px;
    fill: #fff;
    margin-bottom: 50px;
}
  section.portfolio-sec .credit {
    font-weight: 300;
    text-align: center;
    margin-top: 6rem;
    color: #b6bee8;
    font-size: 14px;
  
    &:hover {
      span {
        color: #e91e63;
      }
  
      a {
        color: #e91e63;
        border-color: #e91e63;
      }
    }
  
    section.portfolio-sec span {
      color: #b6bee8;
      transition: ease all 200ms;
    }
  
    section.portfolio-sec a {
      color: #b6bee8;
      transition: ease-in all 700ms;
      -webkit-text-decoration: none;
      text-decoration: none;
      border-bottom: 2px solid #b6bee8;
  
      &:hover {
        color: #fff;
        box-shadow: inset 0 -5.5rem 0 #e91e63;
        border-bottom: 2px solid #e91e63;
      }
    }
  }

  section.portfolio-sec .col-12.row{
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.portfolio-sec .col-12:nth-child(odd){
    background: var(--white-color);
  }
  section.portfolio-sec .col-12:nth-child(even){
    background: var(--white-color);
  }
  section.portfolio-sec .col-12.row:nth-child(odd){
    flex-direction: row-reverse;
  }
  section.portfolio-sec .cont{
    text-align: left;
  }
  section.portfolio-sec .cont h2{
    font-size: 28px;
  }
  section.portfolio-sec .cont p{
    width: 100%;
    color: var(--black-color);
    font-size: 16px;
  }
  section.portfolio-sec .cont hr{
    background: #00010B;
    width: 50%;
  }
  section.portfolio-sec .cont ul{
    display: flex;
    gap: 5px;
    flex-direction: column;
    /* margin-top: 20px; */
    padding-left: 20px;
  }
  section.portfolio-sec .cont ul li i{
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--heading-color);
  }
  section.portfolio-sec .cont ul li{
    color: var(--black-color);
    font-size: 16px;
    list-style: disc;
  }
  section.portfolio-sec .cont ul li p{
    margin-bottom: 0;
  }
  section.portfolio-sec .cont h6{
    margin-bottom: 0;
  }
  section.portfolio-sec .cont .client{
    color: #d9712d;
    font-size: 22px;
    font-weight: 700;
    font-family: var(--secondary-font);
    display: none;
  }
  /* section.portfolio-sec .col-12.row:hover .p-img{
    object-position: bottom;
  } */

/* cta section */

.cta-section {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 30px 0
}

.cta-section .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cta-section .left-sec {
    flex-basis: 60%;
    padding: 40px 0
}

.cta-section .left-sec .top-section h2 {
    color: #fff
}

.cta-section .left-sec .top-section h2 a {
    color: #fff
}

.cta-section .left-sec .top-section h2 a:hover {
    opacity: .8
}

.cta-section .left-sec .top-section p {
    color: #bdb7b7
}

.cta-section .left-sec .top-section p a {
    color: #bdb7b7;
    text-decoration: underline
}

.cta-section .left-sec .top-section p a:hover {
    text-decoration: none
}

.cta-section .left-sec .top-section .btn-container {
    margin: 40px 0 0
}

.cta-section .left-sec .top-section ul {
    display: flex;
    align-items: center;
    margin: 25px 0 0
}

.cta-section .left-sec .top-section ul li {
    padding-left: 0px;
    color: #dcdcdc;
    position: relative;
    margin-right: 15px;
    font-weight: 400
}
.cta-section .left-sec .top-section .btn-container .main-btn{
    border-radius: 30px;
}
.cta-section .left-sec .top-section ul li:before {
    content: "";
    background: url(../../../../../../../../themes/valuecoders/v6.0/images/home-images/tick-mark.svg) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px
}

.cta-section .left-sec .top-section ul a {
    color: #dcdcdc;
    text-decoration: underline
}

.cta-section .left-sec .top-section ul a:hover {
    text-decoration: none
}

.cta-section .right-sec {
    flex-basis: 35%
}

/* reviews section */


/* testimonials section css */

section.reviews{
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    background: url(../images/test.png) var(--heading-color);
}
section.reviews .heading{
    margin-top: 50px;
}
section.reviews .heading p{
    color: var(--heading-color);
    background: var(--white-color);
    display: inline-block;
    padding: 10px;
    border-radius: 10px;  
}
section.reviews .heading h2{
    color: var(--white-color);
    font-size: var(--f30);
}
section.reviews .heading span{
    color: var(--white-color);
    font-size: var(--f14);
}
section.reviews .owl-item{
    border-radius: 20px;
    padding: 20px;
}
section.reviews .owl-item:nth-child(even){
    background: var(--lt-color);
}
section.reviews .owl-item:nth-child(odd){
    background: #fff;
}
section.reviews .reviews-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.reviews .reviews-card img{
    width: 80px;
}
section.reviews .reviews-card h2{
    font-size: 22px;
}
section.reviews .reviews-card p{
    color: var(--black-color);
    text-align: center;
}
section.reviews .owl-nav{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
section.reviews .owl-nav button{
    background: var(--white-color);
    color: var(--heading-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s ease-in-out;
}
section.reviews .owl-nav button:hover{
    border: 1px dashed var(--white-color);
    color: var(--white-color);
    background: transparent;
}



/* form css */


section.form{
    background: var(--white-color);
}
section.form .form-social{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
section.form .form-social a{
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 500;
    border-bottom: 1px dashed var(--heading-color);
    padding-bottom: 3px;
}
section.form .form-social li i{
    color: var(--btn-color);
    margin-right: 5px;
    font-size: 16px;
}
section.form .col-6{
    padding: 0;
} 
section.form .form-cont {
    background: var(--lt-color);
    padding: 20px;
    height: 100%;
}
section.form ul.achievement{
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
}
section.form ul.achievement li{
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    text-transform: capitalize;
}
section.form ul.achievement li i {
    /* font-size: 16px; */
    padding: 5px;
    border: 1px dashed var(--heading-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.form .trust{
    font-size: 26px;
    margin-bottom: 30px;
}
section.form ul.partners{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
section.form ul.partners li{
    width: 46%;
}
section.form ul.partners li img{
    height: 50px;
    width: auto;
}

section.form .form-sec{
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 20px;
}
section.form .form-sec input{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
    color: #1f0a00;
}
section.form .form-sec textarea{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;   
}
section.form .form-sec select{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
}
section.form .form-sec button{
    background: green;
    border: none;
    color: var(--white-color);
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid green;
    transition: .5s ease-in-out;    
}
section.form .form-sec button:hover{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/* courses section */

section.courses{
    background: var(--main-bg);
}

section.courses .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

section.courses .course-price {
    font-size: var(--f16);
    font-weight: bold;
    color: #fff;
    opacity: .7;
}

section.courses .bestseller-badge {
    background-color: #e6f5d0;
    padding: 5px 10px;
    border-radius: 5px;
    color: green;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
}

section.courses .course-rating {
    color: #ffc107;
}

section.courses .card-title {
    font-size: 1rem;
    min-height: 42px;
}

section.courses .card p{
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.courses a{
    padding: 12px;
}

section.courses .card {
    border: none;
}
section.courses .owl-nav{
    display: flex !important;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 43%;
}
section.courses .owl-nav button{
    color: #00010B;
    background: var(--white-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

section.courses .card-body {
    text-align: left;
    border: 1px solid #ffffff33;
    background: var(--main-bg);
    border-radius: 0 0 8px 8px;
    border-top: none;
}

.not-found{
    text-align: center;
}
.not-found img{
    width: 90px;
    margin-bottom: 30px;
}
.head{
    text-align: center;
    margin-bottom: 40px;
}

.resource-btn{
    color: var(--white-color);
    border: none;
    border-bottom: 1px solid #ffffff6f;
    background: transparent;
}
.modal-title{
    color: var(--heading-color);
}
.modal-content{
    background: #3C4464 !important;
}

div#product-image {
    z-index: 0;
}

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    .popup__content {
      max-width: 500px;
      overflow:auto;
      padding: 50px;
      background: radial-gradient(#ffffff, #A5A5A4);
      color: black;
      position: relative;
      top: 45%;
      left: 50%;
      border-radius: 14px;
      transform: translate(-50%, -50%);
      box-sizing: border-box;
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        display: block;
        span {
          cursor: pointer;
          position: fixed;
          width: 20px;
          height: 3px;
          background: #000;
          &:nth-child(1) {
            transform: rotate(45deg);
          }
          &:nth-child(2) {
            transform: rotate(135deg);
          }
        }
      }
    }
  }
  .r-btn {
    background: var(--btn-color);
    color: white;
    margin: 30px 0;
    padding: 15px 50px;
    cursor: pointer;
    border: none;
    border: 1px solid #fff;
    background: transparent;
	  transition: .4s ease in out;
	  font-family: var(--primary-font);
	  font-size: 18px;
  }
.r-btn:hover{
	background: var(--btn-color);
	border: 1px solid var(--btn-color);
}
  .popup__content img{
    width: 70px;
    margin-bottom: 20px;
  }
  .popup__content .row{
    justify-content: space-between;
  }
  .popup__content .col-6{
    width: 48%;
    border: 1px solid #060606a3;
    padding: 10px;
    border-radius: 10px;
  }
  .popup__content .col-6 p{
    margin-bottom: 0;
    font-size: 11px;
    color: var(--black-color);
    line-height: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .popup__content h5{
    color: #000;
  }