/* Navbar Started */

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.mt-120 {
  margin-top: 120px;
}

.prl {
  padding-right: 15px;
  padding-left: 15px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  background: #001b41;
}

hr {
  margin: 0rem !important;
  color: inherit;
  border: 0;
  border-top: 1px solid #e5e5e5;
  opacity: .25;
}

a{
  text-decoration: none !important;
}


/* Fixed Enquire Btn */

.fixed-enquire-btn{
  position: fixed;
  top: 50%;
  right: -52px;
  transform: translateY(-50%) rotate(270deg);
  background-color: #09492c;
  z-index: 99;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 17px 26px;
  border-radius: 10px 10px 0 0;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s 
ease-in-out;

}

/*-- popup  Started --*/

.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}

.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.enquire-form{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); 
    width: 40%; 
    margin-left: auto;
    margin-right: auto;
    position:relative;
    padding: 20px;
    color: #09492c;

}
.close-button {
  background:none;
  color:#0056b3;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  border: solid 1px #0056b3;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.enquire-btn button{
  
    margin-top: 20px;
    width: 100%;
    max-width: 200px;
    padding: 12px;
    background-color: #02593108;
    color:#09492c;
    border: 1px solid #09492c;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
}

/* Popup Ends */

.headertopbg {
  margin: 0px;
  padding: 10px 0px;
  background-color: #001b41;
  display: flex;
  align-items: center;
  z-index: 11000;
}

.headertopbgleft {

  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.headertopbgleft ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: end;
}

.headertopbgleft ul li {

  margin: 0px;
  padding: 0px 15px;
  list-style: none;
  margin-top: 0px;
}

.headertopbgleft ul li .headertopbglefticon {

  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 15px;
}

.headertopbgleft ul li .headertopbglefticon i {
  color: white;
  line-height: 20px;
}


.headertopbgleft ul li .headertopbglefticon p,
.headertopbgleft ul li .headertopbglefticon p a {
  margin-bottom: 0 !important;
  color: white;
  text-decoration: none;
}

.headertopright {

  margin: 0px;
  padding: 0px;
}

.headertopright ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  margin-top: 0px;
  justify-content: start;
}

.headertopbgleft ul li a {
  background: #049b5500;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 22px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.headertopbgleft ul li a:hover {
  background: linear-gradient(270deg, #0c9046 0%, #0a58ca 100%);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #09492c;
  transition: .4s ease-in-out;
}

.enroll a {
  background: #0d69c3;
  color: #fff;
  padding: 12px 17px 12px 17px;
  border-radius: 0px;
  text-decoration: none;
  line-height: 31px;
  cursor: pointer;
}

.enroll a:hover {
  background: #049b55;
  color: #fff;
  text-decoration: none;
  line-height: 31px;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.headertopright ul li {
  margin: 0px;
  padding: 0px 15px;
  list-style: none;

}

.headertopright ul li a {

  margin: 0px;
  padding: 0px;
  color: white;
  text-decoration: none;
}



/*------logo&navigation----------*/
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: white;
  border-bottom: solid 1px #f3f3f3;
  z-index: 999;
}

.navigationbox {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid #ced4da;
  box-shadow: 2px 3px 10px #0000002b;
}

.logobox {
  margin: 0px;
  padding: 1px;
  margin-top: 0px;
}

.logobox img {
  width: 190px;
}

.headernavigation-top {
display: flex;
justify-content: end;

}

.headernavigation-wrap {
  
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.headernavigation-wrap ul {
  list-style: none;
  display: inline-flex;
  margin-bottom: 0;
}

.headernavigation-wrap ul li{

  padding: 0px 0px;
}

.headernavigation {
  margin: 0px;
  margin-top: 21px;
  padding: 0px;
  
  display: block;
}

.headernavigation ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: start;
}

.headernavigation ul li {
  margin: 0px;
  padding: 0px 15px;
  list-style: none;
  margin-top: 0px;
}

.headernavigation ul li a {
  font-size: 18px;
  margin: 0px;
  padding: 0px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #0198BD;
}

.headernavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headernavigation>ul>li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
}

.headernavigation ul li a {
  display: block;
  text-decoration: none;
  padding: 8px 8px;
  line-height: 1.8;
  color: #333;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}


/* Dropdown styles */
.headernavigation .dropdown-item-main {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.headernavigation .dropdown-item-main li {
  display: block;
}

.headernavigation .dropdown-item-main li a {
  padding: 5px 20px;
  color: #333;
  white-space: nowrap;
  font-size: 16px;
}

.headernavigation .dropdown-item-main li a:hover {
  background-color: #0b8443;
  color: #fff;
}

/* Show dropdown on hover */
.headernavigation ul li:hover .dropdown-item-main {
  display: block;
}

/* Optional: FontAwesome arrow spacing */
.headernavigation ul li a i.fa {
  margin-left: 6px;
}

.has-dropdown.active .dropdown-item-main {
  display: block;
  color:#001b41;
}

.headernavigation ul li a:hover {
  color: #0b8443;
   /* background-color: #f0f0f0; */
}

.headerright {
  margin: 0px;
  padding: 14px 6px;
  display: flex;
  justify-content: center;
}


.headerright a {
  background: #fff;
  color: #09492c;
  border-radius: 25px;
  padding: 9px 35px;
  border: 2px solid #09492c;
  /* padding-top: 0px; */
  margin: 0;
  font-weight: 700;
  text-decoration: none;
  transition: .3s ease-in-out;
}

.headerright a:hover {
  background: linear-gradient(270deg, #09492c 0%, #3781ff 100%);
  color: #fff;
  border: 2px solid #09492c;
}

.resnav {
  margin: 0px;
  padding: 0px;
  font-size: 25px;
  float: right;
  display: none;
  margin-top: -50px;
}

/*==========responsive=============*/

@media (max-width:991px) {

  .resnav {
    display: block;
  }

  .dis-none {
    display: none;
  }

  .headernavigation {
    width: 250px;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    height: 100%;
    background-color: white;
    transition: all 0.5s ease-in-out;
  }

  .headernavigation ul {
    margin: 0px;
    padding: 0px;
    display: block;
  }

  .headernavigation ul li {
    margin: 0px;
    padding: 0px 4px;
    display: block;
  }

 
  .headernavigation ul li a {
      padding: 4px 5px;
  }

  .headernavigation.main {

    left: 0;
  }

  .aboutusleft {

    height: 300px;
  }

  .aboutuspage {

    background-position-y: 0;
  }
 
  .headertopbg{
    display: none;
  }

  .blog-card {
    width:100%;
    max-width: max-content !important;
 }

}

@media only screen and (max-width: 1024px){
  .blog-card{
     width:100%;
     max-width: max-content;
  }
}


/* Navbar Ends */

.headertopright ul li {
  border-right: 1px solid #fff;
  padding: 0 15px 0 0;
  margin-right: 15px;
}

.headertopright ul li:last-child{
  border-right: none;
}

.bannersection {
  padding: 76px 0 0;
  margin-top: 0px;
  position: relative;
  background-repeat: no-repeat;
}

.banner-btn {
  position: relative;
  display: flex;
  gap: 20px;
}

.banner-btn1 a {
  padding: 21px 20px;
  border: 2px solid #276927;
  border-radius: 0px;
  background-color: #276927;
  font-weight:600;
  font-size: 18px;
}

.banner-btn2 a {
  padding: 21px 20px;
  border: 2px solid #092f4d;
  border-radius: 0px;
  background-color: #092f4d;
  font-weight: 600;
  font-size: 18px;
}

.rightcontactpic {
  position: absolute;
  right: -97px;
  top: -115px;
  box-shadow: 45px -46px 0 #2355ca;
}

.testslider {
  margin-right: -46px;
}

.bannersection p {
  font-size: 18px;
  line-height: 24px;
  padding: 0 35px 16px 0;
}

.bannersection h1 {
  font-size: 47px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #0d3359;
  line-height: 1.4;
  /* text-shadow: 0px 3px 3px #00000026; */
}

.bannersection h1 span {
  font-size: 58px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #025931;
  /* text-shadow: 0px 3px 3px #00000026; */
}

.guwahatibox {
  padding: 6px 15px;
  margin: 0 0 12px;
  font-size: 20px;
}

section.partnersec {
  margin-top: -97px;
  padding-top: 25px;
}

.infosec ul li span {
  font-size: 44px;
  line-height: 52px;
}

.coursesection {
  padding-bottom: 0;
}

.guwahatilogo {
  position: absolute;
  left: -47px;
  top: -11px;
  z-index: 99;
  width: 106px;
}

.outmainslider {
  margin-right: 0px;
}

.coursebut a {
  padding: 8px 15px;
  font-size: 15px;
}

.coursebut {
  padding-left: 15px;
  border-left: 1px solid #ccc;
  margin-left: 15px;
}

.rightlogin a {
  font-size: 16px;
}

#cssmenu>ul>li>a {
  font-size: 15px;
  padding: 13px 15px;
}

.infosec {
  padding-left: 42px;
}

#main-slider img {
  border-radius: 0 0 0 100px;
  width: 100%;
  object-fit: cover;
}

.rightinfo {
  font-size: 13px;
  text-align: right;
}

.bottomheader {
  padding: 12px 3%;
}

.bannersection p {
  font-size: 18px;
  line-height: 25px;
  padding: 0 35px 14px 0;
}

section.partnersec {
  margin-top: -11px;
}

.infosec ul li span {
  font-size: 45px;
  line-height: 65px;
}

.guwahatilogo {
  left: -39px;
  width: 100px;
  top: 0;
}

.btn {
  padding: 11px 16px;
  font-size: 14px;
}

.testslider {
  width: 70%;
  float: right;
  margin-top: -140px;
  margin-right: -37px;
}

.achievementinner {
  padding: 30px;
}

.forminner {
  margin-right: 10px;
}

.rightcontactpic {
  right: -32px;
  width: 168px;
  top: -66px;
}

.sectionpadding {
  padding: 45px 0;
}

.topheader {
  padding: 8px 1%;
}

.bottomheader {
  padding: 12px 1%;
}

.partnership {
  padding: 30px;
}

.orangebg {
  left: -45px;
  top: -16%;
}

.bodysection .courselist ul li {

  width: auto;
}

.freescholoarship div#partnership-slider1 {
  margin-bottom: 0;
}


