.carousel-image {
  height: 100vh;
}

.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: transparent;
}

.slider-caption {
  text-align: left;
  width: 55%;
}

.slider-caption h3 {
  font-size: 35px;
}

.slider-caption p {
  font-size: 17px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  background: rgb(12 144 229 / 82%);
  border-radius: 30px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.btn-apply-now {
  font-size: 18px;
  line-height: 10px;
  text-align: center;
  color: #ffffff !important;
  height: 60px;
  background: rgb(23 118 77);
  /* background: linear-gradient(21deg, rgb(23 118 77) 0%, rgb(32 169 111) 0%, rgba(255, 255, 255, .4) 100%); */
  -ms-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  -webkit-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  -moz-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  display: inline-block;
  overflow: hidden;
  padding: 19px 27px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.btn-apply-now:hover {
  background:  rgb(23 118 77);
  background: linear-gradient(21deg, rgb(32 169 111) 0%, rgb(23 118 77) 0%, rgba(255, 255, 255, .4) 100%);
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  border: 2px solid #fff;
}

.btn-more {
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #000 !important;
  height: 49px;
  border: 2px solid #b3bec5;
  -ms-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  -webkit-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  -moz-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  display: inline-block;
  overflow: hidden;
  padding: 15px 27px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  font-weight: 700;
  background: #fff;
}

.btn-more:hover  {
  background: rgb(23 118 77);
  background: linear-gradient(90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100%);
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  border: 2px solid #fff;
  color: #fff !important;
}

.navbar {
  background: linear-gradient(142deg, rgb(255 255 255) 0%, rgb(255 255 255) 0%, rgba(255, 255, 255, .4) 100%);
  border-bottom: 1px solid #17764d;
}

header {
  position: fixed;
  top: 0;
  background: transparent;
  z-index: 999;
  width: 100%;
}

.banner-form-strip {
  position: absolute;
  right: 17%;
  top: 31%;
  z-index: 999;
  width: 375px;
}

.widget {
  margin-bottom: 30px;
  position: relative;
  padding: var(--widget-padding-x, 30px);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.widget_title {
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-left: 12px;
  margin: 0 0 24px;
  padding: 15px 0 17px;
  border: 2px solid rgb(23 118 77);
  border-radius: 10px;
  color: rgb(23 118 77);
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-control {
  height: 49px;
  border-radius: 10px;
  padding-left: 25px;
  border: 1px solid rgb(23 118 77);
  color: #000;
}

.form-control::placeholder  {
  color: #000;
}


.form-select {
  height: 49px;
  border-radius: 10px;
  border: 1px solid rgb(23 118 77);
  padding-left: 25px;
}

.course-section {
  padding: 90px 0;
}

.course-strip {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
  padding: 30px;
  border-radius: 61px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
  outline-style: double;
  border: 15px solid #fbfbfb;
  outline-color: #ffc055;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
}

.course-strip:hover {
  border-radius: 61px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 0px;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  outline-color: #f17a0a;
}

.icons {
  background: rgb(255, 161, 85);
  background: linear-gradient(90deg, rgba(255, 161, 85, 1) 0%, rgba(255, 204, 86, 1) 100%);
  padding: 20px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 50%;
}

.course-strip p {
  margin-bottom: 0;
  font-size: 15px;
}

.course-strip h4 {
  padding-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

.main-title h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgb(23 118 77);
  font-weight: 700;
}

.main-title {
  padding: 30px 60px 36px;
  background: rgb(232 213 133 / 20%);
  margin-bottom: 45px;
  border-radius: 61px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 30px;
}

.main-title p {
  margin-bottom: 0;
}


footer.footer-mobile {
  display: none;
}

.container .card {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  border-radius: 7px;
  justify-content: end;
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  justify-content:flex-start;
  flex-flow: row;
  align-items: center;
  align-content: center;
}

.container .card .face {
  width: 125px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.face.front {
  width: 300px !important;
}

.container .card .face.hidden {
  box-sizing: border-box;
  padding: 20px;
}

.container .card .face.hidden h2 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  margin-bottom: 0px;
  font-weight: 800;
}

.container .card .face.front h3 {
  color: #fff;
  font-size: 17px;
}

.container .card .face.front {
  background: #111;
  text-align: center;
  transition: all .5s ease;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.container .card .face.front i {
  grid-area: icon;
}

.container .card .face.front h2 {
  grid-area: text;
}

.container .card.one .face.front {
  background: rgb(23 118 77);
    background: linear-gradient(90deg, rgb(26 117 77) 0%, rgb(11 159 93) 100%);
}

.face.front i {
  grid-area: icon;
  display: block;
  font-size: 80px;
  margin-top: 125px;
  color: #fff;
  font-weight: normal;
  transition: all .5s ease;
  text-shadow: 0 2px 5px (0, 0, 0, .2)
}

.face.front h2 {
  grid-area: text;
  font-size: 2.5em;
  color: #fff;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  transition: all .5s ease;
  text-shadow: 0 2px 5px (0, 0, 0, .2);
}

.glance-section {
  padding: 90px 0;
}

.main-title2 h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgb(23 118 77);
  font-weight: 700;
}

.main-title2 {
  padding: 0px 60px 36px;
  margin-bottom: 10px;
}

.main-title2 p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 29px;
}

.welcome-section {
  padding: 0px 0;
  background: antiquewhite;
}

.pl-0 {
  padding-left: 0;
}

.welcome-side {
  padding: 60px;
}

.welcome-side h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: rgb(23 118 77);
  font-weight: 700;
}

.welcome-side p {
  font-size: 18px;
  font-weight: 600;
}

.welcome-strip-courses {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
}

.welcome-strip-courses h3 {
  font-size: 22px;
  text-transform: capitalize;
}

.welcome-strip-courses img {
  width: 150px;
  margin-right: 15px;
}

.welcome-strip-courses p {
  font-size: 15px;
}

.welcome-left-img {
  height: 100%;
}

.welcome-strip-courses:hover {
  background: #f0f0f0;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
}

.modal-body h3 {
  font-size: 25px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #047bc8;
}

.widget.widget-modal {
  margin-bottom: 30px;
  position: relative;
  padding: 20px;
  background: #fff;
  border: none;
  border-radius: 15px;
  box-shadow: none;
}

.shashib-ae-section {
  padding: 90px 0;
}

.col_half {
  width: 49%;
}

.col_third {
  width: 32%;
}

.col_fourth {
  width: 23.5%;
}

.col_fifth {
  width: 18.4%;
}

.col_sixth {
  width: 15%;
}

.col_three_fourth {
  width: 74.5%;
}

.col_twothird {
  width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}

.end {
  margin-right: 0 !important;
}

.text-center {
  text-align: center !important;
}



/*-=-=-=-=-=-=-=-=-=-*/
/* Style             */
/*-=-=-=-=-=-=-=-=-= */

.at-icon-box {
  position: relative;
  padding: 37px 20px;
}

.at-icon-box .at-icon-box-icon {
  color: #002e5b;
  margin: 0 0 8px;
  vertical-align: bottom;
}

.at-icon-box.at-icon-left .at-icon-box-icon {
  float: left;
}

.at-icon-box.at-icon-right .at-icon-box-icon {
  float: right;
}

.at-icon-box.at-icon-right {
  text-align: right;
}

.at-icon-box.at-icon-left .at-icon-text,
.at-icon-box.at-icon-right .at-icon-text {
  overflow: hidden;
}

.at-icon-box.at-icon-left h5,
.at-icon-box.at-icon-right h5 {
  color: #002e5b;
  font-size: 22px;
  font-weight: 700;
  font-family: Poppins;
  padding-top: 0;
  margin-top: 0;
  line-height: 22px;
  letter-spacing: -1px;
  padding: 15px 0 0;
}

.at-icon-box.at-icon-left p,
.at-icon-box.at-icon-right p {
  font-size: 13px;
  line-height: 18px;
}

.at-icon-box .at-icon-box-icon i {
  background: #002e5b none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.at-icon-box .at-icon-box-icon::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.at-icon-box:hover {
  background: #f6f6f6 none repeat scroll 0 0;
}

.at-icon-box:hover .at-icon-box-icon {
  padding: 20px 0;
}

.at-icon-box:hover .at-icon-box-icon::before {
  height: 15px;
}

.at-icon-box:hover .at-icon-box-icon::after {
  height: 15px;
}

.at-icon-box h5 {
  margin-bottom: 11px;
}

.at-icon-box .at-icon-text p:last-child {
  margin: 0;
}

.at-icon-box .at-icon-box-icon {
  transition: all 0.3s ease 0s;
}

.at-icon-box .at-icon-box-icon i {
  position: relative;
}

.at-icon-box .at-icon-box-icon::before {
  background: #fde428 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 0;
  left: 29px;
  position: absolute;
  top: -3px;
  transition: all 0.3s ease 0s;
  width: 6px;
}

.at-icon-box .at-icon-box-icon::after {
  background: #fde428 none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  display: block;
  height: 0;
  left: 29px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 6px;
}

.at-icon-box .at-icon-box-icon {
  position: relative;
}

.at-icon-box .at-icon-box-icon i {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #002e5b;
  height: 55px;
  line-height: 55px;
  width: 64px;
}

.at-icon-box .at-icon-box-icon i::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 55px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 12px;
  line-height: 1;
  position: absolute;
  text-transform: none;
  top: 3px;
}

.at-icon-box {
  position: relative;
  padding: 20px 20px;
  background: aliceblue;
  min-height: 417px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

.at-icon-box.at-icon-left p,
.at-icon-box.at-icon-right p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
}

.our-presence-section {
  padding: 90px 0;
  background: #fff8b8;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}

.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #118f57;
  background-image: none !important;
}

.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}

