:root {
  --white-color:#fff;
  --black-color:#000;
  --gray-color:#f5f5f5;
  --p-tag-color:#333;
  --blue-color:#2B75FA;
  --orange-color:#FC6C00;
  --blue-light-color:#D1E1EC;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.container-main {
  max-width: 1320px;
  margin: 0 auto;
}

body {
   font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

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

/* button */

.main-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    line-height: 1;
    font-weight: 400;
    border: 2px solid var(--blue-color);
    color: var(--blue-color);
    padding-right:30px;
    padding-left:30px;
    height: 50px;
    background-color: transparent;
}

.main-btn a:hover {
  background-color: var(--blue-color);
  color:var(--white-color);
}


/* Main */
.courses-main,
.how-it-works-main,
.why-learn-courses-main,
.home-about-main,
.best-instructors-main,
.learn-from-anywhere-main,
.team-members-main,
.inquiry-form-main,
.course-detail-main,
.may-you-like-main,
.learning-journey-main,
.student-testimonails-main,
.contact-details-main,
.vision-mission-main,
.government-projects-main,
.certificate-gallery-main,
.faq-main,
.gallery-main,
.career-main,
.career-detail-main,
.why-work-with-main,
.bg-section-main{
  padding-top: 60px;
  padding-bottom: 60px;
}

/* main heading */

.main-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.main-heading h1{
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  color: var(--blue-color);
  text-align: center;
}
.main-heading p{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--p-tag-color);
  margin-top: 5px;
  text-align: center;
}


/* Header */

.top-bar-main {
  padding: 4px 80px;
  background-color: var(--blue-color);
}

.top-bar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left ul,
.top-bar-right ul {
  display: flex;
  gap: 7px;
}

.top-bar-right ul li {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--white-color);
  list-style-type: none;
  position: relative;
  padding-left: 15px;
	padding-right: 7px;
}
.top-bar-left ul li {
color: var(--white-color);
}
.top-bar-left ul li:first-child,
.top-bar-right ul li:first-child {
  padding-left: 0;
}

.top-bar-left ul li:first-child::before,
.top-bar-right ul li:first-child::before {
  display: none;
}

.top-bar-right ul li::before {
  position: absolute;
  content: "";
  width: 0.5px;
  left: 0;
  top: -16px;
  height: calc(100% + 20px);
  background-color: var(--white-color);
}

.top-bar-left ul li a,
.top-bar-right ul li a {
  color: var(--white-color);
  transition: 0.3s;
}

.top-bar-left ul li i {
  margin-right: 7px;
  transition: 0.3s;
  color: var(--white-color);
}

.top-bar-right i {
  transition: 0.3s;
  color: var(--white-color);
}


.main-header{
  padding: 7px 0px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(35, 41, 81, 0.1);
}
/* .main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white-color);
  z-index: 10;
} */
.mob-header {
  display: none;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  gap: 25px;
  align-items: center;
}
.header-logo{
  max-width: 180px;
}
.explore-courses a{
  color: var(--p-tag-color);
  font-size: 14px;
  font-weight: 400;
}
.explore-courses a:hover{
  color: var(--blue-color);
}
.search-bar {
  flex: 1;
  /* margin: 0 40px; */
  max-width: 350px;
}

.search-bar .form-field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; 
}

.search-bar .form-field input {
  width: 100%;
  padding: 13px 20px 13px 15px; 
  font-size: 14px;
  /* border: 1px solid var(--orange-color); */
  border-radius: 5px;
}

.search-bar .form-field input:hover {
  /* border: 1px solid var(--orange-color); */
}