#cssmenu>ul>li>a {
  padding: 13px 5px;
  font-size: 14px;
}

.preeinner img {
  position: static;
  left: 40px;
  top: 30px;
  width: auto;
  height: 100px;
}

.preeinner {
  padding: 30px;
  text-align: center;
}

.nespic {
  padding: 0 0 15px;
}


.rightinfo {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  text-align: center;
}

.rightinfo span {
  display: block;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 8px;
}

.leftinfo ul {
  justify-content: center;
}

.rightlogin {
  border-left: 0;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 15px;
}

.rightlogin a {
  color: #2355ca;
  padding: 4px 8px 4px;
  display: block;
  border: 1px solid #2355ca;
  text-align: center;
  border-radius: 5px;
}

.rightlogin a {
  font-size: 0;
}

.rightlogin img {
  margin-right: 0;
}

.logoleft {
  position: relative;
  z-index: 9999;
}

.rightinfo {
  width: 100%;
}

.slidersection {
  position: relative;
  background: #fff;
  padding: 0;
  margin-top: 0px;
}

.bannersection p {
  font-size: 16px;
  line-height: 30px;
  padding: 0 35px 30px 0;
}

section.partnersec {
  margin-top: 0;
}

.partnersec .col-md-7 {
  width: 100%;
}

.sectionpadding {
  padding: 45px 0;
}

#main-slider {
  background-color: #ececec;
}

/* Counter Css */
.counter-section {
  background-color: #ececec;
  padding-top: 100px;
  margin-top: -100px;
}

.counter-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 28%);
}

.counter {
  font-size: 38px;
  font-weight: bold;
  color: #0b8443;
  font-family: "Sansita", sans-serif;
  text-align: center;
}

.label {
  margin-top: 10px;
  font-size: 20px;
  color: #212529;
  font-family: "Sansita", sans-serif;
  text-align: center;
}

/* Counter Css Ends */

/* About Us Css */
.home-about-content {
  position: relative;
  z-index: 1;
}

.about-section{
   padding: 0;
   margin: 0;
   background: #f8f9fa;
}

.home-about-content h2 {
  font-size: 45px;
  color: #005bb5;
  font-weight: 500;
  font-family: "Sansita", sans-serif;
}

.home-about-content h2 span {
  font-size: 49px;
  color: #025931;
  font-weight: 500;
  font-family: "Sansita", sans-serif;
}

.home-about-content p {
  font-size: 16px;
  padding-right: 34px;
  font-weight: 400;
  border-right: 4px solid#cfd1d3;
  /* line-height: 1.6; */
}

.home-about-content::after {
  position: absolute;
  width: 199px;
  height: 199px;
  border-radius: 50%;
  background-color: #e7e8e996;
  content: "";
  bottom: 47px;
  left: 100%;
  transform: translateX(-64%);
  z-index: -1;
  pointer-events: none;
}

.home-about-content a {
  background: #f0f0f0;
  color: #0d3359;
  border: 1px solid #0d3359;
  border-radius: 0px;
  padding: 8px 15px;
  padding-top: 5px;
  margin: 0;
  text-decoration: none;
  transition: .4s ease;
}

.home-about-content a:hover {
  background: linear-gradient(270deg, #09492c 0%, #0d3359 100%);
  color: white;
  border-radius: 0px;
  border: none;
  text-decoration: none;
}

.home-about-img {
  position: relative;
  display: block;
  z-index: 1;
}

.home-about-img img{
      width:100%;
      height: auto;
      object-fit: contain;
      overflow: hidden;
}

.home-about-img::after {
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #19875421;
  content: "";
  top: 133px;
  left: -92px;
  z-index: -1;
  pointer-events: none;
  transform: translateX(-64%);
}

/* About Css Ends */

/* About Us Page */
.aboutus-content {
     padding: 0;
     margin: 0;
}

.aboutus-content h2 {
  font-size: 45px;
  color: #005bb5;
  font-weight: 500;
  font-family: "Sansita", sans-serif;
}

.aboutus-content h2 span {
  font-size: 79px;
  color: #025931;
  font-weight: 500;
  font-family: "Sansita", sans-serif;
}

.aboutus-content ul{
    padding: 0;
    margin: 0;

}

.aboutus-content ul li{
    list-style: none;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;font-size: 16px;
    line-height: 1.4;
    transition: 0.3s ease;

}

.aboutus-content ul li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #09492c;
  font-weight: bolder;
  font-size: 18px;
  line-height: 1.2;
}

