@import url('boxicons.min-2.css');

* {
  margin: 0;
  padding: 0;
}

.testimonial-box {
  min-height: 400px;
}

body {
  scroll-behavior: smooth;
  font-family: 'spock_essregular';
  overflow-x: hidden;
  color: #111;
  box-sizing: border-box;
  /* padding-top: 60px; */
}

a {
  /*color: #47b2e4;*/
  font-family: 'spock_essregular';
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.marit {
  color: #ffffff !important;
  font-size: 17px !important;

}

.marit span {
  color: #fcd300 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'spock_ess_alt_1regular';
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-60 {
  margin-left: 60px;
}

.m-l-70 {
  margin-left: 70px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-90 {
  margin-left: 90px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-TB-10 {
  margin: 10px 0;
}

.m-TB-20 {
  margin: 20px 0;
}

.m-TB-30 {
  margin: 30px 0;
}

.m-TB-40 {
  margin: 40px 0;
}

.m-TB-50 {
  margin: 50px 0;
}

.m-TB-60 {
  margin: 60px 0;
}

.m-TB-70 {
  margin: 70px 0;
}

.m-TB-80 {
  margin: 80px 0;
}

.m-TB-90 {
  margin: 90px 0;
}

.m-TB-100 {
  margin: 100px 0;
}

.m-LR-10 {
  margin: 0 10px;
}

.m-LR-20 {
  margin: 0 20px;
}

.m-LR-30 {
  margin: 0 30px;
}

.m-LR-40 {
  margin: 0 40px;
}

.m-LR-50 {
  margin: 0 50px;
}

.m-LR-60 {
  margin: 0 60px;
}

.m-LR-70 {
  margin: 0 70px;
}

.m-LR-80 {
  margin: 0 80px;
}

.m-LR-90 {
  margin: 0 90px;
}

.m-LR-100 {
  margin: 0 100px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #111;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  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);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 64px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f84808;
  color: #fff;
  transition: all 0.4s;
  display: none;
}

.back-to-top i:hover {
  background: #f84808;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  display: none;
}

.fixed-top.inner_header_head {
  position: relative;
  background: #fff;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: inherit;
  /*white-space: nowrap;*/
  padding: 10px 0 10px 28px;
}

.fixed-top.inner_header_head .nav-menu a {
  color: #000;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: 'spock_essregular';
}

.fixed-top.inner_header_head .nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #000;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff;
}

.nav-menu .drop-down ul {
  width: 100%;
  height: 100vh;
  border-radius: 0;
  display: flex;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding-top: 55px;
  padding-left: 100px;
  padding-right: 100px;
  background: #fff;
  border-top: 1px solid #f3f3f3;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 0 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .mgnav {
  position: relative;
  margin: 0 0 1.5rem;
  border-right: 1px solid #ddd;
}

.mgnav.br-none {
  border-right: none;
}

.nav-menu .mgnav span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 0 10px;
}

.nav-menu .mgnav span:before {
  height: 3px;
  background: #F84808;
  width: 36px;
  position: absolute;
  top: 0;
  content: '';
}

.nav-menu .drop-down .mgnav a {
  padding: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
  margin: 10px 0 0;
  letter-spacing: normal;
  word-break: break-word;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #47b2e4;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.suff {
  margin-left: 25px;
  color: #fff;
  border-radius: 50px;
  padding: 12px 24px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background: #f84808;
}

.suff:hover {
  background: #000;
  color: #fff;
}

/* Style the tab */
.nav-tab {
  border-right: 1px solid #ccc;
  background-color: transparent;
  width: 100%;
  /*height: 300px;*/
  padding: 0 35px 0 0;
}

/* Style the buttons inside the tab */
.nav-tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 12px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  transition: all 0.2s linear;
}

.nav-tab button:hover {
  color: #ff0000;
}

.nav-tab a.v_all {
  display: block;
  background-color: inherit;
  color: black !important;
  padding: 18px 0 !important;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
}

/* Change background color of buttons on hover */
.nav-tab button:hover {
  background-color: #fff;
}

/* Create an active/current "tab button" class */
.nav-tab button.active {
  background-color: #fff;
  color: #ff0000;
}

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  border: none;
  width: 100%;
  border-left: none;
  height: auto;
}

.course-desc {
  padding: 20px;
  position: relative;
}

.course-desc h2 {
  font-size: 22px;
  color: #3e3e3e;
  margin: 0 0 1.5rem;
}

.course-desc p {
  font-size: 14px;
  color: #3e3e3e;
  margin: 0 0 1.5rem;
}

.course-desc a {
  font-size: 14px;
  color: #3e3e3e;
  text-decoration: underline;
  display: block;
  text-align: left;
  margin-left: 0;
}

@media (max-width: 768px) {
  /*.get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }*/

}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 99999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: rgb(255, 255, 255) !important;
  position: fixed;
  top: 25px;
  right: 20px;
}

.mobile-nav-toggle .icofont-close:before {
  color: #000 !important;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 10px 0;
}

nav.mobile-nav ul:before {
  position: absolute;
  content: url(../png/black-logo.png);
  top: 1.2rem;
  left: 1.4rem;
  color: #000;
  display: inline-block;
  z-index: 99999;
}

nav.mobile-nav ul:after {
  position: absolute;
  content: 'MENU';
  top: 6rem;
  left: 1.4rem;
  font-size: 16px;
  color: #000;
  display: inline-block;
  z-index: 99999;
  font-weight: 600;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  outline: none;
  border-bottom: 1px solid #ddd;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #000;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
  font-size: 20px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active

/* .mobile-nav-toggle i {
  color: #fff;
} */
.mobile-nav>ul {
  margin: 8rem 0 0;
}

.mobile-nav a.mobile-logoin {
  color: #fff;
  border-radius: 50px;
  padding: 12px 50px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background: #f84808;
  margin: 1rem 0 0 20px;
}

.mobile-nav a.mobile-logoin:focus {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to left, rgba(109, 99, 99, 0) 66%, #1a1a1a 0%);
  background: url(../jpg/homebanner-3.jpg) no-repeat center;
  background-size: cover;
}

#hero .container {
  padding-top: 72px;
}

.HBbox {
  width: 869px;
  height: 329px;
  margin: 0 497px 0 0;
  padding: 36px 135px 35px 140px;
  border-radius: 0 165px 165px 0;
  transform: translate(-17%, 0);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #22212142;
}

.HBbox h1 {
  font-size: 35px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 18px;
  line-height: 1.43;
}

.HBbox p {
  margin: 18px 58px 18px 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  color: #ffffff;
}

.HBbox a.cta,
button.cta {
  padding: 18px 36px 17px;
  border-radius: 100px;
  border: solid 2px #ffffff;
  color: #fff;
  font-size: 14px;
  background: transparent;
  margin: 8px 0 0;
  display: inline-block;
}

#hero .btn-get-started {
  font-family: 'spock_essregular';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }

  #hero .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }

  #hero .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.grya-1 {
  background: #f8f8f8;
  padding: 50px 0px 50px 70px;
}

.grya-2 {
  background: #f8f8f8;
  padding: 70px 0;
}

.sec-CYI {
  position: relative;
}

.cyi-txt {
  position: relative;
}

.cyi-txt span {
  color: #f84808;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
}

.cyi-txt h2 {
  font-size: 30px;
  color: #333;
  margin: 0 0 10px;
}

.cyi-txt p {
  font-size: 14px;
  line-height: 1.43;
  margin: 10px 350px 10px 0;
  color: #282828;
}

.cyi-txt div.prop {
  font-size: 14px;
  line-height: 1.43;
  margin: 10px 0 40px 0;
  color: #282828;
}

.cyi-txt p.msg {
  font-size: 14px;
  line-height: 1.43;
  margin: 20px 0 40px 0;
  color: #282828;
}

.cyi-txt-2 {
  position: relative;
}

.cyi-txt-2 span {
  color: #f84808;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
}

.cyi-txt-2 h2 {
  font-size: 30px;
  color: #333;
  margin: 0 0 40px;
}

.cyi-txt-black {
  position: relative;
  margin: 0 0 2rem;
}

.cyi-txt-black span {
  color: #f84808;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
}

.cyi-txt-black h2 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 10px;
}

.cyi-txt-black p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 400px 40px 0;
  color: #fff;
}

.course-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 0 2rem;
}

.course-image {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.img-content {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 5000px) {
  .img-content {
    bottom: 7rem;
  }
}

.img-content h5 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0;
}

.overlay-blue {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #5c4ddad1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 6%;
  right: 4%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(0, -50%);
  text-align: left;
}

.txt-blk span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 0;
}

.txt-blk img.stamps {
  position: absolute;
  right: 0;
  top: -1.5rem;
  transform: translate(-1rem, -1.3rem);
  animation: 4s linear rotate infinite;
  animation-direction: reverse;
}

.what-will-you-get>img {
  animation: 4s linear rotate infinite;
  animation-direction: reverse;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.txt-blk .Rectangle-blue2 {
  width: 100px;
  text-align: center;
  padding: 6px 6px;
  background-color: #5c4ddb;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  display: block;
}

.course-box:hover .overlay-blue {
  height: 100%
}

.course-box:hover .img-content {
  opacity: 0
}

.sec-LS-course {
  position: relative;
  margin: 3rem 0 0;
}

.course-bbox {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.13);
  padding: 0 0 16px;
}

.course-bbox img {
  width: 100%;
}

.Ccourse-bbox {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.13);
  padding: 0 0 16px;
  margin: 1rem 1rem;
}

.Ccourse-bbox img {
  width: 100%;
}

.quanter img {
  width: auto;
}

.year img {
  width: auto;
}

.course-cta img {
  width: auto;
}