.search-bar .form-field a {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 6px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bar .form-field a img {
  width: 16px;
  height: 16px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.header-links ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.header-links ul li {
  color: var(--p-tag-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* text-transform: uppercase; */
  padding: 15px 0;
  position: relative;
}

.header-links ul li.active a,
.header-links ul li:hover a {
  color:var(--blue-color);
}

.header-links ul li a {
  color: var(--p-tag-color);
}

.arrow-icon{
  margin-left: 6px;
  font-size: 12px;
  vertical-align: middle;
}
.drop-down{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  padding: 15px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  display: none;
  z-index: 999;
}
.has-dropdown .drop-down .menu-links {
  display: unset;
}

.drop-down .menu-links li {
  position: relative;
  padding: 0px 0;
}

.drop-down .menu-links li a {
  display: block;
  padding: 10px 20px;
  color: var(--p-tag-color);
  text-decoration: none;
  white-space: nowrap;
}

.drop-down .menu-links li a:hover {
  color: var(--blue-color);
}
.has-dropdown:hover > .drop-down {
  display: block;
} 

.cart-icon a img{
  height: 20px;
  width: 20px;
}
.main-btn.login-btn a{
   background-color: transparent;
  color: var(--orange-color);
  border: 2px solid var(--orange-color);
}
.main-btn.signup-btn a{
  background-color: var(--orange-color);
  color: var(--white-color);
  border: 2px solid var(--orange-color);
}
.main-btn.signup-btn a:hover{
  background-color: transparent;
  border: 2px solid var(--orange-color);
  color: var(--orange-color);
}
.main-btn.login-btn a:hover{
   background-color: var(--orange-color);
  color: var(--white-color);
  border: 2px solid var(--orange-color);
}

/* Home banner */

.home-banner-main{
  position: relative;
}
.home-banner-bg{
  height: 670px;
  position: relative;
  overflow: hidden;
}
.home-banner-bg::before {
  position: absolute;
  content: "";
  background-color: #242222;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.home-banner-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-banner-info .container-main {
  height: 100%;
}

.home-banner-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
.home-banner-content h1{
   font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 50px;
  text-transform: uppercase;
}
.home-banner-content p{
   font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 30px;
}
.btn-flex{
  display: flex;
  gap: 20px;
  margin-bottom: 70px;
  justify-content: center;
}
.home-banner-small-info{
  display: flex;
  gap: 20px;
  justify-content: center;
}
.home-banner-small-info p{
  font-size: 16px;
}
.main-btn.join-free-btn a{
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
}
.main-btn.join-free-btn a:hover{
  background-color: var(--blue-color);
  border: 2px solid var(--blue-color);
  color: var(--white-color);
}
.main-btn.find-course-btn a{
  color: var(--white-color);
  border: 2px solid var(--blue-color);
  background-color: var(--blue-color);
}
.main-btn.find-course-btn a:hover{
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

/* Stats section */

.stats-main{
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.stats-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
}
.stats-block{
   padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.stats-content h3{
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 5px;
}
.stats-content p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--p-tag-color);
}
.stats-icon img{
  height: 55px;
  width: 55px;
}

/* Courses section */
.courses-main{
  background-color: var(--gray-color);
}

.courses-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.courses-block{
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-bottom: 1px solid #ededed;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.courses-bg img{
  width: 100%;
  height: 220px;
  border: 1px solid #ccc;
}
.courses-content{
  padding: 25px;
}
.courses-rating-stars{
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.courses-rating-stars p{
  font-size: 15px;
  line-height: 25px;
  color: var(--p-tag-color);
}
.courses-rating-stars .rating{
  color: #fbbc04; 
}
.stars i {
  color: #fbbc04; 
  font-size: 14px;
}
.courses-title{
  margin-bottom: 20px;
}
.courses-title h3{
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 5px;
}
.main-btn.buy-now-btn a{
  width: 60%;
  height: 40px;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

/* how we works */
.how-it-works-flex{
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}
.how-it-works-right,.how-it-works-left{
  width: 50%;
}
.how-it-works-right{
  padding-left: 30px;
}
.how-it-works-content h1{
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: var(--blue-color);
}
.how-it-works-content p{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--p-tag-color);
  margin-top: 5px;
  margin-bottom: 15px;
}
.how-it-works-block{
    display: flex;
    gap: 20px;
    transform: translateY(0);
    align-items: start;
    border-radius: 4px;
    padding: 24px 16px;
    transition: 0.4s;
}
.how-it-works-icon{
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: var(--gray-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.how-it-works-icon img {
    height: 45px;
    width: 45px;
}
.side-badge {
    position: absolute;
    top: -6px;
    left: 3px;
}
.side-badge-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #140342;
}
.side-badge-inner p {
    font-size: 12px;
    font-weight: 500;
    color: var(--white-color);
}

.how-it-works-block-info h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--black-color);
}
.how-it-works-block-info p{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--p-tag-color);
}

.how-it-works-left {
  height: 500px;
}
.how-it-works-left img{
  object-fit: scale-down;
}


/* why learn courses section*/
.why-learn-courses-main{
  background-color: var(--blue-color);
}
.why-learn h1,.why-learn p{
  color: var(--white-color);
}
.why-learn-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.why-learn-block{
  padding: 60px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #ededed;
  gap: 15px;
}
.why-learn-block img{
  width: 60px;
  height: 60px;
  filter: invert(1);
}
.why-learn-block h2{
  font-size: 32px;
  font-weight: 600;
  color: var(--white-color);
}
.why-learn-block p{
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}
.why-learn-block:hover * {
  color: var(--black-color) !important;
  filter: none !important;
}

.why-learn-block:hover
{
  background-color:var(--white-color);
}

/* Home about section */
.home-about-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-about-left,
.home-about-right{
  width: 50%;
}

.home-about-left{
  padding-right: 60px;
}
.home-about-block{
  height: 450px;
}
.home-about-right h2{
   font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: var(--blue-color);
  margin-bottom: 20px;
}
.home-about-right .home-about-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--p-tag-color);
  margin-bottom: 20px;
}

