@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
body {
  font-family: "Lato", serif;
  margin: 0px;
  padding: 0px;
}
*{
  outline: none;
}
a, a:hover {
  text-decoration: none;
}

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

h2, p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input, textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}


@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-9 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe6 {
  position: relative;
  animation-name: animation-9;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes pulse-border1 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pulse-border1 {
  position: relative;
  animation-name: pulse-border1;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.login_btn {
  display: inline-block;
  font-family: "Lato", serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  background:#EF7220;
  color: #FFF;
  padding: 14px 16px;
  transition: all 0.4s;
  border-radius: 5px;
  position: relative;
}
.login_btn:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
  transition: all 0.4s;
}
.login_btn:hover span {
  transition: all 0.4s;
  transform: rotate(0deg);
}
.login_btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  z-index: -1;
  background: var(--ztc-text-text-13);
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
}
.login_btn:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.login_btn span {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s36);
  text-align: center;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-4);
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

/*============= COMMON CSS AREA ENDS===============*/

/*============= HEADER CSS AREA ===============*/

.main-menu {
  position: relative;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.7;
}
.main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 33%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 330px;
}
.main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 20%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 14%;
  right: 14%;
}
.main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 6px 15px;
}
.main-menu ul li .tp-submenu .homemenu-thumb .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.main-menu ul li .tp-submenu .homemenu-thumb .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -71px;
  top: -66px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.main-menu ul li .tp-submenu .homemenu-thumb .text h2 {
  font-size: var(--ztc-font-size-font-s12);
  font-weight: var(--ztc-weight-bold);
  font-family: "Lato", serif;
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s12);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
}
.main-menu ul li .tp-submenu .homemenu-content a {
  font-family: "Lato", serif;
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  margin-top: 20px;
  text-align: center;
}
.main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
  top: 201.3%;
}
.main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 87px;
  position: absolute;
  transition: all 0.4s;
}
.main-menu ul li a {
  font-family: "Lato", serif;
  font-size: 14px;
  font-weight: 700;
  color:#000;
  display: inline-block;
  transition: all 0.4s;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 14px;
}
.main-menu ul li:hover > a {
  transition: all 0.4s;
  /* color: #EF7220 !important;
  border-bottom: solid 2px #EF7220; */
  background: rgb(246,70,110);
  background: linear-gradient(180deg, rgba(246,70,110,1) 0%, rgba(252,128,101,1) 100%);
  color: #fff;
}
.menuActive{
  /* color: #EF7220;
  border-bottom: solid 2px #EF7220; */
  background: rgb(246,70,110);
  background: linear-gradient(180deg, rgba(246,70,110,1) 0%, rgba(252,128,101,1) 100%);
  color: #fff !important;
}
.main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: #FFF;
  top: 100px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  left: -255px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  display: block;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
}
.main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: #FFF;
  top: 100px;
  width: 225px;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
}
.main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 25px;
  color: #EF7220;
}
.main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: #EF7220;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: #000;
}
.main-menu ul li ul.dropdown-padding li {
  display: block;
}
.main-menu ul li ul.dropdown-padding li a {
  font-family: "Lato", serif;
  font-weight: 500;
  transition: all 0.4s;
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: #000;
  border-bottom: none;
}
.main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 3px;
  transition: all 0.4s;
  z-index: -1;
  left: -10px;
  top: 20%;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background: #EF7220;
}
.main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: #fff;
}
.main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: 0;
}

.header-area.homepage1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background: #FFF;
  transition: all 0.4s;
}
.site-logo{
  padding: 10px 0;
}

/*============= HEADER CSS AREA ENDS ===============*/

