/* 
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Source Serif Pro', serif; 
 font-family: "DM Sans", sans-serif;
 font-family: "Manrope", sans-serif;
*/
/*================================= comoon css =================================*/
html{
  scroll-behaviour : smooth;
} 
.section-map {
    overflow: hidden;
}
.footer_list .contact-item i:before {
    font-size: 20px;
}

body {
    font-family: "DM Sans", sans-serif;
	touch-action: manipulation;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	background: #ffffff;
  color:#151515;
   -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
    user-select: none;  
  }
  .container {
    max-width: 1320px !important;
}

.software-sales{
    
    background-image: url('../images/softwaresale.jpg');
    background-size: cover;
    background-position: center;
}
.new-logo-topcourse-image{
    position: absolute;
    top: 30px;
    right: 20px;
    width: 30px;
    z-index: 10;
}
@media (max-width: 576px) {
    .new-logo-topcourse-image {
        position: absolute;
        top: 14px;
        right: 20px;
        width: 30px;
        z-index: 10;
    }
}

.nav-search{
    
    margin: 0;
}
.services-sidebar-content h5 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    text-transform: lowercase;
    line-height: 120%;
}
.contact-item i:before {
    color: #fff;
    font-size: 18px;
}
.section-count-item p {
    font-size: 24px;
}
.contact-item {
    display: flex;
    gap: 15px;
}
.custom-query-box {
    background: #e4f9ee;
    border-radius: 15px;
}

@media (max-width: 576px) {
    .custom-query-box {
        text-align: center;
        flex-direction: column !important;
    }

    .custom-query-box a.btn {
        width: 100%;
    }
}


.bg-orange{
      background-color: #EB592A;
}
.bg-green{
  background-color: #008799;
}

.font_primary{
    font-family: "DM Sans", sans-serif;
}
.font_secondary, .footer_list a{
 font-family: "Manrope", sans-serif;
}
.text_primary, .logo_heading, .navbar-nav-link:hover, .footer_list a{
  color:#151515 !important;
}
.text_secondary, .footer_list a:hover{
  color:#d4e5f5 !important;
}
.bg_primary{
  background-color:#151515;
}
.bg_secondary{
  background-color:#d763ff;
}
.container{
	max-width: 1180px;
}  
p, h1, h2, h3, h4, h5, h6{
  margin-bottom:0px;
}
/* custom scroll */
::-webkit-scrollbar {
	width: 8px;
	height: 20px;
  }
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px #fff;
  }
  ::-webkit-scrollbar-thumb {
	background:#002957;
	box-shadow: inset 0 0 6px #002957;
  }
  
  /* custom scroll */
.text-blue{
  color: #002957 !important;
}
a.text-oreang,  .text-oreang{
  color: #ea771e !important;
}

  p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #394630;
  }
  /* heading css */
  h1 {
  color:#151515;
  font-family: "Manrope", sans-serif;
font-weight:700;
font-size:40px;
line-height:100%;
margin:0
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #151515;
 font-family: "Manrope", sans-serif;
}
h3 {
 font-family: "Manrope", sans-serif;
  font-size: 25px;
  font-weight: 900;
  color: #151515;
  line-height: 30px;
}
h5 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #151515;
  text-transform: capitalize;
  font-weight: 700;
 font-family: "Manrope", sans-serif;
}
h6 {
 font-family: "Manrope", sans-serif;
  color: #151515;
  font-size: 26px;
  font-weight: 700;
}
.font-small{
  font-size: 14px !important;
  line-height: 120%;
}
.font-tiny{
  font-size: 12px !important;
  line-height: 120%;
}
  /* heading css */
  p:last-child{
	margin-bottom:0px;
  }
  button::-moz-focus-inner {
	border: 0;
  }
  :focus {
	outline: none;
  }
  ::-moz-focus-inner {
	border: 0;
  }
  button:focus {
	outline: none;
  }
  a,
  a:hover,
  button,
  button:hover, .indus_block, .indus_block:hover, .form-group input, .form-group input:focus {
	transition: all 0.5s ease 0s !important;
  }

/*================================= 4 Global Styles (#glob) =================================*/
.page-content {
  padding-top: 111px;
  position: relative;
}
.sticky_form {
    display: none;
    position: fixed;
    top:55%;
    right: 0;
    z-index: 81;
    max-width: 300px;
    z-index: 9999;
}
.position-fixed {
    position: fixed !important;
}
.section-spacer{
  padding:100px 0px;
}
.logo_heading h3 {
 font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
}
.logo_heading img {
  width: 200px;
  object-fit: cover;
}
.navbar-nav-link {
  position: relative;
  display: block;
  cursor: pointer;
  outline: 0;
  transition: all ease-in-out .15s;
  color: #151515 !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  padding: 0 16px !important;
  font-size: 12px !important;
}
.tab-menu:hover {
    background:#2196f3 !important;
    color:white !important;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.button-hover:hover,
.button-hover:focus {
  color: #ffffff !important; /* Keeps text color the same on hover */
  background-color:#2196f3 !important; /* Keeps background color the same on hover */
}

.magnet-button {
  display: inline-flex;
  white-space: nowrap;
  color: #151515;
  background: transparent;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
 font-family: "Manrope", sans-serif;
  font-weight: 700;
  padding: 9px 30px;
  letter-spacing: .1em;
  border: 1px solid #e1e1e1;
}
button.magnet-button {
  width: 178px;
  height: 52px;
  display: flex;
  align-items: center;
}
.magnet-button:hover{
  border-color: #151515;
  color:#151515;
  background:transparent;
}
.fixed-top{
  z-index: 999;
  background:#fff;
}
.custom-header.sticky .navbar {
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.sub-heading {
  position: relative;
  padding-left: 0;
  color: rgba(24, 24, 21, .5);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px !important;
  margin-bottom: 15px !important;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.section-about .right_content img {
  height: 480px;
  object-fit: cover;
  object-position:top;
}
.service_block img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
}
.service_block {
  padding: 30px;
  box-shadow: 1px 1px 8px 0px rgb(225 225 225) !important;
  margin: 10px;
  position: relative;
}
.service_block h3 {
  padding: 20px 0px 25px;
}
.service_block:hover, .section_services .owl-item.active.center {
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
}
.section_services{
  position:relative;
  overflow:hidden;
}
.top-slider{
  overflow:hidden;
}
/* .section_services .owl-stage-outer{
  overflow: visible;
} */
.footer_top, .footer-copyright {
  border-top: 1px solid #e1e1e1;
}
.footer_list a, .footer-detail{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500 !important;
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  color: #808080 !important;
}
.footer_top .cta-content {
  background: none;
  padding: 0 !important;
  width: 90%;
}
.footer-copyright p {
  font-size: 12px !important;
}
.footer_bottom {
  background: #002957;
}
.social-group a {
  color: #d763ff;
  font-size: 16px;
  font-weight: 700;
  margin: 0px 8px;
}
.breadcrumbs_heading{
    color: rgba(24,24,21,.5);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: Source Sans Pro!important;
    margin-bottom: 30px;
}
.bg_heading h5{
  font-size: 63px;
  letter-spacing: 0.76px;
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 1px #000;
}
.img-size-1 {
  width: 100%;
}
.right_img {
  margin-top: 100px;
}
h4.number {
  font-size: 60px;
  font-weight: 700;
  text-align:center;
}
h4 {
  font-size: 60px;
  line-height: 70px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
section.section_project a {
  font-size: 55px;
  line-height: 60px;
  position: relative;
  font-weight: 700;
}
section.section_project a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: currentColor;
  transition: transform 0.45s cubic-bezier(.4,.22,.21,1.04);
}
section.section_project a{
  color:#fff !important;
}
section.section_project a:hover:after{
  transform: scaleX(0);
}
.section_project{
  background-image: url(../images/project-bg.png);
  background-color:#000;
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}
.section_teach_content .nav-link {
  font-size: 18px;
  color: #151515;
  font-weight: 600;
  position: relative;
  padding: 20px 30px;
}
.section_teach_content .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;  
  background: transparent;  
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(.4,.22,.21,1.04);
}
.nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after{
  background: #d763ff;
  transform: scaleX(1);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-color: transparent;
}
.indus_block img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.m-icon{
  width: 100px !important;
}
.indus_block h6 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 18px;
}
.indus_block{
  padding: 40px 15px;
}
.indus_block:hover {
  box-shadow: 0px 20px 100px rgb(0 0 0 / 10%);
}
.indus_block:hover img{
  -webkit-filter: unset;
  filter: unset;
}
.s_block .img_block img {
  width: 60px;
}

.s_block h3{
  font-size: 20px;
}
.s_block p {
  font-size: 15px;
  line-height: 25px;
}
.s_block .img_block {
  /* background-image: url(../images/shape-dot.png); */
  box-shadow: 1px 1px 8px 0px rgb(225 225 225) !important;
  width:150px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  /* animation: rotation 8s infinite linear; */
}
.slider-nav img{
  width:50px;
}
.section_services .left_col {
    position: static!important;
    z-index: 9;
    background: #fff;
}
.section_services .slider-for {
  background-position: top;
  position: absolute;
  height: 100%;
  width: 35%;
  left: 0px;
  background-size: cover;
  background: #fff;
}
.slider-for img {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  width: inherit;
  height: 420px;
  object-fit: cover;
  object-position: center;
}
.slick-arrow {
  background: #151515;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  cursor: pointer;
}
.slick-arrow:before {
  color: #fff;
  font-size: 12px;
}
i.fa.fa-chevron-left.slick-arrow {
  position: absolute;
   top: -139px;
  right: 50px;
}
i.fa.fa-chevron-right.slick-arrow {
  position: absolute;
   top: -139px;
  right: 0;
}
.slider-nav .img_block {
  background: #f8f8f8;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.services_block p {
  font-size: 14px;
  line-height: 27px;
  margin-top: 20px;
}
.services_block {
  padding: 25px;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
  border: 1px solid #eee;
  margin: 14px;
  position: relative;
}
.slider-nav .slick-list{
  overflow: visible;
}
a.btn_more {
  color: #d763ff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.1px;
  opacity: 0;
}
.slider-nav .item.slick-slide.slick-current.slick-active .services_block a.btn_more {
  opacity: 1;
}
form.contact_form h5, form.contact_form span {
  color: #ccc;
  font-size: 14px;
  text-transform: initial;
  font-weight: 600;
}
.hi_fi_icon{
  width:50px;
}

.button-group-pills .btn {
  border-radius: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-left: 10px;
    border-color: #bbbbbb;
    background-color: #FFF;
    color: #151515;
    width: 178px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}