.content-box {
  padding: 20px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-box .cname {
  font-size: 18px;
  margin: 0 0 0;
  color: #3e3e3e;
  line-height: 1.36;
}

.content-box .scname {
  margin: 4px 0 0;
  padding: 0 0 16px;
  font-size: 14px;
  color: #282828;
}

.content-box .red {
  margin: 4px 0 0;
  padding: 0 0 16px;
  font-size: 14px;
  color: #f84808;
  font-weight: bold;
}

.Ccourse-bbox .content-box .cname {
  font-size: 18px;
  margin: 0 0 0;
  color: #3e3e3e;
  line-height: 1.36;
}

.Ccourse-bbox .content-box .scname {
  margin: 4px 0 0;
  padding: 0 0 16px;
  font-size: 14px;
  color: #282828;
}

.duratiobox {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}

.duratiobox span.year {
  font-size: 14px;
  color: #282828;
  flex: 1;
}

.duratiobox span.quanter {
  font-size: 14px;
  color: #282828;
  flex: 1.5;
}

.para {
  font-size: 14px;
  margin: 7.5px 0 15px;
  text-align: left;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dvdline {
  width: 100%;
  height: 1px;
  margin: 10px 0 10px;
  opacity: 0.18;
  background-color: #707070;
}

.course-cta {
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: bold;
}

.course-cta:hover {
  color: #f84808;
}

.sec-LS-course.scr {
  margin: 6rem 0 0;
}

.va-cta {
  position: absolute;
  right: 0;
  top: 4rem;
  padding: 10px 25px;
  border-radius: 100px;
  border: solid 2px #f84808;
  color: #f84808;
  font-size: 14px;
}

.half-ellipse {
  position: absolute;
  right: 0;
  transform: translate(0%, 28rem);
}

.ellipse-2 {
  width: 400px;
  height: 400px;
  margin: 444px 0 0 0;
  background-color: #c5d508;
  border-radius: 50% 0 0 50%;
  position: absolute;
  right: -10rem;
}

.ellipse-small {
  width: 142px;
  height: 142px;
  margin: 48rem 0 0 0;
  background-color: #fcd300;
  border-radius: 50%;
  position: absolute;
  right: 0;
}

.white-arch {
  background: url(../png/artwork.png) no-repeat left #fff;
  padding: 70px 0;
  position: relative;
}

.getbox {
  display: flex;
  align-items: center;
  height: 112px;
  margin: 0 0 20px;
  padding: 33px 58px 26px 33px;
  border-radius: 15px;
  box-shadow: 0 3px 20px 0 rgba(51, 51, 51, 0.1);
  background-color: #ffffff;
}

.getbox .icox {
  flex: 1;
}

.getbox span {
  flex: 2;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}

.archtxt {
  position: relative;
  margin: 0 0 2rem;
}

.archtxt h2 {
  margin: 0 0 24px 0;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  color: #141414;
}

.archtxt p {
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  color: #000;
}

.recter {
  margin: 0 0 45px 0;
  font-size: 30px;
  text-align: left;
  color: #333;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.meet-expert {
  position: relative;
  width: 90%;
  margin: 2rem auto 0;
}

.expert-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.experbox {
  position: relative;
  display: flex;
  margin: 0 0 3rem;
}

.experbox-single {
  position: relative;
  display: flex;
  margin: 30px 0 3rem;
}

.exp-img {
  flex: 1;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.exp-txt {
  flex: 3;
}

.exp-txt-single {
  flex: 1.3;
  padding-top: 10px;
}

.exp-txt h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 900;
  text-align: left;
  color: #1e1e1e;
}

.exp-txt span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  text-align: left;
  color: #1e1e1e;
}

.exp-txt p {
  font-size: 15px;
  font-weight: normal;
  margin: .5rem 0 0;
  text-align: left;
  color: #1e1e1e;
}

.exp-txt a {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  color: #f84808;
  margin: .5rem 0 0;
}

.exp-txt-home {
  flex: 2;
  padding: 0 0 0 20px;
}

.exp-txt-home h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 900;
  text-align: left;
  color: #1e1e1e;
}

.exp-txt-home span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  text-align: left;
  color: #1e1e1e;
}

.exp-txt-home p {
  font-size: 15px;
  font-weight: normal;
  margin: .5rem 0 0;
  text-align: left;
  color: #1e1e1e;
}

.exp-txt-home a {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  color: #f84808;
  margin: .5rem 0 0;
}


.see-cta {
  padding: 10px 25px;
  border-radius: 100px;
  border: solid 2px #f84808;
  color: #f84808;
  font-size: 15px;
  display: inline-block;
}

.see-cta:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.see-cta-fill {
  padding: 10px 40px;
  border-radius: 100px;
  border: solid 2px #f84808;
  background: #f84808;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin: 2rem 0 0;
  transition: all 0.2s ease-in-out 0s;
}

.see-cta-fill:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.cta-center {
  display: table;
  margin: 0 auto;
}

.seeall_botton {
  width: 150px;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  margin: 4rem auto 0;
  border: 1px solid #f84808;
  color: #f84808 !important;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.seeall_botton:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
  transition: all 0.2s ease-in-out 0s;
}

.blackbox {
  position: relative;
  padding: 70px 0;
  background-color: #141414;
  overflow: hidden;
}




.blackback {
  background: #000;
  padding: 70px 0;
}

.countdownbox {
  position: relative;
  margin: 0 0 1rem;
}

.countdownbox .puol {
  font-size: 54px;
  font-weight: bold;
  color: #f84808;
}

.countdownbox .txt-a {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.path-505 {
  padding: 30px;
  border: 1px solid #4d4d4d;
  border-radius: 14px;
}

.path-505 div.textt {
  margin: 34px 0 20px 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  position: relative;
}

.path-505 span {
  margin: 20px 0 10px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  color: #fff;
  display: inline-block;
}

.path-499 {
  width: 200px;
  position: absolute;
  height: 355px;
  padding: 8.4px 68.7px 12.7px 68.6px;
  background-color: #141414;
  border: 1px solid #4d4d4d;
  right: 4rem;
  top: -7rem;
  border-radius: 12px;
}

.whtie-box {
  background: #fff;
  position: relative;
  padding: 70px 0;
}

.alumni-whtie-box {
  background: #fff;
  position: relative;
  padding: 50px 0;
}

/*--multiple carosuol---*/
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: transparent;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(45% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 13%);
  background-color: #ffffff;
  border: none;
  color: #f84808;
  font-size: 25px;
}

.MultiCarousel .rightLst {
  right: 0;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 13%);
  background-color: #ffffff;
  border: none;
  color: #f84808;
  font-size: 25px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 13%);
  background-color: #f84808;
  border: none;
  color: #fff;
  font-size: 25px;
}

.alu-profile {
  margin: 8px 0 8px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #333;
}

.alu-tag {
  font-size: 14px;
  text-align: center;
  color: #111;
  margin: 0 0 5px;
  display: inline-block;
}

.sep-line {
  width: 125px;
  height: 2px;
  margin: 6px auto;
  border-radius: 4px;
  background-color: #f84808;
}

.alu-sum {
  font-size: 14px;
  margin: 7.5px 0 15px;
  text-align: center;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.alumnslider div.pad15 {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: transparent;
  color: #666;
}

.pad15 img.radios {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

/*--multiple carosuol---*/
.blackbox2 {
  background: #030202;
  padding: 70px 0;
  position: relative;
}

.master-txt {
  position: relative;
}

.master-txt h3 {
  font-size: 35px;
  text-align: left;
  color: #fff;
  margin: 20px 0 15px 0;
}

.master-txt p {
  margin: 10px 0 25px;
  font-size: 14px;
  line-height: 1.80;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.footer-content {
  background: #111;
  padding: 50px 0 10px 0;
}

.footer-details .footer-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.footer-details ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.footer-details ul li a {
  display: inline-block;
}

.footer-details ul li a,
.footer-details li p {
  font-size: 15px;
  color: #fff;
  display: block;
  padding-bottom: 10px;
  line-height: 24px;
}

.footer-logo {
  width: 150px;
  margin: 0;
  display: block;
}

.footer-social {
  display: block;
  margin: 2rem 0 0;
}

.footer-social ul {
  list-style: none;
  margin: 0 0 0;
}

.footer-social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer-social ul li a {
  color: #fff;
  font-size: 15px;
}

.footer-social ul li a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
}

.foot-line {
  position: relative;
  display: block;
  margin: 4rem 0 2rem;
  background: #4d4d4d;
  height: 1px;
}

.colbox {
  position: relative;
}

.colbox a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  margin: 0 0 1rem;
}

.colbox a i {
  color: #f84808;
}

.inptbox {
  width: 100%;
  margin: 0 0 6px;
  padding: 12px 15px;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  font-size: 15px;
}

.selctbox {
  width: 100%;
  margin: 0 0 6px;
  padding: 12px 15px;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  font-size: 15px;
}

.txtareabox {
  width: 100%;
  margin: 0 0 6px;
  padding: 12px 15px;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  font-size: 15px;
}

.submit-btn {
  color: #fff;
  border-radius: 100px;
  padding: 14px 40px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background: #f84808;
  border: none;
}

.submit-btn:hover {
  background: #000;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

/*section {
  padding: 60px 0;
  overflow: hidden;
}*/

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../cta-bg.html") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: 'spock_essregular';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: 'spock_essregular';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*-------certificate page----------*/
.inner-header {
  position: relative;
  padding: 70px 0px;
}

.yellowback {
  background: #fcd300;
  background: url(../png/certifacte-coiurse-img.png) no-repeat right bottom #fcd300;
  height: 100vh;
  min-height: 100%;
}

.photography-certification-banner {
  /* background: #fcd300; */
  background: url(../jpg/photography-certification-banner.jpg);
  height: 80vh;
  min-height: 100%;
  background-size: cover;
}

.masscomm-category-img {
  /* background: #fcd300; */
  background: url(../jpg/masscomm-category-img.jpg);
  height: 80vh;
  min-height: 100%;
  background-size: cover;
}

.lifestyle-studies-banner {
  /* background: #fcd300; */
  background: url(../jpg/lifestyle-studies-banner-img01.jpg);
  height: 80vh;
  min-height: 100%;
  background-size: cover;
}

.cinema-studies-banner {
  /* background: #fcd300; */
  background: url(../jpg/cinema-studies-banner02.jpg);
  height: 80vh;
  min-height: 100%;
  background-size: cover;
}

.advt-pr-banner {
  /* background: #fcd300; */
  background: url(../jpg/adv-pr-banner.jpg);
  height: 80vh;
  min-height: 100%;
  background-size: cover;
}

.performing-arts-banner {
  /* background: #fcd300; */
  background: url(../jpg/performing-art-banner1.jpg);
  height: 80vh;
  min-height: 100%;
  background-size: cover;
}

.banner-content {
  position: relative;
}

.banner-content h1 {
  font-size: 35px;
  text-align: left;
  color: #141414;
  margin: 0 193px 10px 0;
  font-weight: bold;
}

.banner-content span {
  color: #f84808;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1rem;
}

.banner-content p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  color: #141414;
  margin: 0 0 35px;
}

.banner-content a.ccta {
  background: #f84808;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  padding: 14px 30px;
}

.banner-content-wh {
  position: relative;
}

.banner-content-wh h1 {
  font-size: 45px;
  text-align: left;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.banner-content-wh span {
  color: #f84808;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1rem;
}

.banner-content-wh p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  color: #fff;
  margin: 15px 0 35px;
}

.banner-content-whl h1 {
  font-size: 45px;
  text-align: left;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.banner-content-whl span {
  color: #f84808;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1rem;
}

.banner-content-whl span.csoon {
  display: inline-block;
  margin: 0 0 0 1rem;
  color: #ffffff;
  font-size: 18px;
  border-bottom: 2px solid #f1f1f1;
}

.banner-content-whl p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  color: #fff;
  margin: 15px 0 35px;
}

.banner-content-cert {
  position: relative;
}

.banner-content-cert h1 {
  font-size: 35px;
  text-align: left;
  color: #ffffff;
  margin: 0 193px 10px 0;
  font-weight: bold;
}

.banner-content-cert span {
  color: #f84808;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1rem;
}

.banner-content-cert p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  color: #ffffff;
  margin: 0 0 35px;
}

