@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

html {
  scroll-behavior: smooth;
}

section.courses ul {
  padding-left: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #0f2239;
}

p,
span {
  color: #4d5765;
}

button,
a {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.p-90 {
  padding: 90px 0px;
}

.main-info {
  text-align: center;
}

.info .sub-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #f76a3a;
}

.info .title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #0f2239;
  text-transform: capitalize;
}

.info .title-dscp {
  font-size: 16px;
  line-height: 28px;
  color: #4d5765;
}

a {
  text-decoration: none;
}

li,
p,
span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

section.topbar {
  background: #0f1b31;
  color: #fff;
}

ul.top-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
  padding: 0;
}

ul.top-list li {
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

ul.top-list li.top-end {
  border: none;
}

ul.top-list li.top-end a {
  color: #fff;
  margin: 7px;
  transition: 0.5s;
}

ul.top-list li.top-end a:hover {
  color: #f76a3a;
  transition: 0.5s;
}

.mrq {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-stretch: 2;
  line-height: 20px;
  padding: 10px 0px;
  background: #f36d2e;
  color: #fff;
}

.mrq {
  width: 100%;
  overflow: hidden;
}

.mrq p {
  color: #fff;
  margin: 0;
  animation: slide 10s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate(100%);
  }
  100% {
    transform: translate(0%);
  }
}

header {
  position: sticky;
  z-index: 50;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  top: 0;
  transition: 0.5s ease;
}

header .navbar-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .navbar-brand label {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

div#navbarSupportedContent {
  justify-content: center;
}

button.nav-srch-btn {
  background: #fff;
  border: 1px solid #edeef2;
  width: max-content;
  height: 50px;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 30px;
  position: relative;
}

button.nav-srch-btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #f76a3a;
  opacity: 0.1;
  top: 9px;
  right: 12px;
  border-radius: 50%;
}

input.nav-search,
input.nav-search:focus-visible,
input.nav-search:active {
  border: none;
  outline: none;
}

button.nav-srch-btn i {
  color: #f76a3a;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

li.nav-item {
  margin: 0px 10px;
}

li.nav-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #0f2239;
  transition: 0.5s;
}

li.nav-item a.active:hover,
li.nav-item a:hover {
  background: #f76a3a;
  color: #fff;
  transition: 0.5s;
}

button.orng-btn {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  width: max-content;
  height: 50px;
  padding: 10px 40px;
  border: none;
  background-color: #f76a3a;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0px 6px 16px rgba(243, 109, 46, 0.24);
  border-radius: 5px;
  transition: 0.5s;
}

button.orng-btn:hover {
  opacity: 0.9;
  transition: 0.5s;
}