.button-group-pills .btn.active {
  border-color: #151515;
  background-color: #151515;
  color: #FFF;
  box-shadow: none;
}
.button-group-pills .btn:hover {
  border-color: #151515;
  background-color: #151515;
  color: #FFF;
}
.check_group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
label.btn.btn-default:focus {
  box-shadow: none !important;
}
textarea {
  overflow: auto;
  width: 100%;
}
.label_check {
 font-family: "Manrope", sans-serif;
}
.form-group input, .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #22281e26;
  padding-bottom: 20px;
  font-size: 14px;
  color:#000;
}
.form-group textarea{
  height:100px;
}
.form-group input:focus {
  border-color: #151515;
}
::-webkit-input-placeholder { /* Edge */
 font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  color: #000;
  text-transform: initial;
  font-size: 14px;
  font-weight: 500;
}

::placeholder {
 font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
section.work_content h4 {
 font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 35px;
}
.work_content .label {
  color: #666;
  font-size: 18px;
}
.work_block {
  margin-bottom: 100px;
  border: 15px solid #fff;
}
.work_content_right_content{
  position: relative;
  top: 200px;
}
.s_heading h3 {
 font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  padding-top: 30px;
}
.footer_sub_heading h5 {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.section_services_content section.fv img {
  object-position: center;
  object-fit: contain !important;
}
.about_slider_header {
  padding: 2.2rem 2.5rem;
      background: #fbe0dc;
      border-radius: 2rem;
      width: 350px;
      margin: 0 auto;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
}
img.about_slider_img {
  width: 139px !important;
  object-fit: contain;
  position: absolute;
  top: 22px;
  right: 0;
  height: auto !important;
  opacity: 0.4;
}
.skill_content img {
  width: 50px !important;
  height: 50px  !important;
  margin:0 auto;
  object-fit: contain !important;
}
.skill_content h6 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.filter{
  filter: brightness(0.5);
}

.dropdown-content {
  background: #fff;
  position: absolute;
  top: 67px;
  left: 0;
  display:none;
  opacity:0;
  box-shadow: 0 0 122px 5px rgba(63,4,4,.14);
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.course-dropdown:hover .dropdown-content {
  display: block;
  opacity:1;
  transition: all 0.5s ease 0s;
}
.dropdown-content .nav-pills {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.16);
  margin-bottom: 0 !important;
  height: 435px;
  overflow: scroll;
  display: block !important;
}
.dropdown-content .nav-pills.flex-column .nav-link {
  color: #181815;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1 !important;
  text-align: left;
  position: relative;
  width: 100%;
}
.dropdown-content .nav-pills.flex-column .nav-link {
  color: #181815;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1 !important;
  text-align: left;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  border-radius: 0 !important;
  padding: 16px 20px !important;
  text-transform: uppercase;
  font-weight: 600;
}
.dropdown-content .nav-pills .nav-link.active, .dropdown-content .nav-pills .show>.nav-link {
  background: #042752;
  color: #fff !important;
}
.custom_header a.course-listing-item:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #002957;
  left: 28px;
  transform: rotate(45deg);
  top: 18px;
}
 a.course-listing-item {
  background: #1977cc0f;
  color: #181815;
  padding: 10px 20px 10px 35px;
  border-radius: 6px;
  width: 100%;
  font-family: 'source serif pro' !important;
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
}
a.course-listing-item:hover {
  background-color:#2196f373;
  /*color: #ffffff;*/
}
.course-list-time span {
  font-size: 12px;
}
.custom_header .tab-content .row {
  gap: 16px 0px;
}
.custom_header li.nav-item {
  height: 45px;
  display: flex;
  align-items: center;
}

a.btn-v1 {
  background: #002957;
  color: #fff;
  font-size: 14px;
  display: flex;
  border-radius: 0px;
  padding: 6px 20px;
  min-width: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  border:1px solid #002957;
  transition: all 0.5s ease 0s;
}
.btn-v2 {
  background: #002957;
  color: #fff;
  font-size: 14px;
  display: flex;
  border-radius: 0px;
  padding: 8px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  width: fit-content;
  border:1px solid #002957;
  transition: all 0.5s ease 0s;
}
.btn-v2:hover, a.btn-v1:hover{
  background: transparent;
  color: #002957;
}
.course-dropdown .tab-content {
  padding: 30px 30px 30px 0px;
  height: 100%;
}
a.navbar-nav-link.all-course {
  background: #002957;
  border-radius: 6px;
  white-space: nowrap;
  color: #ffff !important;
}
.custom-header a.btn-v1{
  height: 65px;
  width: 170px;
}
a.course-listing-item h6{
 color:#000;
    font-size: 16px;
}
span.course-line {
  display: inline-flex;
  background: #2f4989;
  width: 1px;
  height: 9px;
}
.course-list-time {
  display: flex;
  align-items: center;
  gap: 9px;
}
.top-header {
  background: #4881b014;
  position: relative;
  transition: all .5s linear 0s;
}
.fixed .top-header {
  margin-top: -69px;
  transition: all .5s linear 0s;
}
.top-header a{
  font-size:12px;
}
.top-banner{
  background-image: url(../images/banne-im.png);
  height:100vh;
  background-size: cover;
}
.review-im_wrapper {
  width: 174px;
}
.banner-view-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-rating img {
  width: 120px;
  object-fit: contain;
}
.banner-views {
  display: flex;
  align-items: center;
  gap: 40px;
}
.top-banner .row{
  height:100vh;
  align-items: center;
}
.navbar-brand {
  padding-top: 5px !important;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

.slider img {
  width: 208px;
  height: 101px;
  animation: scroll 20s linear infinite;
  object-fit: contain;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1dedc;
  border-radius: 11px;
  padding: 20px;
}
.slide-logo-heading h6 {
  font-size: 18px;
  font-weight: 800;
}
.slider {
  position: relative;
}

/* .slider:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to left, transparent, #ffffff) no-repeat bottom;
}
.slider:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to left, transparent, #ffffff) no-repeat bottom;
} */
/* .slider:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to left, #ffffff, #ffffff00) no-repeat bottom;
  z-index: 999;
} */
.section-count-item p {
  color: #71819f;
}
.section-count-item h3 {
     font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
}
.section-count-logo-inner {
  z-index: 99;
  background-color: #002957;
  border-radius: 26px;
  position: relative;
}
.slide-logo {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e1dedc;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0px;
}
.section-count-grid {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.counter {
  position: relative;
  top: 50px;
}
/* .page-content:after {
  content: "";
  position: absolute;
  width: 86.6vw;
  height: 100%;
  background: url(../images/grid.svg);
  left: 0;
  top: 0;
  background-size: 100%;
  z-index: -1;
} */
.baner-content {
  position: relative;
  z-index: 99;
}
.top-header a {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.about-im-wrapper{
  height:250px;
}
.about-im-wrapper img{
  object-fit: cover;
  border-radius: 6px;
}
.banner-left-content-2 .view-heading-3{
  font-size: 14px;
}
.about-view {
  border: 1px solid #e1dedc;
  border-radius: 6px;
  padding: 15px;
}
.about-view .review-im_wrapper {
  width: 100px;
}
.about-im-wrapper video {
  height: 100%;
  border-radius: 6px;
  object-fit:contain;
  width: 100%;
}
.about-overlay-text h4{
  font-size: 18px;
}
.about-overlay-text{
  position: absolute;
  bottom:15px;
  left:15px;
}
.about-overlay-text h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 800;
}
.section-heading h2{
  font-family: "DM Sans", sans-serif;
  font-weight:700;
  font-size:45px;
  line-height: 110%;
 letter-spacing: 1px;
}
.section-heading{
  margin-bottom: 35px;
}
.bg-gradiant{
 background-color:#002957;
  background-size: cover;
  background-position: center;
}
.section-heading.center .sub-heading{
  width: fit-content;
  margin: 0 auto;
}
.partner-logo-item {
  width: 16%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1dedc;
    border-radius: 11px;
    padding: 20px;
}
.partner-logo-item img {
  object-fit: contain;
}
.partner-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  display: flex;
  justify-content: center;
}
.partner-logo-item img {
  object-fit: contain;
  height: 60px !important;
}
.course-listing li{
  list-style:none;
}
.course-listing{
  display:flex;
  flex-direction:column;
  gap:10px;
}
 .course-heading-home{
      background: radial-gradient(36.82% 130.32% at 103.8% -16.69%, #02a1fb 0, #031c5b 180%);
     /*background: radial-gradient(36.82% 130.32% at 103.8% -16.69%, #031c5b 0, #02a1fb 180%);*/
      text-align:center;
      color:white;
  }
  
.course-listing li a {
  color: #394630;
  font-size: 14px;
  line-height: 140% !important;
  display: flex;
  align-items: baseline;
}
.couse-im-wrapper {
  height: 254px;
}
.couse-im-wrapper img {
object-fit: cover;
border-top-left-radius: 11px;
border-top-right-radius:11px;
}
.course-content h5, .learn-item h5 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}
.course-content {
  margin-top: 24px;
  padding: 0px 30px 00px;
}
.course-content li a{
  position: relative;
  padding-left: 20px;
}
.course-content li a::before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #002957;
  left: 0px;
  transform: rotate(45deg);
  top: 5px;

}

.course-item {
  border: 1px solid #e1dedc;
  box-shadow: 0 0 122px 5px rgba(63,4,4,.14);
  border-radius: 11px;
  height: 100%;
}
.course-bottom{
  border-top: 1px solid #e1dedc;
  padding:20px;
}
section.courses .row {
  gap: 20px 0px;
}
.social-media a {
  background: #002957;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.social-media a i{
  display:flex;
  justify-content: center;
  align-items: center;
}
.social-media a i:before {
  font-size: 14px;
  color: #fff;
}
.social-media {
  display: flex;
  gap: 10px;
}
.footer_heading h5 {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.footer_list i:before {
  font-size: 8px;
}

.custom-footer {
  background-image: url(https://lizza.wpengine.com/lms/wp-content/uploads/sites/12/2023/09/Pattern-Bg-4.png);
}
.footer_list a i {
  margin-right: 5px;
}
.cta-content{
  border-radius:24px;
  padding: 80px 50px 80px 50px;
}
.features-points-item i {
  color: #002957;
  font-size: 16px;
}
.features-points{
  gap: 15px;
}
.cta {
 margin-bottom: 80px;
}
.footer_top {
  padding-top: 100px !important;
}
.cta-im-wrapper {
  height: 300px;
}
.cta-im-wrapper img{
  object-fit: contain;
}
.top-header-menu h2{
  font-size:16px;
}
.count-down span strong {
  font-size: 12px;
  width: 30px;
  height: 30px;
  background:linear-gradient(180deg, #F44336 0%, #FF7043 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff !important;
}
.count-flex span{
  font-size: 12px;
  gap:10px;
  color:#000;
  
}
.count-flex, .count-flex span{
  display:flex;
  width: 100%;
}
.nav-serach-course {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
  border: 1px solid #e1dedc;
  border-radius:30px;
}
.count-flex{
  gap:20px
}
.top-header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.nav-search input {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #394630;
  border: 0;
  padding-left: 15px;
  padding-right: 60px;
}

.nav-search input::-ms-input-placeholder { /* Edge 12-18 */
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #394630;
}

.nav-search input::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #394630;
}
.nav-search button.icon {
  border: 0;
  background: #002957;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.nav-search {
  width: 100%;
}
.nav-search {
  padding-left: 0;
  border-left: 1px solid #e1dedc;
  position: relative;
  width: 400px;
}
.nav-serach-course ul {
  padding-left: 10px !important;
}
.nav-search button.icon {
  border: 0;
  background: #002957;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: -7px;
  right: 0px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.nav-search button.icon svg, .nav-search button.icon path {
  fill: #fff;
}

.courses .slick-list, .innovative-course .slick-list{
  overflow:unset;
}
.courses .slick-track
{
    display: flex !important;
}

.courses .slick-slide
{
    height: inherit !important;
}
.courses .slick-slider, .innovative-course .slick-slider, .testimonial .slick-slider{
  margin:0 -15px;
}
.courses .slick-slide, .innovative-course .slick-slide,  .testimonial .slick-slide{
  margin-right:10px;
  margin-left:10px;
}
.slick-prev, .slick-next {
  background: #002957 !important;
  z-index: 99 !important;
  position: absolute !important;
  top: -40px !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slick-prev {
  left: auto !important;
  right: 80px !important;
}
.slick-prev:before {
  content: "\f053" !important;
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome !important;
  font-size: 14px !important;
  opacity: 1 !important;
}
.slick-next:before{
  content: "\f054" !important;
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome !important;
  text-rendering: auto;
  font-size: 14px !important;
  opacity: 1 !important;
}
.in-course-item{
  padding:30px;
  border-radius: 6px;
}
.in-course-item {
  height: 278px !important;
  overflow: hidden;
}
.in-course-im-wrapper {
  position: absolute;
  right: 0;
  width: 65%;
}
.in-course-im-wrapper {
  position: absolute;
  right: 0;
  width: 65%;
  bottom: -31px;
}
.in-course-item h5 {
  color: #fff;
}
button.video {
  border: 0;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  cursor: pointer;
}
button.video i {
  font-size: 14px;
}
.in-course-item h5 {
  color: #fff;
  position: relative;
  z-index: 99;
  width: 80%;
}
.bg-pink{
  background-color:#d0125a;
}
.bg-darkgreen{
  background-color:#14452f;
}
.bg-blue{
  background-color:#114fbe;
}
.count_up{
  background: #002957;
}

button.close {
  position: absolute;
  top: 4px;
  right: 10px;
  background: #002957;
  opacity: 1;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 4px solid #EB592A
}

.testimonial-person {
  width: 60px;
  height:  60px;
}
.testimonial-bottom-content{
  gap:20px
}
.testimonial-bottom-content-left h6{
  font-size: 18px;
}
.testimonial-item {
  border: 1px solid #e1dedc;
  border-radius: 11px;
  height: 100%;
  background: #fff;
  padding: 40px;
}.award-im-wrapper {
  box-sizing: content-box;
  padding: 15px;
  height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}
.award-im-wrapper img {
  object-fit: cover;
  object-position: top;
}
button.btn-speak {
  background-image: url(https://infosectrain.com/wp-content/themes/Divi/assets/images/home/success-thumbnail.webp);
  height: 400px;
  width: 80%;
  margin:0 auto;
  background-size: cover;
  border-radius: 11px;
  margin: 0 auto;
  text-align: center;
  display: flex;
    align-items: center;
    justify-content: center;
}
span.play-icon {
  background: #002957;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  border: 7px solid #ffffff2b;
  cursor: pointer;
}
.nav-mega-menu {
  box-shadow: 0 10px 20px 0 rgba(197,208,216,0.2);
}
ul.dropdown-menu {
  -webkit-transition: margin-top .25s cubic-bezier(.25,.1,.11,.99) .1s, opacity .2s cubic-bezier(.25,.1,.11,.99) .1s, height 0s ease-out .5s;
  -moz-transition: margin-top .25s cubic-bezier(.25, .1, .11, .99) .1s, opacity .2s cubic-bezier(.25, .1, .11, .99) .1s, height 0s ease-out .5s;
  transition: margin-top .25s cubic-bezier(.25,.1,.11,.99) .1s, opacity .2s cubic-bezier(.25,.1,.11,.99) .1s, height 0s ease-out .5s;
  border: 0;
 border-radius: 11px;
}
ul.dropdown-menu li a {
  padding: 5px 20px;
  display: block;
  border-bottom: 1px solid #e1dedc;
  position: relative;
  display: block;
  cursor: pointer;
  outline: 0;
  transition: all ease-in-out .15s;
  color: #151515 !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font-size: 12px !important;
}
ul.dropdown-menu li a:last-child {
  border: 0;
}
ul.dropdown-menu li a:hover {
  background: #dbdef9;
}
.dropdown-toggle::after{
  display:none;
}
.breadcrumb-content h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 35px;
}
.breadcrumb-content li{
  color: #000;
}
.breadcrumb-content li{
  list-style:none;
}
.breadcrumb-content ul {
  gap: 12px;
  padding: 0;
}
section.breadcrumb {
  margin-top: 55px;
}
.client-logo-item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1dedc;
  border-radius: 11px;
  padding: 30px 80px;
  box-shadow: 0 0 122px 5px rgba(63,4,4,.14);
  height: 100%;
}
.client-logo-item img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
section.client-logo .row {
  gap: 30px 0px;
}
.company-item h5 {
  font-weight: 700 !important;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  font-size: 60px !important;
  line-height: normal !important;
  font-family: source sans pro;
  color: #002957;
}
.company-item h3 {
  font-weight: 700;
  margin-bottom:20px;
}
.company-item {
  padding: 30px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
  height: 100%;
}

.certificate-im-wrapper{
  width: 55px;
  margin-right: 10px;
  height: 55px;
  border-radius: 100px;
  border: 4px solid #ECEDFF;
  background: #fff;
  padding:10px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.certificate-item {
  display: flex;
  gap: 15px;
}
.certificate-item h6 {
  color: #222;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.certificate-item  IMG{
  object-fit: contain;
}
.certificate-item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 40px 8px 10px;
  border: 1px solid #ddd;
  border-radius: 100px;
}
.certificate-row {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  justify-content: center;
  align-items: center;
}
.container.gallery-container {
  background-color: #fff;
  color: #35373a;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

/* Override bootstrap column paddings */
.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  height: 300px;
  object-fit: cover;
}
.tz-gallery a.lightbox {
  display: block;
  position: relative;
}
.tz-gallery .row {
  gap: 0px 0px !important;
}
/* .tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
} */


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(46 76 142 / 70%);
  content: '';
  transition: 0.4s;
  border-radius:10px;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}
.tz-gallery a.lightbox i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: #002957;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  opacity:0;
}
.tz-gallery a:hover.lightbox i {
  opacity: 1;
}

input.btn-v2 {
  height: 49px;
}
.support-wrapper-detail h4 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 800;
}
.support-wrapper-detail a {
  font-size: 12px;
}
.support-detail svg, .support-detail svg path {
  fill: #fff;
  height: 64px;
  width: 64px;
}
.support-detail.d-flex {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
}
.support-detail{
  gap:20px
}
.contatc-support-im-wrapper:after {
  content: '';
  background: linear-gradient(0deg, #002957, transparent);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.contact-support {
  padding: 50px 30px 50px 30px;
  background: #002957;
  border-radius: 7px;
}
.bottom-menu {
  border-top: 1px solid #e1dedc;
}
.highlight-course a {
  background: #002957;
  border-radius: 5px;
  color:#fff !important;
}
ul.highlight-course {
  gap: 20px;
}
.team-im-wrapper {
  height: 18.75rem;
  background: #f5f5f5;
}
.team-im-wrapper  img {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.team-item {
  text-align: center;
  border-radius: 24px;
  width: 100%;
  padding: .75rem .75rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  height: 100%;
}
.team-item h3{
  font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
section.team .row {
  gap: 20px 0px;
}
p.designation {
  font-size: 14px;
    color: #394630 !important;
}
.team-content {
  padding: 00px 30px;
}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  font-size: 14px;
  color: #ea771e;
  cursor: pointer;
  text-transform:capitalize;
}

.add-read-more{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
section.breadcrumb.course {
  height: 500px;
  background-size: cover;
  background-position: left;
  position: relative;
}
.breadcrumb-content{
  position: relative;
  z-index: 9;
}

section.breadcrumb.course:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-image: url(../images/Union.svg);*/
  top: 0;
  left: 0;
  background-size: cover;
}
section.breadcrumb.course button.btn-watch {
  background: #002957;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "DM Sans", sans-serif;
  padding: 10px 30px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 6px;
}
span.play-icon{
  width: 50px;
  height: 50px;
  border: 5px solid #ffffff2b;
}
.teach-icon{
  width:50px;
  height:50px;
  border-radius:100%;
}
.course-time-detail-item h6 {
  font-size: 20px;
}
.course-time-detail-item, .gap-20 {
  display: flex;
  gap: 20px;
  align-items: center;
}
.course-time-flex {
  gap: 20px;
}
img.ratings {
  width: 100px;
  margin-left: 10px;
}
.course-time-detail-row {
  box-shadow: 0 -1px 8px 3px rgb(34 40 30 / 8%);
  padding: 40px;
  border-radius: 11px;
  background: #fff;
}

.course-time-detail-item h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
section.course-time-detail {
  position: relative;
  bottom: 60px;
}
.gap-15 {
  gap: 15px;
}
p.course-price {
  background: #002957;
  color: #fff;
  font-size: 14px;
  display: flex;
  border-radius: 0px;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  width: fit-content;
  border: 1px solid #002957;
  transition: all 0.5s ease 0s;
  border-radius:6px;
}

section.course-tab-menu  .nav-item {
  font-size: 16px;
  position: relative;
}
section.course-tab-menu .nav-tabs .nav-item.show .nav-link, section.course-tab-menu .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom-color: #ddd;
}
section.course-tab-menu .nav-item:after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 2px !important;
  background: #002957 !important;
  bottom: 0 !important;
  left: 0 !important;
  transition: all 0.3s ease;
  transform: scale(0) !important;
}
section.course-tab-menu  .nav-item.nav-link.active:after{
  transform: unset !important;
}
section.course-tab-menu i.fa.fa-minus {
  position: absolute;
  left: 0;
  top: 3px;
}
section.course-tab-menu button.btn.btn-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.course-tab-menu button.btn.btn-link.collapsed i.fa.fa-plus.active {
  opacity: 1;
}
section.course-tab-menu button.btn.btn-link i.fa.fa-plus.active {
  opacity: 0;
}
.course-title p{
  font-weight:bold;
}
.course-content-header {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  background-color: #002957;
  border-bottom: 1px solid #443f60;
  align-items: center;
  padding: .94em 30px;
  display: flex;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.course-description .card {
  padding: 2rem;
  border-radius: 0;
  border-top: 1px solid #e1dedc !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.course-description {
  border: 1px solid #e1dedc;
  border-radius: 1rem;
}
section.course-tab-menu .card-body svg {
  width: 20px;
  height: 20px;
}
section.course-tab-menu .card-body svg path {
  fill: #002957;
}
.card-body ul li {
  list-style: none;
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 20px 10px;
}
.card-body ul {
  padding-left: 0;
  margin-top: 10px;
}
.card1.course-contact img {
  width: 30px;
}
/* custom radio button */
.custom-radio {
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border:1px solid #e1e1e1
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #d54e4e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}
label.label-heading {
  font-size: 16px;
  font-weight: 600;
}
.course-sticky {
  background-color: #fff;
  padding: 30px;
  border-radius: 11px;
  border: 1px solid #0000000a;
  position: relative;
}
.course-sticky input, .course-sticky textarea {
  border: 1px solid #ea771e;
  border-radius: 30px;
  padding: 12px 20px;
  height:45px;
}

/* .course-sticky:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -4px;
  background: linear-gradient(270deg, #EB7C69 20%, #2f4d8e 48%, #EB7C69 88%);
  -webkit-animation: shine 8s linear infinite;
  animation: shine 8s linear infinite;
  border-radius: inherit;
  background-size: 200% auto;
  z-index: -1;
} */
.faq-content .card {
  border-bottom: 1px solid #e1dedc !important;
  border-radius: 0;
  padding: 30px 0px;
}
.cta input.btn-v2 {
  background-color: #ea771e !important;
  position: relative;
  right: 45px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0px;
}
.cta input.btn-v2:hover{
background-color: #002957 !important;
color:#fff !important;
cursor: pointer;
}
.courses, section.innovative-courses {
  overflow: hidden;
}
.learn-im-wrapper{
  width:200px;
  height:200px;
  
}
.learn-im-wrapper img{
  object-fit: contain;
}
.learn-item {
  background: #002957;
  padding: 30px;
  border-radius: 11px;
  position: relative;
  z-index: 9;
  margin: 10px;
}


.offering .learn-im-wrapper {
  width: 150px;
  height: 150px;
}
.learn-item h5{
  margin-bottom: 10px;
}
.contact-cta {
    position: fixed;
    right: -58px;
    top: 200px;
    z-index: 99999;
    display: flex;
    align-items: end;
    gap: 10px;
    top: 50%;
    transform: translate(-0%, -50%);
}
.contact-fix-btn img {
  width: 30px;
}

.contact-fixed-content a {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}.contact-fix-block h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.contact-fix-block{
  -webkit-box-shadow: 0 0 20px 0 rgba(0,12,105,.1);
  box-shadow: 0 0 20px 0 rgba(0,12,105,.1);
  background-color: #fff;
  border-top-left-radius: 10px;
  padding: 20px;
  transform: translateX(150%);
  position: absolute !important;
  width: 340px;
  right: 53px;
  z-index: 9;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: -1px 4px 5px 1px rgba(20, 14, 20, .11);
  -moz-box-shadow: -1px 4px 5px 1px rgba(20, 14, 20, .11);
  box-shadow: -1px 4px 5px 1px rgba(20, 14, 20, .11);
  border-radius: 11px;
}
.contact-fixed-content a {
  font-size: 13px;
  line-height: 100%;
}
.contact-fix-block img {
  width: 40px;
  height: 40px;
}
.contact-fix-btn{
    
 padding: 10px 10px 10px;
display:flex;
align-items: center;
z-index: 9;
 border-radius: 10px;
 background: #002957;
 -webkit-box-shadow: 0 0 20px 0 rgba(0,12,105,.1);
 box-shadow: 0 0 20px 0 rgba(0,12,105,.1);
 cursor: pointer;
-webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 gap:10px
}
button.btn-hide {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 12px !important;
  font-weight: 600;
  cursor:pointer;
}

.contact-cta.show .contact-fix-block {
  transform: unset;
}
.contact-fix-btn p {
  font-weight: 600;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}
.popup-wrapper-content {
  width: 500px;
  margin: 0 auto;
}
.popup-wrapper {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #0000007a;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.footer_top {
  padding-top: 100px !important;
  background: #000;
}

.footer_top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://welgo.ai/wp-content/uploads/2024/03/Line-Pattern-foundvest-1.png);
  opacity: 0.1;
}
.footer_top .container {
  position: relative;
  z-index: 99;
}
.footer-top-menu-list a {
  border: 1px solid #fff;
  width: 100% !important;
  display: block;
  border-radius: 11px;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.footer-top-menu-list a:hover {
  background: #002957;
  border-color: #002957;
}

a.footer-contact-link svg {
  width: 14px;
}
a.footer-contact-link svg path{
  fill:#fff;
}
a.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
  color: #ffff;
  padding-bottom: 3px;
}
.footer_top{
  position: relative;
}
.row.footer-middle-row h4 {
  font-weight: 700;
  font-size: 48px;
}
ul.static-links li a {
  font-size: 14px;
  color: #fff;
  position: relative;
}
ul.static-links {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 999999999;
  justify-content: center;
}
/* .row.footer-bottom {
  border-top: 1px solid #FFFFFF2B;
} */
/*.top-slider{*/
/*  height:100%;*/
/*}*/
/*.top-slider-item img {*/
/*  object-fit: cover;*/
/*  object-position: center;*/
/*}*/


/*.slick-dots li.slick-active button:before {*/
/*  opacity: 100% !important;*/
/*  color: #fff !important;*/
/*}*/
/* .slick-dots li button::before{*/
/*  font-size: 17px !important;*/
/*  color: #ea771e !important;*/
/*  opacity: 100% !important;*/
/*}*/
/*.slick-dots{*/
/*  bottom: 36px !important;*/
/*}*/

.top-slider {
    position: relative;
    overflow: hidden;
    height: 100%; /* existing height */
}

.top-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.top-slider-item.active {
    opacity: 1;
    position: relative;
    z-index: 2;
}

.top-slider-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
}

.slick-dots li.slick-active button:before {
    opacity: 100% !important;
    color: #fff !important;
}

.slick-dots li button::before {
    font-size: 17px !important;
    color: #ea771e !important;
    opacity: 100% !important;
}

.slick-dots {
    bottom: 36px !important;
}


.course-menu-listing li{
  list-style:none;
}
.course-menu-listing {
  background: #f7f7f6;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 9999;
  box-shadow: 0 -1px 8px 3px rgb(34 40 30 / 8%);
}
.course-menu-listing li a {
  border: 1px solid #e1e1e1;
  display: block;
  border-radius: 11px;
  padding: 11px 30px;
  text-align: center;
  color: #000;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
}
.bg-light-blue{
  background-color: rgba(129, 214, 236, .1);
}

/* The custom check */
.custom-check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #e1e1e1;
}