.hero-section-area{
  width: 100%;
  float: left;
  position: relative;
}
.slider_img {
  width: 100%;
  padding: 140px 0;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.hero_head{
  max-width: 640px;
}

.hero_head h1 span{
  color: #F5C362;
}

.hero_head h1 {
  font-size: 50px;
  text-align: left;
  background: linear-gradient(276deg, #d65f07 0%, #FFF 100%);
  background-size: 200% auto;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 15px;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 1s linear infinite;
  animation: shine 1s linear infinite;
}

 @-webkit-keyframes shine {
    to {
      background-position: 200% center;
    }
  }
  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }

.hero_head p {
  color: #FFF;
  width: 0;
   font-size: 18px;
   font-weight: 400;
  max-width: max-content;
  overflow: hidden; 
  border-right: 0.05em solid #464545;
  white-space: nowrap;
  margin-bottom: 15px;
}

.typing-erase {
  animation: 
    typing-erase 5s steps(40, end) infinite,
    blink-caret 0.5s step-end infinite;
}

@keyframes typing-erase {
  0% { width: 0; }
  50% { width: 100%; }
  80%, 100% { width: 0; }
}

@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: gray; }
}
.hero_btn_area{
  padding-top: 15px;
}
.hero_btn{
  background: rgb(246,70,110);
  background: linear-gradient(180deg, rgba(246,70,110,1) 0%, rgba(252,128,101,1) 100%);
  color: #fff;
  padding: 15px 20px;
  border-radius: 14px;
  font-weight: 700;
}
.hero_btn:hover,
.hero_btn:focus{
  background: #EF7220;
  color: #FFF;
}
.slick-dots{
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.slick-dots button {
    background: #ffffff66;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 16px;
    font-size: 0;
}
.slick-dots .slick-active button {
  background: #EF7220;
}

/* .stats_section_area{
  width: 100%;
  float: left;
  background: url(../../assets/images/stats_bg.svg) no-repeat;
  background-size: cover;
  padding: 70px 0;
} */

.stats_section_area{
  padding: 70px 0;
  width: 100%;
  float: left;
}

.stats_box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    background: rgb(246,70,110);
    background: linear-gradient(180deg, rgba(246,70,110,1) 0%, rgba(252,128,101,1) 100%);
    padding: 30px 0px;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* border-right: solid 1px #ffffff73; */
}
.stats_box:hover {
  transform: scale(1.1); /* Zoom effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}
.border_none{
  border-right: none;
}
.stats_icon {
    background: #E9F8F3;
    border-radius: 14px;
    padding: 7px;
    width: 50px;
    height: 50px;
}

.stats_icon img {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: cover;
}

.stats_icon_outer {
  
}

.stats_content h5 {
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    line-height: 26px;
}

.stats_content h6 {
    color: #FFF;
    font-size: 20px;
    text-transform: capitalize;
}


.courses_section_area{
  width: 100%;
  float: left;
  padding: 60px 0 60px 0;
  text-align: center;
}
.course_content_box{
  width: 100%;
  text-align: left;
}
.course_content_box h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    color: #000;
}

.course_content_box ul {
  margin: 0 0 20px 30px;
  padding: 0px;
  list-style: none;
  display: block;
}

.course_content_box li {
  display: flex;
  gap: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  align-items: center;
  margin-bottom: 15px;
}
.course_content_box .know_more_btn {
  margin-left: 30px;
} 
.course_content_box li .pointer-img{background-color: #fff; border-radius:14px; height: 50px; width: 50px; display: flex; align-items: center; justify-content: center;}
.course_content_box li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.know_more_btn {
    background: rgb(246,70,110);
    background: linear-gradient(180deg, rgba(246,70,110,1) 0%, rgba(252,128,101,1) 100%);
    color: #FFF;
    padding: 10px 60px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 14px;
    display: inline-block;
    float: left;
}
.know_more_btn:hover,
.know_more_btn:focus {
  background: #EF7220;
  color: #FFF;
}
.course_btn_area{
  display: flex;
    justify-content: center;
    padding: 40px 0 70px 0;
}
.course_btn_area .book_btn {
    background: #29A354;
    padding: 14px 30px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

.course_btn_area .book_btn:hover, .course_btn_area .book_btn:focus {
    background: #ef7220;
}
button.slick-prev {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    background: #0603034a;
    width: 45px;
    height: 45px;
    border-radius: 40px;
    border: none;
    left: 45%;
}

button.slick-next {
    position: absolute;
    bottom: -70px;
    font-size: 0;
    background: #0603034a;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: none;
    right: 45%;
}

button.slick-prev:before {
    content: "";
    background: url(../../assets/images/arrow_left.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}
button.slick-next:before {
    content: "";
    background: url(../../assets/images/arrow_right.svg) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
}

.partner_section_area {
    width: 100%;
    float: left;
    background: #F4F4F4;
    padding: 60px 0 120px 0;
    text-align: center;
}
.blinking-image {
  width: 100%; /* Adjust size as needed */
  /* animation: blink 1s infinite; Blink every second */
}

