b,strong{
    color: var(--heading-color);
    font-size: 16px;
}
h3{
    font-size: 24px;
}
body{
    background: #fff;
}
section.common_banner .banner-title{
    background: linear-gradient(90deg, #022d62e0 50%, #FFFFFF45 100%);
    align-items: flex-start;
    text-align: left;
}
section.common_banner .course-head-1 h1{
    color: var(--white-color);
    font-weight: 700;
    display: inline;
}
section.common_banner{
    position: relative;
}
.svgs svg{
   height: 100px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}
.elementor-shape-fill {
    fill: #fff;
    transform: rotateY(0deg);
    transform-origin: center;
}

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: 550px;
}
section.common_banner img{
    height: 550px;
}
.svgs {
    background: #fff;
    position: relative;
    bottom: 46px;
    transform: rotate(357deg);
    width: 105%;
    z-index: 9;
}
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{
    text-align: center;
    margin-bottom: 40px;
}
.head p{
    color: var(--white-color);
}
.head h2{
    color: var(--white-color);
    font-weight: 400;
    text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 30px #334A31, 0 0 40px #334A31, 0 0 50px #334A31, 0 0 60px #334A31, 0 0 70px #334A31;
}
.head svg{
    width: 200px;
    fill: var(--btn-color);
}
 /* 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: var(--main-bg);
    color: #fff;
}
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 h2{
    color: var(--btn-color);
    font-weight: 400;
}
section.about-learn-sec .course-include p{
    color: var(--white-color);
    font-size: var(--f16);
    opacity: .8;
}
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;
    color: #fff;
    opacity: .8;
    margin-bottom: 13px;
}
section.about-learn-sec .course-include ul{
    padding-left: 30px;
}
section.about-learn-sec .course-include li i{
    color: var(--btn-color);
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--btn-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;
}


/* offering section */

section.service-offerring{
    background: var(--lt-color);
}
section.service-offerring .head-sec{
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.service-offerring .head-sec p{
    color: var(--black-color);
    width: 70%;
}
section.service-offerring .head-sec h2{
    color: var(--heading-color);
}
section.service-offerring  .offer-card{
    margin-bottom: 100px;
}
section.service-offerring  .offer-card .img-sec img{
    height: 420px;
    border-radius: 20px;
    border: 8px solid var(--white-color);
}
section.service-offerring .offer-card .img-sec{
    position: relative;
}
section.service-offerring .offer-card .img-sec .cont{
    background: var(--white-color);
    width: 88%;
    position: absolute;
    bottom: -70px;
    left: 6%;
    transition: .5s ease-in-out;
    padding: 20px;
    border-radius: 20px;
}
section.service-offerring .offer-card .img-sec .cont p{
    color: var(--black-color);
}

section.service-offerring .offer-card .img-sec:hover .cont{
    bottom: -40px;
}















/* 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(--main-bg);
}
section.faqs img{
    width: 100%;
    border-radius: 20px;
    height: 430px;
    object-fit: cover;
}
section.faqs .head h2{
    font-size: 32px;
}
section.faqs .head p{
    color: #fff;
}
/* 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(--main-bg);
    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: #DFFFE6;
  }
  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;
  } */


section.booking{
  background: linear-gradient(90deg, #020303 50%, #0f1812 100%);
}
.head h2{
  font-weight: 300;
}
section.booking form input, select, optgroup, textarea{
  padding: 20px 40px;
  border: 1px dotted #aef4be99;
  width: 100%;
  margin-bottom: 20px;
  color: #dad9da9e;
  background: #000000c1;
  border-radius: 14px;
}
section.booking form select{
  margin-bottom: 20px;
}
section.booking form option{
  color: #dad9da9e;
  font-family: var(--secondary-font);
  background: #091023;
}
section.booking form input::placeholder{
  color: #dad9da9e;
}
section.booking form button{
  width: 100%;
  margin-top: 20px;
  background: var(--btn-color);
  padding: 20px 40px;
  transition: .5 ease-in-out;
}
section.booking .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.booking .form-sec{
  width: 70%;
}
section.booking form button:hover{
  background: transparent;
  border: 1px solid var(--btn-color);
  color: #fff;
}

.accordion-button:not(.collapsed){
    background: transparent;
}
.accordion-item{
    background: transparent;
    border: 1px solid #ffffff94;
    border-radius: 0px;
    margin-bottom: 0px;
}
.accordion-button{
    background: transparent;
    color: #fff;
}
      
.accordion-body{
    color: #fff;
    opacity: .8;
}
.accordion-button:not(.collapsed){
    color: var(--btn-color);
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    border-bottom: 1px solid #ffffff60;
}