/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
  background-color: #002957;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.count-down span {
  color: #fff;
} 
section.testimonial .slick-prev, section.testimonial .slick-next
{
  background: linear-gradient(180deg, #F44336 0%, #FF7043 100%) !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  font-size: 15px;
}
.select2-results__option{
  padding: 0px 8px;
    font-size: 15px;
}
.schedule-wrapper-header {
  background: #002957;
  color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 20px 30px;
}
.flex {
  gap: 15px;
}
.schedule-tab-wrapper .nav-tabs .nav-item.show .nav-link, .schedule-tab-wrapper .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #002957;
  border-color: #ddd #ddd #fff;
}
.schedule-tab-wrapper .nav-tabs .nav-link{
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 80px;
  border: 2px solid #012a57;
}
.schedule-tab-wrapper .nav-tabs {
  justify-content: center;
  gap: 20px;
}
.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.schedule-radio-button, .tab-small-content {
  border-top: 1px solid #e1dedc;
  border-bottom: 1px solid #e1dedc;
}
.select-group .select2-container .select2-selection--single{
  display:flex !important;
  align-items: center !important;
  border: 1px solid #e1e1e1 !important;
  height:45px;
  border-radius: 30px;
  padding: 24px;
}
.select-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 19px;
  width: 20px;
}
.schedule-label {
  width: fit-content;
  padding: 4px 10px;
  background: #ea771e3b;
  color: #fff;
  border-radius: 6px;
}
.check-list-item {
  display: flex;
  gap: 100px;
  align-items: center;
}
.check-list-item {
  padding: 30px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.check-list-wrap {
  height: 265px;
  overflow: scroll;
}
.schedule-wrapper {
  border: 1px solid #e1e1e1;
  border-top-right-radius: 21px;
  border-top-left-radius: 21px;
}
.enroll-wrapper-header {
  background: #002957;
}
.enroll-wrapper thead th {
  background: #ea771e3b;
  padding: 10px 20px !important;
  text-align: center;
  font-size: 16px;
}
.enroll-wrapper td {
  font-size: 14px;
  text-align: center;
}
.enroll-wrapper td {
  font-size: 14px;
  text-align: center;
  padding: 20px 10px;
}
.table {
  padding: 0 !important;
}
.table-responsive{
  display: table;
}
.enroll .modal-dialog {
  max-width: 560px;
  margin: 1.75rem auto;
}
form.enroll-form input, form.enroll-form textarea, .contact-form input, .contact-form textarea {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 20px 20px;
} 
select{
  width:100%;
}
select {
  width: 100%;
  font-size: 14px;
  height: 58px;
  border: 1px solid #e1e1e1;
  padding: 20px 20px;
}
.modal{
  z-index: 9999;
}
input.btn-v2.btn-submit {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 50px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
a.req-btn {
  border: 1px solid #08305c;
  color: #08305c;
  font-size: 14px;
  padding: 3px 30px;
  border-radius: 30px;
} 
a.req-btn:hover{
  background: #08305c;
  color:#fff;
}
.req-header h4 {
  font-size: 30px;
  font-weight: 600;
}
.req-panel {
  background: rgba(129, 214, 236, .1);
  padding: 40px;
  border-radius: 21px;
}
.req-panel .nav-tabs {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #08305c !important;
  border-radius: 30px;
}   
.req-panel .nav-link {
  font-size: 16px;
  border-radius: 30px !important;
  padding: 10px 45px;
  background: transparent;
  color: #08305c !important;
  font-weight: 700;
}
.req-panel .nav-tabs .nav-item.show .nav-link, .req-panel .nav-tabs .nav-link.active {
  background: #08305c;
  color: #fff !important;
}
.course-info .nav-tabs .nav-item.show .nav-link, .course-info .nav-tabs .nav-link.active {
  background: #ea771e3b;
  border-radius: 6px;
}
.nav-link {
  font-size: 16px;
  color: #000 !important;
  font-weight: 500 !important;
}
.course-info-header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.feeadback-wrapper .testimonial-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  background: #fff;
}
div#accordion .card {
  padding: 1.5rem;
  border-radius: 0;
  border-top: 1px solid #e1dedc !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
div#accordion .card:first-child {
  border: 0 !important;
}
.course-menu-listing li a:focus {
  background: #08305c17 !important;
  color: #08305c !important;
}
.services-sidebar input.w-100 {
  height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
}
.sidebar-shadow-wrapper {
  box-shadow: 0 0 8px 3px #22281e14;
  padding: 30px;
  background: #fff;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar-shadow-wrapper .nav-search{
  width:100%;
  border-left:0;
}
.services-sidebar{
  display: flex;
  flex-direction: column;
  gap:30px
}
h3.sidebar-heading {
  font-weight: 600;
  font-size: 24px;
}
.sidebar-label {
  background: #22281e0d;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 6px;
  color: #000;
}
.sidebar-label-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.services-sidebar-listing-im-wrapper {
  width: 90px;
  border-radius: 11px;
  height: 90px;
}
.services-sidebar-listing-im-wrapper img{
  border-radius: 11px;
}
.services-sidebar-listing-im-wrapper img {
  border-radius: 11px;
  object-fit: cover;
  object-position: right;
}
.services-sidebar-content p {
  font-size: 12px;
  line-height: 16px;
}
.services-sidebar-listing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services-detail-rich-box h2, .contact-detail-rich-box h2 {
  font-size: 24px;
}
.services-detail-rich-text, .contact-detail-rich-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.course-sticky select {
  border: 1px solid #ea771e;
  border-radius: 30px;
  padding: 12px 20px;
  height: 45px;
  width: 100% !important;
  font-size: 15px;
}
.cta-content {
  background: #002957;
}
section.breadcrumb {
  background-image: url(/uploads/blog_banner/BLOG.png);
  background-size: cover;
  height:400px;
  background-position: top;
  display: flex;
  align-items: center;
}
.contact-detail-icon-wrapper {
  width: 70px;
  height: 70px;
  background: #00295742;
  border-radius: 100%;
  padding: 21px;
}
.contact-detail-icon-wrapper {
  width: 70px;
  height: 70px;
  background: #002957;
  border-radius: 100%;
  padding: 10px;
}
.contact-detail-wrap {
  box-shadow: 0 -1px 8px 3px rgb(34 40 30 / 8%);
  padding: 40px;
  border-radius: 11px;
  background: #fff;
}
section.contact-detail-wrapper {
  position: relative;
  bottom: 60px;
}
.contact-wrapper {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 40px;
  border-radius: 21px;
  margin-right: 40px;
}
.cta-content{
background-image:url(../images/home-hero-section.png);
}