.segments {
  background: #fff8b8;
  padding: 15px 15px 15px 25px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 25px;
  font-size: 20px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.accordion-body h4 {
  font-size: 17px;
  line-height: 29px;
}

.segments h6 {
  font-size: 19px;
  color: var(--bs-main-color);
  margin-bottom: 0;
  font-weight: 700;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 0;
  background: rgb(23 118 77);
  color: #fff;
}

.segments p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.major-recuiters-section {
  padding: 90px 0;
}

.works-strip img {
  border-radius: 15px;
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-title-major {
  padding: 30px 0 10px;
  background: #fff;
  margin-bottom: 45px;
  border-radius: 30px;
  text-align: center;
}

.main-title-major h2 {
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #f17a0a;
  font-weight: 700;
}

.main-title-major p {
  margin-bottom: 0;
}

.owl-dots {
  display: none;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: rgb(0 114 188) !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  color: #fff !important;
  opacity: .4;
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.owl-carousel .owl-nav button.owl-next:hover  {
  opacity: 1;
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.owl-carousel .owl-nav  button.owl-prev:hover  {
  opacity: 1;
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.main-footer {
  position: relative;
  background: #1e2129;
}

.footer-content {
  position: relative;
  padding: 85px 0px 80px 0px;
}

.footer-content:before {
  position: absolute;
  content: '';
  background: url(https://i.ibb.co/jyRLrBZ/world-map.png);
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.footer-content .logo-widget {
  position: relative;
  margin-top: -5px;
}

.footer-content .logo-widget .footer-social li {
  position: relative;
  display: inline-block;
  margin-right: 9px;
}

.footer-content .logo-widget .footer-social li:last-child {
  margin-right: 0px;
}

.footer-content .logo-widget .footer-social li a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2e3138;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}

.footer-content .logo-widget .footer-social li a:hover {
  color: #ffffff;
  background: rgb(23 118 77);
}

.footer-content .logo-widget .logo-box {
  margin-bottom: 25px;
}

.footer-content .logo-widget .text p {
  color: #9ea0a9;
  margin-bottom: 32px;
}

.footer-content .footer-title {
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}

.footer-content .service-widget .list li {
  display: block;
  margin-bottom: 12px;
}

.footer-content .service-widget .list li a {
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}

.footer-content .service-widget .list li a:hover {
  color: #ff5e14;
}

.footer-content .contact-widget p {
  color: #9ea0a9;
  margin-bottom: 15px;
}

.footer-content .contact-widget {
  margin-left: 90px;
}

.footer-content .contact-widget .footer-title {
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom {
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}

.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
  position: relative;
  color: #9ea0a9;
}


.footer-bottom .footer-nav {
  position: relative;
  text-align: right;
}

.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  margin-left: 29px;
}

.footer-bottom .footer-nav li:first-child {
  margin-left: 0px;
}

.footer-bottom .footer-nav li:before {
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}

.footer-bottom .footer-nav li:first-child:before {
  display: none;
}

.logo-box img {
  max-width: 325px;
}

ul.footer-social {
  padding-left: 0;
}

ul.list {
  padding-left: 0;
}

button.accordion-button.faq {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 25px;
    background: #fff;
    font-weight: 700;
    color: #0f874e;
    min-height: 110px;
    border-radius: 10px;
    border: 5px solid #0f874e;
}

.faq-section {
  padding: 90px 0;
}

.welcome-left-img {
  height: 100%;
  object-fit: cover;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

div#carouselExampleAutoplaying {
  margin-top: 92px;
}

.form-banner-section {
  margin-top: -750px;
}

.slider-caption {
  text-align: left;
}

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  padding: 10px 100px;
  box-sizing: border-box;
  transition: .5s;
}

nav.black {
  background: #fff;
  height: 80px;
  padding: 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

nav .logo {
  float: left;
}

nav .logo img {
  height: 80px;
  transition: .5s;
}

nav.black .logo img {
  height: 60px;
}

/* bottom to top */

#button {
    display: inline-block;
    background: rgb(23 118 77);
    background: linear-gradient(90deg, rgb(26 117 77) 0%, rgb(11 159 93) 100%);
    width: 50px;
    height: 90px;
    text-align: center;
    border-radius: 28px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background: rgb(23 118 77);
  background: linear-gradient(90deg, rgb(11 159 93) 0%, rgb(26 117 77) 100%);
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

/* variables */

.tabs-strip {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}

.course-tabs-list {
  padding: 60px 0;
  background: #e9f7e9;
}


.course-tabs-list li.nav-item {
  border: 1px solid;
  margin-bottom: 5px;
  padding:0;
  color: #000;
  border-radius: 15px;
}

.nav-tabs .nav-link {
  border: none;
  font-size: 19px;
  color: #000;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none !important;
  background: rgb(23 118 77);
  background: linear-gradient(130deg, rgb(32 169 111) 0%, rgb(23 118 77) 0%, rgba(255, 255, 255, .4) 100%);
  border-radius: 15px;
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 20px;
}

.nav-tabs .nav-link  {
  padding: 20px;
}

.nav-link:hover {
  color:#000 !important;
}

.tabslist-left {
  width: 100%;
  border-bottom: none;
}


.course-accordian-strip .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 15px;
  background: rgb(23 118 77);
  color: #fff;
}

.course-accordian-strip {
  display: none;
}

.tabs-strip {
  display: block;
}

.ssae-strip {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 15px;
}

.career-prospectus-section {
  padding: 90px 0;
  background: aliceblue;
}

.career-prospectus {
  border: 2px dotted rgb(23 118 77);
  border-radius: 15px;
  padding: 30px;
}

.career-prospectus .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 15px;
  background: rgb(23 118 77);
  background: linear-gradient(90deg, rgb(26 117 77) 0%, rgb(11 159 93) 100%);
  color: #fff;
  border-radius: 8px !important;
}

.ssae-strip {
  background: #fff;
  padding: 30px;
  border: 3px dashed rgb(23 118 77);
  margin-bottom: 30px;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  min-height:330px;
}

.ssae-strip img {
  width: 130px;
  margin-right: 15px;
  background: aliceblue;
  padding: 20px;
  border: 3px dashed #037fa1;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  display: none;
}

.ssae-strip:hover img {
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
}

.ssae-strip p  {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 29px;
}

.ssae-strip h5  {
  font-weight: 700;
}

.banner {
  padding: 100px 0 0;
}

.theme-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0;
  border: 0;
  transition: .3s;
  cursor: pointer;
}

.btn-text {
  padding: 16px 35px;
  background-color: #fdc800;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
}

.theme-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  left: 10px;
  top: 10px;
  z-index: -1;
}

/* slider */

.single-slider {
  background-size: cover;
  background-position: center center;
}

.innerpage-content-section {
  padding: 90px 0;
}

.slider-height {
  min-height: 550px;
}

.slider-content.slider-content-2 {
  margin-top: 75px;
  background: rgb(255 255 255 / 80%);
  padding: 55px 50px 15px;
  margin-top: 280px;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
}

.slider-content h1 {
  font-size: 50px;
  color: rgb(23 118 77) !important;
  text-transform: uppercase;
}

.slider-content h1 span {
  font-size: 50px;
  color: rgb(23 118 77);
  text-transform: uppercase;
}

.slider-content p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 38px;
  font-weight: 600;
}