footer {
  background: url(../images/ftr-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

footer .ftr-top label {
  background: #f76a3a;
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.ftr-top {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #fff;
  /* border-right: 1px solid #fff; */
  position: relative;
}

.ftr-top::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 101%;
  background: #fff;
}

.ftr-top-end::after {
  display: none;
}

.ftr-top span {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.ftr-top span li {
  list-style: none;
}

.ftr-top span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #b3c1d3;
}

.ftr-top span a {
  color: #fff;
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}

.ftr-top span li a {
  width: 24px;
  height: 24px;
  background: #f76a3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

footer hr {
  background: #fff;
  height: 3px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  grid-gap: 20px;
}

#grid img {
  border-radius: 10px;
}

.ftr-btm {
  padding-bottom: 90px !important;
}

.ftr-btm ul li {
  margin: 10px 0px;
}

.ftr-btm h5 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.ftr-btm h5::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.ftr-btm .ftr-btm-2c {
  padding-left: 8rem;
}

.ftr-btm .ftr-btm-2c a {
  text-transform: capitalize;
}

.ftr-btm .ftr-btm-3c {
  padding-left: 4rem;
}

.ftr-btm p {
  color: #b3c1d3;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0px;
}

.ftr-btm ul a {
  color: #b3c1d3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  transition: 0.5s;
}

.ftr-btm ul a:hover {
  color: #fff;
  transition: 0.5s;
}

.ftr-input {
  border: 1px solid #5e6674;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftr-input input {
  height: 30px !important;
}

.ftr-input input,
.ftr-input input:focus,
.ftr-input input::placeholder {
  color: #b3c1d3;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

.ftr-input i {
  color: #f76a3a;
}

/* Homepage */

/* --------------- Owl Carousal Start --------------- */

section.main-bnr .sub-heading {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.28em;
  color: #f76a3a;
  background: rgba(247, 106, 58, 0.2);
  box-shadow: 0px 6px 16px rgb(243 109 46 / 8%);
  padding: 7px 9px;
  margin-bottom: 20px;
}

section.main-bnr .heading {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #0f2239;
  margin-bottom: 20px;
}

section.main-bnr .heading span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #0f2239;
  position: relative;
}

section.main-bnr .heading span::after {
  background: url(../images/icons/stroke.png);
  position: absolute;
  content: "";
  bottom: 0px;
  left: -10px;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
}

section.main-bnr .description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0f1b31;
  margin-bottom: 20px;
}

.owl-slider {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.owl-slider .owl-stage {
  display: flex;
}

.owl-slider .disabled {
  display: none;
}

.owl-slide.slide-1,
.owl-slide.slide-2,
.owl-slide.slide-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.owl-slide .row {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.owl-slide.slide-1 {
  background-image: url("../images/banner/home-bnr-bg1.jpg");
}

.owl-slide.slide-2 {
  background-image: url("../images/banner/home-bnr-bg2.jpg");
}

.owl-slide.slide-3 {
  background-image: url("../images/banner/home-bnr-bg1.jpg");
}

.owl-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.owl-img {
  position: relative;
}

.owl-img .overlay {
  position: absolute;
  width: 110px;
  height: 145px;
  background: #ffffff;
  box-shadow: 0px 40px 50px rgb(28 51 84 / 16%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  top: 35px;
  left: -5%;
}

.owl-img img {
  width: 100%;
  height: 100%;
  min-width: 700px;
  min-height: 660px;
}

.owl-img .overlay img {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0px 10px 20px rgba(24, 44, 74, 0.16));
  margin-bottom: 20px;
  min-width: unset;
  min-height: unset;
}

.owl-img .overlay label {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #141517;
}

/*
.owl-text span {
    color: #000;
    font-size: 44px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -32px;
} */

/* .owl-text button {
    background-color: transparent;
    border: 3px solid #afb1b4;
    border-radius: 6px;
    font-size: 30px;
    padding: 6px 48px;
    cursor: pointer;
    margin-top: 88px;
    color: #e4e4e4;
}

.owl-text button:hover {
    color: #fff;
    border: 3px solid #fff;
} */

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 2px;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
  border-color: transparent;
  background-color: #fff;
  border: 2px solid rgba(247, 106, 58, 1);
}

.owl-dots .owl-dot.active {
  background-color: #f76a3a;
  outline: 0;
  box-shadow: 0 0 10px #f76a3a;
}

/* --------------- Owl Carousal End --------------- */

section.wtse {
  position: relative;
}

section.wtse::before {
  position: absolute;
  content: "";
  top: 20%;
  left: 10%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid rgba(247, 106, 58, 0.2);
  z-index: -1;
}

section.wtse::after {
  position: absolute;
  content: "";
  bottom: 30%;
  left: 8%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #f36d2e;
  z-index: -1;
}

section.wtse .title {
  position: relative;
}

section.wtse .title::before {
  position: absolute;
  content: "ABOUT";
  top: -110px;
  left: 0;
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 104px;
  line-height: 150px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: rgba(247, 106, 58, 0.04);
  -webkit-text-fill-color: rgba(247, 106, 58, 0.05);
}

section.wtse .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.wtse .wtse-img img {
  border-radius: 350px 350px 0px 0px;
}

section.wtse .wtse-img {
  position: relative;
}

section.wtse .wtse-img::before {
  position: absolute;
  content: "";
  bottom: -60px;
  right: 50px;
  background: url(../images/wtse/img-2.jpg);
  width: 54%;
  height: 45%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 2px solid #ecf1f9;
  filter: drop-shadow(0px 40px 50px rgba(28, 51, 84, 0.04));
}

section.wtse .wtse-img .overlay {
  position: absolute;
  content: "";
  bottom: 40px;
  right: 260px;
  width: max-content;
  height: max-content;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #ecf1f9;
  box-shadow: 0px 4px 30px rgb(19 61 117 / 12%);
}

section.wtse .wtse-img .overlay label {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #f76a3a;
}

section.wtse .wtse-img .overlay h5 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  color: #f76a3a;
}

.wtse-main {
  padding: 20px 0px;
  margin: 40px 0px;
  border-top: 1px solid #e3e9f0;
  border-bottom: 1px solid #e3e9f0;
}

ul.wtse-box {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
  margin: 10px 0;
}

ul.wtse-box li img {
  margin-right: 8px;
}

ul.wtse-box h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

ul.wtse-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

ul.wtse-btm {
  margin-bottom: 40px;
}

ul.wtse-btm li {
  margin: 10px 0px;
  display: flex;
  align-items: center;
}

ul.wtse-btm i.fa.fa-check {
  background: #f76a3a;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  font-size: 10px;
}

ul.wtse-btm li span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #0f2239;
}

