* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-none {
  text-decoration: none;
}

.display-none {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

.list-none {
  list-style-type: none;
}

.container-90 {
  margin: 0 auto !important;
  width: 90% !important;
}

.container-80 {
  margin: 0 auto !important;
  width: 80% !important;
}

.grid-3 {
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: auto auto;
}

.grid-4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.grid-5 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.hide {
  display: none;
}

.grid-6 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
}

.grid-7 {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.display-flex {
  display: flex;
}

.flex {
  flex: 1;
}

.white {
  color: white;
}

.bg-white {
  background-color: white;
}

.black {
  color: black;
}

.padding-tb {
  padding: 20px 0px;
}

.padding-lr {
  padding: 0px 10px;
}

.fs-20 {
  font-size: 20px !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

.img {
  width: 100%;
  display: block;
}

.margin-tb {
  margin: 20px 0px;
}

.margin-tb-10 {
  margin: 10px 0px;
}

.margin-tb-50 {
  margin: 50px 0px;
}

.margin-tb-5 {
  margin: 5px 0px;
}

.course-list li {
  margin: 20px 0px;
  font-size: 20px;
}

.html-list li {
  margin: 10px 0px;
  font-size: 15px;
  color: #000000bd;
}

.bg-white {
  background-color: #fafafa;
}

.border-bottom {
  border-bottom: 3px solid #1a0d60;
}

.text-blue {
  color: #3a7cce;
}

.justify-center {
  justify-content: center;
}

footer {
  background-color: #022d5d;
  color: white;
}

footer li {
  margin: 20px 0px;
  cursor: pointer;
}

.dropdown > a {
  transition: all 0.3s;
}

.dropdown > a:hover {
  color: #022d5d;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0px 0px 4px 1px #022d5d;
  background-color: white;
}

.fs-30 {
  font-size: 30px;
}

.logo {
  max-width: 100%;
  display: block;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  left: -2px;
  top: -3px;
}

.border-course {
  border: 1px solid #00000021;
  padding: 15px 20px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.whatsapp {
  width: 74px;
  position: fixed;
  bottom: 16px;
  right: 17px;
  z-index: 999;
}

.active,
.accordion:hover {
  /* background-color: #ccc; */
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.catalog {
  background: #ef7215 !important;
  min-height: 500px;
  padding: 90px 0px;
}

.owl-item {
  width: 128.906px;
  margin-right: 10px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  margin: 0 auto;
  width: 60%;
}
.form-group {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* Footer and Blog */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.border {
  border: 3px solid #29345d;
}
.mb-4 {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.dis-inline-block {
  display: inline-block;
}
footer {
  background-color: #022d5d;
}
.container-fluide {
  margin: 0px 60px;
}
.inner-footer {
  padding: 30px 0px;
}
.inner-footer ul {
  list-style-type: none;
  margin: 30px 0px 0px 20px;
}
.inner-footer li {
  margin: 10px 0px;
}
.inner-footer h2,
h3 {
  color: #fff;
  filter: drop-shadow(2px 6px 4px black);
}
/* .footer-aside-grid-2{
  display:grid;
  grid-template-columns:49% 49%;
  column-gap:15px;
} */

.inner-footer a {
  color: #fff;
  text-decoration: none;
}
.inner-footer a:hover {
  color: #195daa;
}
.inner-footer > div > div {
  padding: 5px 15px;
}

/**************footer-sm-links*******************/
.footer-sm {
  padding-bottom: 30px;
}
.f-sm-links > a {
  display: inline-block;
  align-items: center;
}
.f-sm-links > a > i {
  padding: 5px 10px;
  font-size: 25px;
  color: #fff;
  filter: drop-shadow(2px 6px 4px black);
  transition: 0.5s ease;
}
.f-sm-links > a > i:hover {
  transform: scale(1.2);
}
.fb:hover {
  color: blue;
}
.tw:hover {
  color: black;
}
.ld:hover {
  color: blue;
}
.ig:hover {
  color: rgb(205, 14, 77);
}
.wt:hover {
  color: green;
}
.footer-sm > div > hr {
  margin-top: 18px;
}

/**************footer-logo****************/
.footer-logo {
  /* width: 21%;
  margin: 21px auto; */
  width: 100%;
  margin: 0px auto;
}
.footer-logo > figure {
  display: flex;
  align-items: center;
  filter: drop-shadow(2px 6px 4px black);
}
.footer-logo > figure > img {
  flex: 14%;
  width: 100%;
}
.footer-logo > figure > figcaption {
  flex: 84%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1110px) {
  .inner-footer {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 15px;
  }
  .footer-sm {
    display: grid;
    grid-template-columns: 32% auto 30%;
  }
}
@media (min-width: 724px) and (max-width: 1110px) {
  .footer-aside {
    margin-bottom: 30px;
  }
  .footer-logo {
    width: 50%;
  }
  .f-sm-links {
    margin-top: 15px;
  }
}
@media (min-width: 724px) {
  .footer-aside,
  .footer-bside {
    display: grid;
    grid-template-columns: 49% 49%;
  }
  .border-right {
    border-right: 3px solid #29345d;
  }
}
@media (max-width: 724px) {
  .f-sm-links {
    margin-top: 15px;
  }
}

.btn {
  cursor: pointer;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
table {
  border: 1px solid gray;
  border-collapse: collapse;
}
table tr td,
th {
  border: 1px solid gray;
  padding: 10px;
}
.text-01 {
  box-shadow: 0px 0px 3px #2e365f;
  margin: 10px 0px;
  padding: 3px 1px;
  border-radius: 2px;
}
.text-01 > h1 {
  text-align: center;
  font-size: 20px;
}
.text-01 > img {
  display: block;
  width: 100%;
  height: 400px;
}
.text-01 > p {
  padding: 3px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 2px 16px;
}

.card-gradient {
  background: rgb(19, 7, 226);
  background: linear-gradient(
    90deg,
    rgba(19, 7, 226, 0.9501050420168067) 0%,
    rgba(132, 132, 232, 1) 0%,
    rgba(0, 212, 255, 1) 100%
  );
  padding: 10px 9px;
  border-radius: 0px 0px 0px 21px;
}

.card img {
  border-radius: 100px;
}

.flex .card {
  margin: 36px 9px;
  padding: 13px 6px;
  border-radius: 0px 0px 0px 16px;
}

.baba-logo {
  background-color: #022d5d;
  border-radius: 29px;
  margin: 0px 67px;
  height: 41px;
  font-size: 13px;
}

.contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-block: 2rem;
  gap: 2rem;
  margin: 0 auto;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.card1 {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #ece9e6;
  background: linear-gradient(to right, #ffffff, #ece9e6);
}

.card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tag {
  align-self: flex-start;
  padding: 0.25em 0.75em;
  border-radius: 1em;
  font-size: 0.75rem;
}

.tag + .tag {
  margin-left: 0.5em;
}

.tag-blue {
  background: #56ccf2;
  background: linear-gradient(to bottom, #2f80ed, #56ccf2);
  color: #fafafa;
}

.tag-brown {
  background: #d1913c;
  background: linear-gradient(to bottom, #ffd194, #d1913c);
  color: #fafafa;
}

.tag-red {
  background: #cb2d3e;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.card__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.user {
  display: flex;
  gap: 0.5rem;
}

.margin-contact {
  margin: 0 auto;
  width: 39%;
}

.user__image {
  border-radius: 50%;
}

.user__info > small {
  color: #666;
}

/* MediaQuery */

@media (max-width: 576px) {
  .grid-3 {
    display: block;
  }

  .owl-item {
    width: 400px !important;
    margin-right: 10px;
  }

  .margin-contact {
    margin: 0 auto;
    width: 55%;
  }

  .flex-divide {
    display: block;
  }

  .grid-4 {
    display: block;
  }

  .grid-4 div {
    margin: 10px 0px;
    justify-content: center;
  }

  .grid-6 div {
    margin: 10px 0px;
    justify-content: center;
  }

  .navicon {
    display: block !important;
    text-align: right;
    margin: 0px 20px;
  }

  #navbar {
    display: none;
  }

  .dropdown > a {
    margin: 0px 10px;
  }

  .dropdown {
    margin: 20px 0px !important;
  }

  .sticky .container-80 {
    border-bottom: 1px solid #80808038;
  }
}

/* FORM */
.blog-page-bg-img {
  background: url("../footer/img/blog.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
body {
  background-color: #fff;
}
.container {
  width: 85%;
  margin: 0 auto;
  padding: 30px 5px;
}
article > h1 {
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
  font-size: 50px;
}

/*******************blog-card-css*******************/
.blog-card {
  background: rgb(27, 23, 103);
  background: linear-gradient(
    90deg,
    rgba(27, 23, 103, 1) 0%,
    rgba(55, 55, 175, 1) 46%,
    rgba(13, 0, 206, 1) 100%
  );
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 2px #183070;
}
.blog-card > div > img {
  width: 100%;
  border-radius: 10px;
  transition: 0.8s ease;
}
.blog-card:hover .blog-card-img > img {
  transform: scale(1.1);
}
.blog-card-img {
  position: relative;
  overflow: hidden;
}
.blog-card-img > p {
  background-color: #7b9bff;
  padding: 10px 15px;
  position: absolute;
  top: 10px;
  left: 15px;
  border-radius: 20px;
  font-size: 20px;
  font-family: serif;
}
.blog-card-content {
  padding: 20px 10px;
  position: relative;
}
.blog-card-content > label {
  color: #fff;
  font-size: 20px;
  padding: 12px 0px;
  display: inline-block;
}
.blog-card-content > h2 {
  font-family: math;
  font-size: 30px;
  margin-bottom: 25px;
}
.blog-card-content > p > a {
  display: inline-block;
  color: #ffffff73;
  font-weight: 100;
  text-decoration: none;
  padding: 10px 0px 5px;
}
.blog-card-content > p > a:hover {
  color: #fff;
}
#blog-card-logo {
  position: absolute;
  width: 12%;
  top: 0px;
  right: 5px;
}

@media (min-width: 1110px) {
  .blog-parent {
    display: grid;
    grid-template-columns: 32% 31% 32%;
    gap: 30px;
  }
}
@media (min-width: 724px) and (max-width: 1110px) {
  .blog-parent {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 30px;
  }
}
@media (max-width: 724px) {
  .blog-card {
    margin-bottom: 15px;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
body {
  /* background: url("../footer/img/paper-bg.jpg") no-repeat center;
  background-size: cover;
  backdrop-filter: blur(10px); */
}
.container {
  width: 85%;
  margin: 0 auto;
  padding: 30px 5px;
}
.blog-page-parent > h1 {
  font-size: 60px;
}
.pagination > p > span {
  color: #6d6d6d;
}
.blog-heading > h1 {
  font-size: 50px;
  font-family: system-ui;
  padding: 10px 0px;
}

.blog-heading > p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700 !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #6d6d6d;
}

.bloger-detail {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  margin: 10px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  color: #6d6d6d;
}
.bloger-detail > div > p > a {
  font-size: 25px;
  padding-right: 10px;
  display: inline-block;
}
#fb {
  color: Blue;
}
#tw {
  color: black;
}
#ig {
  color: rgb(200, 22, 52);
}
#in {
  color: rgb(51, 51, 160);
}

/****************************new-content-css-strat********************/
.sm-links > a {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 25px;
}
#fb-sm {
  background-color: blue;
}
#ig-sm {
  background-color: rgb(200, 22, 52);
}
#tw-sm {
  background-color: black;
}
#in-sm {
  background-color: rgb(51, 51, 160);
}
.news-content > figure {
  margin: 10px 0px;
}
.news-content > p {
  font-size: 18px;
  line-height: 1.4;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555050;
}
.sm-links > a:hover {
  border-bottom: 2px solid black;
}
