* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
}

.nav-cvr {
  background-color: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 33, 71, 0.4);
}
.nav-cvr .nav-link {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding-right: 20px !important;
  transition: 0.5s;
}
.nav-cvr .nav-link:hover {
  color: #0BA9B5;
}

.btn-one {
  padding: 10px 20px;
  background-color: #034347;
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  text-decoration: none;
  transition: 0.5s;
}
.btn-one:hover {
  background-color: #000000;
}

.call-btn {
  padding: 6px 20px;
  background-color: #342562;
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  text-decoration: none;
  transition: 0.5s;
  width: auto !important;
  display: inline-block;
}
.call-btn i {
  background-color: transparent !important;
}
.call-btn:hover {
  background-color: #FFD400;
}

.sml-btn {
  padding: 3px 10px;
  background-color: #0BA9B5;
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.5s;
  width: auto !important;
  display: inline-block;
}
.sml-btn i {
  background-color: transparent !important;
}
.sml-btn:hover {
  background-color: #FFD400;
}

.btn-two {
  padding: 6px 15px;
  border: 4px solid #0BA9B5 !important;
  background-color: #ffffff;
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  border: none;
  text-decoration: none;
}
.btn-two:hover {
  background-color: #342562;
  color: #ffffff;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

p {
  margin: 0 0 15px 0;
  padding: 0;
}

.slick-slide {
  outline: none !important;
}

.slick-slider {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

/* CTA style end */
.cta-btn .cta-link {
  position: relative;
  display: inline-block;
  background: #d2d6ef;
  color: #081c2d;
  font-size: 15px;
  min-width: 220px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 18px;
  font-weight: 400;
  padding: 15px 30px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.cta-btn .cta-link.cta-block {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.cta-btn .cta-link i {
  margin-right: 5px;
}

.cta-btn .cta-link:hover {
  background: #081c2d;
  color: #d2d6ef;
  box-shadow: 0px 5px 20px rgba(0, 33, 71, 0.4);
}

/* banner Style start */
.banner-wrap {
  height: auto;
  position: relative;
  overflow: hidden;
}

.shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.shape svg {
  width: 100%;
}

.banner-slider {
  height: 100%;
}

.banner-slider > .banner-slide {
  display: none;
}

.banner-slider > .banner-slide:first-child {
  display: block;
}

.slick-initialized .banner-slide {
  position: relative;
  height: 100%;
  min-height: 700px;
  display: flex !important;
  align-items: center;
}

.banner-slider .slick-arrow {
  position: absolute;
  right: 25px;
  bottom: 130px;
  font-size: 0;
  background: #ffffff;
  border: 0;
  width: 50px;
  height: 50px;
  z-index: 12;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.banner-slider .slick-arrow:before {
  font-family: "boxicons";
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: rgb(0, 33, 71);
}

.banner-slider .slick-arrow.slick-prev {
  right: 95px;
}

.banner-slider .slick-arrow.slick-prev:before {
  content: "\ea9b";
}

.banner-slider .slick-arrow.slick-next {
  right: 25px;
}

.banner-slider .slick-arrow.slick-next:before {
  content: "\eb1c";
}

.hero-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 800px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.banner-wrap .container {
  position: relative;
  z-index: 12;
}

.hero-overlay {
  background: #081c2d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  opacity: 0.5;
}

.hero-content {
  color: #ffffff;
}

.hero-content p {
  font-size: 20px;
  line-height: 32px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.01em;
}

.blog-detail-banner .hero-content {
  max-width: 900px;
}

.blog-detail-banner .hero-content h1 {
  font-size: 53px;
}

.hero-content h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 6px;
}

.hero-content h1 {
  font-size: 80px;
  line-height: 1.333;
  margin-bottom: 18px;
  color: #ffffff !important;
  font-weight: 800;
  max-width: 760px;
  font-family: "Saira", sans-serif;
}

/*==============================================================
	banner Style end
==============================================================*/
.how-to-use {
  padding: 60px 0;
}

.welcome-sec {
  padding: 100px 0px 100px 0px;
}
.welcome-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
}
.welcome-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
}
.welcome-sec h3 {
  font-family: "Saira", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #0BA9B5;
}
.welcome-sec p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
}

.Course-sec {
  background-color: #F8F9FA;
  padding: 100px 0px 100px 0px;
}
.Course-sec .courses.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.Course-sec .courses.owl-carousel .owl-item {
  display: flex;
}
.Course-sec .courses.owl-carousel .owl-item .item-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.Course-sec .owl-nav {
  padding-top: 20px;
  position: relative;
  top: -60%;
}
.Course-sec .fa-chevron-left:before {
  padding: 20px 22px;
  border-radius: 60px;
  background-color: #0BA9B5 !important;
  margin-right: 10px;
  position: absolute;
  left: -70px;
}
.Course-sec .fa-chevron-right:before {
  padding: 20px 22px;
  border-radius: 60px;
  background-color: #0BA9B5 !important;
  position: absolute;
  right: -70px;
}
.Course-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: center;
}
.Course-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: center;
}
.Course-sec p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.Course-sec .white-wrp {
  height: 100%; /* ensures equal height cards */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.Course-sec .white-wrp h3 {
  font-family: "Saira", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #342562;
  text-align: left;
}
.Course-sec .white-wrp p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.placement-sec {
  background-image: url(../imgs/bg.png);
  background-size: cover;
  padding: 100px 0px 100px 0px;
}
.placement-sec i {
  color: #342562 !important;
}
.placement-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
}
.placement-sec h4 {
  font-family: "Saira", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
.placement-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
}