.home-about-content ul {
  padding-left: 0;
  margin-bottom: 20px;
}

.home-about-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: var(--p-tag-color);
}

.home-about-content ul li::before {
  content: "✔"; /*•*/
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue-color); 
  font-weight: bold;
  font-size: 14px;
}
.learn-more-btn a{
  width: 25%;
  background-color: var(--blue-color);
  color: var(--white-color);
}
.learn-more-btn a:hover{
  background-color: transparent;
  border: 2px solid var(--blue-color);
  color: var(--blue-color);
}
/* .home-about-slider .owl-carousel .owl-item {
  display: flex;
}
.home-about-slider .owl-carousel .owl-stage {
  display: flex;
} */

/* instructors section */

/* .best-instructors .main-heading{
  justify-content: space-between;
}
.best-instructors .main-heading .main-heading-info p{
  text-align: unset;
} */

.instructors-slider{
  position: relative;
}
.instructors-block{
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #ededed;
}
.instructors-bg img{
  width: 100%;
  height: 280px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
.instructors-content{
  padding: 20px;
}
.instructors-content h3{
  font-size: 24px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 10px;
}
.instructors-content p{
  font-size: 14px;
  color: var(--p-tag-color);
  margin-bottom: 10px;
}
.instructors-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.instructors-info .star{
  font-size: 14px;
  color: #fbbc04; 
}
.instructors-info p i{
  margin-right:5px;
}

.home-btn-flex {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.home-btn-flex button {
  background-color: var(--blue-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: unset;
}

button.prev-btn {
  margin-left: -60px;
}

button.next-btn {
  margin-right: -60px;
}

.home-btn-flex img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

/* Learn from anywhere */

.learn-from-anywhere-main{
  background-color: var(--gray-color);
  padding-bottom: 0px;
}
.learn-from-anywhere-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.learn-from-anywhere-left,
.learn-from-anywhere-right{
  width: 50%;
}
.learn-from-anywhere-left{
  padding-right: 60px;
  height: 500px;
}
.learn-from-anywhere-left img{
  object-fit: scale-down;
}
.learn-from-anywhere-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}
.learn-from-anywhere-block{
  background-color: var(--white-color);
  color: var(--black-color);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 10px;
}
.learn-from-anywhere-content h1{
  font-size: 40px;
  font-weight: 600;
  color: var(--blue-color);
  text-align: center;
  margin-bottom: 10px;
}
.learn-from-anywhere-content p{
  font-size: 16px;
  font-weight: 400;
  color: var(--blue-color);
  text-align: center;
}
.learn-from-anywhere-left-content h1{
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  color: var(--black-color);
  margin-bottom: 10px;
}
.learn-from-anywhere-left-content h1 .color{
  color: var(--blue-color);
}
.learn-from-anywhere-left-content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--p-tag-color);
  margin-bottom: 30px;
}
.learn-from-anywhere-left-btn{
  display: flex;
  gap: 30px;
}
.learn-from-anywhere-left-btn a img{
  height: 60px;
  width: 190px;
  border-radius: 12px;
}

