/* 
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
} */

/* Proximanova start */
@font-face {
  font-family: Proximanova-Regular;
  src: url("../font/ProximaNova-Regular.ttf");
}
@font-face {
  font-family: Proximanova-Bold;
  src: url("../font/ProximaNova-Bold.ttf");
}
@font-face {
  font-family: Proximanova-ExtraBold;
  src: url("../font/ProximaNova-Extrabld.ttf");
}
@font-face {
  font-family: Proximanova-thin;
  src: url("../font/ProximaNovaT-Thin.ttf");
}
@font-face {
  font-family: Proximanova-extrabold;
  src: url("../font/ProximaNova-Semibold.ttf");
}
/* @font-face {
  font-family: Proximanova-Bold;
  src: url("../fonts/Proxima Nova Bold.otf");
} */

body {
  font-family: Proximanova-Regular;
  color: #000;
  font-size: 18px;
}
/* Proximanova End */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Proximanova-ExtraBold;
  color: #000000;
}
a {
  /* color: #ed502e; */
  text-decoration: none;
}

a:hover {
  /* color: #f1775d; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Proximanova-ExtraBold;
}
select option {
  line-height: 50px !important;
}

#submit_part2
{
  width: 20% !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.pdf {
  color: #0a58ca;
}
.career_name {
  font-family: Proximanova-Bold;
  text-align: center;
}
.python {
  background: #eef2f6;
  padding-bottom: 10px;
  padding-top: 100px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
.gallery {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.gallery_grid {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.gallery_grid img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ed502e;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.content-sec{display:flex;
justify-content:flex-end;align-items:flex-end}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* .modal {
  background: #e0f3f3;
} */
.Brochure {
  background-color: #00b170;
  border: none;
  color: white;
  margin-top: 5%;
  margin-left: 2rem;
}
.free_demo .modal {
  background-color: rgba(0, 0, 0, 0.175);
}
.free_demo .modal-dialog {
  margin-left: 14%;
}
.free_demo input {
  width: 100%;
}
.free_demo .modal-content {
  width: 1000px !important;
}
.free_demo h2 {
  font-family: Proximanova-bold;
  color: #ed1d25;
  font-size: 26px;
  padding-bottom: 10px;
 
}
.d-m-cls{justify-content: flex-end;display: flex;}
/* .modal-title {
  color: rgb(96, 63, 151);
} */
.Subscribe {
  color: white;
  border: none;
  background-color: #00b170;
}
.eBook_down {
  background-color: #00b170;
  color: white !important;
  border: none;
}
.modal-content {
  border: none;
}
.modal_close {
  position: absolute;
  top: -2%;
  left: 97%;
  color: white;
  background: #515151;
  border-radius: 50%;
  border: none;
  width: 30px;
  height: 30px;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed1d25;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0c1a41;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.pulse {
  background-color: yellow;
  -webkit-animation: blink 800ms infinite;
  animation: blink 800ms infinite;
}
@-webkit-keyframes blink {
  50% {
    background-color: red;
  }
}
@keyframes blink {
  50% {
    background-color: red;
  }
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /* padding: 20px 0 0 0; */
  box-shadow: -5px 7px 7px #00000012;
}

#header.header-scrolled {
  /* padding: 12px 0 0 0; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding-right:90px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  color: #0e171a;
  white-space: nowrap;
  transition: 0.3s;
  font-family: Proximanova-Regular;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 0 10px 30px;
}
.navbar a:focus {
  color: #ed1d25 !important;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar a:hover, */
.navbar .active,
/* .navbar .active:focus, */
.navbar li:hover > a {
  color: #ed1d25 !important;
}
a.getstarted1.scrollto.active {
  color: #ffffff !important;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  /* background: #03D898; */
  padding: 4px 20px;
  margin-left: 30px;
  border-radius: 30px;
  color: #0e171a;
  border: 1px solid #00b170;
  color: #00b170;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #00b170;
  border: 1px solid #00b170;
}
.navbar .getstarted1,
.navbar .getstarted1:focus {
  /* animation: blink 1000ms infinite; */
  background: #ed1d25;
  padding: 4px 10px;
  margin-left: 30px;
  border-radius: 7px;
  color: #ffffff !important;
  /* border: 1px solid #EB8848; */
}

/* .navbar .getstarted1:hover,
.navbar .getstarted1:focus:hover {
  color: #fff;
  background: #eb8848;
  border: 1px solid #eb8848;
} */
.navbar .login,
.navbar .login:focus {
  background: #0c1a41;
  margin-left: 30px;
  border-radius: 3px;
  color: #fff;
  text-align:center;
}

.navbar .login:hover,
.navbar .login:focus:hover {
  color: #fff;
  background: #0c1a41;
  /* border: 1px solid #03D898; */
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ed502e;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media only screen and (max-width: 2560px) and (min-width: 1200px) {
  .mobile-nav-toggle {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row;
  }
  .navbar ul {
    flex-direction: row;
  }
}
@media (max-width: 1150px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .navbar ul {
    display: block;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
  /* .navbar ul {
    display: none;
  } */
}
@media (max-width: 840px) {
  /* .mobile-nav-toggle {
    display: block;
  } */

  .navbar ul {
    display: block;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ed502e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ed502e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(4, 12, 21, 0.5); */
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero h1 {
  color: #0c1a41;
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  /* margin-top: 5%; */
  font-family: Proximanova-bold;
  /* font-weight: 700; */
}
#hero h2 {
  color: #0c1a41;
  margin: 0;
  font-size: 35px;
  line-height: 50px;
  /* margin-top: 5%; */
  font-family: Proximanova-bold;
  /* font-weight: 700; */
}
#hero span {
  color: #ed1d25;
  margin: 0;
  font-size: 35px;
  line-height: 50px;
  /* font-weight: 700; */
  font-family: "Proximanova-bold";
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin-top: 10px;
  font-family: "Proximanova-Regular";
  font-size: 16px;
  color: #656565;
  width: 82%;
}
.banner2_right {
  margin-top: -50px !important;
}
.banner3_right {
  top: 30px;
}
.banner_left_img {
  float: left !important;
}
.banner img.vert-move {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
.banner img.vert-move {
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media (min-width: 1200px) {
  /* #hero p {
    width: 50%;
  } */
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 0px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  display: none;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #d5d6d6;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #0e171a00;
}

#hero .btn-get-started {
  font-family: Proximanova-Regular;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  width:180px;
  text-align:center;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 27px;
  transition: 0.5s;
  cursor: pointer;
  line-height: 1;
  color: #fff !important;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #00b170;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #00b170;
}

@media (max-width: 992px) {
  #hero {
    height: auto !important;
  }

  #hero .carousel-container {
    text-align: center;
    top: 50px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto !important;
  }
}
@media (max-width: 500px) {
  .details {
    margin-top: 25px !important;
  }
  #hero .carousel-container {
    text-align: center;
    top: 100px;
    bottom:auto;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: Proximanova-Regular;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Proximanova-Regular;

  color: #0f2f57;
}
/* course */
.courses {
  background: url(../img/company/bg_course.png) no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
}
.courses h3 {
  color: #343434;
  font-size: 35px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
}
.course_sec {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.course_sec .parent_box {
  position: relative;
  margin-top: 30px;
}
.course_sec .box {
  z-index: 10;

  position: inherit;
}
.parent_box {
  transform-origin: 65% 75%;
  transition: transform 0.5s, filter 0.5s ease-out;
}
.parent_box .box img {
  width: 100%;
}

.course_sec .box {
  background-color: #fff;
  height: 550px;
  width: 300px;
  border-radius: 20px;
  align-items: center;
  margin: 10px 20px;
  opacity: 1;
  transform-origin: 65% 75%;
  transition: transform 0.5s, filter 0.5s ease-out;
}
.parent_box h5 {
  color: #ed1d25;
  font-size: 22px;
  text-align: left;
  font-family: Proximanova-Bold;
}
.parent_box p {
  /* color: #656565; */
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}
.join_btn {
  font-family: Proximanova-Regular;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 15px;
  border-radius: 27px;
  transition: 0.5s;
  line-height: 1;
  background: none;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #ed1d25;
  border: 1px solid #ed1d25;
}
.con_box {
  padding: 10px 20px 50px 20px;
}
.shadow_ret img {
  width: 89%;
}
.shadow_ret {
  position: absolute;
  bottom: 1px;
  left: 5px;
}
.parent_box:hover {
  transform: scale(1.1);
  /* background-color: #F28100;
  color: #ffffff !important; */
}
.parent_box .box:hover .join_btn {
  background: #ed1d25;
  color: #fff;
}

/* choose */
.choose {
  background: url(../img/company/choose.png) no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
}
@media (max-width: 500px) {
  .choose {
    background: url(../img/company/choose.png) no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: bottom;
  }
}
.choose h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
}
.choose_sec {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.choose_sec .choose_box {
  position: relative;
}
.choose_sec .box {
  /* width: 250px; */
  /* height: 360px; */
  border-radius: 20px;
  align-items: center;
  margin: 10px 10px;
  opacity: 1;
  transform-origin: 65% 75%;
  transition: transform 0.5s, filter 0.5s ease-out;
}
.txt_box h5 {
  color: #ed1d25;
  font-size: 20px;
  line-height: 30px;

  font-family: Proximanova-Bold;
}
.txt_box p {
  color: #343434;
  font-size: 18px;
  font-family: Proximanova-Bold;
}
.choose_sec .box img {
  width: 100%;
  transform-origin: 65% 75%;
  transition: transform 0.5s, filter 0.5s ease-out;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.companies h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 20px;
}
.companies {
  background: #f2f6fc !important;
}
.companies p {
  color: #00b170;
  font-family: Proximanova-Regular;
  text-align: center;
  font-size: 18px;
}
.company img {
  padding: 25px 0px 30px 10px;
}
.img_leftbg img {
  position: absolute;
  right: 0px;
  margin-top: -60px;
}
.img_rightbg {
  position: absolute;
  left: 0px;
  margin-top: -33px;
}
.know_btn {
  font-family: Proximanova-Regular;
  font-size: 10px;
  letter-spacing: 0px;
  float: right;
  padding: 9px 9px;
  border-radius: 27px;
  transition: 0.5s;
  line-height: 1;
  background: none;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 20px;
}
/*--------------------------------------------------
#upcoming
---------------------------------------------------*/

/* upcoming scdule */
.upcoming_schedule {
  background: #afe0fb !important;
}
.upcoming_schedule h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 30px;
}

.img-cont img {
  width: 80%;
}
.live_project {
  background: #eef2f6;
  padding-bottom: 50px;
}
.live_project h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
}
.live_project p {
  font-size: 18px;
  color: #00b170;
  font-family: Proximanova-Regular;
  text-align: center;
  padding-bottom: 30px;
}
.live-img {
  width: 100%;
}

.live_carousel h5 {
  font-family: Proximanova-Bold;
  font-size: 25px !important;
  text-align: center;
  padding-top: 20px;
}
.live_carousel p {
  font-family: Proximanova-Regular;
  font-size: 18px;
  text-align: center;
}
.live_box {
  background: #fff;
  padding: 0px 20px 0px 20px;
}
.live_box h4 {
  font-family: Proximanova-Bold;
  font-size: 20px !important;
  text-align: left;
  padding-top: 20px;
  color: #343434;
}
.live_box p {
  color: #656565;
  font-size: 16px;
  text-align: left;
  padding-bottom: 15px;
}
.swiper-button-prev {
  background: url(../img/skill/arr_left.png);
  width: 20%;
  height: 20%;
  background-size: 18%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 87%;
  left: 73%;
}
.swiper_contents {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  /* border: 1px solid black; */
}
.swiper_contents h3 {
  color: white;
}
.swiper-button-prev:after {
  font-size: 0px;
}
/* .swiper-button-prev:hover {
  background: url(../img/skill/bluearr_left.png);
  width: 20%;
  height: 20%;
  background-size: 18%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 87%;
} */
.swiper-button-next {
  background: url(../img/skill/bluearr_rig.png);
  width: 20%;
  height: 20%;
  background-size: 18%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 87%;
}
/* .swiper-button-next:hover {
  background: url(../img/skill/arr_right.png);
  width: 20%;
  height: 20%;
  background-size: 18%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 87%;
} */
.swiper {
  /* padding-bottom: 75px; */
}
.swiper-button-next::after {
  font-size: 0px;
}
.swiper-scrollbar-drag {
  height: 160%;
  width: 15% !important;
  position: relative;
  background: #00568d;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 30% !important;
}
.num_head {
  font-family: Proximanova-Bold;
  font-size: 47px;
  text-align: center;
  display: inline-block;
  flex-direction: column;
  border-right: 1px solid #000;
  padding-right: 20px;
  line-height: 47px;
}
.num_head1 {
  font-family: Proximanova-Bold;
  font-size: 47px;
  text-align: center;
  display: inline-block;
  flex-direction: column;
  border-right: 1px solid #fff;
  color: #ffffff;
  padding-right: 20px;
  line-height: 47px;
}
.small_svg {
  padding-left: 20px;
}
.small_svg svg {
  vertical-align: baseline !important;
}
.small_svg1 svg {
  vertical-align: baseline !important;
}
.small_svg1 {
  padding-left: 20px;
}
.month {
  font-size: 30px;
  font-family: Proximanova-Regular;
}
.month1 {
  font-size: 30px;
  font-family: Proximanova-Regular;
  color: #ffffff;
}
/* .live_project_carosel {
    min-width: 383px;
    
    width: 100%;
    
} */
/*--------------------------------------------------------------
# learn Us
--------------------------------------------------------------*/
.learn img {
  align-items: center;
  width: 95%;
}
.learn_content h3 {
  color: #000000;
  font-size: 47px;
  line-height: 52px;
  font-family: Proximanova-Bold;

  text-align: left;
}
.learn_content span {
  color: #ed1d25;
  font-family: Proximanova-Bold;
  font-size: 47px;
  line-height: 52px;
  padding-bottom: 20px;
  text-align: left;
}
.learn_content p {
  color: #343434;
  text-align: justify;
  font-size: 17px;
}
/* certification */
.certification {
  background: url(../img/company/certificate_bg.png) no-repeat;
  padding-top: 30px;
  padding-bottom: 0px;
  background-size: cover;
}
.certifi_bt img {
  width: 5%;
}
.certification h3 {
  color: #343434;
  font-size: 37px;
  line-height: 35px;
  font-family: Proximanova-Bold;
  text-align: center;
}
.certification p {
  font-size: 18px;
  color: #00b170;
  font-family: Proximanova-Regular;
  text-align: center;
  padding-bottom: 0px;
}
.test_content h3 {
  color: #ed1d25;
  font-size: 27px;
  font-family: Proximanova-Bold;
  text-align: left;
}
.certification .certificate-wrap {
  display: flex !important;
}
.certification .certificate-item {
  padding: 0px 30px 0px 20px;
  margin: 30px 15px;
  min-height: 200px;
  width: 50%;
  position: relative;
}
.certification .certifi_img {
  box-sizing: content-box;
  padding: 30px 30px 10px 60px;
  margin: 30px 15px;
  min-height: 200px;
  width: 50%;
  position: relative;
}
.certification .certificate-item p {
  color: #0b1530;
  margin: 0px auto 15px auto;
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
  font-family: Proximanova-Regular;
}
.certifi_img img {
  width: 100%;
  box-shadow: 0px 5px 40px #00000029;
}
.certification .swiper {
  padding-bottom: 20px;
}
/* industrial section */
.industrial_content {
  padding-top: 62px;
  padding-bottom: 73px;
}
.industrial_content h3 {
  color: #000000;
  font-size: 35px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: left;
}
.industrial_content span {
  color: #ed1d25;
  font-family: Proximanova-Bold;
  font-size: 35px;
  line-height: 45px;
  text-align: left;
}
.industrial {
  background-color: #afe0fb;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.clear-fix {
  clear: both;
}

.industrail img {
  align-items: center;
  width: 29%;
  top: 0;
  position: absolute;
}
.enroll_btn {
  font-family: Proximanova-Bold;

  font-size: 16px;
  letter-spacing: 1px;
  float: right;
  padding: 15px 25px;
  border-radius: 27px;
  transition: 0.5s;
  line-height: 1;
  background: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #343434;
  border: 0px solid #00b170;
}
/* enquire_form */
.enquire_form {
  background: #fff;
}
.enquire_form h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 30px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  padding:50px 0 0 0; 
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom:45px;
  border-radius: 20px;
}

.tabs > section {
  order: 999;

  width: 100%;

  display: none;
  text-align: center;
}

.tabs > input {
  opacity: 0;
  position: absolute;
}

.popup_tab > input[type="radio"]:checked + label {
  background: yellow;
}

.tabs > input[type="radio"]:checked + label {
  background: yellow;
}

.tabs > input[type="radio"]:checked + label + section {
  display: unset;
}

.tabs > label {
  padding: 0.5em 1em;
  background: transparent
    linear-gradient(180deg, #f1f1f1 0%, #c5c5c5 42%, #c5c5c5 56%, #f1f1f1 100%)
    0% 0% no-repeat padding-box;
  /* border-right: 1px solid #798f99; */
  padding: 10px 50px 10px 50px;
  border-radius: 25px;
}

.tabs > label:last-of-type {
  border-right: none;
}
.tabs > label:last-of-type:hover {
  cursor: pointer;
}
.tabs > input[type="radio"]:checked + label:hover {
  cursor: pointer;
}
.tabs > input[type="radio"]:checked + label {
  /* background: transparent
    linear-gradient(180deg, #ffc35b 0%, #e99503 42%, #e99503 64%, #fecf7d 100%)
    0% 0% no-repeat padding-box; */
  background: #ed1d25;
  padding: 10px 50px 10px 50px;
  border-radius: 25px;
  color: #fff;
}
.popup_tab > input[type="radio"]:checked + label {
  background: transparent
    linear-gradient(180deg, #ffc35b 0%, #e99503 42%, #e99503 64%, #fecf7d 100%)
    0% 0% no-repeat padding-box;
  padding: 10px 50px 10px 50px;
  border-radius: 25px;
  color: #fff;
}
.tablink {
  background: transparent
    linear-gradient(180deg, #f1f1f1 0%, #c5c5c5 42%, #c5c5c5 56%, #f1f1f1 100%)
    0% 0% no-repeat padding-box;
  padding: 10px 50px 10px 50px;
  border-radius: 25px;
  color: #000;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;

  font-size: 16px;
  width: 45%;
}
.popup_tab {
  text-align: center;
}
.popup_tab button.active {
  background: transparent
    linear-gradient(180deg, #ed1d25 0%, #ed1d25 42%, #ed1d25 64%, #ed1d25 100%)
    0% 0% no-repeat padding-box;
  padding: 10px 50px 10px 50px;
  border-radius: 25px;
  color: #fff;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  border-bottom: 1px solid #3c94dd;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
}
.tablink:hover {
  background-color: #777;
}
.popup_head h3 {
  color: #343434;
  font-size: 20px;
  line-height: 30px;
  font-family: Proximanova-Bold;
  padding-bottom: 20px;
  font-weight: 800;
  text-align: center;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px;
  text-align: center;
}
.internship .form-control {
  margin: 18px 0px !important;
  padding: 6px 12px;
  background: transparent !important;
  width: 100% !important;
  border: none;
  border: 1px solid #d3d3d3 !important;
  border-radius: 5px !important;
}
.on_form .form-control {
  margin: 18px 0px !important;
  padding: 6px 12px;
  background: transparent !important;
  width: 100% !important;
  border: none;
  border-bottom: 1px solid !important;
  border-radius: 0px !important;
}
#onlineForm select {
  background: transparent !important;
  width: 100% !important;
  padding: 10px 3px 10px 3px !important;

  border-radius: 0px !important;
  border: 0px !important;
  border-bottom: 1px solid !important;
  margin-bottom: 20px;
  color: #000000;
}
#t_mobile1::placeholder {

  opacity: 0.2 !important;

}
#e_mobile1::placeholder {

  opacity: 0.2 !important;

}
#t_mobile1:focus::placeholder {
  outline: none;
  opacity: 0.2 !important;

}
#t_mobile1:hover::placeholder {

  opacity: 0.2 !important;

}
#t_mobile2::placeholder {

  opacity: 0.2 !important;

}
#e_mobile2::placeholder {

  opacity: 0.2 !important;

}
#t_mobile2:focus::placeholder {
  outline: none;
  opacity: 0.2 !important;

}
#t_mobile2:hover::placeholder {

  opacity: 0.2 !important;

}
.enq_btn {
  font-family: Proximanova-Regular;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 30px;
  padding: 10px 15px;
  border-radius: 27px;
  transition: 0.5s;
  line-height: 1;
  background:#00b170;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 1px solid #00b170;
}
.cancel_btn {
  color: #000;
  margin-right: 25px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial_sec {
  margin-top: 7%;
}
.testimonials .testimonial-wrap {
  /* padding-left: 50px; */
  padding-right: 100px;
}
.test_title h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 40px;
}
.testimonials {
  background: #afe0fb;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  background: #fff;
  border-radius: 20px;
  box-sizing: content-box;
  padding: 30px 30px 10px 60px;
  margin: 30px 0px;
  height: 370px;
  width: 89%;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  /* background: url(../img/skill/test_bg.png) no-repeat; */
}
/* .testimonials .testimonial-item {
  background: #fff;
  border-radius: 20px;
  box-sizing: content-box;
  padding: 30px 30px 10px 60px;
  margin: 30px 15px;
  min-height: 220px;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  
} */

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50px;
  /* border: 6px solid #fff; */
  position: relative;
  top: -50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 17px;
  color: #00b170;
  font-family: Proximanova-Bold;
  margin: 0;
}
.testimonial-item .test_name h4 {
  color: #343434 !important;
  font-size: 20px;
  font-family: Proximanova-Bold;
  border-bottom: 1px solid #cbcdcf;
  padding-top: 15px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  /* color: #656565; */
  margin: 15px auto 15px auto;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  font-family: Proximanova-Regular;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}