.app-sec {
  padding: 100px 0px 100px 0px;
}
.app-sec .box {
  width: 45%;
  background: #0BA9B5;
  background: linear-gradient(1deg, rgb(11, 169, 181) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.app-sec .box:hover {
  transform: translateY(-10px);
}
.app-sec .box h3 {
  font-family: "Saira", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #342562;
}
.app-sec .box p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
}

.Certificate-sec {
  background-color: #F8F9FA;
  padding: 100px 0px 100px 0px;
}
.Certificate-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: center;
}
.Certificate-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: center;
}
.Certificate-sec h3 {
  font-family: "Saira", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #342562;
  text-align: center;
}
.Certificate-sec ul {
  list-style: none;
  width: 90%;
  margin-top: 50px;
}
.Certificate-sec ul li {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
  border-left: 5px solid #0BA9B5;
  box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
}
.Certificate-sec ul li i {
  width: 150px;
  height: 100px;
}
.Certificate-sec ul li h4 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #342562;
}
.Certificate-sec ul li p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
}

.review-sec {
  padding: 100px 0px 100px 0px;
}
.review-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: center;
}
.review-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: center;
}
.review-sec .photo {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.review-sec .photo img {
  border-radius: 60px;
}
.review-sec h3 {
  font-family: "Saira", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
}
.review-sec .item {
  background-color: #F8F9FA;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
}

.blog-sec {
  background-color: #F8F9FA;
  padding: 100px 0px 100px 0px;
}
.blog-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: center;
}
.blog-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: center;
}
.blog-sec .blog-card {
  background-color: #ffffff;
  padding-bottom: 40px;
  box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  display: flex;
  height: 100%;
  flex-direction: column;
}
.blog-sec .blog-card h3 {
  font-family: "Saira", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #342562;
}
.blog-sec .blog-card h6 {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0BA9B5;
}
.blog-sec .blog-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
}

.read-more-sml {
  padding: 5px 20px;
  background-color: #0BA9B5;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.read-more-sml:hover {
  background-color: #FFD400;
}

.ftr-sec {
  background-color: #6c5c9a;
  padding: 100px 0px 100px 0px;
  position: relative;
}
.ftr-sec p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
}
.ftr-sec h3 {
  font-family: "Saira", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}