.contact-form label {
  font-size: 15px;
}
.contact-detail-rich-box ul li {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
  position: relative;
}
.contact-detail-rich-box ul li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #002957;
  left: -17px;
  transform: rotate(45deg);
  top: 13px;
}
.contact-detail-rich-box ul {
  padding-left: 25px;
  margin-top: 30px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.top-slider {
  padding-top: 73px;
}
.course-listing-job .nav-pills .nav-link.active, .course-listing-job .nav-pills .show>.nav-link{
  background-color:#002957;
  color:#fff !important;
}
.all-course-liting.listing .row {
  gap: 20px 0px;
}
section.course-listing-job .nav-link {
  font-size: 14px;
  padding: 20px;
  letter-spacing: 0.5px;
  width: 100%;
}
section.course-listing-job .row{
gap:20px 0px
}
section.course-listing-job a.course-listing-item{
  padding: 20px 20px 20px 35px;
}
section.course-listing-job a.course-listing-item h6{
  letter-spacing: 0.5px;
}
section.course-listing-job .nav-pills {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0,0,0,.16);
  margin-bottom: 0 !important;
  height: 460px;
  overflow-y: scroll;
  display: block !important;
  padding-bottom: 0 !important;
}
.circle-icon{
       height: 77px;
       width: 166px;
       margin-bottom: -58px;
       margin-left: -20px;"
   }