/* Team members */

.team-members-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.team-members-right{
  width: 60%;
}
.team-members-left{
  width: 40%;
}
.team-members-left{
  padding-right: 70px;
}
.team-members-content h2{
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  color: var(--black-color);
  margin-bottom: 20px;
}
.team-members-content h2 .color{
  color: var(--blue-color);
}
.team-members-content p{
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--p-tag-color);
  margin-bottom: 20px;
}
.view-all-instructors-btn{
  width: 50%;
}
.view-all-instructors-btn a{
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}
.view-all-instructors-btn a i{
  margin-left: 10px;
}

.team-members-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
.team-members-block{
  background-color: var(--white-color);
  /* border: 2px solid #333; */
}
.team-members-img{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  margin: 0 auto; 
  overflow: hidden; 
  margin-bottom: 15px;
}
.team-members-img img{
  border-radius: 50%;
  /* object-fit: fill; */
}
.team-members-block-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-members-block-content h4{
  font-size: 24px;
  font-weight: 500;
  color: var(--orange-color);
  margin-bottom: 10px;
}
.team-members-block-content p{
  font-size: 14px;
  color: var(--p-tag-color);
  margin-bottom: 5px;
}
.team-members-block-content .star{
  font-size: 16px;
  color: #f0b505d6; 
}
.team-members-block-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.team-members-block-info p i{
  margin-right: 5px;
}

.team-members-block-content .star i{
  margin-right:5px;
}
.best-instructors-btn{
  width: 20%;
}

/* Inqiury form */
.inquiry-form-main{
  background-color: #f9f9f9;
}
.inquiry-form-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inquiry-form-right,.inquiry-form-left{
  width: 50%;
}
.inquiry-form-left{
  padding-right: 30px;
  height: 450px;
}
.inquiry-form-left img{
  border-radius: 10px;
  object-fit: scale-down;
}
.inquiry-form-right{
  padding-left: 30px;
}
.contact-form-inner {
    background: var(--blue-color);
    padding: 30px 38px 30px 38px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.contact-form-inner h2,
.form-inner h2
{
    font-size: 30px;
    line-height: 1.3;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 20px;
}
.form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding-top: 10px;
}

.form-field {
    width: 50%;
    padding: 10px;
}

.form-field.full {
    width: 100%;
}

.form-field input,
.form-field select,
.form-field textarea {
    font-size: 16px;
    height: 55px;
    line-height: 45px;
    width: 100%;
    border: 1px solid #ececec;
    padding: 0px 15px;
    color: var(--p-tag-color);
    outline: none;
    border-radius: 4px;
}

.form-field textarea {
    padding: 15px;
    height: 155px;
}

.form-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-field.select {
    position: relative;
}

.form-field.select::before {
    position: absolute;
    content: "";
    background-image: url(../images/down_arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 8px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);
    pointer-events: none;
}

.submit-btn {
    margin-top: 20px;
}