.banner-content-cert a.ccta {
  background: #f84808;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  padding: 14px 30px;
}

.banner-content-cert-wh {
  position: relative;
}

.banner-content-cert-wh h1 {
  font-size: 45px;
  text-align: left;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.banner-content-cert-wh span {
  color: #f84808;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1rem;
}

.banner-content-cert-wh p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  color: #fff;
  margin: 15px 0 35px;
}

.banner-content-cert-whl h1 {
  font-size: 45px;
  text-align: left;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.banner-content-cert-whl span {
  color: #f84808;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 1rem;
}

.banner-content-cert-whl p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-align: left;
  color: #fff;
  margin: 15px 0 35px;
}

.wh_back_CTA {
  background: #fff;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  padding: 15px 40px;
  transition: all 0.2s ease-in-out 0s;
  border: 2px solid #fff;
}

.wh_back_CTA:hover {
  background: transparent;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
}

.wh_border_CTA {
  background: transparent;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 14px 30px;
  transition: all 0.2s ease-in-out 0s;
}

.wh_border_CTA:hover {
  color: #000;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.mr-rigt-30 {
  margin: 0 0 0 30px;
}

.course-slider {
  margin: 2rem 0 0;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
}

.campus-slider .nbs-flexisel-inner {
  height: 65vh;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 13rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 13%);
  background-color: #f84808;
  border: none;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
}

.nbs-flexisel-nav-left {
  left: -4rem;
}

.nbs-flexisel-nav-left:before {
  content: "\ea9d";
  font-family: IcoFont;
}

.nbs-flexisel-nav-right {
  right: -4rem;
}

.nbs-flexisel-nav-right:before {
  content: "\eaa0";
  font-family: IcoFont;
}

/*recrute*/
.recruit-slider .nbs-flexisel-nav-left,
.recruit-slider .nbs-flexisel-nav-right {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 13%);
  background-color: #f84808;
  border: none;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
}

.recruit-slider .nbs-flexisel-nav-left {
  left: 0rem;
}

.recruit-slider .nbs-flexisel-nav-left:before {
  content: "\ea9d";
  font-family: IcoFont;
}

.recruit-slider .nbs-flexisel-nav-right {
  right: 0rem;
}

.recruit-slider .nbs-flexisel-nav-right:before {
  content: "\eaa0";
  font-family: IcoFont;
}

/*recrute*/

/*alumni*/
.alumnslider .nbs-flexisel-nav-left,
.alumnslider .nbs-flexisel-nav-right {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 8rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 13%);
  background-color: #f84808;
  border: none;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
}

.alumnslider .nbs-flexisel-nav-left {
  left: -1rem;
}

.alumnslider .nbs-flexisel-nav-left:before {
  content: "\ea9d";
  font-family: IcoFont;
}

.alumnslider .nbs-flexisel-nav-right {
  right: -1rem;
}

.alumnslider .nbs-flexisel-nav-right:before {
  content: "\eaa0";
  font-family: IcoFont;
}

/*alumni*/

.see_all_back {
  background: url(../png/assist_background_1.png) no-repeat center;
  padding: 70px 70px;
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
  background-size: contain;
  /*background: #3e3e3e;*/
}

.see_all_back .see_all_items p {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.see_all_back .see_all_items a.cats {
  padding: 16px 24px;
  border-radius: 100px;
  border: solid 2px #ffffff;
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 0 auto;
  display: table;
}

.see_all_back_A {
  background: url(../png/assist_background_2.png) no-repeat center;
  padding: 70px 70px;
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
}

.see_all_back_A .see_all_items p {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.see_all_back_A .see_all_items a.cats {
  padding: 16px 24px;
  border-radius: 100px;
  border: solid 2px #000;
  font-size: 16px;
  color: #000;
  margin: 0 0 0 auto;
  display: table;
}

.vector58 {
  position: absolute;
  right: 0;
  top: -1.3rem;
}

.vector60 {
  position: absolute;
  left: 0;
  top: 14rem;
}

.supportgird {
  display: grid;
  grid-template-columns: 45% 52%;
  grid-column-gap: 3%;
  align-items: center;
  margin: 5rem 0 0;
}

.supportgird2 {
  display: grid;
  grid-template-columns: 45% 50%;
  grid-column-gap: 5%;
  align-items: center;
  margin: 3rem 0;
}

.assits {
  position: relative;
}

.assits h3 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 10px;
}

.assits p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0 10px 0;
  color: #fff;
}

/*-------certificate page----------*/

/*-------diploma page----------*/
.yellowback {
  background: #fcd300;
  background: url(../png/certifacte-coiurse-img.png) no-repeat right bottom #fcd300;
  height: 70vh;
  min-height: 100%;
}

.lightBGback {
  background: #f8fbfe;
  background: url(../png/diploma-coiurse-img.png) no-repeat right bottom #ddf0f5;
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-radio-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/radio-video-background.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-fashion-photography {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/phtography_banner_back.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-acting-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/acting-background.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-photography-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/phtography_banner_12.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-photography-banners {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/fashion-photography-banner.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-fphotography-banners {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/phtography_banner_back.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-guitar-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/guitar_banner_grab.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-adfilmmaking-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/adfilmmaking-banner-01.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-corportate-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/corporate-fm.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-diplomainfilmmaking-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/banner-3.jpg);
  height: 75vh;
  min-height: 100%;
  background-size: cover;
}
.f-digitalpr-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/digital-pr1.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-digitaljournalism-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/digital_journalism_banner_grab.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-digitaladvertising-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/digitaladvert-banner-main.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-diplomainfashiondesign-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/blonde-fashion-designer.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-interiordesign-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/interior-design-background.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-hospital-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/slider-hospital-management.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-fashionartandillustration-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/drawing-fashion-illustrations.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-diplomainjournalism-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/journalismbanner.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-diplomainphotography-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/photography.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-diplomainnutrition-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/banner-4.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-diplomainjewelrydesign-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/banner.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-diplomainmakeup-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/makeup-program-2.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-eventmanagement-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/event-management.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-fashiondesign-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/fashion-design-banner.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-fashion-design-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/fashion-design-banner-grap.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-Fashionstyling-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/fashion-style-mini.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-makeup-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/makeup_banner_grab.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-music-production {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/musicproductionbanner.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-mobilejournalism-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/mobile_journalism_banner_grab.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-tvnewproduction-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/tv_new_production.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-screenwriting-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/screenwriting_banner_grab.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-radiojocky-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/radio_jockey_banner_grab.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-photographyfoundation-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/photography_banner.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.f-diplomafilmmaking-banner {
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.8), rgba(19, 12, 12, 0.12)), url(../jpg/diploma-adfilmmaking-banner.jpg);
  height: 100vh;
  min-height: 100%;
  background-size: cover;
}

.para13 {
  font-size: 20px;
  line-height: 1.59;
  color: #282828;
  margin: 20px 400px 40px 0;
}

.grid4060 {
  display: grid;
  grid-template-columns: 40% 60%;
  margin: 2rem 0 0;
}

.items4060 {
  position: relative;
}

.grid6040 {
  display: grid;
  grid-template-columns: 60% 40%;
  margin: 4rem 0 0;
}

.items6040 {
  position: relative;
}

.alws img.Image-30 {
  margin: 40px 0 50px 0;
  object-fit: contain;
  border-radius: 15px;
}

.alws img.Image-31 {
  margin: 60px 0 50px 0;
  object-fit: contain;
  border-radius: 15px;
}

.Rectangle-432 {
  margin: 135px 0 30px 0;
  padding: 44px 82px 38px 110px;
  border-radius: 20px;
  box-shadow: 10px 13px 58px 0 rgb(0 0 0 / 5%);
  background-color: #ffffff;
}

.Rectangle-432 h3 {
  margin: 0 160px 20px 0;
  font-size: 30px;
  color: #333333;
}

.Rectangle-432 p {
  margin: 21px 0 0;
  font-size: 16px;
  line-height: 2;
  color: #3e3e3e;
}

.Rectangle-484 {
  width: 750px;
  padding: 50px 200px 45px 60px;
  border-radius: 20px;
  box-shadow: 10px 13px 58px 0 rgb(0 0 0 / 5%);
  background-color: #ffffff;
  z-index: 9;
  position: relative;
}

.Rectangle-484 h3 {
  margin: 0 130px 20px 0;
  font-size: 30px;
  color: #333333;
}

.Rectangle-484 p {
  margin: 21px 0 0;
  font-size: 16px;
  line-height: 2;
  color: #3e3e3e;
}

.grid2_0 {
  display: grid;
  grid-template-columns: 45% 48%;
  grid-column-gap: 7%;
  align-items: center;
}

.grid0_2 {
  display: grid;
  grid-template-columns: 50% 45%;
  grid-column-gap: 5%;
  align-items: center;
  margin: 4rem 0 0;
}

.Image-32 {
  position: relative;
}

.Rectangle-488 {
  position: relative;
}

.Rectangle-488 h3 {
  font-size: 30px;
  text-align: left;
  color: #333333;
  margin: 0 0 20px 0;
}

.Rectangle-488 p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #141414;
  margin: 0;
}