.course-listing li a:hover {
    background: #eef5ff;
    color: #1257ff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.blog-list-content h4 {
  font-size: 22px;
  color: #002957;
  font-weight: 600;
  line-height: 130%;
}
.blog-list-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
  padding: 0px 30px 30px;
}
.blog-im-wrapper{
  overflow: hidden;
}
.blog-im-wrapper img{
  object-fit: cover;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all .4s ease-in-out;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.blog-im-wrapper{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; 
}
.blog-item:hover .blog-im-wrapper img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
a.blog-item {
  box-shadow: 0px 4px 8px rgba(0,0,0,.16);
  border-radius: 16px;
}
.blog-wrapper .row{
  gap:30px 0px
}
.blog-header{
 height: 100% !important;
}
.author-box img {
  width: 71px;
  height: 71px;
  border-radius: 4px;
}
h2.sidebar-heading {
  font-size: 20px;
}
.shadow-box {
  box-shadow: 0px 4px 8px rgba(0,0,0,.16);
  border-radius: 16px;
  padding: 40px;
}
.subsccribe-blog input {
  border: 0;
  padding:0px 20px;
  font-size: 15px;
}
button.subcribe-btn {
  border: 0;
  background: #002957;
  width: 40px;
  height: 40px;
}
form.subscribe {
  justify-content: space-between;
  border: 1px solid #e1e1e1;
}
p.is-date {
  font-size: 12px;
}
.recent-post-content h6 {
  line-height: 140%;
  font-size: 18px;
}
.recent-post-im-wrapper img{
  object-fit: cover;
}
.sidebar-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.recent-post-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.recent-post-item:last-child {
  border-bottom: 0;
}
label.tag-item {
  font-size: 12px;
  background: #f4f4f4;
  padding: 7px 15px;
  border-radius: 7px;
  line-height: 100%;
}
.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-detail-wrapper h2 {
  font-size: 30px;
  line-height: 114%;
}
.blog-detail-wrapper h2 {
  font-size: 30px;
  line-height: 114%;
  margin-bottom: 20px;
  margin-top:20px;
}
.blog-detail-wrapper p{
 margin:10px 0px;
}
.blog-detail-wrapper li{
  list-style:none;
  position: relative;
  padding-left:15px;
  font-size:14px;
}
.blog-detail-wrapper li:after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #002957;
  left: 0;
  transform: rotate(45deg);
  top: 12px;
}
.blog-detail-wrapper ul{
  padding:0px;
}
a.footer-brand img {
  width: 180px !important;
}
.custom-header .dropdown-menu{
  min-width: 16.25rem;
}