.main-btn-style {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
  font-weight: 400;
  border: 2px solid var(--white-color);
  color: var(--blue-color);
  padding-right: 30px;
  padding-left: 30px;
  height: 50px;
  background-color: var(--white-color);
  cursor: pointer;
}

.main-btn-style:hover {
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
}












/* footer */
.footer-main {
  padding-top: 50px;
  background: var(--black-color);
  position: relative;
}

.footer h2 {
  max-width: 900px;
  margin-bottom: 50px;
  color: var(--white-color);
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.footer-logo {
  max-width: 190px;
  margin-bottom: 10px;
}

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

.footer-block p {
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
  margin-top: 15px;
  max-width: 350px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.social-icons i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--white-color);
  font-size: 16px;
  color: var(--white-color);
  background-color: transparent;
}

.social-icons i:hover {
  background-color:var(--white-color);
  border: 1px solid var(--white-color);
  color:var(--blue-color);
}

.footer-block h6 {
  font-weight: 600;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 10px;
  position: relative;
}

.footer-block ul li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: var(--white-color);
  transition: all 0.35s;
  padding-top: 13px;
}

.footer-block.add ul li {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.footer-block.products ul li:nth-child(2) {
  max-width: 300px;
}

.footer-block ul li span {
  font-weight: 700;
  font-size: 16px;
  color: var(--white-color);
  text-transform: uppercase;
  margin-right: 7px;
}

.footer-block ul li a {
  color: var(--white-color);
  position: relative;
}

.footer-block ul li a:hover {
  color: var(--blue-color);
}

.footer-block.add ul li i {
  margin-right: 10px;
  background-color: unset;
  width: unset;
  display: unset;
  color: var(--white-color);
  line-height: unset;
  border-radius: unset;
  height: unset;
  align-items: unset;
  justify-content: unset;
  font-size: 20px;
}

.footer-block.add ul li:first-child {
  align-items: flex-start;
}

.footer-copyright-main {
  padding: 25px 0;
  border-top: 1px solid #e7e7e75c;
  background-color: var(--black-color);
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
}
.footer-copyright ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-copyright ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
}
.footer-copyright ul li a {
  color: var(--white-color);
}
.footer-copyright ul li a:hover {
  color: var(--blue-color);
}

.footer-copyright .social-icons {
  margin-top: 0;
}












/* Bread-crumbs */
.breadcrumbs-bg-main,
.breadcrumbs-bg {
    position: relative;
}
.breadcrumbs-bg::before {
    position: absolute;
    content: '';
    background-color:var(--white-color) ;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.breadcrumbs-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.breadcrumbs-info .container-main {
    height: 100%;
}
.breadcrumbs-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 750px;
}
.breadcrumbs-bg {
    height: 300px;
    background-color: var(--gray-color);
}

.breadcrumbs-content {
    max-width: unset;
}

.breadcrumbs-content h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--blue-color);
    text-transform: capitalize;
    text-align: center;
}
.mob-b{
  display: none;
}

/* Course detail page */
.course-detail-main{
  background-color: var(--gray-color);
}

.course-detail-flex{
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}
.course-detail-left
{
  width: 70%;
}
.course-detail-right{
  width: 30%;
}
.course-detail-left{
  padding-right: 30px;
}

.course-detail-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--blue-color);
  font-weight: 600;
}

.course-detail-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.course-detail-content li {
  font-size: 16px;
  color: var(--p-tag-color);
}

.course-detail-content i {
  color: var(--orange-color);
  margin-right: 5px;
}

.custom-tabs {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 25px 35px;
}

.tab-buttons {
  display: flex;
  gap: 16px;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}

.tab-buttons li {
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--p-tag-color);
  /* background: #f9f9f9; */
}

.tab-buttons li.active {
  color: var(--orange-color);
  border-color: var(--orange-color);
}

.tab-content-box {
  display: none;
}