.aboutus-img{
    padding: 0;
    margin:0;
    position: relative;
    display: block;
}

.aboutus-img img {
     width: 100%;
     height: auto;
     object-fit: cover;
     overflow: hidden;
}
/* About Us Page Ends */

/* companies Card */
.partner-section {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: linear-gradient(54deg, #ffc10761, transparent);
}

.partner-section .companies-card {
  background: #e9ecef;
  padding: 15px;
  margin: auto 0;
  border-radius: 14px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 41%);
}

.companies-card img{
     width: 160px;
     object-fit: contain;
     margin: auto 0;
     justify-content: center;
     text-align: center;
     filter: grayscale(100%);
     transition: all 0.5s ease;
}

.companies-card img:hover {
    filter: grayscale(0%);
    transform: scale(1.05); 
}

.companies-card1{
    background: linear-gradient(135deg, #000 20%, #0d6efd 128%);
    padding: 15px;
    border-radius: 14px;
    margin: auto 0;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 41%);
    cursor: pointer;
    transition: all 0.5s ease;
}

.companies-card1:hover{
  transform: scale(1.05); 
}

.companies-card1 .card-iconbox {
     border: 1px solid #fff;
     padding: 8px;
     margin: 0 96px;
     border-radius: 50%;
     width:40px;
     height: 40px;
}

.companies-card1 .card-iconbox:hover {
    background-color: #fff;
}

.companies-card1 .card-iconbox i{
      color: #fff;      
}

.companies-card1 .card-iconbox:hover i{
     color:#000225;
}


.companies-card1 h4{
     color: #fff;
     font-size: 18px;
     margin-top: 7px;
     font-family: "Poppins", sans-serif;
}

/* Companies Card Ends */
/* Courses Started */

.section-head-left h2 {
  font-size: 42px;
  font-weight: 500;
  color: #005bb5;
  font-family: "Sansita", sans-serif;
  line-height: 1.8;
}

.section-head-left h2 span {
  font-size: 42px;
  font-weight: 500;
  color: #025931;
  font-family: "Sansita", sans-serif;
  line-height: 1.8;
}

.section-head p{
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

.project-conditions {
  padding: 8px;
}

.project-conditions li {
  border-right: 1px solid #d3d3d3;
  color: #808080;
  width: 32%;
}

.project-conditions li:last-child {
  border-right: medium none;
}

.project-conditions li strong {
  display: block;
  font-weight: 600;
  color: #222222;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

/* Courses Ends */
/*
* project.less
* -----------------------------------------------
*/

.section-head.sec-flex {
  display: flex;
  flex-wrap: wrap;
}

.section-head-left {
  width: 60%;
  margin-right: auto;
  margin-bottom: 25px;
}

.cmn-btn.cmn-btn-medium {
  height: 53px;
  padding: 10px 30px;
}

.course {
  position: relative;
  background-color: #f2f3f3;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 37%);
}

.course .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 215px;
  background-color: #09492c;
}

.course .thumb img{
     width: 100%;
     height: 215px;
}

.course .thumb:after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  width: 100%;
}

.course .hover-link {
  left: 38%;
  opacity: 0;
  position: absolute;
  top: 20%;
  transition-duration: 0.3s;
  z-index: 9;
}

.course .hover-link i {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 10px;
}

.course .course-details h4 a {
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  color: #0d3359;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize !important;
}

.course .course-details {
  background: #edf1ef none repeat scroll 0 0;
  transition-duration: 0.3s;
  padding: 22px;
  height: 450px;
  border-bottom: 3px solid #09492c
}

.course .course-details {
  font-size: 14px;
  font-family: "Poppins", sans-serif;

}

.course .course-details ul {
  padding-left: 0;
}

.course .course-details .time-ul li {
  padding: 0px 3px;
  display: flex;
  align-items: center;
  color: #1e3954;
  font-weight: 500;
  font-size: 16px;
}

.course-details .price-tag {
  display: flex;
  text-align: center;
  margin-bottom: 14px;
}

.course-details .price {
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: "Archivo Black", sans-serif;
  color: #09492c;
}

.course-details .course-iconbox {
  display: flex;

}

.course-iconbox ul {
  padding-left: 0;
  display: flex;
  gap: 15px;
  text-align: center;
  padding-right: 3px;
  margin-bottom: 7px;
}

.course-iconbox .course-ul li {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-color: #fff;
  list-style: none;
}

.course-iconbox .course-ul span {
  
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0 0 0 / 29%);
  font-size: 19px;
  border-radius: 100%;
  padding: 2px 3px;
  font-family: 'Archivo Black';
  font-weight: 700;
}

    

.course-iconbox .course-ul a {
  text-decoration: none;
  color: rgb(0 0 0 / 40%);
  font-family: "Poppins", sans-serif;
}

.course-iconbox .course-ul li img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.course-button span {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  height: 34px;
  padding: 6px 19px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #09492c;
  border-radius: 20px;
  border: 1px solid #09492c;

}