@keyframes blink {
  0%, 100% {
    opacity: 1; /* Fully visible */
  }
  50% {
    opacity: 0; /* Invisible */
  }
}
.partner_section_area h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 25px;
}

.partner_box {
    background: #FFF;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}

.partner_box img {
    margin: auto;
}

.partner-slider .slick-track {
    display: flex;
    gap: 15px;
    margin: 5px;
}

.sucess_section_area {
    width: 100%;
    float: left;
    background: url('../../assets/images/sucess_bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 120px 0;
    text-align: center;
}

.sucess_section_area h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}
.sucess_box {
    background-color: #fff;
    border-radius: 14px;
    padding: 0 20px 0 0;
    margin-bottom: 30px;
}
.sucess_story-container{display: flex; gap: 20px;}
.success_img{flex: 40%;}
.success_content{flex: 60%; padding-top: 15px;}
.success_img img{
  width: 260px;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
}

.sucess-slider .slick-track {
    display: flex;
    gap: 20px;
}

.success_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.success_head h6 {
    color: #B9BBD2;
}

.success_head img {
    border-radius: 40px;
}
.success_name h6{
  font-size: 18px;
  font-weight: 700;
}
.success_achieve{display: flex; gap: 20px; justify-content: center; align-items: center;}
.sucess_box p {
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    height: 120px;
    overflow: hidden;
}

.success_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;   
         
}
.success_bottom img {
  width: auto;
}

.success_bottom label {
    color: #B9BBD2;
    font-size: 14px;
}

.course_tab_section_area {
    padding: 60px 0;
    width: 100%;
    float: left;
}
.course_tab_section_area h2 {
  margin-bottom:50px !important;
  }
.course_tab_section_area h2{text-align: center; font-weight: 700; font-size: 48px; margin-bottom: 60px;}
.course_tab_section_area .tab-pane .inner_tab_wrap{margin-bottom: 30px; justify-content: space-between;}
.course_tab_section_area .tab-pane .inner_tab_wrap li button{
  background-color: #f4f4f4 !important;
  color: #000;
  padding: 10px 20px;
  border-radius: 14px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
  border-bottom: 0px solid #000;
  font-size: 20px;
}
.course_tab_section_area .tab-pane .inner_tab_wrap li button.active{
  background-color: #003554 !important;
  color: #fff;
}

.main_tab_wrap {margin-bottom: 30px;border: none;gap: 20px;}

.main_tab_wrap .main_tab {
    border: solid 2px #D4D4D4;
    border-radius: 5px;
    border-color: #D4D4D4 !important;
    color: #8c8c8c;
    font-weight: 500;
    padding: 15px 40px;
}

.main_tab_wrap .main_tab.active {
    background: #1559EA;
    color: #FFF;
    border-color: #1559EA !important;
}

.pay_after_btn {
  background: #1559EA;
    color: #FFF;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 5px;
    border:none;
    margin-bottom: 30px;
    border-color: #1559EA !important;
}

.inner_tab {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #A0A3BD;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 0;
}
.inner_tab:hover, .inner_tab:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #170F49;
    border-bottom: solid 2px #1559ea;
    border-color: #1559ea !important;
}
.inner_tab.active {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #170F49;
    border-bottom: solid 2px #1559ea;
    border-color: #1559ea !important;!i;!;
}

.inner_tab_wrap {
    gap: 30px;
    border: none;
}

.course_tab_content {
    border-radius: 14px;
    padding: 30px;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}

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

.course_tab_content ul li {
    background: #f4f4f4;
    margin-bottom: 15px;
    padding: 0px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    gap: 10px;
    color: #000;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
}

.course_tab_content ul li span {
    background: #003554;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: solid 2px #FFF;
}
.journey_web{
  display: block;
}
.journey_mob{
  display: none;
}
.video_section_area {
    padding: 60px 0 90px 0;
    width: 100%;
    float: left;
    text-align: center;
}

.video-tutorials{
  background: url(../../assets/images/video_area.jpeg) no-repeat;
  background-size: cover;
}


.video_section_area h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}

.video-slider .slick-track {
    gap: 20px;
    display: flex;
}
.video_box iframe {
    width: 100%;
}

.video_section_area .slick-dots{
  bottom: -30px;
}
.video_section_area .slick-dots button {
    background: #6a6a6a61;
    border: none;
    width: 10px;
    height: 12px;
    border-radius: 16px;
    font-size: 0;
}
.video_section_area .slick-active button {
  background: #003554;
}