.tab-content-box.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content-box h2{
  font-size: 36px;
  font-weight: 500;
  color: var(--blue-color);
  margin-bottom: 20px;
}
.tab-content-box p{
  font-size: 16px;
  font-weight: 400;
  color: var(--p-tag-color);
  margin-bottom: 15px;
}
.course-content-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.course-content-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--p-tag-color);
}

.course-content-list li::before {
  content: "✔"; 
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue-color); 
  font-weight: bold;
  font-size: 16px;
}

.course-detail-right-box{
  background: var(--white-color);
  border: 1px solid #ececec;
  padding: 15px;
  border-radius: 8px;
}
.right-box-bg{
  height: 300px;
   border-radius: 8px;
   /* margin-bottom: 8px; */
}
.right-box-bg img{
  /* object-fit: scale-down; */
   border-radius: 8px;
}
.course-detail-right-box-info{
  padding: 30px 20px 20px;
}
.right-box-price{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.original-price p{
    color: var(--blue-color);
    font-size: 26px;
    font-weight: 600;
}
.cut-price p{
    text-decoration: line-through;
    color: #aaa;
    margin-left: 12px;
    font-size: 20px;
}
.right-box-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-box-points li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.right-box-btn .main-btn a{
  font-size: 18px;
  margin-bottom: 10px;
}

.point-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
}

.point-title i {
  color: var(--blue-color);
  font-size: 16px;
}

.point-value {
  font-weight: 500;
  font-size: 14px;
  color: var(--p-tag-color);
}


.learning-journey-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}
.learning-journey-block{
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.learning-journey-icon{
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:var(--gray-color) ;
  border-radius: 50%;
  margin-bottom: 8px;
}
.learning-journey-icon img{
  height: 50px;
  width: 50px;
}
.learning-journey-content h3{
  font-size: 24px;
  font-weight: 500;
  color: var(--black-color);
  margin-bottom: 8px;
}
.learning-journey-content p{
  font-size: 15px;
  font-weight: 400;
  color: var(--p-tag-color);
}


.student-testimonails-main{
  background-color: var(--gray-color);
}
.student-testi-block {
  background: var(--white-color);
  border-radius: 12px;
  padding: 60px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 600px;
  margin: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
  position: relative;
  gap: 30px;
}

.student-testi-img {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.student-testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.quote-icon {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  border-radius: 50%;
  padding: 5px 8px;
  font-size: 18px;
  font-weight: bold;
  color: #4c3df0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.student-testi-info {
  text-align: left;
  flex: 1;
}

.student-testi-rating-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #f39c12;
}

.ratings-star i {
  color: #f39c12;
}

.student-quote p {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.student-name h5 {
  margin: 0;
  font-size: 20px;
  color: var(--black-color);
  font-weight: 600;
}

.student-role {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}
.student-testimonails-slider .owl-stage-outer{
  padding: 20px 0;
}

/* contact-us page */
.contact-details-flex
{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.contact-details-block{
    width: 33.33%;
    padding: 15px;
}
.contact-details-block-inner{
    background-color: #F8F6F7;
    border: 1px solid #e6e6e6;
    padding: 40px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(9 29 62 / 11%);
}
.contact-icon-box {
    display: flex;
    justify-content: center;
}
.contact-icon-box img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
.contact-details-block-inner h4{
  font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--blue-color);
    text-align: center;
}
.contact-details-block-inner p{
    font-size: 15px;
    font-weight: 400;
    color: var(--p-tag-color);
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
}
.contact-details-block-inner p a{
    color: var(--p-tag-color);
}
.contact-details-block-inner p a:hover{
  color: var(--blue-color);
}
.contact-details-block:nth-child(even) .contact-details-block-inner {
    background-color: var(--blue-color);
}
.contact-details-block:nth-child(even) img {
    filter: invert(1);
}
.contact-details-block:nth-child(even) h4, .contact-details-block:nth-child(even) p {
    color: var(--white-color);
}

.contact-us-form{
  background-color: unset;
}
.contact-us-form-inner{
  background-color: unset;
  box-shadow: unset;
}
.contact-us-form-inner h2{
  color: var(--blue-color);
  font-size: 42px;
}
.contact-us-form-left{
  height: 500px;
}
.contact-us-form-right{
  padding-left: 0px;
}
.contact-us-form-flex .form-field input, .form-field select, .form-field textarea{    
    color: var(--p-tag-color);
    background-color: #F8F6F7;
}
.contact-us-form-btn{
  background-color: var(--blue-color);
  color: var(--white-color);
  border: 2px solid var(--blue-color);
}
.contact-us-form-btn:hover{
  background-color: transparent;
  color: var(--blue-color);
  border: 2px solid var(--blue-color);
}


/* About us page */
.vision-mission-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.vision-mission-block {
    width: 50%;
    padding: 15px;
}

.vm-block-flex {
    display: flex;
    align-items: center;
    background-color: var(--blue-color);
    border-radius: 10px;
}

.vm-left,
.vm-right {
    width: 50%;
}

.vm-left {
    height: 225px;
}

.vm-left img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.vm-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px;
}
.vm-right h4{
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white-color);
}
.vm-right p{
  font-size: 15px;
    font-weight: 400;
    color: var(--white-color);
    line-height: 25px;
    margin-top: 15px;
}
.home-about-content p.tag-line{
  font-size: 18px;
  font-weight: 700;
}
.home-about-content p.tag-line{
  font-size: 18px;
  font-weight: 700;
}