.course-button span:hover {
  background-image: linear-gradient(41deg, #09492c, #000);
  color: #fff;
  border: 2px solid #09492c;
}


.course:hover .thumb::after {
  border: 10px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.course:hover .hover-link {
  opacity: 1;
  top: 44%;
}

.course:hover .project-details {
  border-bottom: 3px solid #fff;
}

.couse:hover .course-details .title,
.course:hover .project-details .sub-title {
  color: #fff;
}

.course-btn a {
  padding: 9px 20px;
  background-color: #fff;
  color: #0d3359;
  border: 1px solid #0d3359;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #00000011;
}

.course-btn a:hover {
  padding: 9px 20px;
  background: linear-gradient(270deg, #000225 0%, #025931 100%);
  color: #fff;
  border: 1px solid #09492c;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #0000001a;
}

/* -- hover-effect less --*/

.hover-effect .thumb {
  position: relative;
  overflow: hidden;
}

.hover-effect .thumb:after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.hover-effect .hover-link {
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 20%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}

.hover-effect .details {
  background: #f6f6f6;
  border-bottom: 3px solid #eee;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-effect .details .sub-title {
  color: #999999;
}

.hover-effect:hover .thumb::after {
  border: 10px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.hover-effect:hover .hover-link {
  opacity: 1;
  top: 44%;
}

.hover-effect:hover .details {
  background: #222222;
  border-bottom-color: #333333;
}

.hover-effect:hover .details .title,
.hover-effect:hover .details .sub-title {
  color: #fff;
}

/* Course Section Ends */

/* Testimonial Section */

.recruiter-carousel-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.recruiter-carousel-track {
  display: flex;
  flex-direction: column;
  animation: scroll-up 15s linear infinite;
}

.recruiter-carousel-item {
  padding: 26px;
  box-sizing: border-box;
  margin: 10px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.recruiter-carousel-item p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.recruiter-info {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #0073e6;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/* Pause on hover */
.recruiter-carousel-container:hover .recruiter-carousel-track {
  animation-play-state: paused;
}


.recruiter-says-slider {
  max-height: 350px;
  position: relative;
}

.recruiter-slider-track {
  display: flex;
  flex-direction: column;
  animation: scrollUp 20s linear infinite;
}

/* .recruiter-says-item {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
  }
  */
  


.recruiter-says-rw {
  padding-bottom: 30px;
}

.recruiter-says-head-col .section-head {
  margin-bottom: 0;
  /* padding-top: 128px; */
}

.recruiter-says-head-col .section-head h2 {
  position: relative;
  font-size: 50px;
  font-family: "Sansita", sans-serif;
  line-height: 1.3;
  padding-left: 22px;
  color: #0a58ca;
  z-index: 2;
}

.recruiter-says-head-col .section-head h2 span {
  position: relative;
  font-size: 53px;
  font-family: "Sansita", sans-serif;
  line-height: 1.3;
  padding-left: 0px;
  color: #025931;
  z-index: 2;
}

.recruiter-says-head-col .section-head p {
  padding-left: 22px;
  position: relative;
  z-index: 2;
}

.recruiter-says-slider {
  width: 100%;
  position: relative;
}

.recruiter-says-slider::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #c9f0ff 86.6%);
  position: absolute;
  content: "";
  width: 100%;
  height: 43%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.recruiter-says-slider .slick-list {
  margin: -12px -25px 12px -12px;
}

.recruiter-says-item {
  padding: 12px 25px;
}



.recruiter-info .icon {
  background: linear-gradient(90deg, #198754 0%, #00baff 100%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex: 0 0 auto;
}

.recruiter-info .recruiter-txt {
  flex: 1;
  padding-left: 15px;
}

.recruiter-txt h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #b18502;
  margin-bottom: 10px;
  font-family: 'Sansita';
  font-style: italic;
}

.recruiter-txt p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #0a58ca;
  margin-bottom: 0;
}

.recruiter-says-sec {
  background-color: #fafafa;
  position: relative;
  z-index: 2;
}

.recruiter-says-main-outtr {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.recruiter-says-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  /* height: 111px; */
  top: -2px;
  left: 0;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}

.recruiter-says-sec .line-arrw {
  top: 77px;
  position: absolute;
  right: 15px;
  z-index: -1;
  width: 22%;
  pointer-events: none;
}

.recruiter-says-sec .line-arrw img {
  width: 100%;
}

.recruiter-shpe1 {
  position: absolute;
  width: 112px;
  height: 111px;
  left: 54px;
  bottom: -18px;
  background: #fed51d;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.recruiter-shpe2 {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 45px;
  bottom: 97px;
  border-radius: 50%;
  background: linear-gradient(90deg, #e9ecef 0%, #ced4da 100%);
  pointer-events: none;
  z-index: -1;
}

.carousel-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.carousel-controls button {
  background: #0073e6;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}

.carousel-controls button:hover {
  background: #005bb5;
}

/* Testimonial Section Ends */

 

/* Gallery css Started */

.gallery-section {
  padding-top:70px;
  padding-bottom:70px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.gallery-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: -1;
}

.photo-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  z-index: 1;
}

.photo-gallery img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  object-fit: cover;
  display: block;
  z-index: 1;
  transition: transform .4s ease;
}

.photo-gallery:hover img {
  transform: scale(1.05);
  z-index: 1;
}

.photo-gallery figcaption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 24px !important;
  font-family: "Great Vibes", cursive;;
  font-size: 0.95rem;
  text-align: center;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(100%);
  transition: all .35s ease;
  z-index: 1;
}

.photo-gallery:hover figcaption {
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
}

/* Gallery Ends */ 

/* Blog Section */
.digiex-blog-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.blog-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.blog-container h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #2a2a2a;
}

.blog-subtitle {
  color: #666;
  margin-bottom: 40px;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.blog-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 350px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card h3 {
  font-size: 20px;
  font-family: 'Sansita';
  color: #025931;
  margin: 15px 20px 10px;
}

.blog-card p {
  font-size: 0.95em;
  color: #555;
  margin: 0 20px 20px;
}

.read-more a {
  display: block;
  padding: 5px 15px;
  width: 138px;
  margin: 15px;
  color: #0d3359;
  border: 1px solid #0d3359;
  text-decoration: none;
  font-weight: bold;
}

.read-more a:hover {
  text-decoration: underline;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(137.2deg, #198754 14.53%, #0d6efd 100%);
}


/* Faq Section Started */
#faq .section-title h2 {
  font-weight: 700;
  color: #343a40;
}

#faq .accordion-button {
  background-color: #fff;
  border: 1px solid #c0c0bf;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: rgb(52,52,52);
  font-weight: 400;
  border-radius: 0.5rem;
  box-shadow: none;
  padding: 1rem 1.25rem;
  transition: background-color 0.3s ease;
}

#faq .accordion-button:not(.collapsed) {
  background-color: #abcdff1a;
  color: #666;
  border-bottom: 1px solid #dee2e6;
  border-radius: 5px;
}

#faq .accordion-button:hover {
  background-color: #aab1b926;
}

#faq .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

#faq .accordion-body {
  background-color: #ffffff;
  color: #495057;
  padding: 1rem 1.25rem;
  border-top: 1px solid #dee2e6;
  font-size: 0.95rem;
  line-height: 2.1;
}

#faq .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* FAQ Section Ends */