.swiper-button-prev1 {
  background: url(../img/skill/bluearr_left.png);
  width: 20%;
  height: 20%;
  background-size: 18%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  top: 85%;
  left: 32%;
}
.swiper-button-prev1:after {
  font-size: 0px;
}
.swiper-button-prev1:hover {
  background: url(../img/skill/white_left.png);
  width: 20%;
  height: 20%;
  background-size: 18%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 85%;
  left: 32%;
}

.swiper-button-next1 {
  background: url(../img/skill/white_right.png);
  width: 20%;
  height: 20%;
  background-size: 18%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  top: 85%;
  left: 40%;
}
.swiper-button-next1:hover {
  background: url(../img/skill/bluearr_rig.png);
  width: 20%;
  height: 20%;
  background-size: 18%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 85%;
  left: 40%;
}
.swiper-scrollbar1-drag {
  height: 160%;
  width: 15% !important;
  position: relative;
  background: #00568d;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar1.swiper-scrollbar-horizontal {
  position: absolute;
  left: 77%;
  top: 98%;
  border-radius: 10px;
  bottom: 30px;
  z-index: 50;
  height: 5px;
  width: 20% !important;
  background: #fff !important;
}
.box-shadow img {
  position: absolute;
  z-index: 999;
  display: none;
  height: 45%;
}
.quote img {
  position: absolute;
  top: 0px;
  right: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
textarea#e_message {
  margin-top: 0px !important;
}
textarea#f_message {
  margin-top: 0px !important;
}
#footer .footer-top a {
  display: contents;
}
#footer {
  background: #0c1a41;
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 16px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