.government-projects-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.government-projects-left,.government-projects-right{
  width: 50%;
}
.government-projects-left{
  padding-right: 30px;
}
.government-projects-content h2{
  font-weight: 600;
  font-size: 38px;
  color: var(--blue-color);
  margin-bottom: 15px;
}
.government-projects-content p{
  font-weight: 400;
  font-size: 16px;
  color: var(--p-tag-color);
  margin-bottom: 15px;
}
.government-projects-content h3{
  font-weight: 600;
  font-size: 22px;
  color: var(--black-color);
  margin-bottom: 15px;
}
.government-projects-content ul {
  padding-left: 0;
  margin-bottom: 25px;
}

.government-projects-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: var(--p-tag-color);
}

.government-projects-content ul li::before {
  content: "•"; /*•*/
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue-color); 
  font-weight: bold;
  font-size: 25px;
}
.government-projects-content p.tag-line{
  font-size: 18px;
  font-weight: 700;
}

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


.bg-section-content {
    max-width: 1220px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.bg-section-content h2{
  color: var(--blue-color);
  text-align: center;
  font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}
.riddhi-live-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-top: 25px;
}
.riddhi-live-block {
    width: 33.33%;
    padding: 15px;
}
.riddhi-live-bg {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.riddhi-live-bg img {
    /* filter: invert(1); */
}
.riddhi-live-content h4 {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: 10px;
}
.bg-section-content p{
      text-align: center;
      font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--p-tag-color);
    margin-bottom: 7px;
}
 .bg-img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.certified-student-block{
  height: 350px;
}

/* faqs page */

.faq-main .container-main{
  max-width: 1130px;
}
.faq .accordion-item {
    background-color: unset;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e67d;
}
.accordion-item{
  border: 1px solid rgba(0, 0, 0, .125);
}
.faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    background-color: var(--blue-color);
    padding: 20px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--white-color);
}
.faq .accordion-button {
    background-color: var(--blue-color);
    padding: 20px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--white-color);
}
.faq .accordion-body p{
  font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--p-tag-color);
    margin-bottom: 15px;
}
.faq .accordion-body {
    background-color: #F8F8F8;
    padding: 20px;
}
.faq .accordion-button:not(.collapsed)::after{
  background-image: url(../images/down_arrow.webp);
}
.faq .accordion-button::after{
  background-image: url(../images/down_arrow.webp);
}

.certificate-gallery {
  position: relative;
}

/* gallery page */

