:root {
    --theme-color: #0D5EF4;
    --theme-color2: #F20F10;
    --title-color: #0F2239;
    --body-color: #4D5765;
    --smoke-color: #F3F7FB;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #72849B;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #ecf1f9;
    --title-font: 'Jost', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1380px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
  }

/* About 1 ---------------------------------- */

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  /* padding-bottom: var(--section-space); */
}



.img-box1 {
  position: relative;
  margin-right: 50px;
  padding-bottom: 87px;
}


.img-box1 .about-shape1 {
  z-index: 1;
}

.img-box1 .about-shape1:after, .img-box1 .about-shape1:before {
  content: '';
  position: absolute;
  left: 98px;
  bottom: 57px;
  border: 10px solid var(--theme-color2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.img-box1 .about-shape1:after {
  width: 122px;
  height: 122px;
  border: 5px solid var(--theme-color);
  left: 6px;
  bottom: 26px;
  z-index: -1;
}

.img-box1 .img1 img {
  border-radius: 10px;
}

.img-box1 .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
  /* Extra small devices */
}

.img-box1 .img2 img {
  border-radius: 10px;
}

.img-box1 .img2:after {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  background: var(--white-color);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: -1;
}

@media (max-width: 375px) {
  .img-box1 .img2 {
    /* position: relative; */
    margin-top: 20px;
    position: absolute;
    left: 0;
  }
  .img-box1 .img2 img {
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .img-box1 {
    margin-right: 0;
    padding-right: 177px;
  }
}

@media (max-width: 1299px) {
  .img-box1 {
    padding-bottom: 272px;
  }
}

@media (max-width: 1199px) {
  .img-box1 {
    display: inline-block;
    padding-bottom: 84px;
  }
}

@media (max-width: 767px) {
  .img-box1 {
    padding-bottom: 174px;
  }
}

@media (max-width: 575px) {
  .img-box1 {
    padding-bottom: 278px;
  }
}

@media (max-width: 375px) {
  .img-box1 {
    padding-right: 0;
    padding-bottom: 0;
  }
}

/*  */


/*  */

.about-grid {
  position: absolute;
  top: 0px;
  right: 0;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(19, 61, 117, 0.12);
  z-index: 2;
  overflow: hidden;
  padding: 40px 0px 42px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

.about-grid:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(13, 94, 244, 0) 0%, rgba(13, 94, 244, 0.6) 100%);
  background: linear-gradient(180deg, rgba(13, 94, 244, 0) 0%, rgba(13, 94, 244, 0.6) 100%);
  z-index: -1;
}

.about-grid_year {
  font-size: 44px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 6px;
}

.about-grid_text {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 121px;
  margin: 0 17px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-grid_text {
    margin: auto;
  }
}

.about-grid_img img {
  border-radius: 10px;
}

@media (max-width: 1299px) {
  .about-grid {
    top: 122px;
  }
}

@media (max-width: 1199px) {
  .about-grid {
    top: 0;
  }
}

@media (max-width: 375px) {
  .about-grid {
    position: relative;
    margin-top: 20px;
  }
}

.about-shape1 {
  /* Extra large devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .about-shape1 {
    left: 0px !important;
  }
}

@media (max-width: 375px) {
  .about-shape1 {
    display: none;
  }
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
  color:#1865f4 ;
  font-family:'Jost', sans-serif ;
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 22px;
  display: block;
}

  .title-area {
    /* margin-bottom: calc(var(--section-title-space) - 12px); */
    position: relative;
    z-index: 2;
  }
  @media (max-width: 1199px) {
    .sub-title {
      margin-bottom: 18px;
    }
}
@media (max-width: 991px) {
    .sub-title {
      margin-bottom: 12px;
    }
}
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 28px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 65px;
  }
}

.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  /* margin-top: -0.23em; */
}


.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}

@media (max-width: 767px) {
  .video-btn {
    font-size: 24px;
    padding: 22px 37px;
  }
}


.checklist li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 20.5px 29px;
  box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
  border-radius: 5px;
}

.th-btn:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: var(--title-color);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
          transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.th-btn:hover, .th-btn.active {
  color: var(--white-color);
}