.slider-content-2 h1 {
  font-size: 50px;
  line-height: 58px;
  margin-bottom: 0;
  font-weight: 900;
}

.slider-active .slick-arrow:hover {
  color: #FDC800;
}

.slider-active .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

.slider-active .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slider-active .slick-dots li:last-child {
  margin-right: 0;
}

.slider-active .slick-dots li button {
  background: #fff;
  border: 0;
  text-indent: -99999999999px;
  padding: 0;
  width: 20px;
  height: 5px;
  border-radius: 3px;
}

.slider-active .slick-dots li.slick-active button {
  width: 40px;
}

.slider-active-2 .slick-dots li.slick-active button {
  border: 1px solid #FDC800;
}

.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: 0;
  border: 0;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.slider-area:hover .slider-active .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slider-active .slick-arrow:hover::before {
  width: 30px;
}

.slider-active .slick-next {
  right: 40px;
}

.slider-active .slick-prev {
  z-index: 1;
  left: 40px;
}

.slider-active .slick-next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  right: -40px;
  top: 13px;
  transition: .3s;
}

.slider-active .slick-next::before:hover {
  color: red;
}

.slider-active .slick-prev::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  left: -40px;
  top: 13px;
  transition: .3s;
}

.slider-active-2 .slick-prev::before {
  display: none;
}