.ftr-sec .links ul {
  list-style: none;
  padding-left: 0px;
}
.ftr-sec .links ul li {
  margin-bottom: 30px;
}
.ftr-sec .links ul li a {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.ftr-sec .contact ul {
  padding-left: 0px;
  list-style: none;
}
.ftr-sec .contact ul li {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

.btm {
  padding: 10px 0px 10px 0px;
  background-color: #0BA9B5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btm a {
  text-decoration: none;
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.layout {
  height: 100px;
  width: 100px;
  padding: 32px;
}

.burger-menu {
  position: relative;
  display: block;
  width: 36px;
  height: 28px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.burger-menu .bar {
  transition: all 0.3s ease-out;
  height: 4px;
  width: 100%;
  display: block;
  background-color: #1B2126;
}

.burger-menu .bar:nth-of-type(2) {
  margin: 8px 0;
}

.burger-menu--closed {
  transition-delay: 0.3s;
}

.burger-menu--closed .bar:nth-of-type(2) {
  width: 28px;
  transition-property: margin, height, width;
  transition-delay: 0.3s, 0.3s, 0s;
}

.burger-menu--closed .bar:nth-of-type(3) {
  width: 32px;
}

.burger-menu--closed:hover .bar:nth-of-type(2) {
  width: 100%;
}

.burger-menu--closed:hover .bar:nth-of-type(3) {
  width: 100%;
}

.burger-menu--opened {
  padding-top: 12px;
}

.burger-menu--opened .bar:nth-of-type(1) {
  transform: rotate(45deg);
  transition-delay: 0.3s;
  height: 4px;
}

.burger-menu--opened .bar:nth-of-type(2) {
  opacity: 0;
  height: 0;
  margin: -4px 0;
}

.burger-menu--opened .bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transition-delay: 0.3s;
  height: 4px;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.white-wrp {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: color 0.3s ease;
  z-index: 1;
  box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
}
.white-wrp h4 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #034347;
  text-decoration: underline;
}
.white-wrp ul {
  list-style: disc;
}
.white-wrp ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #342562;
  text-align: left;
  margin-bottom: 10px;
}

.white-wrp::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0BA9B5; /* Slide-in background color */
  transition: left 0.4s ease;
  z-index: 0;
}

.white-wrp:hover::before {
  left: 0;
}

.white-wrp * {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}
.white-wrp * i {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
}

.white-wrp:hover h3,
.white-wrp:hover p,
.white-wrp:hover a, .white-wrp:hover ul li, .white-wrp:hover h4 {
  color: #fff;
}

.jump-hover img {
  transition: transform 0.3s ease;
}

.jump-hover img:hover {
  transform: translateY(-10px);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.wrapper {
  position: fixed;
  bottom: 0;
  left: -30px;
  z-index: 99;
}
.wrapper ul {
  list-style: none;
}
.wrapper ul li {
  width: 30px;
  height: 30px;
  position: relative;
  background: #e59500;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wrapper ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}
.wrapper ul li.facebook {
  background: #3b5998;
}
.wrapper ul li.twitter {
  background: #00aced;
}
.wrapper ul li.instagram {
  background: #bc2a8d;
}
.wrapper ul li.google {
  background: #dd4b39;
}
.wrapper ul li.whatsapp {
  background: #4dc247;
}
.wrapper ul li.facebook div.slider {
  background: #627aac;
}
.wrapper ul li.twitter div.slider {
  background: #7fd5f6;
}
.wrapper ul li.instagram div.slider {
  background: #dd94c6;
}
.wrapper ul li.google div.slider {
  background: #eea59c;
}
.wrapper ul li.whatsapp div.slider {
  background: #82d47e;
}
.wrapper .slider {
  content: "";
  position: absolute;
  top: 0;
  left: 51px;
  width: 0px;
  height: 50px;
  background: #eebb5c;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}
.wrapper .slider p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  transition: all 0.6s ease;
}
.wrapper ul li:hover .slider {
  width: 180px;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}

/* youtube link */
.youtube {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 160px;
  text-align: center;
  padding: 15px 10px;
  background: #bb0000;
  border-radius: 5px;
}

.youtube a {
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}

#counter-stats {
  display: flex;
  justify-content: center;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ffffff;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
  float: left;
}

.counting {
  float: left;
  width: auto;
  text-align: left;
  color: #342562;
  font-size: 50px;
  font-family: "Saira", sans-serif;
}

/*/ end count stats /*/
.certi-box {
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 20px;
}
.certi-box:hover {
  background-color: #FFD400;
}

.why-sec {
  background-color: #F8F9FA;
  padding: 100px 0px 100px 0px;
}
.why-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: left;
}
.why-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: left;
}
.why-sec .why-box {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
  box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  align-items: center;
}
.why-sec .why-box i {
  margin-bottom: 10px;
  text-align: left;
}
.why-sec .why-box h4 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #0BA9B5;
  text-align: center;
}