/* #footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #ed502e;
  text-align: center;
  padding: 30px 20px;
} */

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-family: Proximanova-Regular;
  color: #dfe7fe;
  padding-top: 20px;
  text-align: justify;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #ed502e;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  /* padding-top: 88px; */
  padding-left: 30px;
}
.footer-links h4 {
  font-family: Proximanova-Bold;
}
.free_demo p {
  font-size: 17px;
  /* text-align: justify; */
  font-family: 'Proximanova-Regular';
  color: #000000;
}
.free_demo h3 {
  color: #0C1A41;
  font-family: 'Proximanova-Bold';
  font-size: 20px;
  padding: 20px 0px 10px;
}
.free_demo ul li {
  font-size: 17px;
  margin-top: 24px;
}
.navbar-collapse {
  flex-grow: 0;
}
@media (max-width: 1024px) {
  .testimonial_sec {
    margin-top: 13%;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding-top: 88px;
    padding-left: 0px;
  }
  .footer-info {
    width: 90%;
}
}
@media (max-width: 820px) {
  .Brochure {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
  }
  #hero h2 {
    margin-top: 5% !important;
  }
  .img-div2 {
    height: auto !important;
  }
  .inter_text {
    padding-left: 35px !important;
  }
  .Entrepreneurship {
    width: 40% !important;
  }
  .testimonial_sec {
    margin-top: 15%;
  }
  .free_demo .modal-content {
    width: 500px !important;
  }
  .col-lg-2.col-md-6.footer-links {
    padding-left: 100px !important;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding-top: 88px;
    padding-left: 10px;
  }
}
@media (max-width: 500px) {
  .col-lg-2.col-md-6.footer-links {
    padding-left: 10px !important;
  }
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #dfe7fe;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ef6445;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  /* background: #fff; */
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #ed502e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ef6445;
}

#footer .copyright {
  border-top: 1px solid #707070;
  /* text-align: center; */
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.contct_icon img {
  margin-right: 7px;
}
.contct_icon {
  padding-bottom: 20px;
  padding-right: 20px;
}
.contactinfo ul li {
  padding: 0px 0px 0px 0px !important;
}
.contactinfo ul li {
  display: block;
  margin-bottom: 5px !important;
  list-style: none;
  display: flex;
  align-items: center;
}
.form-control {
  margin: 18px 0px !important;
  padding: 6px 12px;
  background: #fff !important;
}
.submit_btn {
  align-items: center;
  background: #00b170;
  border-radius: 36px !important;
  opacity: 1;
  color: #000000;
  padding: 12px 40px 12px 40px !important;
  box-shadow: 3px 6px 15px #4e128a87;
  margin: 10px 0px;
  font-family: Proximanova-Regular;
  border: none;
}
.footer_form p {
  font-size: 20px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #dfe7fe;
}
.copyright p {
  color: #dfe7fe;
}
.copyright a {
  color: #dfe7fe;
}
.copyright a:hover {
  color: #ed1d25;
}
form :is(input, select, textarea).errorform {
  border: 1px solid red !important;
}
#onlineForm :is(input, select, textarea).errorform {
  border: 1px solid red !important;
}
/* popup form */
.modal-dialog .btn-close img {
  width: 25px;
  display: none;
}
.modal-dialog .btn-close {
  position: absolute !important;
  top: -30%;
  right: 15px !important;
  border: 2px solid #1c1c1c;
  border-radius: 30px;
}
.offline_popupform {
  background: #fff;
  padding: 0px 0px 0px 0px;
  border-radius: 20px;
}
.popupform1 {
  background: #f6f6f6;
  padding: 100px 0px;
  border-radius: 0px;
}
.bg_offline {
  background: #fff;
  padding: 120px 40px 30px 40px;
}
.box-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
}
.box-off {
  margin: 20px;
}
.offline_img {
  background: url(../img/skill/offline_normal.png);
  background-size: 50%;
  width: 27%;
  height: 50%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 21%;
}
.offline_img:hover {
  background: url(../img/skill/off_line.png);
  width: 27%;
  height: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 21%;
}
.online_img {
  background: url(..//img/skill/online_normal.png);
  width: 27%;
  height: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 21%;
}
.online_img:hover {
  background: url(..//img/skill/on_line.png);
  width: 27%;
  height: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: 21%;
}
.bg_offline a {
  font-size: 16px;
  font-family: Proximanova-Bold;
  text-align: center;
  color: #0e171a;
  padding-top: 40px;
}
.offline_mode {
  margin-top: -65px;
}
.offline_mode a {
  font-family: Proximanova-Bold;
  text-transform: capitalize;
  font-size: 18px;
}
.btn-primarys {
  font-size: 16px;
  font-family: Proximanova-Bold;
  text-align: center;
  color: #0e171a !important;
  border: 0px;
}
.btn-primarys:hover {
  border: 0px !important;
}
.offline_mode p {
  font-family: Proximanova-Regular;
  text-transform: capitalize;
  color: #0c1a41;
  font-size: 16px;
}

.off_box_flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.offline_text {
  background: #fff;
  padding: 12px 10px 5px 10px;
  border-radius: 10px;
}
.offline_head h4 {
  font-size: 16px;
  font-family: Proximanova-Bold;
  text-align: left;
  color: #0e171a !important;
}
.offline_head p {
  font-size: 16px;
  font-family: Proximanova-Regular;
  text-align: left;
  color: #656565 !important;
}
/* .offline_head img {
} */
.modal-dialog .btn-close1 {
  position: absolute !important;
  top: -14%;
  right: 15px !important;
  border: 0px;
  border-radius: 0px;
  background: none;
}
.modal-dialog .btn-close1 img {
  width: 25px;
  position: absolute;
  top: 94px;
  left: -10px;
}
.exp_arr {
  padding-top: 20px;
}
/* end popup form */
/* program page css start */
/* banner */
.bot_text h2 {
  color: #ed1d25;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 23%;
  text-align: center;
  font-size: 45px;
  line-height: 65px;
  font-family: Proximanova-Bold;
}
.banner_sec {
  width: 100%;
  height: 570px;
  background: url(../img/banner-p.png) no-repeat;
  overflow: hidden;
  background-size: cover;
  position: relative;
  margin-top: 8%;
}
.prg_img {
  position: absolute;
  right: 0;
  top: 17%;
}
/* filter */
/* .tab-filter{
background: #EEF2F6;
} */
/* .container-filter{
background: #EEF2F6;
} */
.bg-blu {
  background: #eef2f6;
  padding-top: 80px;
  padding-bottom: 30px;
}
.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
  border: none !important;
}
#myBtnContainer {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  padding-bottom: 0px;
  position: absolute;
  top: 84%;
  box-shadow: 0px 5px 40px #00000029;
  left: 0;
  right: 0;
  /* width: fit-content; */
}
.use-div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.use-div .filter-box {
  flex-grow: 1;
}
.filterDiv {
  width: 600px;
  text-align: center;
  margin: 2px;
  display: none;
}
.box-item1 {
  margin: 25px;

  background: #ffffff;
  height: 100%;

  display: flex;
  justify-content: space-around;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.box-item1 img {
  width: 100%;
}
.img-div2 {
  height: 494px;
  padding: 20px;
}

.img-div2 h3 {
  color: #ed1d25;
  font-family: Proximanova-Bold;
  font-size: 23px;
  line-height: 30px;
  text-align: left;
}
.img-div2 p {
  color: #343434;
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
}
.img-div3 {
  padding: 20px;
}
.img-div3 h3 {
  color: #ed1d25;
  font-family: Proximanova-Bold;
  font-size: 23px;
  line-height: 30px;
  text-align: left;
}
.img-div3 p {
  color: #343434;
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
}

.pg_know_btn {
  font-family: Proximanova-Regular;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  float: left;
  padding: 10px 15px;
  border-radius: 27px;
  transition: 0.5s;
  line-height: 1;
  background: none;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 1px solid #ed1d25;
  background: #ed1d25;
}
.btn {
  border: none;
  color: #000000;
  font-weight: 600;
  outline: none;
  font-size: 20px;
  font-family: Proximanova-Bold;
  padding: 12px 16px;
  border-radius: 0;
  border-bottom: 5px solid transparent;
  cursor: pointer;
}
/* Add a light grey background on mouse-over */
/* .btn:hover {
  background: #00b170 !important;
  color: #fff !important; */
/* padding: 20px !important; */
/* } */
/* Add a dark background to the active button */
.btn.current {
  background: #00b170;
  color: #fff;
  padding: 20px;
}

/* .btn:focus {
  background: #00b170;
  color: #fff;
  padding: 20px;
} */
.show {
  display: inline-block;
}
/* filter end */
/* pick start*/
.pick {
  background-color: #afe0fb;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.pick_content h3 {
  color: #000000;
  font-size: 40px;
  line-height: 50px;
  font-family: Proximanova-Bold;
  text-align: left;
}
/* pick end */
/* intern start*/
.intern {
  background-color: #afe0fb;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.intern_content h3 {
  color: #000000;
  font-size: 28px;
  line-height: 40px;
  font-family: Proximanova-Regular;
  text-align: left;
}
.intern_content span {
  color: #ed1d25;
  font-family: Proximanova-Bold;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

/* INTERN end */
/* tool start */
.tool h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
}
/* tool end */
/* faq start */
.faq {
  background: #ffffff;
}
.faq h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 40px;
}
.text-primary {
  color: var(--bs-primary) !important;
}

.accordion-item {
  background-color: #fff;
  border: none;
}

.accordion-button {
  background-color: #fff;
  box-shadow: none;
  border: none;
  padding: 20px 50px;
  margin: 4px 0;
  font-size: 20px;
  font-family: Proximanova-Regular;
  color: #343434;
  font-weight: bold;
}
.accordion-button:not(.collapsed) {
  font-size: 20px;
  font-family: Proximanova-Regular;
  color: #343434;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 0px;
  border: none !important;
  box-shadow: none;
  padding-bottom: 0px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/program/minus.png");
  /* transform: rotate(-180deg); */
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/program/plus.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  /* transition: transform .2s ease-in-out; */
}
.accordion-body p {
  color: #343434;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
  margin-left: 30px;
  margin-right: 50px;
}
/* faq end */
/* digital css start */
/* digital banner start */
.digital_sec {
  width: 100%;
  min-height: 600px;
  background: url(../img/slide/digital_banner.png) no-repeat;
  overflow: hidden;
  background-position: center center;
}
.digital_head h2 {
  color: #fff;
  font-size: 45px;
  line-height: 65px;
  text-align: center;
  font-family: Proximanova-Bold;
  padding-top: 150px;
}
.tool_img img {
  width: 100%;
}
/* digital banner end */
/* best traniner start */
.best_trainer {
  background: #eef2f6;
  padding-bottom: 20px;
  padding-top: 30px;
}
.trainer_img img {
  width: 90%;
}
.trainer_content {
  padding-top: 50px;
}
.trainer_content h3 {
  color: #00b170;
  font-family: Proximanova-Bold;
  font-size: 33px;
  line-height: 43px;
  text-align: left;
  padding-bottom: 20px;
}
.trainer_content ul li {
  color: #343434;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding-top: 10px;
}
/* best traniner end */
/* icon text start */
.box-flex1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.inter_text {
  padding-left: 20px;
  padding-bottom: 10px;
}
.inter_text h4 {
  color: #343434;
  font-size: 20px;
  line-height: 33px;
  font-family: Proximanova-Bold;
  text-align: left;
}
.inter_text p {
  color: #343434;
  font-size: 17px;
  line-height: 28px;
  font-family: Proximanova-Regular;
  text-align: justify;
}
.icon_img img {
  vertical-align: top;
  width: 45px;
}
.icon_text {
  background: #eef2f6;
  padding-top: 10px;
}

/* icon text end */
/* effective start */
.effective {
  background: #afe0fb;
}
.effective_content h3 {
  color: #343434;
  font-size: 35px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 20px;
}
.effective_content p {
  color: #343434;
  font-size: 17px;
  font-family: Proximanova-Regular;
  text-align: center;
  padding-bottom: 50px;
}
.effective_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.effective_text {
  background: #ffffff94;
  padding: 30px;
  position: relative;
  border-radius: 30px;
  margin: 10px 20px;
  box-shadow: 0px 5px 40px #00000029;
}
.effective_text h4 {
  color: #343434;
  font-size: 25px;
  line-height: 35px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 60px;
}
.effective_text p {
  color: #343434;
  font-size: 16px;
  font-family: Proximanova-Regular;
  text-align: left;
}
.effective_img img {
  width: 45%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 70%;
  text-align: center;
}
/* effective end */