.slider-active-2 .slick-next::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 22px;
  left: -4px;
}

.slider-content h1 {
  color: #fff;
}

@media (max-width: 767px) {
  .slider-height {
    min-height: 450px;
  }

  .slider-content h1 span {
    font-size: 35px;
  }

  .slider-content h1 {
    font-size: 30px;
    line-height: 43px;
  }

}

.whoose-strip-innnerpage {
  position: relative;
  width: 100%;
  background: beige;
  padding: 100px 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pr-0 {
  padding-right: 0;
}

.whoose-strip-innnerpage p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}

.innerpage-content-why-section {
  padding: 120px 0;
  background: #dacb76;
}

.innerpage-content-section-2 {
  padding: 120px 0;
}

.whoose-strip-innnerpage h4 {
  font-size: 28px;
  font-weight: 700;
  color: #f17a0a;
  text-transform: uppercase;
}

.innerpage-content-why-section .whoose-strip-innnerpage {
  background: #fff;
}

.course-list li {
  margin-bottom: 15px;
  font-weight: 600;
  background: #f17a0a;
  color: #fff;
  padding: 10px 15px;
}

.innerpage-content-why-section-3 {
  padding: 120px 0;
  background: #fff;
}

.right-img {
  position: sticky;
  top: 150px;
}