section.cont {
  background: #f3f6fb;
}

section.cont .crd {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #fff;
  transition: 0.5s;
  min-height: 330px;
  height: 100%;
}

section.cont .crd-img {
  padding-top: 10px;
  z-index: 2;
  background: #e8ebef;
  width: 100px;
  height: 90px;
  border-radius: 9px 0% 100% 0%;
}

section.cont img.card-img-top {
  width: 45px;
  height: 50px;
  filter: invert(50%) sepia(8%) saturate(7%) hue-rotate(345deg) brightness(92%)
    contrast(92%);
  transition: 0.5s;
}

section.cont .crd h5 {
  color: #010101;
}

section.cont .crd:hover {
  border: 1px solid #f36d2e;
  transition: 0.5s;
}

section.cont .crd:hover .crd-img {
  background: #f36d2e;
  transition: 0.5s;
}

section.cont .crd:hover img.card-img-top {
  filter: brightness(0) invert(1);
  transition: 0.5s;
}

section.cont .crd:hover h5.card-title {
  color: #f76a3a;
}

.card-body {
  padding: 50px 20px;
}

.card-body h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #f76a3a;
  margin-bottom: 10px;
}

.card-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

section.cont .main-info .title {
  margin-top: 30px;
}

.main-info .title {
  position: relative;
}

.main-info .title::before {
  position: absolute;
  content: "Contact";
  top: -110px;
  left: 30%;
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 104px;
  line-height: 150px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: rgba(247, 106, 58, 0.04);
  -webkit-text-fill-color: rgba(247, 106, 58, 0.05);
}

.course-info .title::before {
  content: "Courses";
}

.crds {
  background: rgba(255, 255, 255, 0.002);
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.crds .crd-img {
  padding: 20px;
}

.crds .crd-img img {
  width: 100%;
  height: 250px;
  border-radius: 20px;
}

.crds .card-body {
  padding: 20px;
  padding-top: 0;
}

.crds .card-body h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #010101;
  margin-bottom: 10px;
}

.crds .card-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.crds .crd-items {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #f76a3a;
  display: flex;
  align-items: center;
  margin: 20px 0px;
}

.crds .crd-items span {
  color: #f76a3a;
}

.crds .crd-items li {
  margin-right: 15px;
}

.crds .crd-price {
  font-weight: 500;
  font-size: 39px;
  line-height: 24px;
  color: #000000;
}

.crds .crd-price span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #f76a3a;
}

section.corses .crds {
  /* min-height: 620px; */
  height: 100%;
}

section.tstmnl .tstmnl-info .title::before {
  content: "Testimonial";
  left: 23%;
}

.cfvosp-info .title::before {
  display: none;
}