.grayarch {
  background: url(../png/line-circle-32.png) no-repeat left bottom #f8f8f8;
  padding: 70px 0;
}

.Rectangle-425 {
  padding: 80px 100px;
  border-radius: 20px;
  box-shadow: 10px 13px 58px 0 rgb(0 0 0 / 5%);
  background-color: #ffffff;
}

.letin {
  font-size: 18px;
  line-height: 1.11;
  text-align: center;
  color: #3e3e3e;
  margin: 15px 0 0;
}

.Image58 {
  position: absolute;
  right: 0;
  top: 42rem;
}

.Image60 {
  position: absolute;
  left: 0;
  top: 28rem;
}

.Image65 {
  position: absolute;
  right: 0;
  top: 18rem;
}

.Image68 {
  position: absolute;
  left: 0;
  top: 13rem;
}

/*-------diploma page----------*/

/*-------photography page----------*/
.Group-752 {
  background: #fff;
  width: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 100px;
  position: absolute;
  top: -45px;
  z-index: 99;
}

.Group-753 {
  background: #fff;
  width: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 100px;
  position: absolute;
  top: -45px;
  z-index: 99;
}

.synopsis_grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  align-items: center;
  padding: 0 60px;
}

.synosis_list {
  position: relative;
}

.syshd {
  color: #282828;
  font-size: 16px;
  font-weight: bold;
}

.systxt {
  font-size: 14px;
  color: #333;
}

.half-circle-158 {
  position: absolute;
  right: 0;
  /* bottom: -10rem; */
  bottom: 0rem;
  z-index: 9;
}

.half_sec {
  position: relative;
  background: #f6f6f6;
  padding: 150px 0 50px;
}

.half_sec:before {
  position: absolute;
  content: '';
  background: #fff;
  left: 0;
  right: 50%;
  bottom: 0;
  top: 0;
  display: inline-block;
}

.course-457 {
  position: relative;
}

.course-457 h3 {
  font-size: 30px;
  color: #333;
  margin: 0 0 0;
}

.course-457 p {
  font-size: 18px;
  color: #202020;
  line-height: 1.94;
  margin: 12px 70px 1rem 0;
  letter-spacing: normal;
}