.slider-content.slider-content-2 h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #0970b5;
  font-size: 22px;
}

.slider-area.pos-relative {
  border-bottom: 5px solid #f17a0a;
}

.slider-content.slider-content-3 {
  margin-top: 75px;
  background: rgb(255 255 255 / 80%);
  padding: 55px 50px 40px;
  margin-top: 380px;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
}

h3.major-recruiters-title {
  background: #fff;
  padding: 15px 25px;
  margin-bottom: 40px;
  border: 2px dashed #ccc;
  outline: 10px solid #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: rgb(23 118 77);
}

img.img-fluid.major-recruiters-img {
  margin-bottom: 35px;
  border: 2px dashed #ccc;
  outline: 10px solid #fff;
}

.pading-major-recruitment  {
  padding: 50px;
}

.national-presence-title  {
  background: #fff;
  padding: 15px 25px;
  margin-bottom: 40px;
  border: 2px dashed #ccc;
  outline: 10px solid #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: rgb(23 118 77);
}

.national-presence-strip {
  background: #fff;
  padding: 60px 25px;
  margin-bottom: 40px;
  border: 2px dashed #ccc;
  outline: 10px solid #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: rgb(23 118 77);
  border-left-color: #f17a0a;
  border-left-width: 5px;
  min-height: 300px;
  display: flex;
  flex-flow: column;
  /* align-items: center; */
  justify-content: center;
}