/* digital css end */
/* program1 strat */
/* .tab_prgm{
 background-color: #fff;
  color: #343434;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 20px;
  width: 25%;
  
    font-family: Proximanova-Bold;
} */
.tab_prgm button {
  background-color: #fff;
  color: #343434;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 20px;
  width: 16%;
  box-shadow: 0px 5px 5px #00000029;
  font-family: Proximanova-Bold;
}
.tab_prgm button:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.tab_prgm button:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.tab_prgm button:hover {
  background: #00b170 !important;
  color: #fff !important;
}
.tab_prgm button.active {
  background: #00b170 !important;
  color: #fff !important;
}
.tab_prgm button {
  position: relative;
  bottom: -25px;
}
/* Style the tab content */
.tabcontent1 {
  color: white;
  display: none;

  text-align: center;
}

/* program end */
/* web development strat */
.web_develop {
  /* background: #eef2f6; */
  padding-bottom: 10px;
  padding-top: 20px;
}

.web_develop h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 0px;
}
.web_content p {
  color: black;
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
}
.web_development img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.squre_img {
  position: absolute;

  bottom: -30%;
  z-index: 1;
}
/* web development end */
/* module box start */
.modules {
  background: #eef2f6;
  padding-top: 10px;
}
.modules h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
}

.module_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;

  background: #fff;
  color: white;
  border-radius: 30px;
  margin-top: 25px;
}
.module_text {
  /* align-items: center; */
align-self:Center;
  justify-content: center;
}
.module_text h4 {
color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-family: Proximanova-Bold;
  padding: 0px 10px 1px 10px;
  margin-bottom: 5px;
  text-align: left;
}
.pt-15{padding-top:12px;}
.module_text  p{color:#000;  padding: 0px 10px 1px 10px;font-size:13px;}
.industrail1 img {
  align-items: center;
  width: 29%;
  top: 0;
  left: 0;
  position: absolute;
}
.tool p {
  color: #343434;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
.tool1_img {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.to_img img {
  margin: 20px;
}

/* module end */
/* graphic start */
.graphic {
  background: #eef2f6;
  padding-bottom: 10px;
  padding-top: 100px;
}

.graphic_design img {
  width: 75%;
  position: relative;
  z-index: 0;
}
.graphic h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 40px;
}
.motion {
  background: #eef2f6;
  padding-bottom: 10px;
  padding-top: 100px;
}
.motion h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 0px;
}
.moduletool_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #fff;
  border-radius: 30px;
  margin-top: 25px;
}
.module_text1 h4 {
  color: #343434;
  font-size: 20px;
  line-height: 33px;
  font-family: Proximanova-Bold;
  padding: 17px 10px 20px 10px;
  text-align: left;
}
.motion_design img {
  width: 85%;
  position: relative;
  z-index: 0;
}
@media (max-width: 500px) {
  .graphic {
    background: #eef2f6;
    padding-bottom: 10px;
    padding-top: 50px;
  }
  .motion {
    background: #eef2f6;
    padding-bottom: 10px;
    padding-top: 50px;
  }
  .graphic h3 {
    padding-bottom: 20px;
  }
}
/* graphic end */