.why-box {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  transform: translateY(0);
}

.why-box i img {
  width: 60px;
  height: 60px;
  transition: transform 0.4s ease;
}

.why-box:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
  background: linear-gradient(135deg, #f0f4ff, #ffffff);
}

.why-box:hover i img {
  transform: scale(1.1) rotate(5deg);
}

.why-box h4 {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #333;
  transition: color 0.3s ease;
}

.why-box:hover h4 {
  color: #342562;
}

.why-box p {
  font-size: 0.95rem;
  color: #555;
  transition: color 0.3s ease;
  text-align: center;
}

.why-box:hover p {
  color: #333;
}

.men img {
  animation: bounceSmall 2s infinite ease-in-out;
}

@keyframes bounceSmall {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* bounce height */
  }
}
.oxopix-sec {
  background: url(../imgs/it.png) rgba(0, 0, 0, 0.9);
  padding: 100px;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}
.oxopix-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: center;
}
.oxopix-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.oxopix-sec p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

@keyframes hoverFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.box {
  transition: box-shadow 0.3s ease;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.box:hover {
  animation: hoverFloat 1s ease-in-out infinite;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.sub-banner {
  background: url(../imgs/sub-hd.png);
  position: relative;
  min-height: 200px;
}
.sub-banner h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #fbf9ff;
}
.sub-banner .breadcrumb {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5 !important;
}
.sub-banner .breadcrumb a {
  color: #342562;
}
.sub-banner .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.75);
}
.sub-banner .layer {
  background: rgb(0, 57, 116);
  background: linear-gradient(81deg, rgba(0, 57, 116, 0.8016456583) 0%, rgba(255, 255, 255, 0.1461834734) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-banner .breadcrumb a {
  color: #0BA9B5 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #008080 !important;
}

.visiion-mission-sec {
  background-color: rgb(248, 249, 250);
  padding: 100px 0px;
}

.white-wrp-two {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: color 0.3s ease;
  z-index: 1;
}
.white-wrp-two h3 {
  font-family: "Saira", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #342562;
  text-align: left;
}
.white-wrp-two p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.Course-sec {
  background-color: #F8F9FA;
  padding: 100px 0px 30px 0px;
}
.Course-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: left;
}
.Course-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: left;
}
.Course-sec p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.why-sec-two {
  padding: 100px 0px 100px 0px;
}
.why-sec-two h3 {
  font-family: "Saira", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #342562;
  text-align: left;
}
.why-sec-two ul {
  list-style: none;
}
.why-sec-two ul li {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  color: #ffffff;
  background-color: #0BA9B5;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.why-sec-two ul li h3 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  color: #ffffff;
  text-decoration: underline;
}
.why-sec-two ul li h4 {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.why-sec-two ul li p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.why-sec-two h5 {
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #342562;
  text-align: left;
}

.photo-gallery {
  background-color: #ffffff;
  padding: 100px 0px 100px 0px;
}
.photo-gallery h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: center;
}
.photo-gallery h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: center;
}