.national-presence-strip p  {
  color: #000;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: initial;
}

.national-presence-strip h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: initial;
}

.national-presence-strip h3 a  {
  text-decoration: none;
  color: rgb(23 118 77);
}

.national-presence-strip h5  {
  font-size: 15px;
  text-transform: capitalize;
  color: #f17a0a;
}

.color-strip  {
  padding: 30px;
  background: #FF9800;
  color: #fff;
  margin-bottom: 30px;
}

.color-strip p {
  font-size: 30px;
  font-weight: 200;
  line-height: 41px;
}

.color-strip h4  {
  color: #fff;
  text-transform: initial;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.color-strip h3  {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color:#fff;
}

.color-strip h4 a {
  color: #fff;
  text-transform: initial;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.employement-opportunities-section  {
  padding: 90px 0 190px;
  background: url(../images/emop-bg.webp) no-repeat right top;
  background-size: cover;
  height: auto;
}

.emop-right-strip  {
  padding: 50px 30px;
  border: 1px double #333;
  position: relative;
  background: #fff;
  min-height: 435px;
  border-radius: 25px;
}

.emop-right-strip h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: absolute;
  top: -26px;
  left: 30px;
  background: antiquewhite;
  padding: 15px 35px;
  border-radius: 25px;
}

.emop-strip p {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
}

.emop-strip {
  padding: 50px 30px;
  position: relative;
  background: rgb(23 118 77);
  background: linear-gradient(90deg, rgb(26 117 77) 0%, rgb(11 159 93) 100%);
  min-height: 435px;
  border-radius: 25px;
}

h3.emop-title-sub {
  padding: 25px 50px;
  background: antiquewhite;
  margin-top: 50px;
  text-transform: uppercase;
  line-height: 40px;
  border-left: 5px dashed orange;
  font-size: 26px;
}

.employement-opportunities-section-2  {
  padding: 0px 0 90px;
  margin-top: -150px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.emop-sub-strip  {
  background: #fff;
  padding: 50px;
}

.emop-sub-strip p  {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  margin-top: 20px;
}

.eol-strip  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url(../images/career-1.jpg) no-repeat right bottom;
  background-size: cover;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
}

.eol-strip:hover  {
  background: none;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
} 

.eol-strip img {
  width: 150px;
  margin-right: 15px; 
}

.eol-strip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 5px solid #ffa500;
  padding: 30px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  min-height: 350px;
  margin-bottom: 20px;
}

.eol-strip2 {
  border-top-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 50px !important;
  border-top-right-radius: 50px;
}

.eol-strip3 {
  border-top-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 0;
}

.eol-strip4 {
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}

.eol-strip5 {
  border-radius: 50px !important;
}