/* about start */
.about_sec {
  width: 100%;
  min-height: 600px;
  background: url(../img/slide/about_banner.png) no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.about_text h1 {
  color: #fff;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  font-size: 45px;
  line-height: 65px;
  font-family: Proximanova-Bold;
}
.about_content {
  background: #eef2f6;
  padding-bottom: 30px;
  border-bottom: 1px solid #eef2f6;
}
.about_img img {
  width: 100%;
}
.about_con h3 {
  color: #ed1d25;
  font-family: Proximanova-Bold;
  font-size: 33px;
  line-height: 43px;
  text-align: left;
  padding-bottom: 10px;
}
.about_con p {
  color: #343434;
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
  padding-top: 10px;
}
.img_sec {
  padding-top: 30px;
  padding-bottom: 30px;
}
.img_sec h3 {
  color: #343434;
  font-size: 38px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 20px;
}
.img_sec p {
  color: #343434;
  font-size: 17px;
  line-height: 28px;
  font-family: Proximanova-Regular;
  text-align: left;
}
.img_about img {
  width: 90%;
  margin: 30px 30px 0px 0px;
  box-shadow: 0px 5px 40px #00000029;
  border-radius: 30px 30px 0px 0px;
}
.about_box {
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  margin-right: 42px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0px 0px 30px 30px;
}
.about_box h5 {
  color: #ed1d25;
  font-size: 22px;
  text-align: left;
  font-family: Proximanova-Bold;
}
.about_box ul {
  color: #343434;
  font-size: 17px;
  line-height: 28px;
}
.about_box {
  height: 330px !important;
}

@media (max-width:1024px){
  .about_box {
    height: 430px !important;
}
}

/* about end */
/* contact start */
.contact_sec {
  width: 100%;
  min-height: 600px;
  background-position: center center;
  background-size: cover;
  background-image: none;
  /* background: url(../img/program/Contact.png) no-repeat; */
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 110px 0px 50px 0px;
}
.contact_text h3 {
  font-size: 45px;
  line-height: 65px;
  font-family: Proximanova-Bold;
}
.contact_text p {
  color: #000000;
  width: 80%;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-family: Proximanova-Regular;
}
#contactform select {
  width: 100% !important;
  padding: 10px 3px 10px 3px !important;
  border: 1px solid #ced4da;
  border-radius: 5px !important;
  margin-bottom: 20px;
  color: #000;
}
.contact_head {
  background-color: #0c1a41;
  color: white;
}
.contact_form {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact_form h3 {
  color: #343434;
  font-size: 25px;
  line-height: 35px;
  font-family: Proximanova-Bold;
}
.con_btn {
  text-align: center;
}
.contact_btn {
  font-family: Proximanova-Regular;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 15px;
  border-radius: 27px;
  transition: 0.5s;
  line-height: 1;
  background: none;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #00b170;
  border: 1px solid #00b170;
}
.contact_form .form-control {
  margin: 18px 0px !important;
  padding: 6px 12px;
  background: #fff !important;
  width: 100%;
}
/* contact end */
/* student start */
.student_sec {
  width: 100%;
  min-height: 600px;
  background: url(../img/slide/student_banner.png) no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.student_tab {
  background-color: #eef2f6;
}
.tab_student {
  float: left;
  width: 30%;
  height: 300px;
}
.tab_student button {
  display: block;
  background-color: #fff;
  color: black;
  padding: 10px 40px;
  margin-bottom: 20px;

  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 30px;
}
.tab_student button:hover {
  background-color: #00b170;
}
.tab_student button.active {
  background-color: #00b170;
}
.tabcontent2 {
  float: left;
  padding: 0px 12px;

  width: 70%;
  border-left: none;
  height: 600px;
  overflow-y: scroll;
}
.tabcontent2::-webkit-scrollbar {
  display: none;
}
.whatsapp {
  position: fixed;
  bottom: 10%;
  right: 1%;
  z-index: 999;
  width: 50px;
}
/* <!-- HTML !--> */

/* CSS */
.navbar button {
  margin-left: 20px;
}
.button-34 {
  background: #5e5df0;
  border-radius: 999px;
  /* box-shadow: #5e5df0 0 10px 20px -10px; */
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: Inter, Helvetica, "Apple Color Emoji", "Segoe UI Emoji",
    NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji",
    EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  word-break: break-word;
  border: 0;
}
.sticky_contact {
  background: #0c1a41;
  height: auto;
  color: white;
}
.sticky_contact a {
  color: white;
  /* padding: 5px 10px; */
  margin-right: 10px;
  font-size: 14px;
}
.login {
  border: 1px solid white;
  padding: 2px;
  text-align: center;
  width: 80px;
}
.sticky_contact span {
  font-family: Proximanova-Regular;
}
/* <!-- HTML !--> */
.sticky_ebook {
  position: fixed;
  top: 50%;
  right: -28px;
  z-index: 999;
  rotate: -90deg;
}
.sticky_ebook a {
  color: white;
}
.sticky_ebook button {
  font-family: Proximanova-Bold;
  font-size: 22px;
}
/* CSS */
.button-9 {
  appearance: button;
  backface-visibility: hidden;
  background-color: #405cf5;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue",
    Ubuntu, sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-9:disabled {
  cursor: default;
}
.ebook_banner {
  background: #0c1a41;
  /* height: 400px; */
  margin-top: 8%;
  /* color: white; */
}
.ebook_banner h2 {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  color: white;
}
.list_book h2 {
  font-weight: 900;
  font-size: 40px;
}
.button-9:focus {
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
    rgba(50, 151, 211, 0.3) 0 0 0 4px;
}
.download {
  padding: 20px;
  background: #f2f5f5;
  width: 50%;
}
.download h5 {
  font-weight: 700;
}

/* CSS */
.button-37 {
  background-color: #30b36c;
  border: 1px solid #30b36c;
  /* border-radius: 4px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* .button-37:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
  transform: translateY(-2px);
} */

@media (min-width: 768px) {
  .button-37 {
    padding: 10px 30px;
  }
}
@-moz-document url-prefix() {
  .tabcontent2 {
    scrollbar-width: none;
  }
}
.img_grid img {
  width: 90%;
  margin: 20px;
}
/* student end */
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 15px 30px 15px;
  }
}
@media (max-width: 1600px) {
  .date_content {
    position: absolute;
    top: 13px !important;
    left: -5px;
  }
  .date_content p {
    font-size: 18px !important;
  }
}

@media (min-width: 1030px) and (max-width: 1500px) {
  .industrail img {
    align-items: center;
    width: 38%;
  }
  .industrail1 img {
    align-items: center;
    width: 38%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .wrapper .card {
    width: 35% !important;
  }
}
@media (min-width: 1030px) and (max-width: 1366px) {
  .banner_right img {
    width: 45%;
  }
  .banner_bottom_img img {
    width: 40% !important;
  }
  .banner_left_img img {
    width: 70% !important;
  }
  .wrapper .card {
    width: 40% !important;
  }
}
@media (min-width: 700px) and (max-width: 1030px) {
  .banner_right img {
    /* width: 40%; */
  }
  .banner_bottom_img img {
    width: 50% !important;
    float: right;
    margin-top: -110px;
  }
  .banner_left_img img {
    width: 60% !important;
    float: left;
  }
  .banner2_right img {
    width: 95%;
  }
  .banner3_right img {
    width: 97%;
  }
  #hero h2 {
    font-size: 30px;
    line-height: 45px;
  }
  #hero span {
    font-size: 30px;
    line-height: 45px;
  }
  #hero h1 {
    color: #0c1a41;
    margin: 0;
    font-size: 31px;
    line-height: 50px;
    /* margin-top: 5%; */
    font-family: Proximanova-bold;
    /* font-weight: 700; */
}
  #hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin-top: 10px;
    font-family: "Proximanova-Regular";
    font-size: 16px;
    color: #656565;
    width: 100%;
}
  .wrapper .card {
    width: 40% !important;
  }
  .testimonials .testimonial-wrap {
    padding-left: 10px;
    padding-right: 45px;
  }
  .testimonials .testimonial-item {
    width: 85%;
  }
  .industrail img {
    align-items: center;
    width: 36%;
    top: 0;
    position: absolute;
  }
  .industrial_content h3 {
    color: #000000;
    font-size: 25px;
    line-height: 36px;
    font-family: Proximanova-Bold;
  }
  .industrial_content span {
    color: #ed1d25;
    font-family: Proximanova-Bold;
    font-size: 25px;
    line-height: 35px;
  }
  .enroll_btn {
    font-family: Proximanova-Bold;
    font-size: 16px;
  }
  .industrial_content {
    padding-top: 32px;
    padding-bottom: 39px;
  }
  .courses h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .parent_box h5 {
    font-size: 19px;
  }
  .upcoming_schedule h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .choose h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .txt_box h5 {
    font-size: 17px;
  }
  .test_title h3 {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 10px;
  }
  .certification h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .test_content h3 {
    font-size: 24px;
  }
  .companies h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .enquire_form h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .tool_img img {
    width: 100%;
  }
  .banner_sec {
    width: 100%;
    /* height: 65vh; */
  }
  .bot_text h2 {
    top: 15%;
    text-align: center;
    font-size: 35px;
    line-height: 65px;
  }
  .prg_img {
    position: absolute;
    right: 0;
    top: 20%;
  }
  #myBtnContainer {
    position: absolute;
    top: 62%;
  }
  .learn_content h3 {
    padding-top: 0px;
  }
  .filterDiv {
    width: 450px;
  }
  .learn_content h3 {
    color: #000000;
    font-size: 35px;
    line-height: 52px;
  }
  .learn_content span {
    color: #ed1d25;
    font-family: Proximanova-Bold;
    font-size: 35px;
    line-height: 52px;
  }
  .tab_prgm button {
    font-size: 14px;
  }
  .navbar .getstarted1 {
    /* background: #fcca00; */
    padding: 4px 20px;
    margin-left: 30px;
    width: 12%;
    margin-bottom: 15px;
  }
  .navbar .getstarted {
    width: 17%;
    margin-bottom: 15px;
  }
  .navbar .login {
    width: 11%;
    margin-left: 30px;
  }
  .img-div2 h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .squre_img {
    position: absolute;
    bottom: 5%;
    z-index: 1;
  }
  .module_text h4 {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
  }
  .industrail1 img {
    align-items: center;
    width: 36%;
  }
  .tool {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .module_text1 h4 {
    color: #343434;
    font-size: 17px;
    line-height: 24px;
  }
  .moduletool_box {
    height: 80px;
  }
  .digital_sec {
    background-position: left center;
  }
  .effective_img img {
    width: 45%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 85%;
    text-align: center;
  }
  .effective_text h4 {
    padding-top: 5px;
  }
  .effective_text h4 {
    color: #343434;
    font-size: 21px;
    line-height: 21px;
  }
  .trainer_content h3 {
    color: #00b170;
    font-family: Proximanova-Bold;
    font-size: 27px;
    line-height: 35px;
    text-align: left;
    padding-bottom: 0px;
  }
  .effective_content p {
    color: #343434;
    font-size: 16px;
    font-family: Proximanova-Regular;
    text-align: center;
    padding-bottom: 30px;
  }
  .effective_content h3 {
    color: #343434;
    font-size: 30px;
    line-height: 30px;
    font-family: Proximanova-Bold;
    text-align: center;
    padding-bottom: 10px;
  }
  .learn_content p {
    color: #343434;
    text-align: justify;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .img-div2 {
    height: 630px !important;
  }
  .ebook_banner {
    margin-top: 14%;
    padding: 60px;
} 
  .box-shadow img {
    position: absolute;
    z-index: 9999;
    margin-top: 0px !important;
    height: 33%;
  }
  .navbar .getstarted1 {
    /* background: #fcca00; */
    padding: 4px 20px;
    margin-left: 30px;
    width: 12%;
    margin-bottom: 15px;
  }
  .navbar .getstarted {
    width: 13%;
    margin-bottom: 15px;
  }
  .navbar .login {
    width: 10%;
    margin-left: 17px;
  }
  #hero {
    height: 600px !important;
  }
  .learn .col-lg-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  .learn .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .pick_img img {
    width: 100%;
  }
  .graphic_design img {
    width: 83%;
  }
  .contact_form {
    background: #fff;
    padding: 25px;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
  }
  .about_content {
    background: #eef2f6;
    padding-bottom: 30px;
    border-bottom: 1px solid #eef2f6;
    margin-top: -30px;
    padding: 60px 20px;
}
.icon_text {
  background: #eef2f6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 0px 20px;
}
.img_sec {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 10px;
}
.banner_sec {
  width: 100%;
  height: 405px;
  background: url(../img/banner-p.png) no-repeat;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  margin-top: 8%;
}
}
@media (max-width: 992px) {
  #hero {
    height: 1100px !important;
  }
  #hero .btn-get-started {
    margin-bottom: 60px;
    margin:auto;
  }
  .upcoming_schedule {
    padding-bottom: 350px;
  }
  .wrapper .card {
    width: 50% !important;
  }
  .swiper-button-prev {
    background-size: 25%;
    margin-left: -25px;
  }
  .swiper-button-next {
    background-size: 25%;
  }
  .swiper-button-prev1 {
    background-size: 25%;
  }
  .swiper-button-next1 {
    background-size: 25%;
  }
  .swiper-button-prev:hover {
    background-size: 25%;
    margin-left: -25px;
  }
  .swiper-button-next:hover {
    background-size: 25%;
  }
  .swiper-button-prev1:hover {
    background-size: 25%;
  }
  .swiper-button-next1:hover {
    background-size: 25%;
  }
  .offline_img {
    width: 40% !important;
    height: 50%;
  }
  .offline_img:hover {
    width: 40% !important;
    height: 50%;
  }
  .online_img {
    width: 40% !important;
    height: 50%;
  }
  .online_img:hover {
    width: 40% !important;
    height: 50%;
  }
  .industrail img {
    width: 41%;
  }
  .industrial_content {
    padding-top: 43px;
    padding-bottom: 14px;
  }
  .enroll_btn {
    font-family: Proximanova-Bold;
    font-size: 12px;
    padding: 10px 10px;
  }
  .test_content h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .certification .certificate-item p {
    font-size: 14px;
  }
  .certifi_img img {
    width: 100%;
    /* position: absolute; */
    top: -20px;
    left: 0%;
  }
  .learn_content h3 {
    padding-top: 31px;
  }
  .filterDiv {
    width: 60%;
    /* height: auto; */
  }
  .btn {
    font-size: 14px;
  }
  #myBtnContainer {
    width: 80%;
  }
  .pick_img img {
    width: 100%;
  }
  .intern_content h3 {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
  }
  .intern_content span {
    color: #ed1d25;
    font-family: Proximanova-Bold;
    font-size: 20px;
    line-height: 35px;
  }
  .faq h3 {
    padding-bottom: 0px;
  }
  .tool h3 {
    font-size: 27px;
    line-height: 40px;
  }
  .tool {
    padding-top: 20px;
  }
  .enquire_form {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .pick_content h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .industrial_content h3 {
    color: #000000;
    font-size: 24px;
    line-height: 35px;
    font-family: Proximanova-Bold;
  }
  .industrial_content span {
    color: #ed1d25;
    font-family: Proximanova-Bold;
    font-size: 24px;
    line-height: 35px;
  }
  .industrail1 img {
    align-items: center;
    width: 41%;
  }
  .industrial_content {
    padding-top: 8px;
    padding-bottom: 14px;
  }
  .web_develop h3 {
    color: #343434;
    font-size: 35px;
    line-height: 45px;
    font-family: Proximanova-Bold;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .web_develop {
    background: #eef2f6;
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .modules h3 {
    color: #343434;
    font-size: 35px;
    line-height: 45px;
  }
  .tool p {
    color: #343434;
    font-size: 16px;
    line-height: 23px;
  }
  .effective_img img {
    width: 55%;
  }
  .effective_text {
    margin: 0px 0px;
  }
  .digital_sec {
    background-position: right center;
  }
  .trainer_content {
    padding-top: 0px;
  }
  .contact_text {
    padding-bottom: 25px;
  }
  .contact_text p {
    color: #000000;
    width: 100%;
  }
  #footer .footer-top .footer-info p {
    text-align: justify;
  }
}
.about_box {
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  margin-right: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0px 0px 30px 30px;
  height: 320px;
}
@media (max-width: 820px) {
  .tab_prgm button:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .tab_prgm button:first-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px;
  }
  .tab_prgm button {
    display: block !important;
    width: 100%;
  }
  .download {
    width: 70%;
  }
  .ebook_banner {
    margin-top: 19%;
  }
  .box-shadow img {
    position: absolute;
    z-index: 9999;
    margin-top: 0px !important;
    height: 40%;
  }
  .navbar .getstarted1 {
    /* background: #fcca00; */
    padding: 4px 20px;
    margin-left: 30px;
    width: 25%;
    margin-bottom: 15px;
  }
  .navbar .getstarted {
    width: 17%;
    margin-bottom: 15px;
  }
  .navbar .login {
    width: 11%;
    margin-left: 30px;
  }
  .banner_bottom_img img {
    width: 48% !important;
    float: right;
    margin-top: -20px;
  }
  .banner_left_img img {
    width: 80% !important;
    float: left;
  }
  .about_con h3 {
    color: #ed1d25;
    font-family: Proximanova-Bold;
    font-size: 33px;
    line-height: 43px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .about_box {
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    margin-right: 37px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0px 0px 30px 30px;
  }
  .about_box {
    height: 350px !important;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 30px 0px 30px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 20px;
}
.certification .certifi_img {
  box-sizing: content-box;
  padding: 30px 30px 10px 60px;
  margin: 30px 15px;
  min-height: 220px;
  width: 50%;
  position: relative;
}
.wrapper .card {
  width: 46% !important;
}
.wrapper .card {
 
  padding: 0px 0px !important;
 
}
.date img {
  width: 90% !important;
  left: -25px !important;
  position: relative;
  top: -25px !important;
}
.upcoming_schedule {
  padding-bottom: 120px;
}
.place_tittle {
  
  margin-top: 15% !important;

}
#career .w-25 {
  width: 50% !important;
}
}
@media (max-width: 768px) {
  .banner3_right img {
    width: 80%;
  }
  .banner_bottom_img img {
    width: 40% !important;
  }
  .banner_left_img img {
    width: 70% !important;
  }
  .industrail img {
    width: 41%;
  }
}
@media (min-width: 200px) and (max-width: 690px) {
  #hero {
    height: 600px !important;
  }
 
  .banner_right img {
    width: 100%;
    margin-top: -40px !important;
  }
  .banner_bottom_img img {
    width: 60% !important;
    float: right;
    margin-top: -100px;
  }
  .banner_left_img img {
    width: 60% !important;
    float: left;
    margin-left: -57px;
    margin-top: -20px;
  }
  .banner2_right img {
    width: 90%;
  }
  .banner3_right img {
    width: 80%;
  }
  #hero h2 {
    font-size: 23px;
    line-height: 37px;
  }
  #hero span {
    font-size: 22px;
    line-height: 30px;
}
  #hero h1 {
    color: #0c1a41;
    margin: 0;
    font-size: 22px;
    line-height: 40px;
    /* margin-top: 5%; */
    font-family: Proximanova-bold;
    /* font-weight: 700; */
}
#hero .carousel-container {
 
  left: 20px;
  right: 20px;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin-top: 10px;
  font-family: "Proximanova-Regular";
  font-size: 16px;
  color: #656565;
  width: 100%;
}
  #hero p {
    font-size: 16px !important;
  }
  .testimonials .testimonial-wrap {
    padding-left: 10px;
    padding-right: 65px;
  }

  .companies h3 {
    font-size: 23px;
  }
  .upcoming_schedule h3 {
    font-size: 30px;
  }

  .live_project h3 {
    font-size: 23px;
  }
  .learn_content h3 {
    font-size: 27px !important;
  }
  .learn_content span {
    font-size: 27px !important;
  }
  .test_title h3 {
    font-size: 27px;
  }
  .testimonials {
    background: #afe0fb;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #footer .footer-top .footer-links {
    padding-top: 0px;
  }
  .live_project {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .swiper-button-prev {
    background-size: 40%;
    margin-left: -26px;
  }
  .swiper-button-next {
    background-size: 40%;
  }
  .swiper-button-prev1 {
    background-size: 40%;
    margin-left: -26px;
  }
  .swiper-button-next1 {
    background-size: 40%;
  }
  .swiper-button-prev:hover {
    background-size: 40%;
    margin-left: -26px;
  }
  .swiper-button-next:hover {
    background-size: 40%;
  }
  .swiper-button-prev1:hover {
    background-size: 40%;
    margin-left: -26px;
  }
  .swiper-button-next1:hover {
    background-size: 40%;
  }
  .wrapper {
    padding-left: 150px !important;
  }
  .date img {
    
    left: -35px !important;
    
    top: -8px !important;
}
  .wrapper .card {
    width: 80% !important;
  }
  .date_content span {
    display: inline !important;
  }
  .date_content {
    top:35px !important;
  }

  .upcoming_schedule {
    padding-top: 30px;
    padding-bottom: 50px !important;
    padding-left: 10p;
  }
  .box-shadow img {
    position: absolute;
    z-index: 0;
    margin-top: 0px !important;
    height: 45%;
  }
  .test_title h3 {
    padding-bottom: 10px;
  }
  .offline_img {
    top: 15% !important;
    width: 50% !important;
    height: 50%;
  }
  .offline_img:hover {
    top: 15% !important;
    width: 50% !important;
    height: 50%;
  }
  .online_img {
    top: 60% !important;
    width: 50% !important;
    height: 50%;
  }
  .online_img:hover {
    top: 60% !important;
    width: 50% !important;
    height: 50%;
  }
  .modal-dialog .btn-close {
    position: absolute !important;
    top: -18% !important;
  }
  .certification .certificate-item {
    padding: 0px 30px 0px 20px;
    margin: 30px 15px;
    min-height: 100px;
    width: 100%;
  }
  .certification .certificate-wrap {
    flex-direction: column-reverse;
  }
  .certification .certifi_img {
    min-height: 100px;
    margin: 30px 0px;
  }
  .industrail img {
    display: none;
  }
  .industrial_content span {
    font-size: 27px;
    line-height: 37px;
  }
  .industrial_content h3 {
    font-size: 27px;
    line-height: 37px;
  }
  .enroll_btn {
    font-family: Proximanova-Bold;
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 30px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    float: none;
  }
  .enroll_bt {
    text-align: center;
  }
  .tabs > input[type="radio"]:checked + label {
    padding: 10px 20px 10px 20px !important ;
  }
  .tabs{
    padding:30px 15px 0 15px;
  }
  .tabs > label{    padding: 10px 20px 10px 20px !important;}
  .on_form {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .mb-5 {
    margin-bottom: 0rem !important;
  }

  .enquire_form h3 {
    font-size: 27px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .enquire_form {
    background: #fff;
    padding-bottom: 0px;
    padding-top: 27px;
  }
  .test_content h3 {
    text-align: center;
    margin-top: 10%;
  }
  .certification .certificate-item p {
    text-align: center;
  }
  .navbar .getstarted1 {
    width: 32%;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .navbar .getstarted {
    width: 29%;
    margin-bottom: 15px;
  }
  .navbar .login {
    width: 110px;
    margin-left: 20px;
}
  .img_about img {
    width: 90%;
    margin: 20px 12px 0px 12px;
  }
  .about_con h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .img_sec h3 {
    color: #343434;
    font-size: 33px;
    line-height: 43px;
    font-family: Proximanova-Bold;
    text-align: left;
    padding-bottom: 5px;
  }
  .img_sec p {
    text-align: justify;
  }
  .banner_sec {
    width: 100%;
    /* height: 75vh; */
  }
  .bot_text h2 {
    top: 47%;
    text-align: center;
    font-size: 45px;
    line-height: 65px;
  }
  .prg_img {
    position: absolute;
    right: 0;
    top: 25%;
  }
  .prg_img img {
    width: 80%;
  }
  .tab_prgm button {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 7px;
  }
  .bg-blu {
    padding-top: 45px;
  }
  .pick_img img {
    width: 65%;
    padding-bottom: 20px;
  }
  .pick_content h3 {
    font-size: 27px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 25px;
  }
  .squre_img {
    display: none;
    /* position: absolute;
  bottom: -12%;
  z-index: 1; */
  }
  .web_develop h3 {
    color: #343434;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0px;
  }
  .module_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    
    border-radius: 30px;
    margin-top: 25px;
    height: 80px;
  }
  .module_img img{width:100px;height:80px;}
  .module_text h4 {
    font-size: 17px;
    line-height: 25px;
  }
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .industrial_content {
    padding-top: 30px;
    padding-bottom: 14px;
  }
  .industrail1 img {
    display: none;
  }
  .tool1_img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .to_img img {
    width: 50%;
  }
  .learn_content p {
    color: #343434;
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
  }
  .accordion-body p {
    color: #343434;
    font-size: 14px;
    line-height: 25px;
  }
  .accordion-button:not(.collapsed) {
    font-size: 18px;
    line-height: 25px;
  }
  .accordion-button {
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0px !important;
  }
  #footer .footer-top .footer-info p {
    text-align: justify;
  }
  .module_text1 h4 {
    color: #343434;
    font-size: 17px;
    line-height: 33px;
    font-family: Proximanova-Bold;
    padding: 17px 10px 20px 10px;
    text-align: left;
    height: 70px;
  }
  .trainer_img img {
    width: 100%;
  }
  .effective_img img {
    width: 47%;
  }
  .effective_text h4 {
    padding-top: 15px;
  }
  .effective_text {
    margin: 40px 0px;
  }
  .about_box {
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    margin-right: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0px 0px 30px 30px;
    margin-left: 12px;
    height:auto;
    margin-bottom:15px;

  }
  .career_name {
    font-family: Proximanova-Bold;
    text-align: center;
    margin-top: -9px !important;
    margin-bottom: 20px !important;
}
}
/* .digi_video {
  width: 50%;
} */
@media (max-width: 570px){
.justify-content-sm-between {
    justify-content: space-between !important;
}
}
@media (max-width: 480px) {
  #hero h2 {
    margin-top: 10% !important;
  }
  .content-sec{display:Flex;
  justify-content: center;align-items:center;
flex-direction: row;}
  .sticky_contact a{margin-right:0}
  .text-left{margin-right:40px !important;}
  .choose_box {text-align: center;}
  .txt_box h5{text-align: center;
  margin-bottom:50px;}
 
  .banner{display:none}
  .tab_prgm button:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .tab_prgm button:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .tab_prgm button {
    display: block;
    width: 100%;
  }
  .choose_sec .box {
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
  .digital_sec {
    min-height: 280px;
  }
  .tablink {
    padding: 5px !important;
  }
  .about_text h2 {
    top: 43%;
    font-size: 35px;
  }
  .student_sec {
    min-height: 200px;
    background-size: contain;
    margin-top: 80px;
  }
  .filterDiv {
    width: 100%;
  }
  .gallery_item img {
    transition: transform 0.3s ease;
    height: 343px;
    width: 100%;
}
.gallery_tabs {

  margin-top: 25% !important;
}

  .tab_prgm {
    background-color: #eef2f6;
  }
  .know_btn {
    margin-top: 0%;
  }
  .card .content {
    display: block !important;
  }
  .details {
    margin-top: -30% !important;
    margin-left: 25%;
}
  .date img {
    width: 30% !important;
  }
  .img-div2 {
    height: auto !important;
  }
  .place_tittle h2 {
    margin-top: 40% !important;
    font-size: 30px !important;
  }
  .courses {
    background-position: bottom;
    padding-bottom: 0px;
  }
  /* #word {
    display: none;
  }
  .header-sub-title{
    display: none;
  } */
  section {
    padding: 30px 0px;
  }
  .course_sec .box {
    width: 90%;
  }
  .free_demo h2 {
    font-size: 25px;
  }
  /* #hero h2 {
    margin-top: 60%;
  } */
  .text-right{text-align: right;}
  .sticky_contact a {
    /* display: block; */
  
    margin-bottom: 10px !important;
  }
  .sticky_contact span {
    margin-top: 5%;
  }
  .banner_sec {
    background-image: none;
    background-color: #eef2f6;
  }
  .Entrepreneurship_img {
    width: 50% !important;
  }
  .Entrepreneurship {
    width: 100% !important;
  }
  /* .swiper-button-next {
    top: 100%;
  }
  .swiper-button-prev {
    top: 100%;
  } */
  .digi_video {
    width: 100% !important;
  }
  .web_development img {
    width: 100%;
  }
  .ebook_banner {
    margin-top: 45%;
  }
  .testimonial_sec {
    margin-top: 50%;
  }
  .Brochure {
    width: 100% !important;
  }
  .free_demo .modal-dialog {
    margin-left: 5%;
  }
  .free_demo .modal-content {
    width: 350px !important;
  }
  .download {
    width: 100%;
  }
  .ebook_banner h2 {
    font-size: 20px;
  }
  .list_book h2 {
    font-size: 20px;
  }
  .certifi_img img {
    width: 100%;
    position: absolute;
    top: -20px;
    left: 17%;
  }
  .company img {
    /* padding: 25px 0px 30px 10px; */
    margin: auto !important;
    display: block !important;
  }
  .img_rightbg {
    position: absolute;
    left: 0px;
    margin-top: -110px;
  }
  #company {
    height: 285px !important;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0% !important;
  }
  .contact_text p {
    color: #000000;
    width: 100%;
  }
  .contact_text h3 {
    color: #000000;
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }
  .mou {
    background: #f5f5f5;
    padding: 20px 0px !important;
}
.mou h3 {

  margin-bottom: 2rem !important;
}
.mou h4 {
 
  margin-top: 0.5rem !important;
  margin-bottom: 2rem;
}
}
@media (min-width: 200px) and (max-width: 384px) {
  #company {
    height: 377px !important;
  }
  .tab_prgm button {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .date_content p {
    font-size: 17px !important;
  }
  .date_content span {
    font-size: 17px !important;
  }
  .navbar .getstarted1 {
    width: 65%;
    margin-left: 19px;
  }
  .navbar .getstarted {
    width: 35%;
  }
}
@media (max-width: 320px) {
  #company {
    height: 422px !important;
  }
  .contact_text h3 {
    color: #fff;
    text-align: left;
    font-size: 26px;
    line-height: 35px;
  }
  .navbar .getstarted1 {
    width: 73%;
    margin-left: 19px;
  }
}
@media screen and (max-width: 800px) {
  .gallery_grid {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery_grid {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  #header .logo {
    font-size: 26px;
    margin: 0;
    padding-right: 180px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    /* margin-left: -50px; */
  }
}
.gattlery_para {
  display: none;
  font-family: Proximanova-Bold;
}

/* CSS */
.button-18 {
  align-items: center;
  background-color: #0a66c2;
  border: 0;
  /* border-radius: 100px; */
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto,
    "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell,
    "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.button-18:hover {
  text-decoration: underline;
}
progress {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  border: none;
  background: transparent;
}
progress::-webkit-progress-bar {
  background: transparent;
}
progress::-webkit-progress-value {
  background: linear-gradient(
    to left,
    #db38b5,
    #01b3e3,
    #25ce7b,
    #fdc741,
    #ff6b01,
    #fc4236
  );
  background-attachment: fixed;
}
progress::-moz-progress-bar {
  background: linear-gradient(
    to left,
    #db38b5,
    #01b3e3,
    #25ce7b,
    #fdc741,
    #ff6b01,
    #fc4236
  );
  background-attachment: fixed;
}
.button-18:hover,
.button-18:focus {
  background-color: #16437e;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, 0.7);
}

.button-18:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}
#myModal h3 {
  font-family: Proximanova-Bold;
}
#myModal input {
  border: none;
  border: 1px solid black;
  padding: 10px;
  margin-top: 20px;
}
#myModal input:is(input, select).errorform {
  border: 1px solid red !important;
}
.side-tittle {
  background-color: #0c1a41;
  color: white;
}
.side-tittle h4 {
  color: white;
}
.spam {
  color: red;
}
.students_img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}
.testimonial_sec h2 {
  font-family: Proximanova-Bold;
}
.testimonial_sec p {
  font-family: Proximanova-Bold;
}