/* Contact Us */
.contact-sec{
   position: relative;
   z-index: 2;
   background: linear-gradient(45deg #000225 , #09492c);
}
.contact-sec::before::before {
  position: absolute;
  content: "";
  width: 100%;
  /* height: 111px; */
  top: 1px;
  left: 0;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}

.contact-sec .line-arrw {
  top: 92px;
  position: absolute;
  left: 273px;
  z-index: -1;
  width: 22%;
  pointer-events: none;

}

.contact-sec .line-arrw img {
  width: 100%;
}

.contact-info {
     padding: 15px;
     margin: 0;
     position: relative;
}

.contact-info .contact-details {
     display: flex;

}
.contact-details .contact-icon{
  padding: 16px;
  margin-right: 15px;
  background: linear-gradient(137.2deg, #92c1ab 14.53%, #fff 100%);
  border-radius: 50%;
  width: 50px;
  box-shadow: 0px 2px 6px #09492c70;
  height: 50px;
}

.contact-icon i{
     font-size: 20px;
     color: #0d3359;
}

.contact-details .contact-content h4 {
     color:#000225;
     font-family: "Poppins", sans-serif;
     font-size: 22px;
     font-weight:600;
}

.contact-content p{
     font-size: 16px;
     color:#333;
}

.contact-sec .contactus-form{
       background: #f7f5ef;
       padding: 25px;
       box-shadow: 0px 2px 6px #00000027;

}
/* Contact Us Ends */



/* Responsive Design */
@media (max-width: 768px) {
  .blog-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* Blog Section Ends */


/* Form Section Homepage */
.section-head h2 {
  font-family: "Sansita", sans-serif;
  font-size: 60px;
  color: #0056b3;
  line-height: 1.2;
}

.section-head h2 span {
  font-family: "Sansita", sans-serif;
  font-size: 60px;
  color: #025931;
  line-height: 1.2;
}

.career-rt-img {
  position: relative;
}

.career-rt-img::after {
  position: absolute;
  content: "";
  top: -200px;
  bottom: 0;
  left: 101px;
  background: linear-gradient(137.2deg, #92c1ab 14.53%, #ced4da 100%);
  border-radius: 293px 0 0px 0;
  height: 900px;
  width: 100%;
  z-index: -1;
}

.form-section {
  background-color: #f4f9f7;
  position: relative;
  z-index: 1;
}

.form-container {
  .form-container {
    width: 100%;
    margin: auto;
    padding-top: 66px;
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  h2 {
    text-align: center;
    color: #333;
  }

  label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    color: #333;
  }

  input,
  select,
  textarea {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: auto;
    margin-right: 10px;
  }

  .checkbox-group,
  .radio-group {
    margin-top: 10px;
  }

  .checkbox-group label,
  .radio-group label {
    display: block;
    font-weight: normal;
  }

  button {
    margin-top: 20px;
    width: 100%;
    max-width: 230px;
    padding: 12px;
    background-color: #02593108;
    color: #0d3359;
    border: 1px solid #0d3359;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
  }

  button:hover {
    background: linear-gradient(270deg, #09492c 0%, #0d3359 100%);
    color: white;
    border-radius: 4px;
    border: 1px solid #0d3359;
    text-decoration: none;
  }
}

/* Training Started */

.training-featured-sec {
  overflow: hidden;
}

.training-featured-inr {
  position: relative;
}

.training-featured-row {
  align-items: center;
}

.training-featured-txt {
  max-width: 436px;
}

.featured-card-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.featured-card {
  background: linear-gradient(0deg, #0dcaf0 0%, #38af78 96.43%);
  border-radius: 0px;
  padding: 14px 21px 27px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;

}

.featured-card-clm:nth-child(2) .featured-card {
  background: linear-gradient(180deg, #025931 3.53%, #1d7596 100.11%);
}

.featured-card-clm:nth-child(3) .featured-card {
  background: linear-gradient(180deg, #212529 3.57%, #198754 100%);
}

.featured-card figure {
  position: relative;
  width: 64px;
  margin-bottom: 30px;
  z-index: 1;
}

.featured-card figure:after {
  position: absolute;
  content: "";
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: linear-gradient(218.9deg,
      rgba(255, 255, 255, 0) 15.64%,
      #ffffff 84.96%);
  opacity: 0.3;
  top: 6px;
  left: 15px;
  z-index: -1;
}

.featured-card figure img {
  width: 100%;
}

.featured-card h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
  font-family: "Sansita", sans-serif;
}

.featured-card p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.featured-card span {
  display: inline-block;
  max-width: 123px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-top: auto;
  text-shadow: 0px 2px 5px #000;
}

.trning-featured-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #0073ff 0%, #00baff 100%);
  bottom: 0;
  right: 0;
  transition: 0.2s;
}

.featured-card:hover .trning-featured-btn {
  transform: rotate(45deg);
}

.featured-card-clm:nth-child(2) .featured-card .trning-featured-btn {
  background: linear-gradient(180deg, #025931 3.53%, #1d7596 100.11%);
}

.featured-card-clm:nth-child(3) .featured-card .trning-featured-btn {
  background: linear-gradient(180deg, #212529 3.57%, #198754 100%);
}

.traning-card-shp {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

.training-featured-shp1 {
  width: 378px;
  height: 378px;
  background-color: #f8f8f8;
  top: -100px;
  right: -140px;
}

.training-featured-shp2 {
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #525ce5 0%, #2932aa 100%);
  right: -120px;
  bottom: 54px;
}

.training-featured-shp3 {
  width: 24px;
  height: 24px;
  background-color: var(--yellowColor);
  left: -150px;
  top: 34px;
}

.training-featured-txt h2 {
  font-size: 50px;
  font-family: "Sansita", sans-serif;
  line-height: 1.2;
  color: #0a58ca;
}

.training-featured-txt h2 span {
  font-size: 55px;
  font-family: 'Sansita';
  line-height: 1.2;
  color: #025931;
}

.training-featured-txt p {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

/* Training Ends */


/* Transformation Journey Section */
/*** Service ***/

.journey-item {
  position: relative;
  overflow: hidden;
  background-color: #e9ecef;
  padding: 15px;
  box-shadow: 0px 3px 6px #00000036;
}

.journey-title {
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: url(..//img/bg/heading-bg.png) center center no-repeat;
  background-size: cover;
}

.journey-title h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 37px;
  font-family: "Sansita", sans-serif;
  line-height: 1.5;
  text-transform: capitalize;
}

.journey-title p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.journey-item h3 {
  color: #082746;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.journey-item p {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.journey-item .btn-square {
  width: 65px;
  height: 65px;

}

.journey-item .btn-square i {
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 16px;
  color: #025931;

}

.journey-item a {
  position: relative;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  transition: .5s;
}

.journey-item a::after {
  position: absolute;
  content: "";
  width: 500%;
  height: 0;
  left: 100%;
  bottom: 3px;
  margin-left: 10px;
  border-bottom: 2px solid var(--bs-primary);
}

/* Transformation Journey Ends */
/* Page Header Started */


.inrbnr h1 {
  font-size: 70px;
  margin-bottom: 9px;
  line-height: 1.1;
  font-family: "Sansita", sans-serif;
}

.inrbnr h1 span {
  font-weight: 400;
  color: #0d3359;
  margin-bottom: 9px;
  font-size: 28px;
  display: block;
}

.ingbanner {
  max-width: 997px;
  margin-left: auto;
  height: 100%;
}

.page-header-img {
  margin-left: auto;
  max-width: 550px;
}

.page-header-img .allcourse {
  max-width: 721px;
  margin: 0 auto;
  /* margin-top: 33px; */
  padding: 52px 0 0;
}

.inrbnr {
  padding: 60px 27px;
  height: 100%;
}

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

.page-header {
  background-color: #e2fff1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* min-height: 650px; */
}

.page-header .inr-bnr-line {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.page-header-content-lft {
  width: 60%;
}

.page-header-content-rgt {
  width: 40%;
}

.page-header-content {
  align-items: center;
}


/* Page Header Ends */

/* mODEL sTARTED */
.video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.video-thumb:hover {
  transform: scale(1.03);
}
.video-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: background 0.3s;
}
.play-icon:hover {
  background: #ff0000;
}
.play-icon img {
  width: 40px;
  height: 40px;
  color: #ff0000;
}

/* Model Ends */

/*** Footer ***/


.footer {
  background: linear-gradient(rgb(1 16 48), rgba(0, 0, 0, 0.842)), url(../img/footer.png) center center no-repeat;
  background-size: contain;
}

.footer-text p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer p a {
  text-decoration: none;
}

.footer-bottom {
  background: linear-gradient(270deg, #09492c 0%, #3781ff 100%);
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 40%;
    border-left: 1px dashed rgba(255, 255, 255, .2);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgb(255 251 252);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: white;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #005bb5;
}

/* Footer Ends */

/* Course Page  */

/* Isotope*/

.site-section {
  padding: 2.5em 0;
}

.site-section .item {
  border: none;
}

.site-section .item .item-wrap {
  display: block;
  position: relative;
}

.site-section .item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-section .item .item-wrap>span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-section .item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.site-section .item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.site-section .filters .btn {
  border-color: transparent;
  font-size: .8rem;
  padding: 10px 17px;
  font-family: "Roboto", sans-serif;
  margin: 4px;
  text-transform: uppercase;
  font-weight: 500;
  background: rgb(129 138 147 / 21%);
  color: #343a40;
}

.site-section .filters .btn:hover {
  border-color: transparent;
  background: #0d3359;
  color: #fff;
}

.site-section .filters .btn.active {
  background: #09492c !important;
  color: #fff;
  border-color: #09492c !important;
}

.site-section .filters .price {
  display: flex;
  justify-content: end;
  gap: 20px;
}

.site-section .filters .price h4 {
  text-align: right;
  color: #0d3359;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-right: 10px;
}

.site-section .filters .price select {
  border: 1px solid #302929;
  border-radius: 100px;
  padding: 5px 10px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 0px 10px;
  padding-right: 1px;
  height: 30px;

}

/* Course Page Ends */

/* Placement Section */
.placement-section {
     padding: 0;
     margin: 0;
     position: relative; 
     background: #fbfbfb;
}


.recent-placement {
  position: relative;
  margin-bottom: 50px
}

.recent-placement .placement-box {
  position: relative;
  transition: all .3s ease
}

.recent-placement .placement-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  border-radius:15px;
}

.recent-placement .placement-box:hover .image img {
    transform: scale(1.1);
    border-radius:15px;
}

.recent-placement .image-box {
    position: relative
}

.recent-placement .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.recent-placement .image-box .image img {
    display: block;
    width: 100%;
    border-radius: 15px;
    transition: all .4s ease
}

.recent-placement .image-box .image a:after {
    background: #8bc34a1c;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    border-radius: 15px;
    pointer-events: none;
    transition: all .4s linear
}

.recent-placement .image-box .date {
    position: absolute;
    right: 30px;
    top: 0;
    background: #000225;
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    width: 65px;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 0 0 50px 50px;
    letter-spacing: 1px
}


.recent-placement .image-box .date b {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #fff
}

.recent-placement .image-box .date span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #fff
}


.recent-placement .content-box {
  position: relative;
  margin-top: -25px;
  padding: 0 20px
}

.recent-placement .content-box .content {
  position: relative;
  padding:  10px 21px 15px;
  background-color: #fff;
  border-radius: 15px 15px;
  box-shadow: 0 10px 60px rgba(0,0,0,.07)
}

.recent-placement .content-box .post-info {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.recent-placement .content img{
      width: 100px;
      height: 100px;
      overflow: hidden;
      transition: all .3s ease;
}

.recent-placement .content h3 a{
      font-size: 25px;
      font-weight: 500;
      color:#ff0000;
      font-family: "Poppins", sans-serif;
}

.recent-placement .content h5 a{
  font-size: 20px;
  font-weight: 500;
  color: #09492c;
  font-family: "Poppins", sans-serif;
}

/* Placement  Section Ends */

/* Testimonial Vdo Section */
.testimonial-video-section {
    position: relative;
    padding:0;
    margin: 0;
}

.slider-video-section {
      position: relative;
}

.slider-video-section .item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}



@media(max-width:1000px){
  .slider-video-section .item{
    margin:0; 
    transform:scale(.9)
  }
}

.slider-video-section .active .item{
  opacity:1;
  transform:scale(1);
} 

.slider-video-section .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.slider-video-section iframe{
  width:100%;
  max-width:800px;
  height: 400px;
  border-radius: 15px;
}

.slider-video-section .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 43% !important; 
  float: right;
  text-align: center;
  right: 165px; 
}

.slider-video-section .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-prev { 
  position: absolute;
  top: 43% !important; 
  float: left;
  text-align: center;
  left: 165px; 
}

.slider-video-section .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {

  background-color: #000000ed  !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  color: white !important;
}

/* Testimonial Vdo Section */ 


/* Responsive */
@media (max-width: 768px) {
  .video-popup iframe {
    height: 250px;
  }
}

/* Testimonial Vdo Ends */


 /* Blog Details Page */
 .sidebar .sticky-top{
  z-index: 90;
}
.sidebar-widget.style-two .widget-content {
 background-color: #d0e0ed;
 }
 

/* 10/11/25 */
.course-accordion-section {
  max-width: 800px;
  margin: 50px auto;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
}

.course-accordion-section .accordion-item {
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #f8fbff;
}

.course-accordion-section .accordion-header {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  font-size: 18px;
  color:#333;
  font-weight: 500;
  background: #aaaaaa0a;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.course-accordion-section .accordion-header::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.course-accordion-section .accordion-header.active::after {
  transform: rotate(45deg);
}

.course-accordion-section .accordion-header:hover {
  background: #f6f6f7;
}

.course-accordion-section .accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s ease;
}

.course-accordion-section .accordion-content ul {
  padding: 15px 25px;
  margin: 15px;
  list-style-type: none;
  position: relative;
}

.course-accordion-section .accordion-content ul li::before {
  content: "✔";
  color: #025931;
  margin-bottom: 10px;
  padding: 0;
  left: 0;
  position: absolute;
}

.course-accordion-section .accordion-content li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}


.course-accordion-section .accordion-header.active + .accordion-content {
  max-height: 500px;
  padding-bottom: 10px;
}

.content-side {
  padding-left: 30px !important;
}

.content-side1 {
  padding-left: 15px !important;
}

.course-module {
  font-size: 52px;
    color: #0d3359;
    line-height: 1.4;
    font-weight: 600;
}

.bnr-line {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-price{
   display: flex;
   justify-content: flex-start;
   gap:30px;
   margin-bottom: 0px;
}

.banner-price .price {
  display: block;
  font-size: 45px;
  font-family: "Archivo Black", sans-serif;
  color: #09492c;
  margin-right:20px; 
}

.banner-price p {
  margin: 0;
  font-size: 20px;
  /* font-weight: 600; */
  display: flex;
  align-items: center;
}

.banner-price .course-iconbox .course-ul li {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #fff;
  list-style: none;
  padding: 4px;
}

.bnr-stdnt-enroll-wpr1 {
  display: flex;
  align-items: center;
  max-width: 605px;
  margin-bottom: 10px;
  justify-content: left;
}

.bnr-stdnt-enroll-wpr1 p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.bnr-stdnt-enroll-wpr1 p i {
  color:#b18502;
  margin-right: 8px;
}

.std-enroll{
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.std-enroll ul {
   list-style: none;
} 

.crs-ul{
    display: flex;
    padding-left:0px;
    align-items: center;
    padding-right: 3px;
}

.crs-ul li:last-child {
  border: 3px solid #fff;
  background: linear-gradient(135deg, #5ebae9 20%, #2b07ff 128%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.bnr-stdnt-enroll-wpr1 .std-enroll>span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  margin-left: 6px;
  font-weight: 400;
}

.crs-ul li {
  height: 40px;
  width: 40px;
  border-radius: 100%;
} 

.crs-ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.key-highlights h2{
  color: #666;
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 15px;
}


/* 10/11/25 ends */

/* 11/11/25 */
.course-ul{
  padding-left: 0;
  display: flex;
  gap: 0px !important;
  text-align: center;
  padding-right: 3px;
  margin-bottom: 7px;
}


.technology .technology-img {
      display: flex ;
      margin-top: 20px;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
      gap:20px;
}

.technology-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  max-width: 53px;
  background-color: rgb(255, 255, 255);
  padding: 11px;
  box-shadow: 0px 3px 7px #2b71b63b;
}


/* 11/11/25 ends */

 .servicetext h1 {
 font-size: 22px;
 font-family: "Playwrite CU", cursive;
 color: #092f4d;
 font-weight: 600;
 }
 
 
 .sidebar-widget h4 {
 color: #092f4d;
 margin-bottom: 30px;
 font-family: "Playwrite CU", cursive;
 }
 
 .widget-content .post {
 position: relative;
 min-height: 70px;
 padding-left: 95px;
 margin-bottom: 20px;
 }
 
 .widget-content .post .post-date {
 position: relative;
 display: block;
 font-weight: 500;
 letter-spacing: 1px;
 color: #333;
 font-size: 12px;
 text-transform: uppercase;
 }
 
 .widget-content .post h6 a {
 line-height: 24px;
 margin-top: 3px;
 font-weight:400;
 text-decoration: none;
 color: #000;
 }
 
 .widget-content .post .thumb {
 position: absolute;
 left: 0;
 top: 0;
 height: 70px;
 width: 80px;
 overflow: hidden;
 }
 
 .post-widget .post .thumb img {
 display: block;
 width: 100%;
 height: 60px;
 object-fit: cover;
 }
 
 .post-widget .widget-content {
 position: relative;
 padding: 20px;
 }

 .blog-detail_heading {
   font-size:25px;
   color: #0d3359;
   line-height:1.8;
   font-weight:600;
 }
 
 .popular-tags a {
 position: relative;
 padding: 10px 11px;
 font-weight: 600;
 letter-spacing: 1px;
 display: inline-block;
 color: #092f4d;
 font-size: 12px;
 text-transform: uppercase;
 background-color: #fff;
 margin-right: 5px;
 margin-bottom: 10px;
 text-decoration: none;
 }
 
 .popular-tags a:hover {
 color: #fff;
 background-color: #092f4d;
 text-decoration: none;
 }

 .widget-content-tags {
  position: sticky;
  top: 20px;
  transform: translateY(-450px);
  padding: 35px;
  background-color: #d0e0ed;
  z-index: 10; 
}

.sidebar-widget .contactus-form {
  top: 40px;
  margin:20px 0;
  padding: 35px;
  background-color: #fff;
  z-index: 10; 
  border: 1px solid #011c5f1a;
  box-shadow: 0px 3px 7px #0000002e;
}

@media only screen and (max-width:1399px){

}

.sidebar-widget .contactus-form{
  position: sticky;
  top:80px;
  z-index: 100;
}

.contactus-form .form-control {
  padding: 17px 17px !important;
  border: none;
  border-bottom: 1px solid #aaa;
  /* color: #414040; */
  border-radius: 0px;
}



.contactus-form .form-control input { 
  color: #777;
  transition: all 0.3s ease;
  border-bottom: 1px solid #aaa !important;
}

.form-control:focus {
  /* color: #ccc; */
  /* background-color: none; */
  /* border-color: #86b6fe07 !important; */
  outline: none !important;
  box-shadow: none !important;
}

.contactus-form h3{
  font-size: 35px;
  margin-bottom: 37px;
  color: #13643d;
}
 
 .fa-folder-open::before {
 content: "\f007" !important;
 }
 
 .news-block_two-meta li:last-child {
 margin-right: 0px;
 }
 
 .fa-comments::before {
 content: "\f086";
 }
 
 .news-block_two-heading a {
 position: relative;
 color: #092f4d;
 text-decoration: none;
 }
 
 .news-block_two-heading a:hover {
 position: relative;
 color: #341b1c;
 text-decoration: none !important;
 }
 
 .blog-center {
 position: relative;
 padding: 10px 24px;
 display: inline-block;
 letter-spacing: 1px;
 font-size: 15px;
 text-transform: uppercase;
 color: #fff;
 margin-top: 0px;
 background-color: #092f4d;
 text-decoration: none;
 transition: .3s;
 
 }
 
 .blog-center:hover {
 color: #092f4d;
 background-color: #f3f3f3;
 border: 2px solid #092f4d;
 transition: .3s;
 }

 /*  24/10/25 */
 .content-side .contentbox{
       padding: 20px;
       margin:0;
       border-radius: 15px;
       height: 200px;
       background-color: #f8f9fa;
       border-bottom: 5px solid #001b41;
       box-shadow: 0px 3px 9px #0000002b;
 }

.content-side .contentbox h3{
        font-size: 20px;
        color:#025931;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        line-height: 1.4;
} 

.content-side .contentbox p{
      font-size: 15px;
      font-weight: 400;
      color: #333;
      padding: 10px 10px;
}
.key-highlights h3{
    color: #001b41;
    font-size: 28px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;

}

.key-highlights ul{
  padding: 0;
  margin:0;
  position: relative;
}
.key-highlights ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
    line-height: 32px;
}
.key-highlights ul li::before{
     content: "✔";
     color:#025931;
     margin-bottom: 10px;
     padding:0;
     left:0;
     position:absolute;
}

/* Interviews Page */
.interview-section {
       padding: 0;
       margin: 0;
       position: relative;

}

.interviews-card {
  height:100%;
  padding: 15px;
  background-color:  rgb(243 243 243);
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  border: 1px solid #cfd1d3;
  align-items: center;
  box-shadow: 0px 3px 9px #0000000c;
}

.interviews-card figure{
  max-width: 190px;
  min-height: 110px;
  background-color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  padding:10px ;
  border-radius: 10px;
  margin:0;
}
.interviews-card  figure img {
  max-width: 141px;
  max-height: 100px;
  vertical-align: middle;
}

.interviews-card .interviews-content {
    flex: 1;
    padding-left: 25px;
    margin-top: 8px;
}

.interviews-card .interviews-content h3{
          font-size: 24px;
          margin-bottom: 20px;
}

.interviews-content .company-name{
     display: flex;
     margin-bottom: 14px;
     font-weight: 500;
     gap: 12px;
    font-weight: 500;
    font-size: 17px;
    color: #001b41;
    line-height: 1.1;

}

.interviews-content .date{
  display: flex;
  margin-bottom: 14px;
  font-weight: 500;
  gap: 12px;
 font-weight: 500;
 font-size: 17px;
 color: #000;
 line-height: 1.1;

}

 /*  2410/25 Ends */

 .h2-bold {
    font-size: 52px !important;
    color: rgb(13, 51, 89) !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}
 
/* Blog Details Page Ends */

/* Responsive Started */
@media only screen and (max-width:678px) {
  .headertopbgleft ul li a {
    background: #049b55;
    color: #fff;
    padding: 13px 6px;
    font-size: 14px;
    border-radius: 0px;
  }

  .enroll a {
    background: #0d69c3;
    color: #fff;
    padding: 11px 10px 12px 12px;
    border-radius: 0px;
    font-size: 14px;
  }

  .headertopbg {
    display: none;
  }

  .bannersection h1 {
    font-size: 34px;
    padding-left: 29px;
    padding-top: 29px;
    padding-right: 30px;
    font-weight: 800;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
    color: #0d3359; 
  }

  .home-about-content h2 {
    font-size: 27px;
    text-align: center;
  }

  .home-about-content h2 span {
    font-size: 27px;
    text-align: center;
  }

  .home-about-content p {
    font-size: 14px;
    padding-right: 22px;
    text-align: center;
    margin-bottom: 27px;
  }

  .headernavigation ul {
    margin: 0px;
    margin-top: 40px;
    padding: 0px;
    display: block;
  }
  .headernavigation ul li {
    margin: 0px;
    border-bottom: 1px dotted #dee2e6;
    padding: 0px 4px;
    display: block;
  }


  .section-head-left {
    width: 100%;
    margin-right: auto;
  }

  .course-btn a {
    font-size: 14px;
  }

  .course {
    margin-top: 27px;
  }

  .training-featured-txt h2 {
    font-size: 32px;
    text-align: center;
  }

  .training-featured-txt h2 span {
    font-size: 32px;
    text-align: center;
  }

  .training-featured-txt p {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-align: center;
  }

  .digiex-blog-section {
    background-color: #f9f9f9;
    padding: 11px 20px;
  }

  .blog-grid {
    margin-top: 30px;
  }

  .section-head h2 {
    font-family: "Sansita", sans-serif;
    font-size: 20px;
  }

  .section-head h2 span {
    font-size: 28px;
  }

  .recruiter-carousel-container {
    width: 100%;
    height: 284px;
  }

  .recruiter-says-head-col .section-head {
    margin-bottom: 0;
    padding-top: 28px;
  }

  .bannersection {
    padding: 0px 0 0;
  }

  .bannersection p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    padding: 1px 7px 30px 13px;
  }

  .banner-btn {
    position: relative;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    padding: 1px 35px 9px 26px;
  }

  .banner-btn1 a {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .banner-btn2 a {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .bannersection h1 span {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.7;
  }

  .home-about-content::after {
    display: none;
  }

  .career-rt-img::after {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(137.2deg, #92c1ab 14.53%, #ced4da 100%);
    border-radius: 0 0px 0;
    height: 900px;
    width: 100%;
    z-index: -1;
  }

  .headernavigation {
    width: 277px;
    margin: 0px;
    padding: 14px;
    position: fixed;
  }

  .logobox img {
    width: 100px !important;
  }

  .prl {
    padding-right: 10px;
    padding-left: 0px;
  }

  .headernavigation ul li {
    margin: 0px;
    padding: 0px !important;
    display: block;
  }

  .headernavigation ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 14px !important;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .headernavigation .dropdown-item-main {
    width: 100% !important;
    position: relative;
  }

  .has-dropdown:hover .dropdown-item-main {
    display: block;
  }

  .home-about-content a:hover {
    background: linear-gradient(270deg, #0073ff 0%, #00baff 100%);
    color: white;
    border-radius: 0px;
    padding: 8px 31px 9px;
    padding-top: 5px;
    margin: 21px;
  }
  
  .blog-card {
     width:100%;
     max-width: max-content;
  }
  .recruiter-info1 {
    display: flex;
    flex-wrap: wrap;
  }

  .home-about-content {
    position: relative;
    z-index: 1;
    padding-left: 30px;
  }

  .enquire-form {
      width: 90%;
  }
  
  .course .course-details{
       height: auto;
  }

  .traning-card-shp {
    bottom: -1px;
  }

  .partner-section .mobile-grid{
    display: grid;
    grid-template-columns: auto auto;
    
  }

  .companies-card1 .card-iconbox {
    border: 1px solid #fff;
    padding: 3px;
    margin: 0 auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.companies-card1 h4{
    font-size: 10px;
}

.companies-card img{
  width: 120px;
  object-fit: contain;
  margin: auto 0;
  justify-content: center;
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.companies-card img:hover {
 filter: grayscale(0%);
 transform: scale(1.05); 
}

.inrbnr {
  padding: 48px 22px;
  height: 100%;
}

.banner-price .price {
  display: block;
  font-size: 28px;
}

.sidebar-widget .contactus-form {
  top: 40px;
  margin-top: 30px !important;
}


.home-about-img img {
    margin-bottom: 20px;
}

.aboutus-content h2 span {
  font-size: 53px; 
}

.page-header-img .allcourse {
  /* max-width: 100%; */
  margin: 0 auto;
  /* margin-top: 33px; */
  padding: 15px 0 0;
}

.aboutus-content h2 {
     margin-top: 15px;
}

.headernavigation.main {
  box-shadow: 0px 2px 7px #0000002e;
  background: #025931;
  left: 0;
}

.inrbnr h1 {
  font-size: 70px;
}


  .form-container {
    button {
      margin-top: 5px;
      margin-bottom: 50px;
    }
  }
  .training-featured-txt {
    max-width: 100%;
}

.form-container {
  button {
  width: 100%;
  max-width: 230px;
  }
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-{
  margin: 12px -130px;
}
}

/* Luxury Corporate Polished Card Design */
.glass-corporate-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02); /* Very subtle base shadow */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f5f9;
}

/* Subtle Vertical Edge Accent (Left) */
.glass-corporate-card::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0;
    width: 4px;
    background: linear-gradient(180deg, #059669 0%, #10b981 100%); /* Refined Emerald Gradient */
    opacity: 1;
    z-index: 5;
}

.glass-corporate-card:hover {
    transform: translateY(-6px);
    /* Layered depth for floating effect */
    box-shadow: 
        0 10px 15px -3px rgba(0, 0, 0, 0.03), 
        0 4px 6px -2px rgba(0, 0, 0, 0.01),
        0 20px 40px -5px rgba(0, 0, 0, 0.04);
    border-color: rgba(5, 150, 105, 0.1);
}

.glass-card-content {
    padding: 32px 32px 24px 36px; /* Slightly more padding on left for accent spacing */
    flex-grow: 1;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

/* Remove colorful blob from previous iteration */
.glass-card-content::after {
    display: none;
}

.glass-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

/* Understated Ratings */
.glass-rating {
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b; /* Muted Slate */
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
}

.glass-rating i {
    color: #d97706; /* Refined Gold/Amber */
    font-size: 0.85rem;
}

/* Understated Duration */
.glass-duration {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8; /* Light Slate */
    background: #f8fafc;
    padding: 4px 10px;
    border-radius: 4px; /* More corporate/squared */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #e2e8f0;
}

.glass-title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b; /* Slate 800 */
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.025em; /* Tighter tracking */
}

.glass-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.glass-title a:hover {
    color: #059669; /* Corporate Emerald */
}

.glass-desc {
    color: #64748b; /* Slate 500 */
    font-size: 0.925rem;
    line-height: 1.65;
    margin-bottom: 28px;
    flex-grow: 1;
    font-weight: 400;
}

/* Tech Rail - Integrated Satin Look */
.glass-tech-rail {
    display: flex;
    gap: 8px;
    margin-top: auto;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f8fafc; /* Very subtle separation */
}

.glass-tech-item {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff, #f1f5f9); /* Satin finish */
    border-radius: 50%;
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,1), 
        0 1px 2px rgba(0,0,0,0.03); /* Subtle embedding */
    border: 1px solid #e2e8f0;
    padding: 7px;
    transition: all 0.3s ease;
}

.glass-tech-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.85; /* Slightly muted */
    transition: opacity 0.3s ease;
}

.glass-corporate-card:hover .glass-tech-item {
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.glass-corporate-card:hover .glass-tech-item img {
    opacity: 1;
}

/* Footer Surface */
.glass-footer-surface {
    padding: 20px 32px 24px 36px;
    background: #f8fafc; /* Solid subtle satin gray, no blur needed for corp feel */
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}

.glass-price-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.glass-price-group .label {
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}

.glass-price-group .price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a; /* Darkest slate, almost black */
    letter-spacing: -0.03em;
    line-height: 1;
}

/* Luxury Green CTA */
.glass-cta-btn {
    padding: 10px 24px;
    background: linear-gradient(180deg, #15803d 0%, #166534 100%); /* Deep rich green */
    color: #ffffff;
    border-radius: 8px; /* Slightly squarer for corporate */
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.15), /* Inner highlight */
        0 4px 6px rgba(22, 101, 52, 0.2); /* Deep shadow */
    border: 1px solid #14532d;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.glass-cta-btn:hover {
    background: linear-gradient(180deg, #16a34a 0%, #15803d 100%); /* Brighter but still rich on hover */
    transform: translateY(-1px);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 6px 12px rgba(22, 101, 52, 0.3);
}

.price-currency {
  font-family: 'arial' !important;
}