.th-btn:hover::before, .th-btn.active::before {
  height: 560%;
}
.space,
.space-top {
  padding-top: var(--section-space);
}

.about-grid {
  position: absolute;
  top: 159px;
  right: 0;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 30px 0px rgba(19, 61, 117, 0.12);
  z-index: 2;
  overflow: hidden;
  padding: 40px 0px 42px;
}
.background-image, [data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.text-theme {
  color: var(--theme-color) !important;
}

.about-grid_year {
  font-size: 44px;
  font-weight: 700;
}
.h3, h3 {
  font-size: 36px;
  line-height: 1.278;
}
h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
}
/* .sec-title {
  margin-top: -0.23em;
} */
.mt-n2 {
  margin-top: -.6rem;
}
.mb-25 {
  margin-bottom: 25px;
}
.img-box1 .about-shape1::before {
  content: '';
  position: absolute;
  left: 98px;
  bottom: 57px;
  border: 10px solid var(--theme-color2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.img-box1 .about-shape1::after {
  width: 122px;
  height: 122px;
  border: 5px solid var(--theme-color);
  left: 6px;
  bottom: 26px;
  z-index: -1;
}
.img-box1 .about-shape1::after, .img-box1 .about-shape1::before {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
ul {
  margin-top: 0;
}

.th-btn:hover  {
  color: var(--white-color);
}

a:hover {
  text-decoration: none;
  outline: 0;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  font-family: var(--title-font);
  box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 20.5px 29px;
}
h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: var(--title-font);
    color: #0F2239;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
      margin-top: 0px;
      margin-bottom: 15px;
  }
  h2 {
    line-height: 1.208;
  }
  h2 {
    font-size: 2.4rem;
  }

/*  */

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
            animation: jumpAni 7s linear infinite;
  }

  @-webkit-keyframes jumpAni {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  @keyframes jumpAni {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  .jump-reverse {
    -webkit-animation: jumpReverseAni 7s linear infinite;
            animation: jumpReverseAni 7s linear infinite;
  }

  @-webkit-keyframes jumpReverseAni {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  @keyframes jumpReverseAni {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
/*  */
  .shape-mockup {
    position: absolute;
    /* z-index: -1; */
  }
  /* .mt-40 {
    margin-top: 40px;
  } */
  img:not([draggable]) {
    max-width: 100%;
    /* height: auto; */
  }
  img {
    border: none;
  }
  img {
    vertical-align: middle;
  }
  a {
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
  }

  p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
      margin-top: 0px;
      margin-bottom: 18px;
    color: var(--body-color);
    line-height: 1.75;
  }
  .checklist li:first-child {
    margin-top: -0.5em;
  }
  .checklist li {
    color: var(--title-color);
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
  }
   .mt-40 {
    margin-top: 40px;
  }


  /*  */

    @media only screen and (min-width: 1300px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1300px;
    }
  }


  /*  */

  @media (max-width: 375px) {
    .img-box1 {
      padding-right: 0;
      padding-bottom: 0;
    }
  }
  @media (max-width: 1199px) {
    .img-box1 {
      display: inline-block;
    }
  }
  @media (max-width: 1399px) {
    .img-box1 {
      margin-right: 0;
    }
  }
  @media (max-width: 375px) {
    .about-grid {
      position: relative;
      margin-top: 20px;
    }
  }
  @media (max-width: 1199px) {
    .about-grid {
      top: 0;
      height: 157px;
    }
  }

  @media (max-width: 991px) {
    .sub-title {
      margin-bottom: 12px;
    }
  }

  @media (max-width: 991px) {
    .title-area, .sec-title {
      --section-title-space: 45px;
    }
  }

  @media (max-width: 767px) {
    .h2, h2 {
      font-size: 28px;
    }
  }

  .mb-40 {
    margin-bottom: 40px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }

.aboutuspara{
    text-align: justify;
}
.shape-mockup.about-shape1.jump {
    height: 100px;
    width: 270px;
    position: relative;
    top: -151px;
}
.exp_30.img30 {
    width: 310px;
    margin: -56px 10px 10px 88px;
  }
  .col-xl-7.edu_abo {
    margin-top: -65px;
  }
  .exp_30.img30 {
    width: 255px;
    margin: -56px 10px -33px 69px;
}