.certificate-sec {
  padding: 100px 0px 100px 0px;
  background-color: #F8F9FA;
}
.certificate-sec i {
  color: #FFD400 !important;
}
.certificate-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: left;
}
.certificate-sec h4 {
  font-family: "Saira", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
.certificate-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
}

.contact-sec {
  padding: 100px 0px 100px 0px;
  background-color: #fff;
}
.contact-sec .form-control {
  background-color: #0BA9B5;
  border: 1px solid #342562;
  color: #000;
}
.contact-sec .form-control:focus {
  background-color: #13b3bf;
}
.contact-sec h2 {
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-size: 46px;
  font-weight: 800;
}
.contact-sec h4 {
  font-family: "Italianno", cursive;
  color: #342562;
  font-size: 60px;
  margin: 0px;
  padding: 0px;
}
.contact-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
}
.contact-sec .contact ul {
  list-style: none;
  padding-left: 0px;
}
.contact-sec .contact ul li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 56px;
  display: flex;
}
.contact-sec .contact ul li i {
  margin-right: 20px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #0BA9B5 !important;
}

.explore-sec {
  background-color: #0BA9B5;
  padding: 100px 0px 100px 0px;
}
.explore-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.explore-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.explore-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.digital_ai p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
}
.digital_ai ul {
  list-style: none;
  margin-top: 1%;
  padding-left: 0px;
}
.digital_ai ul li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
  display: block;
  margin-bottom: 20px;
  margin-right: 35px;
}

.digital_ai i {
  color: #008080;
  margin-right: 10px;
}

.modal-header {
  background-color: #0BA9B5;
  color: #ffffff;
}

.btn-primary {
  background-color: #0BA9B5 !important;
}

.blended-sec {
  padding: 100px 0px 100px 0px;
}
.blended-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}
.blended-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
}
.blended-sec h3 {
  font-family: "Saira", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #0BA9B5;
  margin-bottom: 20px;
}
.blended-sec p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
}
.blended-sec ul {
  list-style: none;
  padding-left: 0px;
}
.blended-sec ul li {
  background-color: #0BA9B5;
  padding: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 6px;
}
.blended-sec ul li p {
  color: #ffffff;
}
.blended-sec ul li i img {
  width: 80px;
  margin-right: 10px;
}

.call-sec {
  background-color: #0BA9B5;
  padding-top: 20px;
}
.call-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
.call-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
}