.t-center {
  text-align: center;
  background: #afe0fb;
  padding: 10px;
  border-radius: 5px;
}

.digi_btn {
  /* background-color: #68a2ff; */
  padding: 8px;
  color: #ed1d25;
  /* text-decoration: underline; */
  font-family: 'Proximanova-extrabold';
}
.digi_btn:hover {
  /* text-decoration: underline; */
  color: rgb(0, 0, 0);
}
.arrow-bg {
  background: #00b170;
  padding: 4px 6px;
  border-radius: 5px;
  /* margin-right: 10px; */
}
.position_img {
  position: absolute;
  top: 5%;
  right: 50%;
  z-index: 999;
}
.swiper-clss {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
}
.blink {
  animation: blink 0.5s infinite;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}

.header-sub-title {
  color: #ed1d25;
  margin: 0;
  margin-bottom: 10px;
  font-size: 35px !important;
  
  font-weight: 700 !important;
  font-family: "Proximanova-bold" !important;
 
}
.alternative {
  /* margin-top: 10%; */
  display: flex;
  justify-content: center;
  letter-spacing: 5px;
  font-size: 100px;
  /* -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #ed1d25; */
  color: #ed1d25;
}
.place_tittle {
  letter-spacing: 5px;
  font-size: 100px;
  margin-top: 4%;
  text-align: center;
  justify-content: center;
  font-family: Proximanova-Regular;
}
.place_tittle h2 {
  font-size: 32px;
  display: flex;
  justify-content: center;
  margin-top: 1%;
  letter-spacing: 3px;
  color: #ea5452;
  font-family: Proximanova-Bold;
}
.place_history {
  width: 25%;
  border-radius: 70px;
  background-color: rgb(255, 129, 129);
  color: white;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.place_history h2 {
  color: white;
  font-weight: 700;
}
.Placement_img {
  background-image: url(../img/bg.png);
  /* height: 300px; */
  background-size: cover;
  background-position: 0% -10%;
}
.Entrepreneurship {
  background-color: white;
  padding: 10px;
  width: auto;
  display: block;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 50px;
}
.Entrepreneurship h2 {
  color: #ea5452;
  text-align: center;
  font-family: Proximanova-Bold;
}
.Placement_img h5 {
  color: white;
  font-family: Proximanova-Bold;
}
.red_name {
  font-family: Proximanova-Bold;

  color: #ea5452 !important;
}

/* test start*/

/* @import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800"); */
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  margin-top: 5%;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin-top: 40%;
  }
  .blog-slider__pagination {
    top: 90% !important;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img video {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); */
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
/* .blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px;
  opacity: 0.8;
} */
.blog-slider__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 100%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider {
    margin-top: 40%;
    margin-bottom: 10%;
    padding: 10px;
  }
  #header .logo {
    padding-right: 10%;
  }
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: none !important;
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 90% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media (max-width: 1440px) {
  .banner_sec {
    background-position: top;
    background-size: auto;
  }
  .navbar a{
    padding: 10px 0 10px 19px;
  }
  .navbar .login{
    padding: 10px 0 10px 30px; 
  }
}
@media (min-width: 1024px) {
  .tab_prgm button:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
/*  .tab_prgm button:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }*/
 /* .tab_prgm button {
    display: block;
    width: 100%;
  }*/
  .header-sub-title {
    font-size: 25px !important;
  }
  .Entrepreneurship {
    width: 32%;
  }
  .place_tittle h2 {
    margin-top: 7% !important;
  }
  /* .about_box {
    height: 450px !important;
  } */
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/*  test End*/
.arrows:hover {
  cursor: pointer;
}
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 50px;
}
.arrows path {
  stroke: #2994d1;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}


/* register form */
.register {
  text-align: center;
  font-family: poppins;
  font-size: 15px;
  color: #0a58ca;
}
.register1 {
  text-align: center;
  font-size: 22px;
  font-family: 'Poppins';
  color: #1d293f;
  font-weight: 600;
  padding: 0rem 0rem;
}
.register3 {
  font-size: 14px;
  text-align: center;
}
.contact_form1 .iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 6px 12px 5px 12px;
}
.contact_form1 .iti--allow-dropdown input, .iti--allow-dropdown input[type="text"], .iti--allow-dropdown input[type="tel"], .iti--separate-dial-code input, .iti--separate-dial-code input[type="text"], .iti--separate-dial-code input[type="tel"] {
  padding-left: 90px !important;
  margin-left: 0;
  width: 100% !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 6px 12px;
}
.contact_form1 .form-control {
  margin: 18px 0px !important;
  padding: 6px 12px;
  background: #fff !important;
  font-size: 14px;
  color: #000000;
  border-radius: 3px;
}
#contactform1 select {
  width: 100% !important;
  padding: 6px 12px 6px 12px !important;
  border: 1px solid #ced4da;
  border-radius: 3px !important;
  margin-bottom: 20px;
  color: #7e7e7e;
  font-size: 14px;
}
.contact_form1 .iti input, .iti input[type="text"], .iti input[type="tel"] {
  position: relative;
  z-index: 0;
  padding-right: 36px;
  margin-right: 0;
  height: 35px;
}
.contact_form1 .iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #000 !important;
  font-size: 12px;
}
.time-content {
  display: flex;
  /* column-gap: 70px; */
  align-items: center;
  margin: 0rem;
  /* border: 1px solid white; */
  padding: 0rem 6.5rem;
  border-radius: 0.5rem;
  
  justify-content: space-between;
}
.time-content .time {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.time .number {
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  color: #ed1d25;
  font-family: 'Poppins';
}
.time .text {
  text-transform: capitalize;
  color: #ed1d25;
  font-weight: 600;
  font-size: 12px;
}
.form-bg {
  padding: 20px 0px;
  background: #f8f9fa;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.form-img{
  
  width: 210%;
  transform: translateX(-50px);
  border-radius: 20px;


}
@media (max-width:1024px){
  .form-img {
    width: 185%;
    transform: translateX(-60px);
    border-radius: 20px;
}
.time-content {
  display: flex;
  /* column-gap: 70px; */
  align-items: center;
  margin: 0rem;
  /* border: 1px solid white; */
  padding: 0rem 3.5rem;
  border-radius: 0.5rem;
  justify-content: space-between;
}
}

@media (max-width:840px){
  .register1 {
    text-align: center;
    font-size: 22px;
    font-family: 'Poppins';
    color: #1d293f;
    font-weight: 600;
    padding: 0rem 3rem;
}
}
@media (max-width:480px){
  .register1 {
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins';
    color: #1d293f;
    font-weight: 600;
    padding: 0rem 0rem;
}

.time-content {
  display: flex;
  /* column-gap: 70px; */
  align-items: center;
  margin: 0rem;
  /* border: 1px solid white; */
  padding: 0rem 3.5rem;
  border-radius: 0.5rem;
  justify-content: space-between;
}
.contact_sec {

  padding: 140px 0px 20px 0px;
}


}


/* homepage count section */

.count {
  padding: 100px 0px 10px;
}
.box-flex2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* justify-content: center; */
}
.icon_img1 img {
  vertical-align: top;
  /* width: 45px; */
}
.count h5 {
  font-family: 'Proximanova-Bold';
  font-size: 23px;
  margin-bottom: 0;
}
.count h6 {
  font-family: 'Proximanova-Regular';
  font-size: 17px;
  margin-bottom: 0;
}
.inter_text1 {
  padding-left: 10px;
  /* padding-top: 0px; */
}
.indent {
  text-indent: -30px;
  margin-left: 30px;
}
.testy h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
}
.testy .blog-slider {

  margin-top: 2%;
}
.free_demo input {
  width: 0%;
}
.trend_bg {
  background: #00B170;
  padding: 70px 0px 10px;
}
.footer-top h2 {
  font-family: 'Proximanova-Bold';
  font-size: 16px;
  color: #ffffff;
  padding-top: 15px;
}
.footer-top a {
  font-size: 14px;
    color: #ffffff;
    font-family: 'Proximanova-Regular';
}
.footer-top p {
  text-align: justify;
}
.trend_bg p {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Proximanova-Regular';
}
.trend_bg a{
 color: #ffffff !important;
}