.testimonial_section_area {
    width: 100%;
    float: left;
    padding: 60px 0 90px 0;
}

.testimonial_head {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial_head span {
    font-size: 14px;
    text-transform: uppercase;
    color: #4A3AFF;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.testimonial_head h2 {
    color: #000000;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 15px;
}

.testimonial_head p {
    color: #8B8B8B;
}

.testimonial-slider .slick-track {
    display: flex;
    gap: 52px;
}

.testimonial_box {
    position: relative;
}

.testimonial_bottom {
    position: absolute;
    bottom: 0;
    width: 96%;
    display: flex;
    justify-content: space-between;
    padding: 180px 25px 25px 25px;
    align-items: center;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,1) 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.testimonial_left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.testimonial_left h6 {
    color: #FFF;
    font-weight: 600;
}

.testimonial_left p {
    color: #d4d4d8;
}

button.testimonial_play {
    border: none;
    background: no-repeat;
}
button.testimonial_play img {
    border-radius: 0px;
}
.testimonial_box img {
    border-radius: 15px;
}
.testimonial_box img:hover{
-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial_section_area .slick-dots{
  bottom: -30px;
}
.testimonial_section_area .slick-dots button {
    background: #6a6a6a61;
    border: none;
    width: 10px;
    height: 12px;
    border-radius: 16px;
    font-size: 0;
}
.testimonial_section_area .slick-dots .slick-active button {
  background: #4A3AFF;
}

.mentor_section_area{
  width: 100%;
  float: left;
  background:#000 url(../../assets/images/mentors_bg.jpeg) no-repeat;
  background-size: cover;
  padding: 60px 0 90px 0;
  text-align: center;
  background-attachment: fixed;
}
.mentor_section_area h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.mentor_box {
    width: 100%;
    background: #FFF;
    padding: 10px;
}

.mentor_section_area .slick-track {
    gap: 30px;
    display: flex;
}

.mentor_box > img {
    width: 100%;
    height: 355px;
    object-fit: cover;
}
.mentor_box > img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.mentor_content {
    padding: 15px 0;
}

.mentor_content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mentor_content p {
    color: #8C94A3;
    font-size: 13px;
}

.mentor_footer {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #E9EAF0;
    padding-top: 15px;
    padding-bottom: 5px;
}

.mentor_footer_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.mentor_footer_left > img {
    width: 20px;
}

.mentor_footer_left h6 {
    font-weight: 700;
    color: #4E5566;
}

.mentor_footer_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    justify-content: end;
}

.mentor_footer_right h6 {
    font-weight: 700;
    color: #4E5566;
}

.mentor_section_area .slick-dots{
  bottom: -30px;
}
.mentor_section_area .slick-dots button {
    background: #ccc;
    border: none;
    width: 10px;
    height: 12px;
    border-radius: 16px;
    font-size: 0;
}
.mentor_section_area .slick-dots .slick-active button {
  background: #003554;
}

.cta_section_area{
  width: 100%;
  background: #003554;
  float: left;
  padding: 60px 0;
}
.cta_box {
  background: rgb(246,70,110);
  background: linear-gradient(180deg, rgba(246,70,110,1) 0%, rgba(252,128,101,1) 100%);
  border-radius: 12px;
  padding: 35px 30px;
  text-align: center;
  width: 100%;
  display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta_box:hover {
  transform: scale(1.1); /* Zoom effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}
/*.cta_box:hover{
  background:#EF7220;
}*/

.cta_box h6 {
    color: #fff;
    font-weight: 700;
}

.cta_icon {
    background: #003554;
    padding: 15px;
    border-radius: 14px;
    width: 68px;
    height: 68px;
    display: inline-block;
    margin-bottom: 20px;
}
.cta_icon:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}
.event_section_area {
    width: 100%;
    float: left;
    padding: 60px 0 90px 0;
}

.event_section_area h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000000;
    text-align: center;
}

.event_head {
    width: 100%;
    position: relative;
}
.event_head:hover img {
    transform: scale(1.2) rotate(-4deg);
    transition: all 0.8s;
}

.event_head {
    overflow: hidden;
}
.event_head img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.event_date {
    background: #29A354;
    width: 72px;
    height: 76px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    position: absolute;
    top: 30px;
    left: 30px;
}

.event_date label {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
}

.event_name {
    background: #4A3AFF;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.event_description {
    padding: 25px 30px 30px 30px;
    background: #EEEEEE;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.event_description h3 {
    color: #111827;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
}

.event_description p {
    color: #3D7A81;
    margin-bottom: 18px;
    height: 72px;
    overflow: hidden;
}

.join_btn {
  background: rgb(246, 70, 110);
  background: linear-gradient(180deg, rgba(246, 70, 110, 1) 0%, rgba(252, 128, 101, 1) 100%);
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 14px;
    display: inline-block;
}

.join_btn:hover, .join_btn:focus {
    background: #ef7220;
    color: #FFF;
}
.event-slider .slick-track {
    gap: 80px;
    display: flex;
}
.event_section_area .slick-dots{
  bottom: -30px;
}
.event_section_area .slick-dots button {
    background: #58565661;
    border: none;
    width: 10px;
    height: 12px;
    border-radius: 16px;
    font-size: 0;
}
.event_section_area .slick-dots .slick-active button {
  background: #003554;
}
.fs-22{font-size: 22px;} .fw-700{font-weight: 700;} .mb-25{margin-bottom: 25px;}
.footer-section-area {
    width: 100%;
    float: left;
    padding: 50px 0 0px 0;
    border-top:1px solid rgba(0,0,0,0.2);
}
.particle-banner{position: relative;}
.particle-banner canvas{
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes rotateme {
  0% {
      -webkit-transform: rotate(0deg);
      opacity: 1;
    }

  50% {
      -webkit-transform: rotate(180deg);
      opacity: 0.7;
    }
  100% {
      -webkit-transform: rotate(360deg);
      opacity: 1;
    }
}
@-moz-keyframes rotateme {
  0% {
      -moz-transform: rotate(0deg);
      opacity: 1;
    }

  50% {
      -moz-transform: rotate(180deg);
      opacity: 0.7;
    }
  100% {
      -moz-transform: rotate(360deg);
      opacity: 1;
    }
}
@-o-keyframes rotateme {
  0% {
      -o-transform: rotate(0deg);
      opacity: 1;
    }

  50% {
      -o-transform: rotate(180deg);
      opacity: 0.7;
    }
  100% {
      -o-transform: rotate(360deg);
      opacity: 1;
    }
}

@keyframes rotateme {
  
   0% {
      transform: rotate(0deg);
      opacity: 1;
    }

  50% {
      transform: rotate(180deg);
    }
  100% {
      transform: rotate(360deg);
      opacity: 1;
    }
}
.footer_logo{
  width: 100%;
  padding-bottom: 15px;
}
.footer_address {
    width: 100%;
    margin-bottom: 20px;
}

.footer_address li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer_social {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
}

.footer_address li a {
    color: #000;
}
.footer_address li a img {
   width: 19px;
   height: 19px;
}
.footer_address li a:hover, .footer_address li a:focus {
    color: #ef7220;
}

.footer_copyright {
    background: #2F2E2E;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}

.footer_btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* height: 100%;
    align-items: center;
    justify-content: center; */
}

.footer_form {
  background: rgb(246,70,110);
  background: linear-gradient(180deg, rgba(246,70,110,1) 0%, rgba(252,128,101,1) 100%);
    border-radius: 14px;
    padding: 20px;
    width: 100%;
    display: inline-block;
    margin-bottom: 34px;
}

.footer_form h4 {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer_form input {
    padding: 8px;
    border: none;
    border-radius: 14px;
}
.btn_submit {
    width: 100%;
    border: none;
    border-radius: 5px;
}.btn_submit {
    background: #fff;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 14px;
}

.btn_submit:hover, .btn_submit:focus {
    background: #ef7220;
    color: #FFF;
}

.callback_btn {
    background: #EF7220;
    padding: 12px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

.callback_btn:hover, .callback_btn:focus {
    background: #000;
    color: #FFF;
}

.whatsapp_btn {
    background: #29A354;
    padding: 12px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.whatsapp_btn img {
    width: 18px;
}

.whatsapp_btn:hover, .whatsapp_btn:focus {
    background: #f5c362;
    color: #000;
}
.mobile-header{
  display: none;
}
.innerpage-section-area{
  width: 100%;
  float: left;
  background: url(../../assets/images/stats_bg.svg) no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.inner-header h1 {
    color: #FFF;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 16px;
    transition: all 0.4s;
}
.inner-header a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #FFF;
    display: inline-block;
    transition: all 0.4s;
    line-height: 24px;
}
.faq_section_area{
  width: 100%;
  float: left;
  padding: 60px 0;
}
.faq_section_area_check{
  background: #fff5ed;
}
.sucess_story_area{
  width: 100%;
  float: left;
  padding: 60px 0;
  background: #fff5ed;
}
.accordian-tabs-area .accordion .accordion-item {
    background: #FFF;
    border-radius: 7px;
    border: 1px solid #E0E4E8;
}
.space24 {
    height: 24px;
}
.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: #EF7220 !important;
}
.accordion-item .accordion-button{
  font-weight: 600;
}
.accordion-button, .accordion-body{
  background-color: #fff7ef !important;
}

.blog-author-boxarea {
    background: #FFF;
    position: relative;
    z-index: 1;
    border:solid 1px #D9D9D9;
    margin-bottom: 30px;
}
.blog-author-boxarea .img1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.blog-author-boxarea .img1 img {
  height: 235px;
  object-fit: cover;
  border-radius: 0;
}
.blog-author-boxarea .content-area {
    padding: 24px;
}
.blog-author-boxarea .content-area .tags-area ul {
    margin-bottom: 16px;
}
.tags-area ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.tags-area ul li a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.4s;
    color: #848484;
    margin-bottom: 0;
}
.tags-area ul li a img {
    margin: -2px 6px 0 0;
}
.blog-author-boxarea .content-area a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    transition: all 0.4s;
    display: inline-block;
    margin-bottom: 12px;
}
.blog-author-boxarea .content-area a:hover,
.blog-author-boxarea .content-area a:focus{
  color: #EF7220 ;
}
.blog-author-boxarea .content-area p {
   font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
}
.blog-author-boxarea .content-area a.readmore {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    transition: all 0.4s;
    margin-bottom: 0;
}
.blog-author-boxarea .content-area a.readmore:hover,
.blog-author-boxarea .content-area a.readmore:focus{
  color: #EF7220 ;
}

.blog-auhtor-sidebar-area .tags-area ul {
    margin-bottom: 16px;
}
.blog-auhtor-sidebar-area .tags-area ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}
.blog-auhtor-sidebar-area .tags-area ul li a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.4s;
    color: #848484;
    margin-bottom: 0;
}
.heading2 h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}
.img1{
  margin-bottom: 30px;
}
.img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.heading2 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}
.space50 {
    height: 50px;
}
.blog-auhtor-sidebar-area h3{
  font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.right-area {
    position: relative;
    margin-top: 24px;
}
.right-area .check1 {
    position: absolute;
}
.right-area .content {
    padding-left: 30px;
}
.pera-box {
    border-radius: 7px;
    background: rgba(78, 47, 218, 0.05);
    padding: 40px 92px;
    text-align: center;
    margin-bottom: 30px;
}
.pera-box a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #D8D6F1;
    text-align: center;
    margin: 0 auto;
}
.social-tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:25px 0 25px 0;
    border-top: 1px solid #A3ADBB;
    border-bottom: 1px solid #A3ADBB;
    margin-bottom: 30px;
}
.social-tags .social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-tags .social ul li {
    display: inline-block;
}
.social-tags .social ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: #DBE2F0;
    margin: 0 10px 0 0;
}
.learning-videos{
      display: block;
    width: 100%;
    margin-bottom: 20px;
}
.learning-videos iframe{
    width: 100%;
}
.download_pdf_btn_wrap{
  width: 100%;
  text-align: center;
    display: inline-block;
}
.download_pdf_btn {
   padding: 18px 22px;
   width: 220px;
   text-align: center;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 14px;
   border-radius: 5px;
   display: flex;
   gap: 5px;
   justify-content: center;
       margin: auto;
}
/* .download_pdf_btn {
    padding: 18px 22px;
    width: 70px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    gap: 5px;
    justify-content: center;
    margin: auto;
} */