.clients-sec {
  background-color: #F8F9FA;
  padding: 100px 0px 100px 0px;
}
.clients-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: left;
}
.clients-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: left;
}
.clients-sec .box {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-sec {
  background-color: #ffffff;
  padding: 100px 0px 100px 0px;
}
.categories-sec h5 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #0BA9B5;
  text-align: left;
}
.categories-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #342562;
  text-align: left;
}
.categories-sec .why-box {
  background-color: #342562;
  padding: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
  box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 6px 7px 12px -9px rgba(0, 0, 0, 0.28);
}
.categories-sec .why-box:hover {
  background-color: #F8F9FA;
}
.categories-sec .why-box:hover h4 {
  color: #0BA9B5;
}
.categories-sec .why-box i {
  margin-bottom: 10px;
  text-align: center;
}
.categories-sec .why-box h4 {
  font-family: "Saira", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.faq-sec {
  background-color: #0BA9B5;
  padding: 100px 0px 100px 0px;
  /* Show content when checked */
  /* Plus/minus icon */
  /* Responsive */
}
.faq-sec h2 {
  font-family: "Saira", sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
.faq-sec p {
  color: #ffffff;
}
.faq-sec .accordion {
  max-width: 100%;
  margin: 1em auto;
  font-family: Arial, sans-serif;
}
.faq-sec .accordion p {
  color: #000000 !important;
}
.faq-sec .accordion-input {
  display: none; /* Hide the radio visually */
}
.faq-sec .accordion-label {
  display: block;
  cursor: pointer;
  padding: 1em;
  background-color: #342562;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.1rem;
  transition: background-color 0.3s;
}
.faq-sec .accordion-label:hover,
.faq-sec .accordion-label:focus {
  background-color: #145ea8;
  outline: none;
}
.faq-sec .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background-color: #f0f4f8;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 1rem;
  line-height: 1.4;
}
.faq-sec .accordion-input:checked ~ .accordion-content {
  max-height: 500px; /* Adjust as needed */
  padding: 1em;
}
.faq-sec .accordion-label::after {
  content: "+";
  float: right;
  font-weight: bold;
  transition: transform 0.3s ease;
  font-size: 1.3rem;
}
.faq-sec .accordion-input:checked + .accordion-label::after {
  content: "-";
}
@media (max-width: 480px) {
  .faq-sec .accordion-label {
    font-size: 1rem;
    padding: 0.75em 1em;
  }
  .faq-sec .accordion-content {
    font-size: 0.95rem;
    padding: 0 0.75em;
  }
  .faq-sec .accordion-input:checked ~ .accordion-content {
    max-height: 400px;
    padding: 0.75em 1em;
  }
  .faq-sec .accordion-label::after {
    font-size: 1.2rem;
  }
}

.newsletter-box {
  max-width: 450px;
  width: 100%;
  text-align: left;
}

.newsletter-box h2 {
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 22px;
  font-family: "Saira", sans-serif;
}

.newsletter-box p {
  font-size: 0.95rem;
  margin-bottom: 1.2em;
  color: #555;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

.newsletter-form input[type=email] {
  flex: 1;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.newsletter-form button {
  padding: 0.8em 1.2em;
  border: none;
  border-radius: 6px;
  background: #008080 !important;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  margin-right: 5px;
}

.newsletter-form button:hover {
  background: #145ea8;
}

.small-text {
  margin-top: 1em;
  font-size: 0.85rem;
  color: #777;
}

.terms ul {
  list-style: disc;
}
.terms ul li {
  font-family: "Montserrat", sans-serif;
  font-style: 16px;
  line-height: 30px;
}

.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 2.2rem;
  bottom: 8rem;
  background: #0BA9B5; /* Updated color */
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  border-radius: 100%;
  box-sizing: border-box;
  color: #ffffff;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: flex;
  justify-items: center;
  align-items: center;
  text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
  transition: 0.3s ease;
  font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
  transform: rotate(135deg);
}

/* KEYFRAME UPDATED */
@keyframes cc-calto-action-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(11, 169, 181, 0.2), 0 0 0 0 rgba(11, 169, 181, 0.2), 0 0 0 5px rgba(11, 169, 181, 0.2), 0 0 0 10px rgba(11, 169, 181, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(11, 169, 181, 0.2), 0 0 0 5px rgba(11, 169, 181, 0.2), 0 0 0 10px rgba(11, 169, 181, 0.2), 0 0 0 20px rgba(11, 169, 181, 0);
  }
}
/* Number color updated */
span.num {
  position: absolute;
  color: #0BA9B5;
  left: -30%;
  bottom: -50%;
}

.contact-sec .form-control {
  color: #3b3b3b !important;
}

.talk {
  background-color: #342562;
  padding: 23px 50px 23px 50px;
  border-radius: 10px;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
}

/* Fixed (always visible) navbar */
.sticky-top {
  position: fixed !important; /* <-- must be fixed, not sticky */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* set your navbar height */
  z-index: 1050;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center; /* vertically center content */
}

.sub-banner {
  margin-top: 70px;
}/*# sourceMappingURL=style.css.map */