/*===== Vertical Timeline =====*/

#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start, #conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgb(23 118 77);
  padding: 15px 23px;
  color: #fff;
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: 47%;
  margin-left: -2px;
  background: #000;
  z-index: -1;
  border-radius: 2px solid #000;
}

#conference-timeline .conference-center-line:before {
  width: 5px;
  height: 100%;
  content: "";
  border-left: 2px dashed #fff;
  position: absolute;
  left: 23px;
  top: 0;
  z-index: 9999;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}

.timeline-article p {
  margin: 0 0 0 0px;
  padding: 0;
  font-weight: 600;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.content-left h5 {
  font-weight: 700;
}

.content-right h5 {
  font-weight: 700;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: rgb(23 118 77);
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before, .timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: rgb(23 118 77);
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/

@media only screen and (max-width: 830px) {

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    display: none;
  }

}
@media only screen and (max-width: 400px) {

  .timeline-article p {
    margin: 0;
  }

  .timeline-article p span.article-number {
    display: none;
  }
  
}

/*===== // Resonsive Vertical Timeline =====*/

.arrow-icon {
  width: 45px;
}

.quote-strip {
  background:rgb(255 255 255 / 70%);
  padding: 74px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12%;
  text-transform: capitalize;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.quotes-section {
  padding: 90px 0;
  background: url(../images/qt-bg.webp) no-repeat left bottom;
  background-size: cover;
}

.quote-strip h3 {
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  color: rgb(23 118 77);
}

.qt-icons  {
  width: 50px;
}

.quote-right-strip  {
  padding-left: 30px;
}

.quote-right-strip  p   {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.tab-content-strip p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.tab-content-strip h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.licenced-list li {
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 12px;
}

.licenced-list li i  {
  color: rgb(23 118 77);
}

nav.navbar.navbar-expand-sm.navbar-dark.black .nav-link  {
  color: #000;
}


.slideshow {
  list-style-type: none;
}

/** SLIDESHOW **/

.slideshow, .slideshow:after {
  top: -16px;
  position: relative;
  width: 100%;
  height: 850px;
  left: 0px;
  z-index: 0;
}

.slideshow li span { 
		position: absolute;
    width: 100%;
    height: 850px;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}

.slideshow li:nth-child(1) span { 
    background-image: url(../images/slider-img-2.jpg); 
}

.slideshow li:nth-child(2) span { 
    background-image: url(../images/slider-img-3.jpg); 
    animation-delay: 6s; 
}

.slideshow li:nth-child(3) span { 
    background-image: url(../images/slider-img-2.jpg); 
    animation-delay: 12s; 
}


@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}


.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

.navbar-toggler {
  border: 3px solid #ffffff;
  background: #1098f0;
  border-radius: 0;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgb(25 63 97) !important;
}

.container1 {
  position: absolute;
  max-width: 420px;
  width: 100%;
  border-radius: 10px;
  margin: 0 20px;
  top: 17%;
  right: 17%;
  transform: translate(17%, 0%);
  z-index: 1;
}

.slider-caption-strip {
  padding: 60px 60px 60px 0;
  color: #fff;
  border-radius: 30px;
  margin-top: 100px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show  {
  color: #000;
}

p.elgblt {
    color: #fff;
    font-weight: 200;
    margin-bottom: 30px;
}

.accordion-body {
  padding:30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 29px;
}

.btn-apply-now-sticky  {
  position: fixed;
  right: 15%;
  bottom: 0;
  z-index: 999;
  color: #fff;
  font-weight: 700;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 19px;
  padding: 10px 25px;
  display: none;
}

.blinking-button {
  padding: 10px 35px;
  border-radius: 48px 10px 0px 0;
  border: 0px solid #6C8003;
  font-size: 20px;
}

@keyframes blink {
  0%, 100% {background-color:rgb(23 118 77);}
  50% {background-color: rgb(70, 176, 242);}
}

.blinking-button {
  background-color: rgb(2, 154, 255);
  color: white;
  animation: blink 1s linear infinite;
}

.main-title2 p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 29px;
  width: 85%;
  margin: 0px auto;
}

.course-sub-title  {
  color: rgb(23 118 77);
  font-size: 14px !important;
}

.course-img  {
  padding:0px 0;
  margin: 20px 0;
  border-radius: 10px !important;
}

.course-title-strip  {
  padding: 15px 25px;
}

.course-title-strip {
  padding: 15px 25px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 99;
}

.tab-content-strip  {
  position: relative;
}

.accordion-body .course-title-strip {
  padding: 15px 25px;
  background: #fff;
  position:initial;
  border-radius: 10px;
  top: 0;
  left: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 99;
}

.certification-section {
  padding: 90px 0 70px;
}

.certification-strip {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 30px;
  margin-bottom: 30px !important;
  padding-left: 80px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.certification-strip:hover  {
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.certification-strip svg {
  position: absolute;
  left: 12px;
  top: -7px;
  width: 118px;
  z-index: 0;
}

.certification-strip h4  {
  color: rgb(23 118 77);
  font-weight: 700;
}

.certification-strip:hover h4  {
  color: #fff;
}

.certification-strip:hover img  {
  background: #fff;
}

.certification-strip p  {
  font-weight: 600;
}

.certification-strip img {
  position: relative;
  top: -8px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: rgb(23 118 77);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  max-width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 0px;
  text-decoration: none;
  z-index: 0;
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  overflow: hidden;
}

.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: rgb(23 118 77);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
  transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.card1:hover:before {
  transform: scale(50);
   transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}


.why-choose-strip  {
  padding: 50px;
  border: 5px solid rgb(23 118 77);
  min-height: 460px;
  border-radius: 20px;
  background: #fff;
}

.why-choose-strip h3 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgb(23 118 77);
  font-weight: 700;
}

.why-choose-strip h4  {
  font-size: 20px;
  margin-bottom: 30px;
}

.why-choose-section {
  padding: 120px 0;
  background: beige url(../images/bg-why.jpg) right bottom no-repeat fixed;
}

.why-choose-strip .licenced-list li {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 12px;
    border: 1px solid;
    padding: 10px 20px;
    background: rgb(23 118 77);
    background: linear-gradient(90deg, rgb(26 117 77) 0%, rgb(11 159 93) 100%);
    color: #fff;
    border-radius: 10px;
}

.why-choose-strip .licenced-list li i {
  color: #fff;
}

.why-choose-strip .licenced-list  {
  margin-bottom: 0;
  padding-bottom: 0;
}

.white-box  {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.why-list li  {
  background: #fff8b8;
  padding: 15px 15px 15px 25px;
  border-radius: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.why-choose-strip .licenced-list li:hover  {
  border-right: 5px solid #ffce24;
}

.insititute-title-strip  {
    
}

.footer-bottom .footer-nav li a {
    text-decoration: none;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom-right-radius: 60px !important;
    position:relative;
}

button.accordion-button.faq {
    border-bottom-right-radius: 60px !important;
}

button.accordion-button.faq:before {
    width: 60px;
    height: 60px;
    background: rgb(23 118 77);
    background: linear-gradient(90deg, rgb(26 117 77) 0%, rgb(11 159 93) 100%);
    position: absolute;
    z-index: 99;
    top: -13px;
    left: -12px;
    content: "";
    border-bottom-right-radius: 120px;
    box-shadow: rgb(117 117 117 / 35%) 0px 5px 15px;
}


button.accordion-button.faq {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 25px;
    background: #fff;
    font-weight: 700;
    color: #0f874e;
    min-height: 110px;
    border-radius: 10px;
    border: 5px solid #0f874e;
    padding-left: 46px;
}

.eligibilities-section {
    padding: 30px 0;
    background: rgb(23 118 77);
    background: linear-gradient(90deg, rgb(26 117 77) 0%, rgb(11 159 93) 100%);
}

.eligibilities-section h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

h2.mb-2.certi-main-title {
    padding: 15px 0 0;
}