.fb{
    width: 70%;
    margin-right: 5px;

}
.insta{
  width: 75%;
  margin-right: 5px;
}
.fb1{
  
  margin-right: 10px;

}
.insta1{

width: 10%;
}
.digi-button-first {
  background-color: #fff;
  color: #000000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 16px;
  font-size: 18px;
  width: 22%;
  box-shadow: 0px 3px 8px #00000059;
  font-family: Proximanova-Regular;
  text-align: center;
  font-weight: 600;
  border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.digi-button-first a {
  color: #000000;
 
}
.digi-button-first a:hover {
  color: #ffffff;
 
}
.digi-button-first:hover {
  background: #00B170;
  color: #ffffff !important;
}

.digi-button {
  background-color: #fff;
  color: #000000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 16px;
  font-size: 18px;
  width: 18%;
  box-shadow: 0px 3px 8px #00000059;
  font-family: Proximanova-Regular;
  text-align: center;
  font-weight: 600;
}
.digi-button a {
  color: #000000;
 
}
.digi-button a:hover {
  color: #ffffff;
 
}
.digi-button:hover {
  background: #00B170;
  color: #ffffff;
}
.course-highlight h1 {
  font-family: 'Proximanova-Bold';
  font-size: 32px;
  color: #0C1A41;
  padding-bottom: 30px;
}
.course-highlight p {
  color: #0C1A41;
  font-family: 'Proximanova-Regular';
  font-size: 20px;
}
.course-highlight h6 {
  padding-bottom: 25px;
  font-family: 'Proximanova-Regular';
  font-size: 18px;
}
.batches_bg{
  position: relative;
}
.img1 {
  width: 10% !important;
  position: absolute;
  top: -16%;
}
.img2 {
  width: 27% !important;
  right: 0;
  position: absolute;
  top: 30%;
}
.batches_bg h2 {
  font-family: 'Proximanova-Bold';
  color: #343434;
  font-size: 32px;
  padding-bottom: 50px;
}
.batches_bg h5 {
  font-family: 'Proximanova-extrabold';
  color: #707070;
  font-size: 22px;
  margin-bottom: 0;
}
.batches_bg h6 {
  font-family: 'Proximanova-Regular';
  color: #707070;
  font-size: 24px;
  margin-bottom: 0;
}
.batch_btn {
  color: #00B170;
  border: 1px solid #00B170;
  border-radius: 33px;
  padding: 10px 30px;
  background: #fff;
  font-size: 16px;
}
.batch_btn:hover {
  background: #00B170;
  color: #ffffff;
}
.batch_btn1 {
  color: #00B170;
  border: 1px solid #00B170;
  border-radius: 33px;
  padding: 10px 20px;
  background: #fff;
  font-size: 16px;
}
.batch_btn1:hover {
  background: #00B170;
  color: #ffffff;
}

.batch_border {
  border: 1px solid #707070;
  padding: 25px 0px;
  background: #fff;
  z-index: 111;
}
.request_btn {
  background: #F04148;
  border: unset;
  border-radius: 20px;
  color: #ffffff;
  padding: 17px;
  font-family: 'Proximanova-Regular';
    font-size: 16px;
}
.batches_bg img{
  width: 24%;
}
.batches_bg h3 {
  color: #0C1A41;
  font-size: 24px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 40px;
}
.batches_bg h4 {
  color: #0C1A41;
  text-align: center;
  font-size: 18px;
  font-family: 'Proximanova-extrabold';
}
.enquiry-border {
  border: 1px solid #707070;
  box-shadow: 0px 0px 14px #00000066;
  padding: 50px;
  width: 46%;
  margin: 0px 20px;
  border-bottom: 17px solid #0C1A41;
  background: #fff;
  z-index: 111;
}
.batch_btn2 {
  font-family: 'Proximanova-Regular';
  background: #00B170;
  color: #ffffff;
  border: unset;
  font-size: 16px;
  border-radius: 20px;
  padding: 15px 60px;
  margin: 3rem 12rem 0rem;
}
@media (max-width:1550px){
  .batch_btn2 {
    font-family: 'Proximanova-Regular';
    background: #00B170;
    color: #ffffff;
    border: unset;
    font-size: 16px;
    border-radius: 20px;
    padding: 15px 60px;
    margin: 3rem 7rem 0rem;
  }
}
.syllabus{
  position: relative;
}
.syllabus h2 {
  font-family: 'Proximanova-Bold';
  color: #343434;
  font-size: 32px;
}
.img3 {
  position: absolute;
  width: 17%;
  bottom: 12%;
  left: 6%;
  display: none;
}
.syllabus_btn {
  background: #F04148;
  border: unset;
  border-radius: 20px;
  color: #ffffff;
  font-family: 'Proximanova-Regular';
  font-size: 15px;
  padding: 14px 20px;
  margin-left: 10px;
}
#accordion label {
  display: inline-block;
  width: 100%;
}
fieldset {
  border: none;
  box-shadow: 0px 0px 14px #00000066;
  padding: 0;
  overflow: hidden;
  padding: 0px 10px;
  position: relative;
  z-index: 111;
  background: #fff;
}

fieldset > label input[type=radio] {
	display: none;
}

fieldset > label > span {
  padding: 15px 20px;
  display: block;
  cursor: pointer;
  font-weight: 900;
  color: #0C1A41;
  font-size: 22px;
  font-family: 'Proximanova-Bold';
  border-bottom: 4px solid #EFEFEF;
}

fieldset > label > div {
	display: grid;
	grid-template-rows: 0fr;
	transition: all ease-in-out 300ms;
	overflow: hidden;
	padding: 10px;
}