section.cfvosp {
  background: url(../images/banner/cfvosp-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

section.cfvosp .crds {
  min-height: 575px;
  height: 100%;
}

section.tstmnl {
  background: url(../images/banner/tstmnl-bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 700px;
  background-size: cover;
  background-position: center;
}

section.tstmnl .tstmnl-box {
  display: flex;
  align-items: center;
}

section.tstmnl .tstmnl-txt {
  min-height: 260px;
}

section.tstmnl .tstmnl-txt p {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #0f2239;
}

section.tstmnl .tstmnl-txt h5 {
  font-weight: 600;
  font-size: 19px;
  line-height: 36px;
  color: #0f2239;
  margin-bottom: 0;
}

section.tstmnl .tstmnl-txt h6 {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #666666;
}

span.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

span.swiper-pagination-bullet-active {
  background: #f36d2e;
}

/* About page */

.main-banner {
  width: 100%;
  height: 880px;
}

section.abt-bnr {
  background: url(../images/banner/abt-bnr.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.main-banner .info {
  width: 50%;
}

li.bnr-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

li.bnr-item .img-box {
  margin-right: 20px;
}

li.bnr-item .img-box img {
  height: 60px;
}

.txt-box h5 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #0f2239;
}

.txt-box label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4d5765;
}

.cmpny {
  background: url(../images/banner/main-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.cmpny::before {
  position: absolute;
  content: "";
  background: url(../images/icons/arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  top: 0;
  right: 0;
}

.cmpny::after {
  position: absolute;
  content: "";
  background: url(../images/icons/box.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: 0;
  left: -20px;
}

.cmpny .info .title {
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
}

.cmpny .info .title-dscp {
  font-size: 19px;
  line-height: 31px;
}

.cmpny-img {
  position: relative;
  min-height: 600px;
}

.cmpny-img .overlay {
  position: absolute;
  right: 10px;
  bottom: -20px;
  border-radius: 12px;
}

section.abt-cont {
  background: #fff;
}

section.abt-cont img.card-img-top {
  width: 45px;
  height: 45px;
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(357deg) brightness(97%)
    contrast(102%);
}

section.abt-cont .crd-img {
  padding-top: 0px;
  z-index: 2;
  background: #e8ebef;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.abt-cont .crd {
  padding: 20px;
  background: rgba(255, 255, 255, 0.002);
  border: 1px solid #eeeeee;
  border-radius: 20px;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
}

section.abt-cont .card-body {
  padding: 30px 10px;
}

section.abt-cont .crd:hover {
  background: rgba(255, 255, 255, 0.002);
  border: 1px solid #eeeeee;
  border-radius: 20px;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
}

section.abt-cont .card-body h5 {
  color: #010101;
}

section.miac {
  background: url(../images/banner/main-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.miac::before {
  position: absolute;
  content: "";
  background: url(../images/icons/circle.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  top: 0;
  right: 0;
}

.miac::after {
  position: absolute;
  content: "";
  background: url(../images/icons/dots.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: 0;
  left: -70px;
}

section.miac .miac-box {
  align-items: center;
  position: relative;
  z-index: 5;
}

section.miac ul.wtse-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

section.miac ul.wtse-btm li {
  margin: 10px 0px;
  display: flex;
  align-items: baseline;
}

section.miac ul.wtse-btm li span h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #010101;
}

section.miac ul.wtse-btm li span p {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  color: #666666;
}

section.miac .info .title {
  font-size: 50px;
  line-height: 61px;
  margin-bottom: 20px;
}

.cntr {
  background: #0f1b31;
}

div#counter {
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #0f2239;
  transition: 0.5s;
}

.counterbox {
  background: #ffffff;
  border: 1px solid rgba(247, 106, 58, 0.2);
  box-shadow: 0px 4px 30px rgba(29, 94, 172, 0.09);
  border-radius: 0px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  transition: 0.5s;
}

.counterbox:hover div#counter,
.counterbox:hover div#counter span {
  color: #f76a3a;
  transition: 0.5s;
}

.cntr-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #072f60;
}

section.experts .miac-box {
  align-items: center;
}

section.experts .info .title {
  font-size: 50px;
  line-height: 61px;
}

section.experts .experts-box {
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

section.experts .experts-box img {
  width: 100%;
  height: 100%;
}

section.experts .overlay {
  background: #ffffff;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
  border-radius: 19px;
  position: absolute;
  width: 100%;
  transition: 0.5s;
}

section.experts .overlay .over-lbl {
  background: #f76a3a;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
  border-radius: 19px 19px 0px 0px;
  padding: 10px;
}

section.experts .overlay .over-lbl label {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

section.experts .overlay .over-txt {
  padding: 10px;
}

section.experts .overlay .over-txt h5 {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #010101;
}

section.experts .overlay .over-txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #4d5765;
}

section.experts .experts-box:hover {
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
}

section.experts .experts-box:hover .overlay {
  display: block;
  transform: translateY(-135px);
  transition: 0.5s;
}

section.plcmnt {
  background: url(../images/banner/plcmnt-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

section.plcmnt .info {
  width: 69%;
  margin: auto;
  text-align: center;
}

section.plcmnt .info .title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #fff;
  text-transform: unset;
}

section.plcmnt .info .title-dscp {
  font-size: 22px;
  line-height: 38px;
  color: #fff;
}

section.stdnt-plcmnt {
  background: none;
}

section.stdnt-plcmnt .info .title {
  color: #0f2239;
  text-transform: unset;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 4));
  }
}

.slider {
  height: 130px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 8);
}

.slider .slide {
  height: 100px;
  width: 250px;
  background: #ffffff;
  border: 1px solid rgba(247, 106, 58, 0.2);
  box-shadow: 0px 4px 30px rgba(29, 94, 172, 0.09);
  border-radius: 0px 26px;
  margin: 0px 20px;
  padding: 20px;
  transition: 0.5s;
}

.slider .slide:hover {
  border: 1px solid #f76a3a;
  transition: 0.5s;
}

.slider .slide img {
  width: 100%;
  height: 100%;
}

section.blog-bnr {
  background: url(../images/banner/blog-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

section.blog-bnr .heading span::after {
  background: url(../images/icons/stroke.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0px;
}

section.blog-bnr .bnr-item {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #4d5765;
}

section.blog-bnr .bnr-item i {
  color: #f76a3a;
  margin-right: 10px;
}

section.blog-content .blog-content-box::before {
  position: absolute;
  content: "";
  background: #e7effa;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
  border-radius: 0px 20px 20px 0px;
  width: 100%;
  height: 100%;
  top: 0;
  right: -25px;
  z-index: -1;
  transition: 0.5s;
}

section.blog-content .blog-content-box {
  background: #ffffff;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px 0px 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
  width: 100%;
}

section.blog-content .blog-content-box:hover::before {
  background: #f76a3a;
  transition: 0.5s;
}

section.blog-content .blog-txt-box {
  padding: 25px 0px;
}

.blog-content-img img {
  border-radius: 20px 0px 0px 20px;
}

section.blog-content .blog-content-box h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #0f2239;
  padding-bottom: 5px;
  border-bottom: 2px solid #ebf2ff;
  margin-bottom: 15px;
}

section.blog-content .blog-txt p {
  font-weight: 400;
  font-size: 19px;
  line-height: 34px;
  color: #4d5765;
}

section.blog-content .blog-txt button {
  margin-top: 20px;
}

section.blog-content .page-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

section.blog-content .page-list ul li a {
  border: 2px solid #eeeeee;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

section.blog-content .page-list ul li.active a {
  background: #f36d2e;
  color: #fff;
}

section.blog-content .page-list ul li a {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #0f2239;
}

section.blog-content .page-list ul li a i {
  font-size: 13px;
  line-height: 14px;
}

section.course-bnr {
  background: url(../images/banner/course-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

section.course-bnr .info {
  width: 60%;
}

section.crses .info .title {
  text-transform: unset;
}

section.crses .info .title::before {
  display: none;
}

section.crses-slider .container {
  position: relative;
  overflow: hidden;
}

section.crses-slider .container::after {
  position: absolute;
  content: "";
  background: url(../images/icons/dots.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  top: 0;
  right: -30px;
}

section.crses-slider .container {
  background: url(../images/banner/main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  /* min-height: 388px; */
  border-radius: 20px;
  position: relative;
}

section.crses-slider .slider-main::before {
  position: absolute;
  content: "";
  background: url(../images/icons/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
  top: 20px;
  left: 30px;
}

section.crses-slider .slider-main::after {
  position: absolute;
  content: "";
  background: url(../images/icons/box.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  bottom: 0;
  left: 0;
}

section.crses-slider .slider-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 350px;
}

section.crses-slider .slider-text h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 61px;
  text-align: center;
  color: #0f2239;
}

section.crses-slider .slider-text label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #f76a3a;
  position: relative;
}

section.crses-slider .slider-text label::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../images/icons/stroke-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.crses-slider .swiper-pagination-bullet {
  border: 2px solid #f76a3a;
  background: #fff;
}

section.crses-slider .swiper-pagination-bullet-active {
  box-shadow: 0 0 10px #f36d2e;
  background: #f76a3a;
}

form.cont-form {
  background: #ffffff;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  transition: 0.5s;
}

form.cont-form::before {
  position: absolute;
  content: "";
  background: #e7effa;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0px 31.5px 3.5px rgba(0, 0, 0, 0.05);
  border-radius: 20px 0px 0px 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: -25px;
  z-index: -1;
  transition: 0.5s;
}

form.cont-form:hover::before {
  background: #f76a3a;
  transition: 0.5s;
}

form.cont-form button {
  padding: 10px 50px;
  padding-right: 30px;
}

form.cont-form button i {
  margin-left: 30px;
}

.form-control {
  color: #545454;
  background: #f3f6fb;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  background: #f3f6fb;
}

.form-control::placeholder {
  color: #545454;
}

textarea#your-message {
  min-height: 200px;
  resize: none;
}

section.blog-bnr .info,
section.course-bnr .info,
section.cont-bnr .info {
  text-transform: capitalize;
}

section.cont-bnr {
  background: url(../images/banner/cont-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

section.cont-bnr .heading span::after {
  background: url(../images/icons/stroke-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cont-info {
  text-align: left;
}

section.contact title {
  margin-top: unset;
}

section.contact .cont-form {
  box-shadow: none;
  border-radius: 0px;
  padding: 30px 0px;
}

section.contact .cont-form::before {
  display: none;
}

section.contact .cont-box {
  border: 2px solid #d9d9d9;
  border-radius: 10px;
}

section.contact .cont-top {
  background: #f36d2e;
  border: 2px solid #ff5857;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
}

section.contact .cont-top i {
  font-size: 40px;
  transform: rotate(270deg);
  margin-right: 15px;
}

section.contact .cont-top h5 {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0;
}

section.contact .cont-top a {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

section.contact .cont-btm {
  padding: 20px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.contact .cont-btm p {
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #545454;
}

section.contact .cont-btm ul {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}

section.contact .cont-btm ul li {
  margin-right: 10px;
}

section.contact .cont-btm ul a {
  background: #f36d2e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.login form {
  max-width: 700px;
  margin: auto;
  padding: 50px;
  margin-right: 0;
}

.login form .title {
  font-size: 36px;
  line-height: 52px;
  text-align: left;
}

.login .login-box {
  display: flex;
  align-items: center;
}

.login-info .title::before {
  display: none;
}

.login-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.login-img img {
  border: 15px solid #fff;
  box-shadow: 0 0 5px #d9d9d9bd;
}

.login .login-box a {
  color: #0f2239;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: end;
}

.login .login-box button {
  width: 100%;
}

section.tstmnl
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
  left: -180px;
}

textarea.form-control {
  min-height: 200px;
}

section.blog-sec {
  background: #f2f2f2;
  padding: 70px 0px;
  color: #000;
}

.alcrs-bnr {
  height: 200px !important;
  background: linear-gradient(180deg, #f1b84c 19.5%, #f39a4a 82%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.alcrs-bnr .heading {
  color: #fff;
  margin: 0;
  font-size: 50px !important;
  text-align: center;
}

.inr-blog-box {
  /* background: #121212; */
  border-radius: 8px;
  /*border: 1px #f3e3dc solid;*/
  margin-bottom: 25px;
}

.inr-blog-box img.blog-pic {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0% 0%;
  /* margin-bottom: 15px; */
}

.inr-blog-cnt {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  text-align: justify;
  min-height: 290px;
  margin-top: 40px;
}

.inr-blog-box .blog-cmt label a {
  color: #da241c;
  text-decoration: none;
  margin-right: 10px;
}

label.dates {
  display: inline-block;
  /* float: right; */
  margin-right: 20px;
  background: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 5px;
  /* margin-top: -65px; */
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  top: -30px;
  right: 30px;
  box-shadow: 0 0 5px #ccc;
}

label.dates span {
  display: block;
  font-weight: bold;
  line-height: 15px;
  margin-top: 10px;
}

button.btn-6 span::before,
span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.inr-blog-box h3.text-color {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
  display: inline-block;
}

.text-color {
  text-transform: capitalize;
}

.page-list {
  text-align: center;
  margin-top: 40px;
}

.blog-category {
  background: #da241c;
  padding: 15px;
  border-radius: 8px;
  border: 1px #da241c solid;
  margin-top: 25px;
}

.blog-category h4 {
  font-family: "Noto Sans";
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
  max-width: 180px;
  color: #fff;
}

.blog-category ul li {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.crse-link,
.crse-link:hover,
.crse-link:focus {
  text-decoration: underline !important;
  font-style: italic;
  font-weight: 500;
  transition: 0.3s;
  color: #4d5765;
  font-size: 18px;
}

.crse-link:hover {
  color: #f76a3a;
  /*transition:0.3s;*/
}

.inr-blog-cnt ol li {
  list-style: unset;
}

.inr-blog-cnt ol li::marker {
  font-size: 20px;
}

.blog-sec .inr-blog-cnt .let-btn button {
  margin: 0px;
  margin-top: 10px;
}

span.blg-txt {
  /*font-weight: 600;*/
  font-size: 18px;
}

.blg-list li {
  list-style: disc;
}

.blg-title-list li {
  margin-bottom: 5px;
  padding-left: 20px;
}

.blg-title-list a {
  color: #000;
}

.blg-title-list a:hover span {
  color: #000;
  transition: 0.3s;
}

.uni-afl-list ol li::marker {
  font-size: 15px;
}

.uni-afl-list ol li {
  padding-left: 0;
}

section.err {
  text-align: center;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  color: #0f2239;
  font-size: 20px;
  font-weight: 600;
}

.accordion-body {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
}

a.ref-link {
  color: #000;
  font-weight: 500;
}

section.idecse {
  background: #f3f6fb;
}

.idecse-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.idecse .card {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 320px;
  border: none;
  background: #fff;
}

.crd-img-tp {
  max-width: 100px;
}

.card-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #010101;
  margin-bottom: 10px;
}

.idecse-box .crd-btm {
  text-align: center;
}

/*section.pdl {*/
/*    background: #fff;*/
/*}*/

.contact-acordian .accordion-item {
  border: 1px #f76a3a solid !important;
}
.contact-acordian .accordion-item button.accordion-button {
  padding: 10px 15px !important;
}
.contact-acordian .accordion-body p {
  font-size: 14px;
}
.contact-acordian .contact-acordian-details h4 {
  font-weight: 700;
  font-size: 22px;
}
.contact-agre {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  section.pdl .pdl-box .crds {
    min-height: 370px;
  }
}

h1.text-color {
  font-size: 30px;
}

h2.text-color {
  font-size: 26px;
}

h3.text-color {
  font-size: 22px;
}

ul.dot-list li {
  list-style: disc;
}

.faq {
  padding-top: 70px;
}

.faq .info {
  padding: 0px;
}

b,
strong {
  font-weight: bolder;
  color: #000;
}

section.blog-sec table.table {
  border: 1px #ccc solid;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

section.blog-sec table.table th {
  border: 1px #ccc solid;
  padding: 8px;
  background: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}
section.blog-sec table.table td {
  border: 1px #ccc solid;
  padding: 12px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}

button.accordion-button {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: #f76a3a;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 38px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}
.whatsapp_float:hover {
  color: #fff;
}

.terms-section {
  padding: 60px;
}

/*start login css*/

.login .login-box {
  align-items: center;
}
.login form {
  max-width: 700px;
  margin: auto;
}
.login .cont_center {
  justify-content: center;
}
.main-info {
  text-align: center;
}
.login form .title {
  font-size: 36px;
  line-height: 52px;
  text-align: center;
}

.main-info .title {
  position: relative;
}

label {
  display: inline-block;
}
login .form-control {
  color: #545454 !important;
  background: #f3f6fb !important;
  height: 50px;
  border: none !important;
  box-shadow: none !important;
  outline: none;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.login .login-box a {
  color: #0f2239;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: end;
}

.login .login-box button {
  width: 100% !important;
}
button .orng-btn {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  height: 50px;
  border: none !important;
  background-color: #f76a3a;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0px 6px 16px rgba(243, 109, 46, 0.24);
  border-radius: 5px;
  transition: 0.5s;
}
button:hover {
  background-color: #cc4e1e;
}
/*end login css*/

.university_sec .inr-blog-cnt ol li::marker {
  font-size: 16px;
}

.university_sec .inr-blog-cnt li {
  margin-bottom: 5px;
}

.university_sec .inr-blog-cnt li a {
  color: #000;
}