/*-----accordion--------*/
.card {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.card-header {
  border-bottom: none;
}

.card-body ul {
  margin: 0 0 0 2rem;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion {
  margin: 0 0 0 2rem;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #333;
  padding: 0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.myaccordion .btn:focus {
  text-decoration: none;
  outline: none;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
  outline: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

/*-----accordion--------*/
.grid_44 {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.magic_box {
  position: relative;
  overflow: hidden;
}

.mgx_img {
  position: relative;
  overflow: hidden;
}

.magic_box_overlay {
  background-image: linear-gradient(#ff000000, #00000085);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
}

.mgx_txt {
  position: absolute;
  bottom: 0;
  left: 1rem;
}

.mgx_txt .separator {
  width: 40px;
  height: 3px;
  background: #f84808;
  margin: 0 0 7px 0;
}

.mgx_txt .thing,
.grad {
  color: #fff;
  font-size: 18px;
}

.countdown {
  position: relative;
  margin: 2rem 0 0;
}

.countdown p {
  font-size: 14px;
  margin: 0 0 1rem;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.count_down {
  position: relative;
  display: table;
  margin: 0 auto .5rem 0;
}

.count_down ul {
  list-style: none;
  padding: 6px 0;
  margin-bottom: 0;
  border: 1px solid #fff;
  margin: 0;
}

.count_down ul li {
  display: table-cell;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

.count_down ul li:nth-last-child(1) {
  border-right: none;
}

.count_down ul li span {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

.count_down ul li span.emoj {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

.cours_card {
  display: block;
  padding: 31px 25px;
  border-radius: 14px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 1rem 1rem;
  overflow: hidden;
}

.cours_card span.ttl {
  margin: 0 0 10px 0;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #f84808;
}

.cours_card p.desc {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #141414;
}

.Line-77 {
  width: 100%;
  height: 1px;
  margin: 24px 0 18px 0;
  background-color: #c1c1c1;
}

.G-project {
  margin: 18px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #787878;
}

.project-slider .nbs-flexisel-nav-left {
  top: 6rem;
}

.project-slider .nbs-flexisel-nav-right {
  top: 6rem;
}

.gray_comprs {
  background: url(../png/circle_75_purple.png) no-repeat right 80%, url(../png/circle_77_red.png) no-repeat right top #f8f8f8;
  padding: 70px 0 50px;
}

.curiculam {
  width: 75%;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 20px 0 0px 0;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background-color: #ffffff;
}

.Ellipse-201 {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 2px;
  border: 1px solid #f84808;
  border-radius: 50%;
}

.Ellipse-202 {
  width: 10px;
  height: 10px;
  background: #f84808;
  border-radius: 50%;
  display: block;
}

.text78 {
  margin: 0 0 0 9px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: left;
  color: #3e3e3e;
}

.how_head {
  position: relative;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3e3e3e;
}

.line-720 {
  width: 80px;
  height: 4px;
  margin: 8px auto;
  display: block;
  background-color: #f84808;
}

.hw_box {
  position: relative;
  margin: 3rem 2rem 0;
}

.gray_circle_780 {
  width: 140px;
  height: 140px;
  display: block;
  padding: 45px 0 0;
  margin: 0 auto 50px;
  border-radius: 50%;
  background: #eeeeee;
}

.hw_content {
  position: relative;
}

.hw_content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 46px 0 16px 0;
  text-align: center;
  color: #3e3e3e;
}

.hw_content p {
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: #3e3e3e;
}

.red_line_box {
  width: 100%;
  margin: 50px 0 0;
  padding: 40px 80px;
  border: solid 1px #f84808;
}

.kine_grider {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}

.txt-719 {
  font-size: 30px;
  font-weight: normal;
  display: block;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.para-39 {
  margin: 24px 135px 0 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #3e3e3e;
}

.anchor_50 {
  width: 210px;
  height: 55px;
  line-height: 55px;
  display: table;
  padding: 0 50px;
  text-align: center;
  border-radius: 100px;
  background-color: #f84808;
  color: #fff;
  margin: 0 auto;
}

.anchor_50:hover {
  background: #000;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.default-txt {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #3e3e3e;
}

.quest {
  position: relative;
  margin: 2rem 0 0 !important;
}

/*-------photography page----------*/
.module-align {
  text-align: right;
}

/*----accordion 2-----*/
#schedule-nav,
#schedule-nav ul,
#schedule-nav ul li,
#schedule-nav ul li a {
  margin: 0 0 .5rem;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#schedule-nav {
  width: 100%;
  color: #ffffff;
  margin: 1.5rem 0 0;
}

#schedule-nav ul ul {
  display: none;
}

#schedule-nav>ul>li.active>ul {
  display: block;
}

.align-right {
  float: right;
}

#schedule-nav>ul>li>a {
  padding: 22px 40px 22px 50px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  background: #fff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#schedule-nav>ul>li>a:hover {
  color: #000;
}

#schedule-nav ul>li.has-sub>a:after {
  font-family: 'FontAwesome';
  position: absolute;
  left: 26px;
  top: 20px;
  z-index: 5;
  font-size: 22px;
  display: block;
  content: "\f107";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

/*#schedule-nav ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}*/
#schedule-nav ul>li.has-sub.open>a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#schedule-nav ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#schedule-nav ul ul li div.accorbody {
  padding: 14px 40px 14px 50px;
  cursor: default;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#schedule-nav ul ul ul li a {
  padding-left: 32px;
}

#schedule-nav ul ul li a:hover {
  color: #ffffff;
}

#schedule-nav ul ul>li.has-sub>a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}

#schedule-nav ul ul>li.has-sub>a:before {
  top: 20px;
  background: #dddddd;
}

.locker i.fa-lock {
  font-size: 20px;
  text-align: right;
  display: block;
}

#schedule-nav .col-lg-8.col-12 {
  line-height: 1.5rem;
}

/*----accordion 2-----*/

.back_img_back {
  background: url(../jpg/fashion-design-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_acting {
  background: url(../jpg/acting-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_adfilm {
  background: url(../jpg/ad-film-making-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_event {
  background: url(../jpg/event-management-planning-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_fashion_photo {
  background: url(../jpg/fashion-photography-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_guitars {
  background: url(../jpg/guitar-for-beginners-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_corporate {
  background: url(../jpg/the-art-of-corporate-film-making-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_tv_news {
  background: url(../jpg/tv-news-production-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_ph_foundation {
  background: url(../jpg/photography-foundation-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_radion_jockey {
  background: url(../jpg/radio-jockey-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_makeup_foundation {
  background: url(../jpg/makeup-foundation-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_music_production {
  background: url(../jpg/music-prod-certificate-desk.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_screenwriting {
  background: url(../jpg/screenwriting-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_mobile_journalism {
  background: url(../jpg/mobile-journalism-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_fashion_styling {
  background: url(../jpg/fashion-styling-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_digi-journalism {
  background: url(../jpg/digital-journalism-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_digi-advertising {
  background: url(../jpg/digital-advertising-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_fashion_illustraion {
  background: url(../jpg/fashion-art-and-illustration-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_digital_pr {
  background: url(../jpg/digital-pr-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_photography {
  background: url(../jpg/diploma-in-photography-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_nutrition {
  background: url(../jpg/diploma-in-nutrition-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_filmmaking {
  background: url(../jpg/diploma-in-filmmaking-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_journalism_mass {
  background: url(../jpg/diploma-in-journalism-and-mass-communication-cert.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_jewelrydesign {
  background: url(../jpg/jewellery-design-cert-mockup.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_makeup {
  background: url(../jpg/makeup-program-2.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_fashion_design {
  background: url(../jpg/interior-cert-desk.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_interior_design {
  background: url(../jpg/interior-cert-desk.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.back_img_back_diploma_hospital {
  background: url(../jpg/hospital-certificate.jpg) no-repeat left bottom #e2e2e2;
  padding: 80px 0;
  position: relative;
  background-size: cover;
}

.sepline-58 {
  width: 185px;
  height: 4px;
  margin: 15px 0 0 0;
  border-radius: 5px;
  background-color: #141414;
}

.txt_487 {
  padding: 40px 0 40px 100px;
}

.txt_487 h3 {
  font-size: 43px;
  margin: 0 60px 0 0;
  line-height: 1.3;
}

.c-fees {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  color: #141414;
}

.inr {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.43;
  color: #3e3e3e;
}

.c-fees-white {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  color: #f1f1f1;
}

.inr-white {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.43;
  color: #f1f1f1;
}

.intrest {
  font-size: 16px;
  font-weight: normal;
  display: block;
  line-height: 1.43;
  color: #f1f1f1;
  margin: 1rem 0 0;
}

.footCTA {
  display: table;
  margin: 0 0 0 auto;
}

.footCTA a.empty {
  background: transparent;
  border-radius: 100px;
  border: 2px solid #f84808;
  color: #f84808;
  display: inline-block;
  padding: 14px 30px;
  transition: all 0.2s ease-in-out 0s;
}

.footCTA a.empty:hover {
  background: #f84808;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.footCTA a.fills {
  background: #f84808;
  border-radius: 100px;
  border: 2px solid #f84808;
  color: #fff;
  display: inline-block;
  padding: 14px 30px;
  margin: 0 0 0 1rem;
  transition: all 0.2s ease-in-out 0s;
}

.footCTA a.fills:hover {
  background: transparent;
  border: 2px solid #f84808;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

/*--------faqs----------*/
.faqsbanner {
  background: url(../png/faq_left_arch.png) no-repeat left, url(../png/faqs_right_bottom.png) no-repeat right bottom #f8f8f8;
  padding: 120px 0;
}

.search_group {
  position: relative;
}

.form_group {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.search_group h2 {
  font-size: 35px;
  text-align: center;
  margin: 0 0 1rem;
}

.searhtxt {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 16px 8px 16px 50px;
  border-radius: 100px;
  box-shadow: 10px 13px 58px 0 rgb(0 0 0 / 5%);
  background-color: #ffffff;
  border: none;
}

.wrap_icon {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #999;
  font-size: 16px;
}

.srch_btn {
  background: #f84808;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  padding: 12px 40px;
  position: absolute;
  right: 8px;
  top: 6px;
}

input.searhtxt:focus {
  outline: none;
  text-decoration: none;
}

.faq_wrapper {
  position: relative;
  padding: 70px 0;
}

.faq_head {
  font-size: 30px;
  color: #333333;
  margin: 1rem 0 2rem;
}

/*-----faq accordidon------*/
#faq-nav,
#faq-nav ul,
#faq-nav ul li,
#faq-nav ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#faq-nav {
  width: 100%;
  color: #ffffff;
}

#faq-nav ul ul {
  display: none;
}

#faq-nav>ul>li.active>ul {
  display: block;
}

.align-right {
  float: right;
}

#faq-nav>ul>li>a {
  padding: 25px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background: #fff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-bottom: 1px solid #ddd;
}

#faq-nav ul>li.has-sub>a:after {
  position: absolute;
  right: 25px;
  top: 23px;
  z-index: 5;
  display: block;
  height: 20px;
  width: 2px;
  background: #f84808;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#faq-nav ul>li.has-sub>a:before {
  position: absolute;
  right: 16px;
  top: 32px;
  display: block;
  width: 20px;
  height: 2px;
  background: #f84808;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#faq-nav ul>li.has-sub.open>a:after,
#faq-nav ul>li.has-sub.open>a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#faq-nav ul ul li a {
  padding: 20px 22px;
  cursor: default;
  z-index: 2;
  line-height: 1.60;
  font-size: 14px;
  text-decoration: none;
  color: #3e3e3e;
  background: #f9f9f9;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#faq-nav ul ul li div.faqbody {
  padding: 20px 22px;
  cursor: default;
  z-index: 2;
  line-height: 1.60;
  font-size: 14px;
  text-decoration: none;
  color: #3e3e3e;
  background: #f9f9f9;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#faq-nav ul ul ul li a {
  padding-left: 32px;
}

#faq-nav ul ul li a:hover {
  color: #333;
}

#faq-nav ul ul>li.has-sub>a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}

#faq-nav ul ul>li.has-sub>a:before {
  top: 20px;
  background: #dddddd;
}

/*-----faq accordidon------*/
/*--------faqs----------*/

/*privacy policy*/
.ppc_wrapper {
  background: #f8f8f8;
  padding: 50px 0;
  position: relative;
}

.default_back {
  background: url(../png/vertical_line.png) no-repeat 94% bottom #fff;
  padding: 70px 0;
}

.title_head {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.privacy_data {
  position: relative;
}

.privacy_data h2 {
  font-size: 32px;
  color: #333;
  margin: 1rem 0 1rem;
}

.privacy_data h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 0;
}

.privacy_data p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 1rem 0;
  color: #3e3e3e;
}

.privacy_data span {
  font-size: 14px;
  color: #3e3e3e;
  display: block;
}

.privacy_data ul {
  margin: 0 0 1rem 2rem;
}

/*privacy policy*/

/*TC*/
.tc_wrapper {
  background: #f8f8f8;
  padding: 50px 0;
  position: relative;
}

.default_back_TC {
  background: #fff;
  padding: 70px 0;
}

.title_head {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.tc_data {
  position: relative;
}

.tc_data h2 {
  font-size: 25px;
  color: #333;
  margin: 1rem 0 1rem;
}

.tc_data p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 1rem 0;
  color: #3e3e3e;
}

.tc_data span {
  font-size: 14px;
  color: #3e3e3e;
  display: block;
}

.tc_data ul {
  margin: 0 0 1rem 2rem;
}

/*TC*/

/*about us*/
.about_back {
  background: url(../png/about_backbaner.png) no-repeat right top #ffffff;
  padding: 70px 0 100px;
}

.about-banner-content {
  position: relative;
}

.about-banner-content h1 {
  width: 214px;
  margin: 50px 0 50px 0;
  font-size: 35px;
  line-height: 1.43;
  color: #3e3e3e;
}

.line-654 {
  width: 70px;
  height: 4px;
  margin: 0 0 8px 0;
  background-color: #f84808;
}

.line-655 {
  width: 70px;
  height: 4px;
  margin: 0 0 14px 0;
  background-color: #f84808;
}

.about-banner-content h6 {
  width: 410px;
  margin: 8px 0 14px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #333333;
}

.about-banner-content p {
  width: 443px;
  margin: 32px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.79;
  color: #333333;
}

.mv_content {
  position: relative;
}

.mv_content h2 {
  font-size: 30px;
  color: #f84808;
  margin: 0 0 15px 0;
}

.mv_content p {
  width: 339px;
  margin: 16px 0 30px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.mv_content p strong {
  font-weight: bold;
}

.vission {
  margin: 80px 0 15px 0;
}

.unsplash {
  position: absolute;
  right: 2rem;
  top: 0;
  width: 325px;
}

.Layer-36 {
  margin: -10px 0 0 85px;
  position: relative;
}

.white_back {
  background: #fff;
  padding: 0 0 160px;
}

.bluueback {
  padding: 60px 0;
  background-color: #5c4ddb;
  position: relative;
}

.text-64 {
  font-size: 40px;
  margin: 0;
  color: #ffffff;
}

.course-listed {
  position: relative;
  margin: 4rem 0 0;
}

.course-listed ul {
  list-style: none;
  margin: 0;
}

.course-listed ul li {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
  margin: 20px 0 20px 20px;
}

.course-listed ul li strong {
  font-weight: bold;
}

.course-listed ul li:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  margin: 8px 0 0 -20px;
  background-color: #f84808;
  border-radius: 50%;
}

.image-group-76 {
  position: absolute;
  right: 0;
}

/*accordion slider*/
.accordion_content {
  height: 380px;
  width: 100%;
  overflow: hidden;
  zoom: 1;
  /*margin: 50px;*/
}

.same_offset {
  float: left;
  overflow: hidden;
  zoom: 1;
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.05);
}

.same_open {
  position: relative;
  padding-top: 50px;
  height: 350px;
  width: 80px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.05);
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 10px;
}

.same_open_content {
  width: 0;
  height: auto;
  margin: 0 0 .5rem;
  background-color: #e2dbcc;
  background-color: #e2dbcc;
}

.open_content {
  width: 340px;
}

.same_open_content img.img-right {
  width: auto;
  height: 100%;
  margin: 0 0 20px auto;
  display: block;
}

.open_article {
  margin: 30px;
}

.open_article h3 {
  font-size: 22px;
  font-weight: normal;
  color: #444444;
}

.open_article p {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.more_info {
  color: #9b7627;
}

.yrss {
  position: absolute;
  left: 10px;
  bottom: 3rem;
  font-size: 15px;
}

.yrss:before {
  position: absolute;
  content: '';
  background: #f84808;
  width: 26px;
  height: 3px;
  top: -5px;
}

/*accordion slider*/
.chairman_wrapper {
  background: url(../png/chairman_img.png) no-repeat right bottom #747777;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  padding: 110px 0;
}

.chairman_content {
  position: relative;
}

.chairman_content h2 {
  font-size: 30px;
  margin: 0 0 30px 0;
  text-align: left;
  color: #ffffff;
}

.chairman_content p {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

/*about us*/
.gray_circle {
  background: url(../png/circle_art_302.png) no-repeat left top #f8f8f8;
  padding: 70px 0;
}

.text44 {
  position: relative;
}

.text44 h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
  text-align: center;
  color: #3e3e3e;
}

.text44 p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #3e3e3e;
  margin: 0 14rem;
}

.probox {
  position: relative;
  margin: 0 1rem;
}

.probox img {
  display: block;
  margin: 0 auto;
}

.probox h4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  color: #3e3e3e;
  margin: 15px 0 5px 0;
}

.probox h4 span {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #3e3e3e;
  margin: 5px 0 20px 0;
  display: block;
}

.probox .line-691 {
  width: 40px;
  height: 3px;
  margin: 5px 0 5px 0;
  background-color: #f84808;
}

.probox p {
  font-size: 14px;
  margin: 15px 0 0 0;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #3e3e3e;
}

.white-back {
  background: #ffffff;
  padding: 70px 0;
}

.gray-back {
  background: #f8f8f8;
  padding: 50px 0;
}

.headH2 {
  font-size: 30px;
  margin: 0 0 30px 0;
  text-align: left;
  color: #3e3e3e;
}

.testi_wrapper {
  position: relative;
  padding: 70px 0 90px;
}

.campus {
  position: relative;
}

.campus h2 {
  font-size: 30px;
  margin: 0 0 3rem 0;
  text-align: left;
  color: #3e3e3e;
}

.testi_back {
  background: url(../jpg/university.jpg) no-repeat left #fff;
  height: 95vh;
}

.Rectangle-661 {
  width: 532px;
  height: 459px;
  margin: 4.5rem 0 0 auto;
  padding: 65px 46px 34px;
  border-radius: 20px;
  box-shadow: 10px 13px 58px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}

.testimonial-slider .nbs-flexisel-nav-left {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  width: 38px;
  height: 38px;
  border-radius: 0;
  background-color: #fff;
  border: none;
  color: #c1c1c1;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #c1c1c1;
}

.testimonial-slider .nbs-flexisel-nav-right {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  width: 38px;
  height: 38px;
  border-radius: 0;
  background-color: #fff;
  border: none;
  color: #c1c1c1;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #c1c1c1;
}

.testimonial-slider .nbs-flexisel-nav-left {
  left: 0;
}

.testimonial-slider .nbs-flexisel-nav-right {
  left: 4rem;
}

.testimonial-slider .nbs-flexisel-nav-left {
  bottom: 0;
  top: 20rem;
}

.testimonial-slider .nbs-flexisel-nav-right {
  bottom: 0;
  top: 20rem;
}

.slieder_inner {
  position: relative;
}

.slieder_inner h3 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  color: #000000;
}

.slieder_inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  color: #000000;
}

.Rectangle-712 {
  padding: 20px;
  border-radius: 21px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  overflow: hidden;
}

.certification-slider {
  position: relative;
  margin: 4rem 0 0;
}

.inner-certify {
  position: relative;
  width: 75%;
  margin: 0 auto;
}

.inner-certify img {
  display: block;
  margin: 0 auto;
}

.inner-certify p {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #3e3e3e;
}

.inner_webinar {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.inner_webinar p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.18;
  color: #3e3e3e;
  padding: 10px 15px 0;
  margin: 0;
}

.inner_webinar span {
  font-size: 12px;
  display: inline-block;
  text-align: left;
  color: #3e3e3e;
  padding: 5px 15px 10px;
}

.webinar .nbs-flexisel-nav-left {
  top: 7rem;
}

.webinar .nbs-flexisel-nav-right {
  top: 7rem;
}

.solarsign {
  background: url(../png/solar-sign.png) no-repeat right top #fff;
  padding: 70px 0;
}

.awardback {
  background: #c5d508;
  display: grid;
  grid-template-columns: 48% 48%;
  padding: 20px 20px 40px;
  grid-column-gap: 4%;
  margin: 2rem 0 0;
}

.award-listed {
  margin: 0 auto;
}

.award-listed span {
  display: block;
  font-size: 12px;
  color: #3e3e3e;
  font-weight: bold;
  margin: .5rem 0 0;
}

.award-listed p {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: bold;
}

.award-grids {
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  grid-column-gap: 1%;
  margin: -40px 0 0;
  direction: rtl;
}

.aaward_list {
  padding: 40px 25px 20px 25px;
  border-radius: 15px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
}

.aaward_list img {
  display: block;
  margin: 0 auto;
}

.aaward_list span {
  font-size: 12px;
  color: #f84808;
  display: block;
  margin: 1rem 0 0;
}

.aaward_list p {
  font-size: 16px;
  color: #3e3e3e;
  display: block;
  margin: .2rem 0 0;
}

.synopsis_body {
  position: relative;
}

.synopsis_body p {
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding: .8rem 0;
  margin: 0;
  position: relative;
}

.synopsis_body p:before {
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f023";
  color: #49505a;
  font-size: 18px;
  right: 0;
}

.synopsis_body>ul {
  list-style: none;
  margin-bottom: 0;
  display: block !important;
}

.synopsis_body>ul>li p {
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding: .8rem 0;
  margin: 0;
  position: relative;
}

.synopsis_body ul lip:before {
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f023";
  color: #49505a;
  font-size: 18px;
  right: 0;
}

.locker {
  padding: .8rem 0;
  margin: 0;
}

.Interest-Education-Loans-available {
  width: 400px;
  height: 25px;
  margin: 13px 378px 0 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.recruit_wrapper {
  position: relative;
  padding: 70px 0 70px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background-color: #1f1f1f;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'spock_essregular';
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  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: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding: 20px 0;
  color: #fff;
}

#footer .copyright {
  text-align: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}



#insight,
#insight ul,
#insight ul li,
#insight ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#insight {
  width: 100%;
  color: #ffffff;
  margin: 0 0 0 2rem;
}

#insight ul ul {
  display: none;
}

#insight>ul>li.active>ul {
  display: block;
}

.align-right {
  float: right;
}

#insight>ul>li>a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #999;
  background: transparent;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

/*#insight > ul > li > a:hover {
  color: #d8f3f0;
}*/
#insight ul>li.has-sub>a:after {
  font-family: 'FontAwesome';
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  content: "\f107";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

/*#insight ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}*/
#insight ul>li.has-sub.open>a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#insight ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#insight ul ul li div.card-body {
  min-height: 1px;
  padding: 1.25rem;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  color: #49505a;
  background: #fff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#insight ul ul li div.card-body ul {
  display: block !important;
  margin: 0 0 0 0;
  list-style: disc !important;
}

#insight ul ul li div.card-body ul li {
  margin-top: 10px;
  list-style: disc !important;
  margin: 0 0 0 2rem;
}

#insight ul ul li div.card-body ul li:before {
  font-family: 'FontAwesome';
  content: "\f178";
  margin: 0 0 0 -2rem;
  position: absolute;
}

#insight ul ul li div.card-body ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

#insight ul ul li div.card-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

#insight ul ul ul li a {
  padding-left: 32px;
}

#insight ul ul li a:hover {
  color: #ffffff;
}

#insight ul ul>li.has-sub>a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}

#insight ul ul>li.has-sub>a:before {
  top: 20px;
  background: #dddddd;
}

.modal-content.DB {
  border-radius: 0px;
  border: none;
  padding: 20px 40px;
}

.modal-content.DB .modal-header {
  display: block;
  margin: 2rem 0 0;
  border-bottom: none !important;
}

.modal-content.DB .modal-header span {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f84808;
}

.modal-content.DB .modal-header h5 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.close.closer {
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  padding: 0;
  margin: 0 auto;
  text-shadow: none;
  background: #f84808;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  box-shadow: none;
}

.close.closer span {
  font-size: 25px !important;
  color: #fff !important;
  font-weight: normal !important;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
  display: flex;
  align-items: center;
}

.modalDialog>div.get_brochure {
  max-width: 500px;
  width: 90%;
  position: relative;
  margin: 3% auto;
  padding: 40px;
  border-radius: 0px;
  background: #fff;
}

.close {
  font-family: Arial, Helvetica, sans-serif;
  background: #f26d7d;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  padding-top: 5px;
}

.close:hover {
  background: #f84808 !important;
}

.forhead {
  display: block;
  margin: 1.5rem 0 1rem;
  border-bottom: none !important;
}

.forhead span {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f84808;
}

.forhead h5 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}


.txtbox {
  width: 100%;
  display: block;
  height: auto;
  padding: 10px 16px;
  margin: 0 0 1rem;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  font-size: 14px;
  color: #000;
}

.form-btn {
  margin: .5rem 0;
  padding: 15px 30px;
  border-radius: 27px;
  background-color: #f84808;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 14px;
}

.form-btn:hover {
  background: #000;
  color: #fff;
}

.diploma-course-bbox {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px 0 rgb(0 0 0 / 13%);
  padding: 0 0 16px;
  margin: 0 1rem;
}

.diploma-course-bbox img.imerg {
  width: 100%;
}

.videowraper {
  position: relative;
  cursor: pointer;
}

.course-preview {
  margin: 0 0 15px 0;
  font-size: 30px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.course-P-text {
  margin: 0 0 15px;
  width: 460px;
  font-size: 16px;
  line-height: 1.30;
  letter-spacing: normal;
  text-align: left;
  color: #202020;
}

.vi-frame {
  cursor: pointer;
  width: 60%;
  margin: 0 auto;
  display: block;
}

.campus-slider .nbs-flexisel-nav-right {
  right: -4rem;
}

.campus-slider .nbs-flexisel-nav-left {
  left: -4rem;
}

.campus-slider .nbs-flexisel-nav-left,
.campus-slider .nbs-flexisel-nav-right {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 10rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 13%);
  background-color: #f84808;
  border: none;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
}

.campus-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  background: #ecf0f1;
  border-radius: 20px;
  overflow: hidden;
}

.campus_img {
  position: relative;
  border-radius: 20px 0 0 12px;
  background: #ffffff;
  overflow: hidden;
}

.campus_img_txt {
  padding: 25px 40px;
}

.campus_img_txt h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}

.campus_img_txt p {
  font-size: 15px;
  color: #000;
  line-height: 1.5rem;
}

.mdpadd {
  padding: 50px 20px;
}

.mdmarb {
  margin: 0 0 3rem;
}

.error_page {
  display: block;
  position: relative;
  padding: 70px 0;
}

.err_head {
  color: #5C4DDB;
  font-size: 88px;
  text-align: center;
  margin: 0;
  font-weight: bold;
}

.err_head span {
  display: block;
}

.linedvd {
  width: 70px;
  height: 4px;
  margin: 0 5px 0 0;
  background: #f84808;
}

.err_sub_head {
  color: #3e3e3e;
  font-size: 35px;
  margin: 5px 0 24px;
  line-height: 1.43;
}

.err_para {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.41;
  color: #333333;
}

.error_nav {
  position: relative;
  margin: 40px 0 0;
}

.error_nav ul {
  list-style: none;
}

.error_nav ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.error_nav ul li a {
  color: #3e3e3e;
  font-weight: bold;
}

.error_nav ul li a:hover {
  color: #f84808;
}

.wht_bottom_arch {
  background: url(../png/right-bottom-arch.png) no-repeat 95% bottom #fff;
  padding: 50px 0;
  position: relative;
  clear: both;
  display: block;
}

.expert_conents {
  position: relative;
  padding: 15px 0 5px;
  margin: 0 0 .3rem;
}

.expert_conents h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
  color: #1e1e1e;
}

.expert_conents p {
  font-size: 14px;
  font-weight: normal;
  margin: .5rem 0 0;
  text-align: left;
  color: #1e1e1e;
  text-transform: uppercase;
}

.expert_conents a {
  font-size: 10px;
  display: inline-block;
  text-align: left;
  color: #f84808;
  margin: .5rem 0 0;
}

.img-radius {
  border-radius: 10px;
  overflow: hidden;
}

.history_back {
  background: #f8f8f8;
  padding: 70px 0;
  position: relative;
}

.our-hist {
  position: relative;
}

.our-hist h2 {
  font-size: 30px;
  color: #232323;
  margin: 0 0 10px;
}

.our-hist p {
  font-size: 14px;
  line-height: 1.6rem;
  margin: 10px 0;
  color: #232323;
}

.our-hist p strong {
  display: block;
}

.vertical-tabs {
  position: relative;
  margin: 2rem 0 0;
}

/*tabs*/
.nav.nav-tabs.tabs-left {
  display: block;
  position: relative;
  color: #fff;
}

.tabs-left {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left>li,
.tabs-right>li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left>li {
  margin-right: -1px;
  margin-bottom: 15px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:active,
.tabs-left>li.active>a:focus {
  color: #5c4ddb;
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-left>li.active>a span:active {
  border-bottom: 2px solid #5c4ddb;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  color: #b8b8b8;
  font-size: 25px;
  font-weight: 600;
}

.tabs-left>li>a span {
  border-bottom: 2px solid #b8b8b8;
}

.vertical-text {
  margin-top: 50px;
  border: none;
  position: relative;
}

.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}

.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}

.vertical-text.tabs-left {
  left: -50px;
}

.vertical-text.tabs-right {
  right: -50px;
}

.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tabwhite {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 10px 13px 58px 0 rgba(0, 0, 0, 0.14);
}

.tab-content {
  text-align: center;
  padding: 0 110px;
}

.our_his {
  position: relative;
}

.our_his img {
  margin: 0 0 2rem;
}

.our_his h3 {
  font-size: 28px;
  color: #3e3e3e;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.5;
}

.our_his p {
  font-size: 15px;
  line-height: 1.88;
  color: #3e3e3e;
}

/*tabs*/

.foot_wiget {
  position: fixed;
  bottom: .5rem;
  z-index: 99;
  left: 4rem;
  width: 80%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100px;
  padding: 0px 20px 0px 0;
  overflow: hidden;
}

.foot-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.footdonwld {
  background: #fff;
  padding: 15px 30px;
  border-radius: 100px;
  color: #000;
  text-align: center;
}

.footdonwld:hover {
  color: #000;
}

.appling {
  background: #f84808;
  color: #fff;
  padding: 15px 30px;
  border-radius: 100px;
  margin: 0 0 0 1rem;
  text-align: center;
}

.appling:hover {
  color: #fff;
}

.ltor {
  display: block;
  margin: 0 0 0 auto;
}

.rtol {
  display: block;
  margin: 0 auto 0 0;
}

.min-grid {
  display: grid;
  grid-template-columns: 35% 65%;
  align-items: center;
}

.min-grid-item.slf {
  display: flex;
  align-items: center;
}

.min-grid-item.slf p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 15px;
}

.min-grid-item.slf p span {
  display: inline-block;
  font-size: 13px;
}

.PL-content {
  position: relative;
}

.PL-content h1 {
  width: 310px;
  margin: 50px 0 20px 0;
  font-size: 35px;
  line-height: 1.43;
  color: #3e3e3e;
}

.place_back {
  background: #ffffff;
  padding: 70px 0 100px;
}

.red_back_CTA {
  background: #f84808;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  padding: 15px 30px;
}

.red_back_CTA:hover {
  color: #ffffff;
}

.wh_back_CTA-btn {
  background: #fff;
  border-radius: 100px;
  color: #f84808;
  display: inline-block;
  padding: 15px 40px;
}

.wh_back_CTA-btn:hover {
  color: #f84808;
}

.slfeature {
  position: relative;
}

.slfeature h3 {
  font-size: 30px;
  color: #333333;
  margin: 0 0 25px;
  font-weight: bold;
  line-height: 45px;
}

.slfeature p {
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 26px;
}

.default-btn-border {
  padding: 16px 20px;
  border: solid 2px #f84808;
  color: #f84808;
  font-size: 15px;
  border-radius: 100px;
  display: inline-block;
  font-weight: bold;
}

.cardgroup {
  display: grid;
  grid-template-columns: 33% 34% 33%;
}

.cardGlist {
  background: #fff;
  box-shadow: 0 3px 20px 0 rgba(51, 51, 51, 0.1);
  padding: 18px;
  border-radius: 12px;
  margin: 0 .5rem 1rem;
}

.group84 {
  position: relative;
}

.group84 img {
  margin: 0 0 .8rem;
}

.group84 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #232323;
  margin: 0 0 .8rem;
}

.group84 span {
  font-size: 14px;
  line-height: 1.43;
  color: #3e3e3e;
  display: block;
}

.goul {
  background-color: #fcd300;
  width: 190px;
  height: 190px;
  text-align: center;
  color: #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.goul span {
  font-size: 35px;
  font-weight: bold;
  display: block;
}

.goul small {
  display: block;
  font-size: 15px;
}

.Rectangle-1001 {
  box-shadow: 0 3px 12px 0 rgba(51, 51, 51, 0.1);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  margin: 0 auto 1.5rem;
  align-items: center;
  justify-content: center;
}

.default-txt {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin: 0 0 30px;
}

.suc808 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.numeri {
  border-radius: 5px;
  border: solid 1px #5c4dbd;
  width: 150px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
  font-weight: bold;
  font-size: 22px;
}

.placement-wrap {
  position: relative;
  margin: 3rem 0 0;
}

.placement-wrap .nbs-flexisel-inner {
  float: none;
}

.success48 {
  position: relative;
  background: transparent;
  padding: 20px;
}

.success-tem {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: .5rem 0 0;
}

.success-camp {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: .1rem 0 0;
  display: block;
}

.storybox {
  padding: 0 0 20px;
  border-radius: 10px;
  box-shadow: 0 3px 12px 0 rgba(51, 51, 51, 0.1);
  background-color: #fff;
  overflow: hidden;
}

.Sbluehd {
  background: #5c4ddb;
  height: 75px;
}

.Sparrot {
  background: #c5d508;
  height: 75px;
}

.Sblack {
  background: #232323;
  height: 75px;
}

.Sred {
  background: #f84808;
  height: 75px;
}

.Syellow {
  background: #fcd300;
  height: 75px;
}

.Swhite {
  background: #f2f2f2;
  height: 75px;
}

.posthead {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px;
}

.Sprofileimg {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: -55px auto 0;
}

.Stext {
  position: relative;
  padding: 10px 10px 0;
  margin: 2.2rem 0 0;
}

.Stext p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  color: #141414;
  text-align: center;
  margin: 0 0 .5rem;
}

.Stext span.company {
  font-size: 14px;
  color: #777;
  text-align: center;
  display: block;
  margin: 0 0 .5rem;
}

.Stext span.inst {
  font-size: 14px;
  color: #777;
  text-align: center;
  display: block;
}

.center {
  display: table;
  margin: 0 auto;
}


/*successfull*/
.card {
  box-shadow: 0px 4px 8px 0px #BDBDBD
}

.profile-pic {
  width: 100px !important;
  height: 100px;
  box-shadow: 0px 4px 8px 0px #BDBDBD
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #f84808 !important;
  border: none;
  padding: 5px 20px !important;
  font: inherit;
  font-size: 40px !important
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0D47A1 !important;
  background-color: transparent !important
}

.owl-carousel.testimonial .owl-stage-outer {
  overflow: inherit;
}

.owl-carousel.testimonial .owl-nav {
  display: table;
  margin: 0 auto;
}

.owl-dots {
  display: none
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0
}

.item {
  display: none
}

.next {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6
}

.prev {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6
}

.item.show {
  display: block;
  transition-duration: 0.4s
}

@media screen and (max-width: 999px) {

  .next,
  .prev {
    transform: scale(1);
    opacity: 1
  }

  .item {
    display: block !important
  }
}

/*successfull*/

.testimonial-wrap {
  position: relative;
}

.testimonial-list {
  position: relative;
  margin: 1rem;
}

.testimonial-box {
  padding: 30px;
  box-shadow: 0 3px 20px 0 rgba(51, 51, 51, 0.1);
  background-color: #fff;
  border-radius: 8px;
}

.testimonial-box p {
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
}

.img-circle {
  border-radius: 50%;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin: 30px auto 0;
}

.tes_content {
  position: relative;
}

.tes_content p {
  color: #333;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 1rem 0 .2rem;
}

.tes_content span {
  color: #1e1e1e;
  font-size: 15px;
  text-align: center;
  margin: 0 0 .5rem;
  display: block;
}

.Bcorner {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #fff;
  margin: 0 auto;
}

.form_gray_back {
  background: url(../jpg/corner-balls.jpg) no-repeat right bottom #f8f8f8;
  padding: 80px 0;
  position: relative;
}

.formhd {
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 1.7rem;
}

.form_para {
  margin: 20px 0 40px 0;
  color: #000;
  font-size: 16px;
  width: 365px;
}

.form-text-box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 12px;
  font-size: 14px;
  margin: 0 0 2rem;
}

.devide-line {
  width: 80px;
  height: 4px;
  background: #f84808;
  display: table;
  margin: 1.2rem auto 0;
}

#faq-nav.faqs_wrap {
  margin: 5rem 0 2rem;
}

.succ-company {
  font-size: 12px;
  text-align: center;
  color: #333333;
  padding: 4px 0;
}

.succ-desig {
  font-size: 12px;
  text-align: center;
  color: #333333;
  padding: 4px 0;
}

/* Multiple Item Carousel  */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}


/*card slider*/
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #f5f6fa;
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: auto;
    height: auto;
    margin: 180px auto 0;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: auto;
  }
}

.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 img {
  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;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  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: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@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__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin: .2rem 0 1.5rem;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin: 1.5rem 0 0;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.6em;
  font-size: 15px;
}

.blog-slider__button {
  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%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0 !important;
}

@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 screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/*card slider*/

button.close.closered {
  text-shadow: none;
  opacity: 1;
  font-weight: 100;
  font-size: 35px;
  right: 20px;
  top: 15px;
  border: none;
  background: transparent;
  box-shadow: none;
}

button.close.closered:hover {
  background: transparent !important;
  color: #fff !important;
}

.heade1 {
  font-size: 22px;
  text-align: center;
  color: #232323;
  margin: 0 0 1.5rem;
  font-weight: bold;
  padding: 0 0 0px;
}

.modal-dialog.form-model {
  max-width: 470px;
}

/*tabs*/
.formtabs {
  display: flex;
  flex-wrap: wrap;
}

.formtabs label {
  order: 1;
  display: block;
  padding: 0;
  margin: 0 1.5rem 0 0;
  cursor: pointer;
  background: #ffff;
  font-weight: bold;
  text-align: center;
  transition: background ease 0.2s;
}

.formtabs .tabe {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: .5rem 0 0;
  background: #fff;
  margin: 10px 0 0 0;
}

.formtabs input[type=radio] {
  display: none;
}

.formtabs input[type=radio]:checked+label {
  background: transparent;
  border-bottom: 2px solid #fa4808;
  color: #fa4808;
}

.formtabs input[type=radio]:checked+label+.tabe {
  display: block;
}

@media (max-width: 45em) {

  .formtabs .tabe,
  .formtabs label {
    order: initial;
  }

  .formtabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/*tabs*/

.frgt {
  font-size: 14px;
  font-weight: bold;
  color: #f84808;
  text-align: left;
  display: inline-block;
  text-decoration: none;
}

.tabs-form {
  padding: 12px 10px;
  display: block;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  color: #232323;
  border: solid 1px #e1e1e1;
  background-color: #fff;
}

form.components {
  margin: 1rem 0rem;
}

form.components input.tabs-form:nth-child(1) {
  margin: 0 0 1.5rem;
}

.footnotes p {
  font-size: 12px;
  color: #282828;
  text-align: center;
}

.footnotes p a {
  color: #f84808;
  text-decoration: underline;
}

.frgt-main {
  margin: .5rem 0 1.5rem;
}

.footnotes {
  padding: 0 40px;
  line-height: 1.5rem;
}

.collective_form {
  margin: 0;
  padding: 0;
}

.modal-content.rasius {
  border-radius: .6rem;
}

.otptagline {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #232323;
}

.otp_number {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: .4rem 0 0;
}

.heade2 {
  font-size: 22px;
  text-align: center;
  color: #232323;
  margin: 0 0 .8rem;
  font-weight: bold;
  padding: 25px 0 10px;
}

.otp-form {
  margin: 1.2rem 0 0;
}

.e_dit {
  color: #f84808;
}

.e_dit:hover {
  color: #f84808;
}

.otp-group {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin: 0 4rem;
}

.otp-pro {
  margin: 0 .5rem;
  padding: 7px 0;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  text-align: center;
}

.menual {
  text-align: center;
  padding: 1.5rem 0;
}

.menual a {
  color: #f84808;
}

.menual a:hover {
  color: #f84808;
}

.otp-footnotes {
  padding: 25px 40px 0;
  line-height: 1.5rem;
}

.otp-footnotes p {
  font-size: 12px;
  color: #282828;
  text-align: center;
}

.otp-footnotes p a {
  color: #f84808;
  text-decoration: underline;
}

.left-trigger {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f84808;
  opacity: 1;
  top: 35%;
  left: -2rem;
}

.right-trigger {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f84808;
  opacity: 1;
  top: 35%;
  right: -2rem;
}

.modal-dialog.form-model.modal-VH-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: 100vh;
  margin: 0 auto;
}

.modal-body.popup {
  padding: 2rem 3.5rem;
}

/*country code*/
.input-group>.intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group>.intl-tel-input.allow-dropdown>.flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("../png/flags-2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../png/flags%402x-2.png");
  }
}

.intl-tel-input {
  position: relative;
  display: block !important;
  margin: 0 0 1.5rem;
}

/*country code*/

.submit-btn-black {
  color: #fff;
  border-radius: 100px;
  padding: 14px 40px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background: #282828;
  border: none;
}

.tabs-form2 {
  padding: 12px 10px;
  display: block;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  color: #232323;
  border: solid 1px #e1e1e1;
  background-color: #fff;
  margin: 0 0 1.5rem;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}

.upload-btn {
  border: 1px solid #dddddd;
  color: #c0c0c0;
  background-color: #f2f2f2;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  height: 65px;
  width: 65px;
  text-align: center;
  margin: 0 auto 1.2rem;
  display: block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.profile_nav {
  width: auto;
}

.profile_nav ul {
  font-size: 0;
  list-style-type: none;
  margin: 0;
}

.profile_nav ul li {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  padding: 12px 15px;
  width: 200px;
  position: relative;
}

.profile_nav ul li span.user_pic {
  position: relative;
}

.profile_nav ul li span.user_pic img.radi_us {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.profile_nav ul li span.user_name {
  font-size: 14px;
}

.profile_nav ul li a {
  color: #3e3e3e;
}

.profile_nav ul li ul {
  display: none;
}

.profile_nav ul li:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #3e3e3e;
  box-shadow: 0 3px 22px 0 rgb(0 0 0 / 16%);
}

.profile_nav ul li:hover ul {
  display: block;
  margin-top: 12px;
  width: 200px;
  left: 0;
  position: absolute;
}

.profile_nav ul li:hover ul li {
  display: block;
  background-color: #ffffff;
  border-left: 2px solid #ffffff;
}

.profile_nav ul li:hover ul li span {
  float: right;
  color: #f9f9f9;
  background-color: #F03861;
  padding: 2px 5px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 3px;
}

.profile_nav ul li:hover ul li:hover {
  background-color: #f8f8f8;
  border-left: 2px solid #f84808;
  box-shadow: none;
}

.profile_nav ul li:hover ul li:hover span {
  background-color: #ee204e;
}

.cta_sec {
  position: relative;
  color: #ffffff;
}

.cta_sec i.icos {
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
  font-size: 12px;
}

.cta_sec span.con {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.cta_sec a.link {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.courseboxB {
  border-radius: 15px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  margin: 0 0 56px;
  padding: 50px 30px;
}

.courDescript {
  position: relative;
  padding: 0 160px 0 0;
}

.courDescript span.red {
  margin: 0 0 8px;
  font-size: 14px;
  color: #f84808;
  font-weight: bold;
  display: block;
}

.courDescript h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}

.courDescript p {
  font-size: 15px;
  line-height: 1.6;
  margin: 18px 0 0 0;
}

.grid_551 {
  display: grid;
  grid-template-columns: 20% 80%;
  margin: 1.5rem 0 1rem;
}

.grid_551 .grid551list img.pic {
  height: 70px;
  width: 70px;
  border-radius: 8px;
  overflow: hidden;
}

.grid_551 .grid551list .detal {
  position: relative;
}

.grid_551 .grid551list .detal h6 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.grid_551 .grid551list .detal p {
  margin: 0 0 0px;
  font-size: 14px;
}

.grid_551 .grid551list .detal span {
  margin: 0 0 10px;
  font-size: 14px;
  display: block;
}

.crsimg {
  position: relative;
  padding: 30px 50px 30px 0;
}

.crsimg img {
  border-radius: 15px;
  overflow: hidden;
}

.courDescript .see-cta {
  padding: 10px 25px;
  border-radius: 100px;
  border: solid 2px #f84808;
  color: #f84808;
  font-size: 15px;
  display: inline-block;
}

.courDescript .see-cta:hover {
  background: #f84808;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}


@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.blog-detail a {
  color: #F84808;
  font-size: 14px;
}

.blog-detail .long-blog-description {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.courses-index h2 {
  color: #f84808;
  font-weight: bold;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.courses-index a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 5px 0px;
}

.btn-primary {
  background-color: #F84808;
  border-color: #F84808;
  border-radius: 12px;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #F84808;
  color: #f84808;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: #F84808;
  border-color: #F84808;
  color: #fff;
  border-radius: 12px;
}

.btn-outline-primary:hover {
  background-color: #F84808;
  border-color: #F84808;
  color: #fff;
  border-radius: 6px;
}

[class*="nbs-flexisel-nav-"] {
  z-index: 10 !important;
}