.service-detail-icon {
  width: 60px;
  height: 60px;
}
.service-detail-icon img {
  width: 100%;
  height: 100%;
}
.service-detail-icon h6{
  font-size: 18px;
}
.services-detail-why-wrapper {
  box-shadow: 0 0 8px 3px #22281e14;
  padding: 30px;
  background: #fff;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.services-detail-why-wrapper h6 {
  font-size: 16px;
  line-height: 120%;
}
.service-detail-why .row {
  gap: 15px 0px;
  border-radius:16px;
}
a.navbar-nav-link.is-highlight {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(267deg, #E50914 -15.61%, #FF8A00 123.55%);
  color: #fff !important;
  border-radius: 5px;
}
.buy-licence-btn{
  height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  border-radius: 5px;
  background:radial-gradient(51.2% 62.5% at 51.2% -12.5%, #E50914 0%, #080808 250%);
}
.is_download .modal-dialog {
  max-width: 400px;
}
input.btn-v2.btn-submit:hover{
  color: #002957;
}
.award-item-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.award-item {
  width: 18%;
  border: 2px solid #f44336;
  border-radius: 15px 0px;
  margin: 5px;
}

section.count_up.section-spacer {
  overflow: hidden;
}
.wtsp_chat {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 100px;
  left: 30px;
  z-index: 9999;
}
.social_icon a {
  background: #ea771e;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.social_icon a:hover{
  background-color: #002957;
}
.social_icon {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.Course-ind-listing .all-course-liting .row {
  gap: 20px 0px;
}
.Course-ind-listing .course-listing-item {
  padding: 20px;
  background-color:#1977cc0f;
}
.Course-ind-listing .course-listing-item h6 {
  font-size: 16px !important;
}
.Course-ind-listing .course-listing-item span {
  font-size: 14px;
  color: #ea771e;
}
.Course-ind-listing .course-list-time span {
  font-size: 14px;
  color: #ea771e;
}
.calender_wrapper .nav-item {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  transition: all linear .15s;
  background-color: #002957;
  cursor: pointer;
  color: #fff !important;
  position: relative;
}
.calender_wrapper .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 20px;
}
.calender_wrapper .nav-item.nav-link.active{
  background: #ea771e;
}

.calender_wrapper .nav-item.nav-link:after {
  content: "";
  width: 19px;
  display: flex;
  flex-direction: column;
  height: 11px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -17px;
  transform: rotate(180deg);
  background: #ea771e;
  opacity: 0;
}
.calender_wrapper .nav-item.nav-link.active:after{
  opacity: 1;
}

.calender_wrapper table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.calender_wrapper table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.calender_wrapper table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.calender_wrapper table th,
.calender_wrapper table td {
  padding: .625em;
  text-align: center;
}

.calender_wrapper table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .course_certification-im-wrapper {
          height: 100%;
          margin-top: 20px;
      }
  .calender_wrapper table {
    border: 0;
  }

  .calender_wrapper table caption {
    font-size: 1.3em;
  }
  
  .calender_wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .calender_wrapper table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .calender_wrapper table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .calender_wrapper table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .calender_wrapper table td:last-child {
    border-bottom: 0;
  }
}

.calender_wrapper table th {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
  text-align: left;
  padding: 11px !important;
}
.calender_wrapper table td {
  font-size: 14px;
}
.calender_wrapper table td:first-child {
  text-align: left;
  color: #000 !important;
}
.calender_wrapper table td {
  font-size: 14px;
  line-height: 150%;
}
.calender_wrapper table td a{
  color:#000
}
.btn_training_cal {
  background: #022b58;
  color: #fff !important;
  padding: 5PX 10PX;
  border-radius: 5PX;
  cursor: pointer;
}
.modal_footer-detail a{
  color:#fff !important;
}
.modal_footer {
  background: linear-gradient(267deg, #E50914 -15.61%, #FF8A00 123.55%);
  color: #fff !important;
  padding: 20px;
}
.modal_footer-detail {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}
.modal_footer-detail i {
  font-size: 14px;
}
.modal_footer-detail img {
  width: 18px;
}
.custom_header a.course-listing-item:after{
  display:none;
}
.schedule-wrapper-header h6 {
  font-size: 20px;
}
.row.become_trainer form {
  box-sizing: content-box;
  padding: 30px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}
i.fa.fa-bars {
  color: #002957 !important;
}
.drop-button-wrapper {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.drop-button-wrapper .btn-v2{
  padding: 8px 30px;
}
.contact-fixed-content a {
  font-size: 13px;
}

.learn-im-wrapper img {
position: relative;
top:0px;
  transition: all .4s ease-in-out;
}
.learn-item:hover .learn-im-wrapper img {
  top:10px;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.achivement .tz-gallery a.lightbox{
  height: 100%;
}
.achivement .tz-gallery .lightbox img{
  height: 100%;
}
.section-count-item h3 {
  position: relative;
}
.section-count-item h3:after {
  content: "+";
}

.footer_top .cta-content .btn-v2 {
  position: absolute;
right: 0;
height: 100%;
border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.contact-fixed-content {
  text-align: left;
}
.service-detail-why h2 {
  font-size: 24px;
}

/* ccscs */

.img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.process-icon_wrapper {
  height: 119px;
}
.process-icon_wrapper img{
  object-fit: contain;
}
.ps-timeline-sec {
  position: relative;
  background: #fff;
  width: 100%;
  margin-top: 60px;
}
.ps-top {
  position: absolute;
  bottom: 90px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img{
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 300px 0;
  padding: 0;
  border-top: 2px solid #002957;
  list-style: none;
}
.ps-timeline-sec .container ol:before {
  background: #ea771e;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 49.2%;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #002957;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #df8625;
  font-size: 1rem;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
  display: flex;
    align-items: center;
    justify-content: center;
    background: #002957;
}ol.ps-timeline p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #002957;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #002957;
  width: 8px;
  height: 8px;
  background: #ea771e;
  position: absolute;
  bottom: 90px;
  left: 43%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #002957;
  width: 2px;
  height: 50px;
  background: #002957;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #002957;
  width: 8px;
  height: 8px;
  background: #ea771e;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}

.mobile-process_im-wrapper{
  height:200px
}
.mobile-process_im-wrapper img{
  object-fit: contain;
}
.count {
  width: 40px;
  height: 40px;
  border: 4px solid #002957;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #df8625;
  font-size: 1rem;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002957;
  font-weight: 600;
}
.mobile-process-pr {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.mobile-process_im-wrapper {
  height: 80px;
  margin-bottom: 15px;
}
.mobile-process {
  position: relative;
}
.mobile-process:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #002957;
  left: 20px;
  top: 0;
}
.mobile-process {
  padding-top: 40px;
}
.mobile-process .row {
  padding-bottom: 40px;
}
.step_im-wrapper {
  background: #fffcea;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Update Css for breadcrumb */
.top-breadcrumb .breadcrumb-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  width: 90%;
}
section.top-breadcrumb {
  height: 400px;
}
.breadcrumb-cover_im{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: top;
}
/* 


Updated CSS:  12-6*/
.nav-serach-course{
  padding-right: 5px;
}
.nav-search button.icon{
  width: 42px;
    height: 42px;
    top: -4px;
    right: 0px;
}

.custom-header .dropdown-menu {
  min-width: 19.25rem;
}
.footer_list a, .footer-detail{
  color: #fff !important;
}
.wtsp_chat {
  bottom: 80px;
  left: 20px;
}
.contact-fix-btn{
  background: linear-gradient(180deg, #F44336 0%, #FF7043 100%);
}
.thank_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 190px;
  padding: 80px 20px;
  gap: 32px;
}

.th_page .page-content {
  padding-top: 0;
}
.course_certification-item {
  display: flex;
  gap: 24px;
}
.course_certificatio-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
} 
.course_certification-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.course_certification-im-wrapper {
  box-sizing: content-box;
  padding: 15px;
  height: 400px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}
.course_certification-im-wrapper img{
  border-radius: 15px;
  object-fit:cover;
}
.main_page.th_page {
  min-height: 100% !important;
  padding: 0 !important;
}

.thank_content h1{
font-size:70px;
font-weight:600;
text-transform:uppercase;
}
.thank_content h2{
  font-weight:500;
  font-size: 32px;
}
.tk_logo_content img {
  width: 250px;
}
.tk_logo_content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.tk-follow {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.ca_item {
  border: 1px solid #e1dedc;
  box-shadow: 0 0 122px 5px rgba(63, 4, 4, .14);
  border-radius: 11px;
  padding: 20px;
  border-bottom: 4px solid #002957;
}
.section_careear .row {
  gap: 20px 0px;
}
ul.car-listing li {
  list-style: none;
  color: #394630;
  font-size: 14px;
  line-height: 140% !important;
  display: flex;
  align-items: baseline;
  position: relative;
  padding-left: 20px;
}
ul.car-listing {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.car-listing li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #002957;
  left: 0px;
  transform: rotate(45deg);
  top: 5px;
}
.captch-verify{
   background: white; 
   border: 1px solid #e1e1e1; 
   border-radius: 6px; 
   padding: 10px; 
   font-weight:bold;
   height:60px;
   text-align: center;
}
.captch-verify-btn{
    padding-left: 50%; 
    padding: 10px 20px; 
    text-align: center;
}

.ca_contact-list-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(267deg, #E50914 -15.61%, #FF8A00 123.55%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  color: #fff;  
}
.ca_contact-list-item {
  display: flex;
  gap: 20px;
  box-sizing: content-box;
  padding: 30px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
  background: #fff;
}
.ca_contact-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ca-contact.section-spacer form {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 40px;
  border-radius: 21px;
  margin-right: 40px;
}
.ca_contact-content a {
  color: #000;
}
.overview_heading {
  background: #ea771e;
  width: fit-content;
  padding: 10px 60px;
  border-radius: 30px;
  color: #fff !important;
}
.overview_content li {
  list-style: none;
  color: #394630;
  font-size: 14px;
  line-height: 140% !important;
  display: flex;
  align-items: baseline;
  position: relative;
  padding-left: 20px;
}
.overview_content li:before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #002957;
  left: 0px;
  transform: rotate(45deg);
  top: 5px;
}
.overview_content ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.overview_content .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.story_im-wrapper {
  height: 393px;
}
.story_im-wrapper img {
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.story-header-content {
  background: #f0faff;
  border-radius: 16px;
  padding: 44px;
  margin-top: 59px;
  right: 50px;
  z-index: 99;
  position: relative;
}
.story-header-content p{
  font-size: 18px;
  font-weight:600;
}
.stories_content {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #002957;
  border-radius: 16px;
}
.footer_top {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}
.row.footer-middle-row {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.row.footer-bottom {
  padding-top: 10px !important;
}
.schedule-wrapper-header .row {
  align-items: center;
}
.schedule-wrapper-header select#toCurrency {
  padding: 10px !important;
  height: 37px !important;
}
/* Updated CSS:  12-6* */



/*=================================== media query css ===================================*/


  @media only screen and (min-width: 300px) and (max-width: 767px) { 
      section.count_up .row {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.section-count-item p {
    font-size: 18px;
}
    .mobile-highlight_course {
      padding: 0px 20px;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 40px 0px;
  }
  .nav-mega-menu {
    box-shadow: 0 10px 20px 0 rgba(197, 208, 216, 0.2);
    background: #fff !important;
    /*height: 100vh;*/
}
div#navbar-navigation {
  min-height: 100vh !important;
}
  .mobile-highlight_course li a {
    background: #002957;
    color: #fff !important;
    display: flex;
    gap: 8px;
    width: 70%;
    padding: 10px 0px !important;
    align-items: center;
    justify-content: center;
    border-radius:5px
}
.mobile-highlight_course ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-menu li {
  border-bottom: 1px solid #eee;
}
.mobile-highlight_course li {
  display: flex;
  justify-content: center;
  height: 100% !important;
}
    a.navbar-nav-link.is-highlight{
      border-radius: 0px;
    }
      .course_certification-im-wrapper {
          height: 100%;
          margin-top: 20px;
      }
    .story-header-content{
      right: 0;
    }
    /* Updated CSS:  12-6* */
    .ca-contact.section-spacer form{
      margin-right: 0px;
    }
    .thank_content h1{
      font-size: 44px;
    }
    span.select2.select2-container.select2-container--default {
      width: 100% !important;
  }
  .course_certification .section-heading h2{
    font-size: 24px;
  }
  .course_certification-content h6 {
    font-size: 18px;
  }
  .course_certification-item {
    gap: 1rem;
}


      /* Updated CSS:  12-6* */






    .footer_top .cta-content{
      width:100%;
    }
    .shadow-box{
      padding: 20px;
    }
    .contact_pg.section-contact .row {
      gap: 0 !important;
  }
    .service-detail-why h2 {
      font-size: 25px;
  }
  .services-detail-why-wrapper{
    padding: 15px;
    height: 100%;
  }
  .services-detail-why-wrapper h6 {
    font-size: 16px;
    line-height: 120%;
}
.services-detail-rich-box h2, .contact-detail-rich-box h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
    .wtsp_chat {
      width: 30px;
      height: 30px;
      bottom: 30px;
      left: 0;
  }
  section.testimonial {
    overflow: hidden;
}
    .cta-in_content {
      width: 100% !important;
  }
    .ready_text {
      text-align: center;
  }
    ul.dropdown-menu li a {
      font-size: 12px !important;
      padding: 5px !important;
  }
  
    /* .blog-detail .col-md-4 {
      order: 2;
  } */
  .col-md-8.blog-rich-col {
    order: 1;
}
.recent-post-item .row {
  gap: 10px;
}
.blog-sidebar-col{
  order: 2;
}
    .author-box {
      margin-bottom: 20px;
  }
    .course-title p {
      white-space: pre-line;
      text-align: left;
  }
    .check-list-item {
      display: flex;
      gap: 10px;
      flex-direction: column;
      justify-content: flex-start !important;
      align-items: flex-start;
  }
  .btn-v2{
    height: 40px; 
  }
  .req-panel {
    padding: 10px;
}
.req-panel .nav-link{
  padding: 4px 30px;
}
.req-header h4{
  font-size: 23px;
}
.course-info-header .nav.nav-tabs {
  justify-content: center;
}
.course-info-header .btn-v2{
  margin: 0 auto;
}
    .schedule-wrapper-header {
      text-align: center;
  }
  .schedule-wrapper-header .flex {
    gap: 15px;
    justify-content: center;
}
    .course-menu-listing li a{
      font-size: 13px;
      padding: 3px 15px;
      white-space: nowrap;
    }
    .course-menu-listing ul{
      gap: 10px;
    }
    .course-time-flex {
      gap: 20px;
      flex-direction: column;
  }
  .course-time-detail-right {
    justify-content: flex-start !important;
    margin-top: 10px;
}
.course-detail-wrapper h2 {
  font-size: 25px;
  line-height: 130%;
}
.course-menu-listing ul {
  overflow-x: scroll;
}
    .course-time-detail-row{
      padding: 20px;
    }
    section.course-listing-job .nav-link{
      padding: 15px 5px;
      font-size: 11px;
    }
    button.close{
      padding: 13px !important;
    }
    
    .modal-content{
      margin: 10px;
    }
    .modal_footer{
      text-align: center;
    }
    .modal_footer .row {
      gap: 15px;
  }
  .calender_wrapper {
    margin-top: 20px !important;
}
.contact-detail-wrap .row {
  gap: 20px;
}
.contact-wrapper{
  margin-right: 0;
  padding: 20px;
}
.section-contact .row {
  gap: 40px;
}
    section.breadcrumb{
      height: 170px;
      background-position:center;
       background-size: 100% 100%;
        background-repeat: no-repeat; 
    }
    section.breadcrumb {
      margin-top: 70px;
  }
    .client-logo-item img {
      width: 131px;
  }
    .client-logo-item{
      padding: 20px;
    }
    section.company-overview-step .row {
      gap: 20px;
  }
  .certificate-im-wrapper{
    margin: 0;
  }
  .certificate-row{
    gap: 10px;
    align-items: baseline;
  }
    iframe {
      width: 100% !important;
  }
    .sidebar-shadow-wrapper{
      padding: 15px;
    }
    
    .course-content {
      margin-top: 15px;
      padding: 0px 20px 00px;
  }
  .contact-fix-block h6{
    text-align: left;
  }
  .contact-fix-block {
    padding: 20px;
}
    .footer_top {
      padding: 30px 0px !important;
  }
  .footer-top-menu-list {
    order: 2;
}
.row.footer-middle-row {
  order: 1;
}
.row.footer-bottom {
  order: 3;
  align-items: center;
  justify-content: center;
  padding-top: 20px !important;
}
.footer-bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
  .footer-top-menu-list .row {
    gap: 15px 0px;
}
a.footer-brand img {
  width: 100px !important;
  margin-bottom: 10px;
}
.row.footer-middle-row h4 {
  font-size: 30px;
}
.row.footer-middle-row {
  gap: 40px;
  padding-bottom: 0 !important;
}
.footer_heading h5{
  font-size: 15px;
}
.row.footer-middle-row .col-md-5 {
  text-align: center;
}
.social_icon {
  gap: 10px;
  justify-content: center;
}
  .footer-top-menu-list a{
    padding: 10px 10px;
  }
    .course-sticky{
      padding: 20px;
    }
    .cta .form-group {
      margin-bottom: 10px;
  }
  .footer_top .container {
    display: flex;
    flex-direction: column;
}
  .course-sticky input, .course-sticky textarea{
    padding: 0px 20px;
    height: 35px;
  }
  .cta input.btn-v2{
    border-radius: 30px;
    right:0px;
    margin: 0 auto;

  }
    .section-count-item h3{
      font-size: 30px;
      margin-top: 10px;
    }
    button.btn-speak{
      height: 200px;
    }
    br {
      display: none;
  }
    section.count_up .row {
      gap: 20px 0px;
  }
    .testimonial-item{
      padding: 20px;
    }
    .award-item {
      width: 25%;
  }
  .award-item-row
  {
    justify-content: center;
    gap: 10px;
  }
  .award-im-wrapper{
    height: 75px;
    padding: 5px;
  }
    .partner-logo-item{
      width: 28%;
      padding: 7px;
    }
    .partner-logo{
      gap: 10px;
    }
    section.courses .section-heading,
     section.testimonial .section-heading, 
     section.innovative-courses.section-spacer 
     .section-heading{
      margin-bottom: 81px;
  }
  .slick-next {
    right: 18px !important;
}
  .slick-prev {
    right: 63px !important;
}
section.oure_clients {
  padding: 30px 0px;
}
section.leran-option .row {
  gap: 20px;
}
.learn-item{
  margin: 10px;
}
    p {
      font-size: 14px;
      line-height: 1.6;
  }
    .section-heading h2{
      font-size: 30px;
    }
    .section-heading {
      margin-bottom: 40px;
  }
    .custom-header-menu-wrapper {
      padding: 10px 0px !important;
  }
  .fixed .top-header{
    margin-top: -88px;
  }
  .about-view{
    position: relative;
    bottom: 41px;
    background: #fff;
  }
  section.about {
    margin-top: 20px !important;
}
    .dropdown-content{
      top: 107px;
    }
    .btn-v2{
      padding: 1px 20px;
    font-size: 12px;
    }
    .drop-button-wrapper {
      margin-top: 20px !important;
  }
    ::-webkit-scrollbar {
      width: 3px;
      height: 10px;
      }
      ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 10px #fff;
      }
      ::-webkit-scrollbar-thumb {
      background:#002957;
      box-shadow: inset 0 0 6px #002957;
      }
      
    a.course-listing-item{
      padding: 15px;
    }
    .dropdown-content .col-5.col-lg-3 {
      padding-right: 0;
  }
  .custom_header .tab-content .row {
    gap: 5px 0px;
}
.all-course-liting {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
    .course-list-time span {
      font-size: 10px;
  }
  .dropdown-content .nav-pills.flex-column .nav-link{
    padding: 10px 10px !important;
    font-size: 8px;
  }
  .course-dropdown .tab-content {
    padding: 10px;
}
.dropdown-content .col-7.col-lg-9 {
  padding-left: 0;
}
    .nav-search input {
      font-size: 11ppx;
    }
    
    .nav-search input::-ms-input-placeholder { /* Edge 12-18 */
        font-size: 11px;
    }
    
    .nav-search input::placeholder {
        font-size: 11px;
    }
    .top-header-menu{
      gap: 7px;
      flex-direction: column;
    }
    .top-header-menu h2 {
      font-size: 12px;
  }
  .logo_heading img {
    width: 100px;
}
.custom-header-nav-left {
  flex-direction: column;
}
.contact-fix-btn p{
  font-size: 10px !important;    

}
.contact-fix-btn{
  padding: 5px !important;
}
.contact-cta {
  right: -44px;
  top: 400px;
}
.contact-fix-btn img {
  width: 15px;
}
.nav-search{
  
  width: 100%;
  height: 30px !important;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
  min-width: 100%;
  text-align: center;
}
.nav-search input{
  font-size: 11px;
  position: absolute;
    height: 30px;
}
li.nav-item.float-left.course-dropdown {
  /* position: absolute; */
  top: 12px;
  right: 72px;
  height: 100%;
}
.custom-header-nav-left {
  display: block !important;
  width: 100%;
}
.nav-search button.icon{
  width: 30px;
  height: 30px;
  top: 0;
  padding: 10px;
}
a.navbar-nav-link.all-course {
  font-size: 9px !important;
  margin: -10px;
}

    .calender_wrapper table td:first-child{
      display: flex;
      justify-content: space-between !important;
    }
    .calender_wrapper table td a {
      text-align: right;
  }
    .calender_wrapper table td{
      width: 100%;
      font-size: 11px;
    }   
    .work_content_right_content{
      position: unset;
    }
    .button-group-pills .btn{
      margin-left: 5px;
      font-size: 14px;
    }
    h2{
      font-size: 35px;
    }
    h4{
      font-size: 40px;
      line-height: 50px;
    }
    h5{
      margin-bottom: 10px;
      font-size: 18px;
    }
    .s_heading h3{
      font-size: 45px;
      line-height: 50px;
    }
    section.section_project a{
      font-size: 35px;
      line-height: 40px;
    }
    .custom-footer {
      text-align: center;
  }
  .footer_top.py-5 {
    padding-bottom: 30px !important;
}
.social-group.text-right {
  text-align: center !important;
}
    .footer_list {
      margin-bottom: 35px;
  }
    .page-content {
      padding-top: 115px;
  }
  .section-spacer {
    padding: 30px 0px;
}
    button.navbar-toggler.collapsed i:before {
      content: "\f0c9";
    }
    button.navbar-toggler i:before {
      content: "\f00d";
    }
    button.navbar-toggler i:before {
      font-size: 20px;
  }
  button.navbar-toggler i {
    position: absolute;
    top: 16px;
    right: 18px;
}
    i.fa.fa-times {
      display: none;
    }
    .float-right {
      float: none !important;
    }
    ul.main-menu a{
      justify-content: center;
      width: 100%;
      margin: 0 !important;
      padding: 15px 0px !important;
      font-size: 12px !important;
      gap: 4px;
    }
    .navbar-collapse{
      text-align: center;
    }
    .main-menuright {
      margin-top: 20px;
      margin-bottom: 30px;
  }
  h1{
    font-size: 35px;
    line-height: 40px;
  }
  .sub-heading{
    font-size: 18px;
    padding-bottom:0px;
    font-size: 9px !important;
    margin-bottom: 5px !important;
  }
  }
  @media only screen and (min-width: 768px) and (max-width:1024px) {
      .course_certification-im-wrapper {
          height: 100%;
          margin-top: 20px;
      }
    .contact_pg.section-contact .row {
      gap: 0 !important;
  }
    .feeadback-wrapper .row {
      gap: 22px 0px;
  }
    .course-menu-listing li a {
      font-size: 13px;
      padding: 3px 15px;
      white-space: nowrap;
  }
  .course-menu-listing ul {
    overflow-x: scroll;
}
    .btn-v2{
      padding: 8px 20px;
    }
    .course-time-flex {
      gap: 20px;
      flex-direction: column;
  }
    .contact-wrapper{
      margin-right:0px;
      padding: 20px;
    }
    .contact-detail-wrap{
      padding: 20px;
    }
    .contact-detail-content h5 {
      font-size: 15px;
      line-height: 100%;
  }
  .contact-detail-wrapper-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}
    .client-logo-item{
      padding: 20px;
    }
    .services-sidebar-listing-im-wrapper {
      width: 100%;
      border-radius: 11px;
      height: 119px;
  }
  section.breadcrumb.course{
    padding-top: 70px;
  }
  .breadcrumb-content h1{
    font-size: 30px;
  }
    .sidebar-shadow-wrapper{
      padding: 15px;
    }
    .footer-middle-row {
      width: 90%;
      margin: 0 auto;
  }
    section.testimonial {
      overflow: hidden;
  }
    .nav-serach-course {
      width: 400px;
  }
  ul.main-menu {
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
  min-width: 100%;
  text-align: center;
}
.custom_header li.nav-item{
  width: 100%;
}
.custom_header li.nav-item{
  justify-content: center;
}
  a.navbar-nav-link.all-course{
    margin: 0;
  }
    .custom-header-nav-left {
      justify-content: space-between;
  }
  .custom-header-nav-left {
    width: 100%;
}
.custom-header-nav-left button.navbar-toggler {
    order: 3;
}
    section.leran-option .row, section.leran-option .row {
      gap: 20px 0px;
  }
  .nav-search{
    width: 100%;
  }
    .row.footer-middle-row {
      gap: 40px 0px;
  }
  a.course-listing-item{
    padding: 10px 10px 10px 10px;
  }
  span.course-line{
    display: none;
  }
  .course-list-time {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    align-items: flex-start;
}
  .ready_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .award-item {
      width: 28%;
  }
  .award-item-row {
    justify-content: center;
}
    .banner-view-left{
      gap: 8px;
    flex-direction: column;
    }
    .section-heading h2{
      font-size: 35px;
    }

    .about-im-wrapper {
      height: 197px;
  }
  section.courses .section-heading,
     section.testimonial .section-heading, 
     section.innovative-courses.section-spacer 
     .section-heading{
      margin-bottom: 81px;
  }
  .slick-next {
    right: 18px !important;
}
  .slick-prev {
    right: 63px !important;
}






  }
      .c4gehN {
      display: flex;
      align-items: center;
    }

    ._1HSe4t {
      border-top: 1px solid #454d5e;
      padding: 10px 0;
      margin-top: 1px;
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
    }

    @media (max-width: 768px) {
      ._1HSe4t {
        flex-direction: column;
        /* Stacks the items vertically */
        justify-content: center;
        /* Centers the items */
        align-items: center;
      }

      ._1HSe4t>* {
        margin-bottom: 20px;
        /* Adds space between items */
        width: 100%;
        /* Makes each item take full width */
        text-align: center;
        /* Centers the content */
      }
    }

   .footer-section {
    position: relative;
    background: url('/images/Footer1.png') no-repeat center center;
    background-size: cover;
}
.footer-widget-heading {
    word-spacing: 5px;
}
.iso-certified-logo{
    border-radius: 40px;
}
.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1514144a;
    opacity: 0.7;
    z-index: 1;
}
/*.footer-section::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #151414;*/
 /*   opacity: 0.7;  Adjust this value to control how much of the image is visible */
/*    z-index: 1;*/
/*}*/

.footer-section * {
    position: relative;
    z-index: 2;
}


    .footer-cta {
      border-bottom: 1px solid #373636;
    }

    .single-cta {
    display: flex;
    align-items: center;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    margin-right: 15px; /* Space between icon and text */
    margin-top: 0; /* Remove the top margin */
}

    .cta-text {
      padding-left: 15px;
      display: inline-block;
    }

    .cta-text h4 {
      color: #fff;
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 2px;
    }

    .cta-text span {
      color: #757575;
      font-size: 15px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
    }

    .footer-pattern img {
      position: absolute;
      top: 0;
      left: 0;
      height: 330px;
      background-size: cover;
      background-position: 100% 100%;
    }

    .footer-logo {
      margin-bottom: 30px;
    }

    .footer-logo img {
      max-width: 200px;
    }

    .footer-text p {
      margin-bottom: 14px;
      font-size: 14px;
      color: #7e7e7e;
      line-height: 28px;
    }

    .footer-social-icon span {
      color: #fff;
      display: block;
      font-size: 20px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
    }

    .footer-social-icon a {
      color: #fff;
      font-size: 16px;
      margin-right: 15px;
    }

    .footer-social-icon i {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      border-radius: 50%;
    }

    .facebook-bg {
      /*background: #3B5998;*/
          background: linear-gradient(#0b3b73, #a19639, #ff5e14);
    }

    .twitter-bg {
      background: #55ACEE;
    }

    .google-bg {
      background: #DD4B39;
    }

    .footer-widget-heading h3 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 40px;
      position: relative;
    }

    .footer-widget-heading h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      height: 2px;
      width: 50px;
      background: #ff5e14;
    }

    .footer-widget ul li {
      display: inline-block;
      float: left;
      width: 50%;
      margin-bottom: 12px;
    }

    .footer-widget ul li a:hover {
      color: #ff5e14;
    }

    .footer-widget ul li a {
      color: #878787;
      text-transform: capitalize;
    }

    .subscribe-form {
      position: relative;
      overflow: hidden;
    }

    .subscribe-form input {
      width: 100%;
      padding: 14px 28px;
      background: #2E2E2E;
      border: 1px solid #2E2E2E;
      color: #fff;
    }

    .subscribe-form button {
      position: absolute;
      right: 0;
      background: #ff5e14;
      padding: 13px 20px;
      border: 1px solid #ff5e14;
      top: 0;
    }

    .subscribe-form button i {
      color: #fff;
      font-size: 22px;
      transform: rotate(-6deg);
    }

    .copyright-area {
      background: #151414;
      padding: 5px 0;
    }

    .copyright-text p {
      margin: 0;
      font-size: 14px;
      color: #878787;
    }

    .copyright-text p a {
      color: #ff5e14;
    }

    .footer-menu li {
      display: inline-block;
      margin-left: 20px;
    }

    .footer-menu li:hover a {
      color: #ff5e14;
    }

    .footer-menu li a {
      font-size: 14px;
      color: #878787;
    }
    .links{
        color: #878787;
    }
    .links:hover{
       color: #ff5e14;
    }
    .font-size{
        font-size: 15px;
        font-weight: normal;
        line-height:18px;
    }
    .pay-logo{
      width: 169px;
      object-fit: cover;
      margin: 0px;
      margin-top: 4px;
    }
.email {
    text-transform: none;
}
.payment-icon {
  width: 350px;
  height: 40px;
  margin-top:-10px;
}

/* ===== New Counter Section ===== */

.new-counter {
    padding: 60px 0;
    /*background-color: #0f0f0f;*/
    background: radial-gradient(circle at 20% 30%, #0d1b2a, #000814 70%);
}

.new-counter-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.new-counter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* Card */
.new-counter-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.new-counter-item h3:after {
    content: "+";
}

.new-counter-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Number */
.new-counter-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ff6347;
    margin-bottom: 6px;
}

/* Text */
.new-counter-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Responsive */
@media (min-width: 768px) {
    .new-counter-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .new-counter-number {
        font-size: 2rem;
    }
}


.modern-headeing1{
    font-size:42px;
    font-weight:800;
    background:linear-gradient(90deg,#00ffaa,#00d4ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-bottom:20px;
    line-height:1.2;                           
}

.modern-heading2{
    font-size:42px;
    font-weight:800;
    background:linear-gradient(90deg,#00d4ff,#0d6efd);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    margin-bottom:20px;
    line-height:1.2;
}

.new-stic-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background: #000;*/
    background: radial-gradient(circle at 20% 30%, #0d1b2a, #000814 70%);
    color: #fff;
    padding:2px 0;
    z-index: 9999;
    font-family: 'Segoe UI', sans-serif;
}

.new-stic-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* Left Links */
.new-stic-left a {
    color: #fff;
    text-decoration: none;
    margin-right: 25px;
    font-size: 12px;
    transition: 0.3s;
}

.new-stic-left a:hover {
    color: #00ffcc;
}

/* Right Section */
.new-stic-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon-btn {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.icon-btn i {
    font-size: 14px;
    color: #f44336;
}

/* Hover Effects */
.icon-btn:hover {
    color: #f44336;
}

/* Responsive */
@media (max-width: 992px) {
    .new-stic-container {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/*advance filter css for courses*/


/* PREMIUM FILTER */
.search-filter-box{
background:linear-gradient(135deg,#ffffff,#eef2ff);
padding:25px;
margin-top:50px;
border-radius:18px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
border:1px solid rgba(0,0,0,0.05);
}

.search-filter-box label{
font-weight:600;
margin-top:12px;
font-size:14px;
}

.search-filter-box select{
border-radius:6px;
padding:8px;
}

/* SEARCH */
.search-top-search{
display:flex;
justify-content:flex-end;
}

.search-search-wrapper input{
border-radius:6px;
padding:8px 12px;
width:500px;
font-size:14px;
border: 1px solid #f44336;
transition:0.3s;
}

.search-search-wrapper input:focus{
border-color:#002957;
box-shadow:0 0 10px rgba(0,41,87,0.15);
outline:none;
}

/* PAGINATION */
.search-custom-pagination .pagination{
justify-content:center;
margin-top:25px;
}

.search-custom-pagination .page-link{
padding:4px 10px;
font-size:13px;
border-radius:8px !important;
margin:0 3px;
border:none;
color:#002957;
background:#f1f3f9;
transition:0.2s;
}

.search-custom-pagination .page-item.active .page-link{
background:#002957;
color:#fff;
box-shadow:0 4px 12px rgba(0,41,87,0.25);
}

.search-custom-pagination .page-link:hover{
background:#002957;
color:#fff;
}

/* RESPONSIVE */
@media(max-width:768px){
.search-filter-box{margin-bottom:20px;}
.search-top-search{margin-bottom:15px;}
.search-search-wrapper input{
    width:250px;
    
}
}



/*awards sections updated code */
.spiretec-awards-section {
    padding: 50px 0;
    background:#08182a;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Glow Background */
.spiretec-awards-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(200px);
}

.spiretec-awards-glow-left {
    width: 600px;
    height: 600px;
    background: rgba(13,110,253,0.25);
    top: -150px;
    left: -150px;
}

.spiretec-awards-glow-right {
    width: 500px;
    height: 500px;
    background: rgba(0,255,170,0.18);
    bottom: -120px;
    right: -120px;
}

.spiretec-awards-container {
    position: relative;
    z-index: 2;
}

.spiretec-awards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}

.spiretec-awards-column {
    flex: 1;
    min-width: 350px;
    text-align: center;
}

/* Headings */
.spiretec-awards-heading {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 50px;
}

.spiretec-awards-heading-left {
    background: linear-gradient(90deg,#00d4ff,#0d6efd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.spiretec-awards-heading-right {
    background: linear-gradient(90deg,#00ffaa,#00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Grid - Auto Responsive */
.spiretec-awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px;
    width: 100%;
}

/* Image Box */
.spiretec-awards-img-box {
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
    border-radius: 18px;
    overflow: hidden;
    height: 150px; /* fixed height for equal look */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Uniform Image */
.spiretec-awards-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* makes all same size */
    transition: transform 0.6s ease;
}

/* Hover Effect - Premium */
.spiretec-awards-img-box:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 20px 30px #f4433687;
}
.spiretec-awards-img-box:hover img {
    transform: scale(1.08);
}

/* Divider */
.spiretec-awards-divider {
    width: 3px;
    min-height: 650px;
    background: linear-gradient(to bottom, #2196f3, #f44336);
    box-shadow: 0 0 25px #0dfd57;
}

/* Laptop */
@media (max-width: 1200px) {
    .spiretec-awards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablet */
@media (max-width: 992px) {
    .spiretec-awards-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .spiretec-awards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
   .spiretec-awards-divider {
      display:none;
    }
    .spiretec-awards-img-box {
        height: 150px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .spiretec-awards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
     .spiretec-awards-divider {
      display:none;
    }
    .spiretec-awards-img-box {
        height: 130px;
    }

    .spiretec-awards-heading {
        font-size: 26px;
    }
}



  