.download_pdf_btn img {
   color: #FFF;
   width: 22px;
}


.sucess_box_wrap{
  margin-bottom: 30px;
}
.sucess_box_wrap .sucess_box {
background: #252746;
}
.testimonial_wrapper .testimonial_box{
  margin-bottom: 30px;
}
.testimonial_wrapper .testimonial_box .testimonial_bottom{
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
}

.alumni_box_wrap{
  margin-bottom: 25px;
}
.alumni_box {
    border: solid 1px #c6c6c6;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
}

.alumni_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.alumni_head h6 {
    color: #818181;
}

.alumni_head img {
    border-radius: 40px;
}

.alumni_box p {
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}

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

.alumni_bottom label {
    color: #818181;
    font-size: 14px;
}
.package{
  background-color: #003554;
  border-radius:14px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 30px;
    display: inline-block;
}
.success_position label{color: #626262; margin-bottom: 15px;}

/*=============== Gallery CSS Start Here===============*/

.magnific-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.mfp-bottom-bar,*{
   font-family: "Lato", serif;
}
.magnific-img {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }


/*================ Gallery Css ENd Here===============*/




/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
  background: #FFF;
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
}
.mobile-header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.mobile-nav-icon {
    font-size: 23px;
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #161616;
}
.mobile-sidebar.mobile-sidebar1 {
    background: #FFF;
}
.mobile-sidebar.mobile-menu-active {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}
.mobile-sidebar {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #F6F6EC;
    z-index: 99;
    padding: 40px 30px;
    left: -100%;
    top: 0;
        bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #161616;
    cursor: pointer;
}
.logosicon-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
ul.mobile-nav-list {
    margin-top: 30px;
}
.mobile-nav li {
    position: relative;
    z-index: 2;
    border-bottom: solid 1px #00000021;
}
span.submenu-button {
    position: absolute;
    width: 100%;
    height: 44px;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .3s;
}
.mobile-nav li a {
    font-size: 16px;
    line-height: 24px;
    color: #161616;
    padding: 10px 10px;
    display: block;
    font-weight: 600 !important;
        justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.hash-nav {
    display: flex !important;
    justify-content: space-between;
}
.sub-menu {
    padding-left: 20px;
    display: none;
}
.hash-has-sub a {
    font-weight: 500 !important;
}

/*============= MOBILE MENU CSS AREA ===============*/
.video_section_area .video_box .testimonial_bottom {
    height: 90px;
    width: 100%;
    padding-top: 20px;
    text-align: left;
    opacity: 1;
}

.video_section_area .video_box {
    position: relative;
    margin-bottom: 30px;
}
.partner_section_area h2, .course_content_box h4, .sucess_section_area h2, .course_tab_section_area h2, .video_section_area h2, .mentor_section_area h2, .event_section_area h2 {
  font-size: 45px;
  text-align: center;
  background: linear-gradient(276deg, #d65f07 0%, #000 100%);
  background-size: 200% auto;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 1s linear infinite;
  animation: shine 1s linear infinite;
}
.faq_head {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

/*====================== Responsive Css Start Here====================*/

@media (max-width: 1199px) {
  .main-menu ul li a{
    padding: 32px 10px;
  }
  .hero_head h1 {
    font-size: 40px;
  }
  .stats_content h5 {
    font-size: 18px;
  }
  .stats_content h6 {
      font-size: 14px;
  }
  .course_content_box li {
    font-size: 15px;
  }
  .course-slider button.slick-next {
    right: 46%;
  }
  .course-slider button.slick-prev {
      left: 46%;
  }
  .course-slider button.slick-next {
    right: 46%;
  }
  .course-slider button.slick-prev {
      left: 46%;
  }
  .course_tab_content ul li {
      font-size: 14px;
      gap: 5px;
  }
  .course_tab_content {
      padding: 20px 15px;
  }
  .testimonial_bottom {
    width: 88%;
  }
  .event-slider .slick-track{
    gap: 40px;
  }
  .hero_head p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .innerpage-section-area {
    margin-top: 88px;
}
  .header-area{
    display: none;
  }
  .mobile-header{
    display: block;
  }
  .stats_section_area .col-sm-3 {
    width: 50%;
  }

  .stats_box {
      margin-bottom: 25px;
      justify-content: center;
      border: none;
  }
  .stats_icon_outer{flex:40%;}
  .stats_icon{float: right;}
  .stats_content{flex: 60%;}
  .stats_content h5 {
      font-size: 22px;
  }

  .stats_content h6 {
      font-size: 16px;
  }
  .stats_section_area {
    padding: 60px 0 35px 0;
  }
  .course-slider .slick-track {
    gap: 20px;
}
.course_content_box h4 {
    font-size: 18px;
}

.course_content_box li {
    font-size: 13px;
}
.course-slider button.slick-next {
    right: 44%;
}
.course-slider button.slick-prev {
    left: 44%;
}
.main_tab_wrap .main_tab {
    padding: 12px 18px;
    font-size: 13px;
}

.main_tab_wrap {
    gap: 10px;
}
.inner_tab_wrap {
    gap: 20px;
}
.course_tab_content img {
    width: 290px;
    height: auto;
}
.course_tab_content .journey_web{
  width: 100% !important;
}
.testimonial_bottom {
    width: 100%;
}
.testimonial-slider .slick-track {
    gap: 30px;
}
.cta_box {
    height: 194px;
}

.event-slider .slick-track {
    gap: 20px;
}

.event_date {
    top: 15px;
    left: 15px;
}

.event_name {
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    padding: 5px 10px;
}

.event_description {
    padding: 15px;
}

.event_description h3 {
    font-size: 18px;
}

.event_description p {
    font-size: 14px;
}
.footer-section-area .col-sm-4 {
    width: 50%;
}

.footer-section-area .col-sm-4:last-child {
    margin: auto;
}
.course_content_box {
    width: 100%;
    max-width: 520px;
}

.courses_section_area {
    background-position: right;
   padding: 90px 0 90px 0;
}


}

@media (max-width: 767px) {
  .mobile-nav.mobile-nav1 {
    overflow: auto;
    height: 50%;
}
.footer_logo a img {
  max-width: 80px;
}


.logos img {
  width:80px;
  }
.mobile-logo img{ 
  width:80px;
  }
ul.mobile-nav-list {
    margin-top:0px;
}
  .sucess_box p {
    height: auto;
  }
  button.slick-next{
     right: 35%;
  }
  button.slick-prev{
    left: 35%;
  }
.sucess_section_area button.slick-next.slick-arrow {
    right: 35%;
}

.sucess_section_area  button.slick-prev.slick-arrow {
    left: 35%;
} 
  .course-slider button.slick-next {
    right: 42%;
}

.course-slider button.slick-prev {
    left: 42%;
}
.hero_head h1 {
    font-size: 30px;
}

.main_tab_wrap .main_tab {
    width: 100%;
}

.main_tab_wrap {
    justify-content: space-between;
}

.main_tab_wrap li {
    width: 100%;
}
.course_tab_content {
    flex-direction: column;
}
.testimonial_head h2 {
    font-size: 26px;
}
.testimonial_box img {
    width: 100%;
}
.cta_box{
  margin-bottom: 30px;
}
.footer-section-area .col-sm-4{
  width: 100%;
  margin-bottom: 30px;
}
.cta_section_area {
    padding-bottom: 30px;
}
.inner_tab_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    flex-wrap: nowrap;
}
}


@media (max-width: 480px) {
  .stats_section_area .col-sm-3{
    width: 100%;
  }
  .slider_img{
    padding: 140px 0 80px 0;
  }
  .courses_section_area{
    padding: 90px 0 0px 0;
  }
  .sucess_box{
    padding: 0 0 15px 0;
  }
  .sucess_story-container{
    flex-direction: column;
  }
  .f_top { margin-top:20px; }
  .success_img{flex: 100%;}
  .success_content{flex: 100%; padding: 0 15px 0 15px;}
  .success_img img{width: 100%; object-position:top; height:466px;}
  .sucess_section_area h2, .partner_section_area h2, .course_content_box h4, .course_tab_section_area h2, .video_section_area h2, .testimonial_head h2, .mentor_section_area h2, .event_section_area h2 {font-size:30px}
  .course_tab_section_area .tab-pane .inner_tab_wrap li button{font-size: 14px; margin-bottom: 15px;}
  .sucess_box.slick-slide{height: auto;}
  .course_tab_section_area{padding: 60px 0;}
  .bubble{display: none;}
  .mentor_section_area .slick-track, .event-slider .slick-track, .video-slider .slick-track, .sucess-slider .slick-track{gap: 0;}
  .partner-slider .slick-track{gap: 10px;}
}




.img-gallery-magnific .card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.img-gallery-magnific .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(128, 21, 21, 0.2);
}


.nav-pills .nav-link.active {
  background: linear-gradient(180deg, rgba(246,70,110,1) 0%, rgba(252,128,101,1) 100%);
  color: #fff;
}

.site-logo img {
  width: 80px;
}

.check1 img{
  width: 30px;
}
.course_tab_content ul li p {
    flex: 1;
}