.gallery-grid{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4,1fr);
}
.gallery-block{
  height: 300px;
}

/* Career page */

.career .main-heading .main-heading-info h1 .color,
.why-work-with .main-heading .main-heading-info h1 .color{
  color: var(--blue-color);
}

.job-opening-flex{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.journey-block {
    background-color: var(--white-color);
    height: 100%;
    padding: 30px;
    transition: .3s;
    overflow: hidden;
    width: 50%;
    padding: 15px;
}
.journey-block-inner{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    background-color: var(--white-color);
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    /* height: 100%; */
}

.journey-block.career .year-flex {
  display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}
.year-right h4 {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 24px;
    font-weight: 600;
    color: var(--black-color);
}
.journey-block p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--p-tag-color);
    margin-bottom: 20px;
}
.apply-btn a{
  width: 25%;
  background-color: var(--blue-color);
  color: var(--white-color);
  border: 2px solid var(--blue-color);
  height: 45px;
  padding-right: 20px;
  padding-left: 20px;
}
.apply-btn a:hover{
  background-color: transparent;
  color: var(--blue-color);
  border: 2px solid var(--blue-color);
}

.why-work-with-main{
  background-color: var(--gray-color);
}

.why-us-flex{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}
.why-us-block{
  width: 25%;
  padding: 15px;
}
.why-us-block-inner{
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border: 1px solid #e6e6e6;
    background-color: var(--white-color);
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    transition: .3s;
}
.why-us-block img {
    height: 55px;
    width: 55px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
}
.why-us-block h3{
      font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--blue-color);
    margin-bottom: 15px;
    text-align: center;
  }
  .why-us-block p {
  text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--p-tag-color);
    margin-bottom: 10px;
}



/* job-detail page */
.career-detail-flex {
  display: flex;
  flex-wrap: wrap;
}

.career-detail-left {
  width: 35%;
}

.career-detail-left .form-inner {
  background-color: var(--blue-color);
  border-radius: 10px;
  padding: 32px 24px;
}



.career-detail-left .form-inner .form-field {
  padding: 0;
  margin-bottom: 15px;
}

.career-detail-left .form-inner .form-field input {
  color: var(--p-tag-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  background: var(--white-color);
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid rgba(11, 24, 42, 0.1);
  width: 100%;
  outline: none;
}
.career-detail-left .form-inner .form-field textarea {
  color: var(--p-tag-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  background: var(--white-color);
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid rgba(11, 24, 42, 0.1);
  width: 100%;
  outline: none;
}

.form-inner h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white-color);
  margin-bottom: 20px;
  padding-bottom: 10px;
}


.form-field.file {
  border: 2px solid #eaeaea;
  border-style: dashed;
  height: 154px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}

.form-field.file span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--p-tag-color);
  text-align: center;
  display: block;
}

.form-field.file p {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  color: var(--p-tag-color);
  text-align: center;
}

.form-field.file {
  overflow: hidden;
  position: relative;
  resize: none;
  background-color: var(--white-color);

  [type="file"] {
    cursor: pointer !important;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
    background-color: var(--white-color);
  }
}

span.check p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--white-color);
  margin-top: -2px;
}

span.check {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  gap: 7px;
}

span.check input {
  height: 25px;
  width: 25px;
}

.career-detail-right {
  width: 65%;
  padding-left: 60px;
}

.job-details {
  margin-bottom: 20px;
}

.job-details:last-child {
  margin-bottom: 0;
}

.job-details h4 {
  color: var(--blue-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.job-details h5 {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 800;
  line-height: 16px;
  margin-bottom: 15px;
}

.job-details ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.job-details p,
.job-details ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}
.job-detail-btn{
  background-color: var(--white-color);
  color: var(--blue-color);
  border: 2px solid var(--white-color);
}
.job-detail-btn:hover{
  background-color: transparent;
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

.about-us-page-left img{
  object-fit: scale-down;
}

.course-detail-content-mob{
  display: none;
}