fieldset > label input[type=radio]:checked + div {
	grid-template-rows: 1fr;
}

fieldset > label > div > p {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.syllabus h3 {
    color: #0C1A41;
    font-family: 'Proximanova-Bold';
    font-size: 20px;
    padding: 20px 0px 10px;
}
.syllabus .tabs > section {
  order: 999;
  width: 100%;
  display: none;
  text-align: center;
  padding: 10px;
}
.test_content1 h3 {
  color: #ed1d25;
  font-size: 27px;
  font-family: Proximanova-Bold;
  text-align: center ;
}
.test_content1 p{
color: #0b1530;
margin: 0px auto 15px auto;
font-size: 17px;
line-height: 28px;
text-align: center;
font-family: Proximanova-Regular;
}
.student {
  padding: 50px 0px 100px;
  position: relative;
}
.student h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 2rem;
}
.img4 {
  position: absolute;
  left: 0;
  width: 22%;
  top: 18%;
}
.img5 {
  position: absolute;
  right: 0;
  width: 22%;
  top: 18%;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion .accordion {
  margin-top: 10px;
}
.accordion--headline {
  background-color: #F2F2F2;
  color: #0C1A41;
  font-family: 'Proximanova-Bold';
  font-size: 23px;
  padding: 15px 25px;
  transition: 0.3s ease;
  position: relative;
}
.accordion--headline::before, .accordion--headline::after {
  content: "";
  width: 12px;
  height: 3px;
  background-color: #0C1A41;
  position: absolute;
  display: block;
  top: 56%;
  right: 3px;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s ease;
} 
.accordion--headline::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion--headline:hover {
  cursor: pointer;
  
}
.open > .accordion--headline::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.open > .accordion--headline::after {
  transform: translate(-50%, -50%) rotate(360deg);
}
.accordion--content {
  display: none;
  background-color: #ffffff;
  padding: 20px 50px 35px 25px;
  border-top: 0;
  box-shadow: 0px 3px 6px #00000029;
  color: #0C1A41;
  font-family: 'Proximanova-Regular';
  font-size: 17px;
}
.accordion li {
  margin-bottom: 15px;
}


.faq h3 {
  color: #0C1A41;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 2rem;
}
h2:first-of-type {
  margin-top: 0;
}


.blue_bg{
  background: #EEF2F6;
  padding: 60px 0px ;
}

.blue_bg h3 {
  color: #0C1A41;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 2rem;
}
.blue_bg  p {
  font-family: 'Proximanova-extrabold';
  color: #0C1A41;
  font-size: 22px;
}
.read_btn {
  width: 10%;
  background: #0C1A41;
  color: #ffffff;
  border: unset;
  border-radius: 15px;
  padding: 8px;
  /* font-family: 'Proximanova-Regular' !important; */
}

.text-indent{
    text-indent: -40px;
    margin-left: 40px;
    width: 28%;
}

@media (max-width:1024px){
  .digi-button {
  
    width: 20%;
    
}
.batches_bg h5 {

  font-size: 20px;
  
}
.batches_bg h6 {
 
  font-size: 20px;
 
}
.batch_btn {
  color: #00B170;
  border: 1px solid #00B170;
  border-radius: 33px;
  padding: 10px 24px;
  background: #fff;
  font-size: 12px;
}
.batch_btn1 {
  color: #00B170;
  border: 1px solid #00B170;
  border-radius: 33px;
  padding: 10px 5px;
  background: #fff;
  font-size: 12px;
}
.batches_bg img {
  width: 22%;
}
.batches_bg h3 {
  color: #0C1A41;
  font-size: 24px;
  line-height: 30px;
  font-family: Proximanova-Bold;
  text-align: center;
  padding-bottom: 40px;
}
.enquiry-border {

  padding: 30px;
  width: 45%;

}
.batch_btn2 {
 
  margin: 3rem 3rem 0rem;
}
.syllabus {
  position: relative;
  padding: 30px 0px;
}
.syllabus .tabs > label {
  padding: 0.5em 1em;
  background: transparent
  linear-gradient(180deg, #f1f1f1 0%, #c5c5c5 42%, #c5c5c5 56%, #f1f1f1 100%)
  0% 0% no-repeat padding-box;
  /* border-right: 1px solid #798f99; */
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
}
.syllabus .tabs > input[type="radio"]:checked + label {
  /* background: transparent
  linear-gradient(180deg, #ffc35b 0%, #e99503 42%, #e99503 64%, #fecf7d 100%)
  0% 0% no-repeat padding-box; */
  background: #ed1d25;
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
  color: #fff;
}
fieldset > label > span {
  padding: 15px 20px;
  display: block;
  cursor: pointer;
  font-weight: 900;
  color: #0C1A41;
  font-size: 18px;
  font-family: 'Proximanova-Bold';
  border-bottom: 4px solid #EFEFEF;
}
.certification .certifi_img {
  box-sizing: content-box;
  padding: 0px 30px 10px 60px;
  margin: 30px 15px;
  min-height: 200px;
  width: 50%;
  position: relative;
}
.read_btn {
  width: 15%;
}
.tabs > input[type="radio"]:checked + label {
  /* background: transparent
  linear-gradient(180deg, #ffc35b 0%, #e99503 42%, #e99503 64%, #fecf7d 100%)
  0% 0% no-repeat padding-box; */
  background: #ed1d25;
  padding: 10px 35px 10px 35px;
  border-radius: 25px;
  color: #fff;
}
.tabs > label {
  padding: 0.5em 1em;
  background: transparent
  linear-gradient(180deg, #f1f1f1 0%, #c5c5c5 42%, #c5c5c5 56%, #f1f1f1 100%)
  0% 0% no-repeat padding-box;
  /* border-right: 1px solid #798f99; */
  padding: 10px 35px 10px 35px;
  border-radius: 25px;
}
.place_tittle {
  margin-top: 8%;
 
}
}

@media (max-width:840px){
  
  .digi-button {
 
    font-size: 14px;
   
}
.digi-button-first {
  
  font-size: 14px;
  width: 20%;
 
}
.course-highlight {
  padding: 10px 0px 20px;
}
.web_development img {
  width: 70%;
  position: relative;
  z-index: 0;
}
.batch_btn {

  padding: 10px 20px;
 
}
.batches_bg h5 {
  font-size: 18px;
}
.batches_bg h6 {
  font-size: 18px;
}
.enquiry-border {
  padding: 30px;
  width: 44%;
}
.batch_btn2 {
  padding: 15px 23px;
  margin: 3rem 4rem 0rem;
}
.syllabus .enquire_form {
  background: unset;
  padding-top: 20px;
  padding-bottom: 0px;
}
.syllabus .tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 30px 0px 30px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
}
fieldset > label > span {
  padding: 15px 15px;
  display: block;
  cursor: pointer;
  font-weight: 900;
  color: #0C1A41;
  font-size: 16px;
  font-family: 'Proximanova-Bold';
  border-bottom: 4px solid #EFEFEF;
}
.certification .certifi_img {
  box-sizing: content-box;
  padding: 0px 30px 10px 60px;
  margin: 30px 15px;
  min-height: 300px;
  width: 50%;
  position: relative;
}
.industrial {
  background-color: #afe0fb;
  padding-top: 18px;
  padding-bottom: 20px;
  position: relative;
} 
}

@media (max-width:540px){
  .enquiry-border {
    padding: 30px;
    width: 90%;
    margin-bottom: 10px;
} 
.syllabus .tabs {
 
  padding: 50px 15px 0px 15px;
 
}
.digi-button-first {
  font-size: 12px;
  width: 36%;
  border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.digi-button {
  font-size: 12px;
  width: 36%;
}
.text-indent {
  text-indent: -40px;
  margin-left: 40px;
  width: 90%;
} 
.certi_img {
  left: 0% !important;
}
.certification .certifi_img {

  min-height: 130px;
 
}
.accordion--headline {
  
  font-size: 16px;
 
}
.accordion--content {
 
  padding: 20px 25px 35px 25px;
 
}
.faq h3 {
 
  font-size: 27px;

}
.blue_bg h3 {

  font-size: 27px;
  line-height: 35px;
 
}
.blue_bg  p {
  font-family: 'Proximanova-extrabold';
  color: #0C1A41;
  font-size: 18px;
}
.read_btn {
  width: 35%;
}
.batches_bg h5 {
  font-size: 18px;
  padding-bottom: 5px;
}
.batches_bg h6 {
  font-size: 18px;
  padding-bottom: 5px;
}
.img3 {
   display: none;
}
.choose .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 43%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.testy .blog-slider {
  margin-top: 40%;
}
.testy  .swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.box-flex2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* justify-content: center; */
  margin-bottom: 15%;
}
.icon_img1 img {
  vertical-align: top;
  width: 60px;
}
.count {
  padding: 70px 20px 10px;
}
.request_btn {
    background: #F04148;
    border: unset;
    border-radius: 20px;
    color: #ffffff;
    padding: 15px;
    font-family: 'Proximanova-Regular';
    font-size: 15px;
}
.about_box {
  height: 380px !important;
}
}
.showmore {
  /* font-size: 1.1em;
  margin-top: 1.5em; */
}

.showmore .more, .showmore.show .dots {
  display: none
}

.showmore.show .more {
  display: inline
}

.showmore a {
  cursor: pointer;
  display: block;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  background: #0c1a41;
  width: 18%;
  text-align: center;
  padding: 8px;
  border-radius: 12px;
}
.pullet{
  font-size: 30px;
  padding: 0px 10px 0px 0px;
}
#testimonials .swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}
.phara {
  font-size: 17px !important; 
  color: #00b170;
  font-family: Proximanova-Bold !important;
  margin: 0 !important;
}

.error {
  padding: 100px 0px;
}
.error img {
  width: 100%;
  padding: 80px 150px 20px;
}
.error-btn1{
  width: 15%;
  margin: auto;
}
.error-btn {
  color: #fff;
  background-color: #293e69;
  padding: 6px 32px;
  border-radius: 40px;
  border: unset;
}

.error p {
  font-family: 'Proximanova-Bold';
  font-size: 32px;
  text-align: center;
}


@media (max-width:480px){
  .error img {
    width: 100%;
    padding: 80px 60px 20px;
}
.error p {
  font-family: 'Proximanova-Bold';
  font-size: 22px;
  text-align: center;
}
.error-btn1 {
  width: 27%;
  margin: auto;
}
.showmore a {
  cursor: pointer;
  display: block;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  background: #0c1a41;
  width: 35%;
  text-align: center;
  padding: 8px;
  border-radius: 12px;
}
}
@media (max-width:390px){
  #header .logo {
    padding-right: 5%;
}
.request_btn {
  background: #F04148;
  border: unset;
  border-radius: 20px;
  color: #ffffff;
  padding: 12px;
  font-family: 'Proximanova-Regular';
  font-size: 15px;
}
.batch_btn2 {
  padding: 10px 15px;
  margin: 1rem 4rem 0rem;
}
.syllabus_btn {
  background: #F04148;
  border: unset;
  border-radius: 20px;
  color: #ffffff;
  font-family: 'Proximanova-Regular';
  font-size: 14px;
  padding: 14px 20px;
  margin-left: 5px;
}
#submit_part2
{
  width: 45% !important;
}
}

.mou {
  background: #f5f5f5;
  padding: 80px 0px;
} 

.mou h3 {
  color: #343434;
  font-size: 37px;
  line-height: 45px;
  font-family: Proximanova-Bold;
  text-align: center;
  margin-bottom: 3rem;
}

.mou h4 {
  font-family: 'Proximanova-Bold';
  color: #ed1d25;
  text-align: center;
  font-size: 20px;
  margin-top: 1.5rem;
}

@media (min-width:1230px) and (max-width:1280px){
  .tab_prgm button {

    font-size: 18px;
   
}
.testimonials .testimonial-item {
 
  height: 390px;
  width: 100%;
 
}
.batches_bg img {
  width: 21%;
}
.request_btn {
  background: #F04148;
  border: unset;
  border-radius: 20px;
  color: #ffffff;
  padding: 12px;
  font-family: 'Proximanova-Regular';
  font-size: 16px;
}
.batch_btn2 {
  margin: 3rem 5rem 0rem;
}
}