  html {
    scroll-behavior: smooth;
  }

  :root {
    /* background Colors: */
    --color-ffffff: #ffffff;
    --color-313131: #313131;
    --color-a0e3ff: #a0e3ff;
    --color-63018a: #fff0b4;
    --color-f59326: #fc8800;
    --color-f0f0f0: #f66767;
    --color-f5f5f5: #6089ef;
    --color-fdd784: #ffc0c0;
    --color-0030a5: #0030a5;



    /* Font/text values */
    --font-family-baloobhai: 'Baloo Bhai 2', sans-serif;

    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-25: 25px;
    --font-size-24: 24px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-45: 45px;
    --font-size-50: 50px;
    --font-size-60: 60px;
    --font-size-110: 110px;


    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
  }


  /* common css start*/
  * {
    outline: 0;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: var(--font-family-baloobhai);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-20);
    color: var(--color-313131);
    margin: 0;
    padding: 0;
  }

  /*  */
  .clr {
    width: 100%;
    float: left;
  }

  .img {
    width: 100%;
    image-rendering: pixelated
  }

  .blue {
    color: var(--color-0030a5);
  }

  a,
  .btn,
  button {
    color: var(--color-000000);
    outline: none;
    border: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  a:focus,
  .btn:focus,
  button:focus,
  select:focus,
  .custom-select:focus,
  .form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    outline: none;
    box-shadow: none;
  }

  .btn:hover,
  a:hover,
  button:hover {
    color: var(--color-673418);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #f8e2ff;
    transition-timing-function: linear;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: var(--font-weight-400);
    text-transform: normal;
    margin-bottom: 0;
  }

  ul {
    margin: 0px;
    padding: 0px;
  }

  li {
    list-style: none;
  }

  header,
  footer,
  section {
    width: 100%;
    float: left;
  }

  .navbar-light .navbar-brand img {
    width: 200px;
  }

  .mobile {
    display: none;
  }

  .offcanvas-header {
    display: none;
  }

  .screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
  }

  .navbar-expand-lg {
    justify-content: space-between;
  }

  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid var(--color-023661);
    color: var(--color-023661)
  }

  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--color-023661);
    border-radius: 0.1rem;
    color: var(--color-023661);
    background-color: var(--color-cff0f5);

  }


  .navbar-expand-lg .navbar-nav {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
    width: fit-content;
    /* top: 0; */
    /* right: 0; */
    /* align-items: center; */
  }

  .navbar-dark .navbar-nav .nav-link {
    color: var(--color-023661);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-SemiBold);
    text-transform: uppercase;
    padding: 2.5rem 1rem;
    border-bottom: 2px solid var(--color-ffffff);
  }

  a.menu-contact {
    padding-right: 0px !important;
  }

  .pad-left {
    padding-right: 50px;
  }

  .screen-darken.active {
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
    z-index: 9;
  }


  .menu-btn {
    width: 55px;
    height: 55px;
    background: var(--color-f5f5f5);
    z-index: 9;
    border-radius: 100%;
    border: transparent;
    padding: 0.8rem;
  }

  .top-header {
    display: flex;
    justify-content: end;
  }


  .navbar-brand img,
  .navbar-brand .svg {
    width: 85%;
    object-fit: contain;
    transition: 0.5s ease-out;
  }




  .menu-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 9;
    position: relative;
  }

  section {
    overflow: hidden;
  }

  .header-btn {
    margin-right: 4%;

  }

  .sidenav,
  .mobile-toggle {
    display: none;
  }


  /* @import url(../css/root.css); */
  /* main-header */


  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }




  .main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
  }

  .main-nav .navbar-expand-xl .navbar-brand {
    position: absolute;
    top: -20px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .main-nav .navbar-expand-xl .navbar-brand img,
  .main-nav .navbar-expand-xl .navbar-brand .svg {
    width: 160px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-16);
    color: var(--color-313131);
    line-height: var(--line-height-inherit);
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 1.2rem;
  }

  .main-nav .navbar-nav .nav-item .nav-link:focus,
  .main-nav .navbar-nav .nav-item.active .nav-link,
  .main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-313131);
  }

  .main-nav .navbar-nav .nav-item .nav-link:focus,
  .main-nav .navbar-nav .nav-item.active .nav-link,
  .main-nav .navbar-nav .nav-item .nav-link.active {
    color: var(--color-f0f0f0) !important;
    background-color: var(--color-023661) !important;
  }

  .main-nav .navbar-nav .nav-item .nav-link.show,
  .main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
  }

  /* dropdown-menu */
  .main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
  .main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent;
  }

  .main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    width: 200px;
    margin: 0;
    top: 100%;
    padding: 0px;
    background-color: var(--color-ffffff);
    border: none;
    box-shadow: 0px 0px 10px -4px #0000009d;
    z-index: 9;
  }

  .main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: var(--color-ffffff);
    padding: 10px 10px;
    text-transform: uppercase !important;
  }


  .main-header.g_shrink {
    position: fixed;
    background: var(--color-ffffff);
    box-shadow: #63636333 0px 2px 8px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 10;
    top: 0;
  }



  .g_shrink .navbar-brand {
    top: 3px;

  }

  .brand img {
    width: 200px;
    z-index: 99;
    position: relative;
  }



  .main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
  }

  .navbar-brand {
    position: absolute;
    top: 25px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .navbar-brand img,
  .navbar-brand .svg {
    width: 85%;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }




  .logo-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 36%;
    height: 30vh;
    background-color: var(--color-ffffff);
    clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }



  .social-link {
    padding: 0.1rem
  }

  .hexagon-1 {
    width: 220px;
    height: 180px;
    clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: var(--color-ffffff);
    z-index: 4;
    position: relative;
    margin: auto;
  }

  .navbar-nav li:hover .dropdown-menu {
    margin-top: 0px;
    visibility: visible;
    border-top: 4px solid var(--color-57cdc9);
    border-radius: 0;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  p {
    font-size: var(--font-size-20);
    margin-bottom: 15px;
    line-height: 22px;
  }

  /*--------------------------------------------------------------
        #button-style
    --------------------------------------------------------------*/
  .btn-link {
    color: var(--color-f0f0f0);
    text-transform: uppercase;
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-semibold);
    text-decoration: underline;
    padding: 0;
  }

  .btn-mat {
    width: fit-content;
    padding: 0.8rem 2rem;
    font-size: var(--font-size-18);
    cursor: pointer;
    position: relative;
    outline: none;
    color: var(--color-ffffff);
    /* margin: 40px; */
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    transition-delay: 0.35s;
    overflow: hidden;
    border-radius: 3rem;
    background-color: var(--color-f5f5f5);
    z-index: 5;
    border: 0.2rem solid #fff;
  }

  .btn-mat span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
    opacity: 0;
    color: var(--color-ffffff);
    transition: 0.35s ease;
    font-size: var(--font-size-18);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-mat:before {
    content: "";
    display: block;
    background: var(--color-f59326);
    position: absolute;
    width: 200%;
    height: 500%;
    border-radius: 100%;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  }

  .btn-mat:hover {
    color: transparent;
  }

  .btn-mat:hover span {
    opacity: 1;
  }

  .btn--slideRightBottom:before {
    transform: translate(-110%, -110%) translateZ(0);
  }

  .btn--slideRightBottom:hover:before {
    transform: translate(-45%, -34%) translateZ(0);
  }

  .section-space {
    padding: 100px 0;
  }
  #backtotop {
    display: inline-block;
    background-color: var(--color-f59326);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 5px;
    right: 8px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: ease all 0.5s;
  }

  #backtotop i {
    color: var(--color-63018a);
    font-size: var(--font-size-30);
    color: var(--color-ffffff);
    top: 6px;
    position: relative;
  }

  #backtotop:hover {
    cursor: pointer;
    background-color: #333;
    transform: scale(1.1);
  }

  #backtotop:active {
    background-color: #555;
  }

  #backtotop.show {
    opacity: 1;
    visibility: visible;
  }

  .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 2px;
    border-radius: 100%;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 50px;
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: var(--color-63018a);
  }

  .swiper-button-prev:after {
    font-size: var(--font-size-16);
    background-color: var(--color-ffffff);
    border-radius: 50%;
    padding: 15px 20px;
    width: 50px;
    height: 48px;
    left: 35px;
    position: relative;
    color: var(--color-0030a5);
    transition: ease all 0.5s;

  }

  .swiper-button-prev:hover:after {
    background-color: var(--color-f59326);
    color: var(--color-ffffff);

  }

  .swiper-button-next:hover:after {
    background-color: var(--color-f59326);
    transition: ease all 0.5s;
    color: var(--color-ffffff);

  }

  .swiper-button-next:after {
    font-size: var(--font-size-16);
    background-color: aliceblue;
    border-radius: 50%;
    padding: 15px 20px;
    width: 50px;
    height: 48px;
    position: relative;
    right: 35px;
    color: var(--color-0030a5);
    transition: ease all 0.5s;

  }

  .main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
    z-index: 9  ;
  }

  .navbar-brand {
    padding: 15px 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
  }



  .shrink {
    position: fixed;
    background: var(--color-ffffff);
    background-size: contain;
    background-repeat: repeat-x;
    display: inline-block;
    top: 0;
    z-index: 999;
    width: 100%;
    display: block;
    animation: smoothScroll 1.5s forwards;
    background-position: bottom;
    height: 95px;
    box-shadow: 0px 30px 20px -21px rgb(0 0 0 / 15%);

  }

  .shrink .navbar-expand-lg {
    padding: 25px 0;
  }

  .shrink .contact-box {
    display: none !important;
  }


  .shrink .navbar-brand {
    padding: 10px 0;

  }

  .shrink .navbar-brand img {
    width: 150px;
  }

  .shrink .hexagon-1 {
    width: 150px;
    height: 120px;
    margin: auto;
  }

  header {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 92px;

  }


  .headerbox {
    background-color: transparent;
    border-radius: 20px;
    top: 0;
    position: absolute;
    z-index: 9;
    padding-top: 0;
    padding-bottom: 0px;
    width: 100%;
  }

  h3 {
    font-size: var(--font-size-45);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    color: var(--color-0030a5);

  }

  h4 {
    font-size: var(--font-size-40);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: -2px;
  }

  h5 {
    font-size: var(--font-size-30);
    font-family: var(--font-family-baloobhai);
    text-transform: capitalize;
    font-weight: var(--font-weight-bold);
    line-height: 35px;
  }

  h6 {
    font-size: var(--font-size-25);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-poppins);
    line-height: 30px;
  }

  .small-heading {
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-poppins);
    line-height: 30px;
  }

  .navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: var(--font-weight-semibold);
    transition: all ease-in-out .2s;
    border-bottom: 2px solid var(--color-cd93e0);
    font-size: var(--font-size-18);
    padding: 0 1rem;
  }

  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-f0f0f0);
  }

  .navbar-light .navbar-nav .line-bottom::after {
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 var(--color-f0f0f0);
    content: "";
    display: block;
    height: 2px;
    width: 0;
  }

  .navbar-light .navbar-nav .nav-link.line-bottom:hover:after {
    width: 100%;

  }

  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show>.nav-link {
    color: var(--color-f0f0f0);
  }

  .navbar-nav {
    display: flex;
    width: 100%;
    align-items: center;
    height: 30px;
  }

  .contact-box {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-bold);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 886px;
    display: flex;
    justify-content: flex-end;
    float: right;
  }

  .contact-box .social-link i {
    color: var(--color-cd93e0);
    padding: 10px;
    font-size: var(--font-size-24);
  }

  .contact-box .email {
    background-color: var(--color-f59326);
    padding: 10px 40px;

  }

  .contact-box .email a {
    color: var(--color-63018a) !important;

  }

  .contact-box a:hover {
    /* filter: invert(1); */
    filter: brightness(0.5);
  }

  .contact-box .phone a {
    color: var(--color-ffffff) !important;

  }

  .contact-box .phone a:hover {
    color: var(--color-000000) !important;

  }

  .contact-box .phone {
    background-color: var(--color-57cdc9);
    padding: 10px 40px;
    overflow: hidden;
    position: relative;

  }

  .contact-box:after {
    background-color: var(--color-57cdc9);
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .contact-box ul {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: var(--color-f0f0f0);
    border-radius: 15px;
    overflow: hidden;
    justify-content: center;
  }

  .contact-box li {
    width: auto;
    padding: 0px 15px;
  }

  .dropdown-toggle::after {

    top: 2px;
    position: relative;
  }

  .dropdown-menu {

    padding: 0;

  }

  .hero-style .swiper-slide img {
    width: 100%;
    object-fit: cover;
  }

  @media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }

    .dropdown .dropdown-menu {
      display: none;

    }

    .dropdown:hover .dropdown-toggle::after {
      border-top: 0;
      border-bottom: 0.3em solid;

    }
  }

  @media screen and (max-width: 991px) {}

  .dropdown-item {
    font-weight: var(--font-weight-bold);
    padding: 10px 15px;
  }

  .hero-slider h2.main-title {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 40%;
    font-family: var(--font-family-baloobhai);
    font-size: var(--font-size-65);
    font-weight: var(--font-weight-extrabold);
  }

  .color-blue {
    color: var(--color-f5f5f5);
  }

  .color-orange {
    color: var(--color-f59326);
  }

  .hero-style {
    position: relative;
    overflow: hidden;
    /* background-color: var(--color-a0e3ff); */
  }

  .hero-style .svg {
    position: relative;
  }

  .beige-bg {
    height: 100%;
  }

  .blue-bg {
    /* height: 100%; */
    /* position: absolute; */
    /* height: auto; */
    width: 100%;
    /* top: -224px; */
    margin-top: -17rem;
  }

  .brain-box {
    margin-left: 10rem;
    display: flex;
    align-items: center;
    font-size: var(--font-size-36);
    font-weight: 700;
    line-height: 2.5rem;
    position: relative;
    top: -110px;
  }

  .brain-box h3 span {
    color: var(--color-f0f0f0);
  }

  .founder-img {
    position: absolute;
    bottom: 0;
  }


  /* about-section  */






  /* aboutsection */
  .why-feature {
    position: relative;
    top: -27%;
  }

  .about-img {
    position: relative;
  }

  .about-img::after {
    width: 150px;
    height: 150px;
    background-color: var(--color-97927F);
    position: absolute;
    content: '';
    z-index: -1;
    bottom: -20px;
    right: -20px;
  }

  .about-right-img {
    width: 100%;
    margin-top: -175px;
    position: relative;
    display: flex;
    justify-content: end;
    z-index: -1;
    position: absolute;
    top: 114px;
  }

  .about-right-img img {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    /* align-items: flex-end; */
  }

  .about-right-img {
    position: relative;
  }

  .about-right-img::after {
    width: 150px;
    height: 150px;
    background-color: var(--color-673418);
    position: absolute;
    content: '';
    z-index: -1;
    top: -20px;
    right: -20px;
  }

  .about-section .content {
    padding-left: 100px;
  }

  /* work section */
  .work-box {
    margin-bottom: 80px;

  }

  .work-img {
    overflow: hidden;
    position: relative;
    transition: ease all 0.5s;

  }

  .work-img:hover {
    transform: scale(1.05);
    overflow: hidden;
  }

  .work-img img {
    object-fit: cover;
    width: 85%;
    overflow: hidden;
    margin-right: 15%;
  }

  .arrow-icon {
    position: relative;
  }

  .arrow-icon i {
    font-size: var(--font-size-64);
    font-weight: 200;
    position: absolute;
    right: 87px;
    transform: rotate(45deg);
    top: -12px;
    color: var(--color-97927F);
  }

  /* footer */

  .footer-bottom a {
    color: var(--color-f0f0f0);
  }

  footer .logo {
    width: 200px;
  }

  .footer-bg-left {
    position: absolute;
    left: -3%;
    bottom: -12%;
    width: 250px;
  }

  footer .container {
    position: relative;
    z-index: 9;
  }

  .footer-bg-right {
    position: absolute;
    right: -3%;
    bottom: -12%;
    width: 250px;
  }

  footer {
    background-color: var(--color-ffffff);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .footer-link {
    display: flex;
    color: var(--color-0030a5);
    justify-content: space-around;
    margin-top: 3rem;
  }

  .footer-link a {
    position: relative;
    color: var(--color-000000);
  }

  .social-footer-box {
    display: flex;
    justify-content: center;
  }

  .call-img {
    position: absolute !important;
    top: -21px;
    left: -45px;
  }



  footer strong {
    font-size: var(--font-size-22);
    color: var(--color-63018a);

  }

  footer a {
    color: var(--color-ffffff);
    width: auto;

  }

  footer i:hover {
    color: var(--color-f59326);
  }

  footer a:hover {
    color: var(--color-f59326);
  }

  footer p {
    color: var(--color-ffffff);
  }

  footer p a:hover {
    color: var(--color-f59326);
  }

  footer h3 {
    font-size: var(--font-size-20);
  }

  .footer-left {
    position: relative;
    z-index: 9;
  }


  .footer-left h3 {
    font-family: var(--font-family-baloobhai);
    margin: 20px 0;
    font-weight: var(--font-weight-extrabold);
    font-size: var(--font-size-40);
  }

  .social-link h6 {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-bold);

  }

  .socialfooter {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .socialfooter img {
    width: 2rem;
  }

  .social-footer-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 30px 0;
    justify-content: center;
    flex-direction: row;
  }

  .social-footer-box::before {
    width: 89%;
    background-color: var(--color-57cdc9);
    height: 1px;
    position: absolute;
    content: '';
    right: 11%;
  }


  .footer-blue {
    background-color: var(--color-0030a5);
    border-radius: 100px;
    padding: 3rem;
    color: var(--color-ffffff);
    position: relative;
  }

  .curriculum-section {
    background-color: var(--color-63018a);
    position: relative;
    overflow: hidden;
    padding-bottom: 250px;
  }

  .curriculum-section::after {
    background-image: url(../images/curriculum-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  /* counter section */

  .counter-section {
    background-color: var(--color-cd93e0);
    color: var(--color-ffffff);
  }

  .counter-box{
    text-align: center;
  }

  .counter-box .title {
    /* font-size: var(--font-size-50); */
    font-weight: var(--font-weight-semibold);
    margin-bottom: 0;
    line-height: 40px;
    color: var(--color-f0f0f0);
    font-family: var(--font-family-baloobhai);
    position: relative;
    margin-top: 12px;
    display: flex;
  }

  .counter-box .counter-digit h3::after {
    content: '+';
    color: #000000;
    font-size: 30px;
    top: -12px;
    position: relative;
  }

  .counter-digit {
    /* margin-left: 35px; */
    color: var(--color-000000);
    display: flex
;
    text-align: center;
    margin: auto;
    justify-content: center;
}

  .counter-digit h3 {
    color: var(--color-0030a5);

  }

  .counter-digit span {
    color: var(--color-0030a5);

  }

  .counter-box h5 {
    color: var(--color-313131);
    font-weight: var(--font-weight-semibold);
  }

  /* benefit section */
  .benefits-section {
    background-image: url(../images/counter-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 300px;
    overflow: hidden;

  }

  .benefits-left {
    position: relative;
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .benefit-right .peach-bubble {
    position: absolute;
    top: 35%;
  }

  .benefit-right .benefit-boy {
    position: absolute;
    right: 0;
    top: -25%;
  }

  .benefit-right .orange-bubble {
    position: absolute;
    top: -47px;
    margin-left: 34px;
  }

  .benefit-box {
    text-align: center;
  }

  .benefit-box .benefit-img img {
    height: 250px;
    margin: auto;
  }

  .benefit-box .sub-title {
    line-height: 30px;
    font-size: var(--font-size-36);
    font-family: var(--font-family-baloobhai);
  }

  .benefit-contain {
    width: 90%;
    margin: auto;
  }

  .benefit-contain .col-md-2 {
    width: 20%;
  }

  .benefit-box .title-cyan {
    color: #11d2d8;
  }

  .benefit-box .title-blue {
    color: #379ecd;
  }

  .benefit-box .title-pink {
    color: #e4509e;
  }

  .benefit-box .title-orange {
    color: #f7682b;
  }

  .benefit-box .title-yellow {
    color: #e4af2f;
  }


  /* testimonial section */

  .testimonial-section {
    background-color: var(--color-fdd784);
    position: relative;
    z-index: 1;
    padding-bottom: 300px !important;
  }

  .testimonial-left-vector {
    position: absolute;
    left: -5%;
    top: 19%;
  }

  .testimonial-right-vector {
    position: absolute;
    right: 0;
    bottom: 3%;
  }

  .testimonial-section .nav {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
  }

  .testimonial-section .container {
    position: relative;
    z-index: 9;
  }

  .testimonial-slider .swiper-slide {
    padding: 50px 0;
    height: auto !important;
  }

  .testimonial-box {
    border-radius: 25px;
    padding: 20px 30px;
    background-color: var(--color-ffffff);
    box-shadow: 0px 23px 28px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
  }

  .designation {
    margin-left: 2rem;
    /* align-items: center; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .testimonial-section .nav-pills .nav-link {
    color: var(--color-f5f5f5);
    border: 0.2rem solid var(--color-a0e3ff);
    padding: 0.5rem 4rem;
    text-transform: uppercase;
    background-color: var(--color-ffffff);
    margin: 0rem 3rem;
    border-radius: 100px;
    font-weight: 700;
    font-size: var(--font-size-24);
  }

  .testimonial-section .nav-pills .nav-link:hover {
    background-color: var(--color-f59326);
    color: var(--color-ffffff);

  }

  .testimonial-section .nav-pills .nav-link.active,
  .testimonial-section .nav-pills .show>.nav-link {
    color: var(--color-ffffff);
    border: 0.2rem solid var(--color-a0e3ff);
    background-color: var(--color-f0f0f0);

  }

  .testimonial-box p .sub-heading {
    color: var(--color-57cdc9);
  }

  .testimonial-info {
    display: flex;
  }

  /* width */
  .testimonial-box p::-webkit-scrollbar {
    width: 2px;
    border-radius: 5px;
  }

  /* Track */
  .testimonial-box p::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Handle */
  .testimonial-box p::-webkit-scrollbar-thumb {
    background: var(--color-57cdc9);
  }

  /* Handle on hover */
  .testimonial-box p::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }

  .testimonial-details {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }

  .testimonial-img img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
  }

  .testimonial-box .title {
    font-size: var(--font-size-24);
    color: var(--color-f5f5f5);
    text-transform: capitalize;
    line-height: 22px;
    margin-top: 6px;
  }

  .testimonial-box p {
    color: var(--color-2c2c2c);
    overflow: scroll;


  }

  .testimonial-box p span {
    color: var(--color-f59326);


  }

  .testimonial-box .orange {
    color: var(--color-f59326);
    display: block;
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-semibold);

  }



  .testimonial-slider .swiper-button-next:after {
    right: -52px;
  }

  .testimonial-slider .swiper-button-prev:after {
    left: -52px;
  }

  .testimonial-box::after {
    position: absolute;
    content: '"';
    font-weight: var(--font-weight-extrabold);
    color: var(--color-f59326);
    right: 50px;
    font-family: var(--font-family-baloobhai);
    font-size: 120px;
    bottom: -65px;
  }
  .experience-section {
    overflow: visible;
  }
  .experience-section .container {
    position: relative;
    margin-top: -80px;
    z-index: 9;
  }

  .experience-box {
    background-color: var(--color-f59326);
    border-radius: 50rem;
    padding: 4rem 8rem;
    text-align: center;
  }

  .experience-box h4 {
    text-transform: capitalize;
    color: var(--color-ffffff);
    text-align: left;
  }

  .exp-img {
    position: absolute;
    right: 50px;
    bottom: 0;
  }

  .stopanima {
    animation-play-state: paused !important;
  }



  /* why section */
  .about-founder-section {
    background-color: var(--color-f0f0f0);
  }

  .about-founder-section .social-link i {
    font-size: var(--font-size-24);
    margin-right: 20px;
  }

  .profile-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }

  .profile-img img {
    width: 500px;

  }

  .profile-img::after {
    position: absolute;
    content: '';
    background-image: url(../images/blob.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    height: 730px;
    background-repeat: no-repeat;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 700px;
  }

  .about-section {
    background-image: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  }

  .about-section .container {
    padding-top: 200px;
  }

  .about-section .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 12rem;
  }
  .why-box {
    position: relative;
    width: 100%;
    margin: auto;
}
.why-box img {
  transition: ease all 0.5s;
  width: 130px;
}
  .why-box img:hover {

    transform: scale(1.1);
  }
  .why-box svg {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 126%;
    left: -13%;
    top: -36%;
    z-index: 0;
    display: flex
  ;
    align-items: center;
    justify-content: center;
  }


  .why-content {
    z-index: 9;
    position: relative;
    text-align: center;
  }
  .why-content p {
    padding: 0 2rem;
  }

  .why-content strong {
    padding: 0 2rem;
  }

  .cube {
    position: absolute;
    right: -35%;
    bottom: -90px;
    width: 47%;
  }

  .founder-box {
    background-color: var(--color-a0e3ff);
    border-radius: 1rem;
    padding: 3rem;
    position: relative;
  }

  .box-common {
    display: block;
    width: 100%;
    border-radius: 30rem;
  }


  .box-common .content {
    display: flex;
    /* position: absolute; */
    height: 100%;
    align-items: center;
    /* box-shadow: 0px 30px 20px -21px rgba(0, 0, 0, 0.45); */
    border-radius: 115px;
    padding: 1.5rem 2rem;
    width: 100%;
    padding-right: 65px;
    flex-direction: row;
  }

  .box-common .content h6 {
    line-height: 25px;
  }

  .box-orange {
    width: 100%;
    position: relative;
    left: 0;
    z-index: 5;
    background-color: var(--color-f59326);
  }



  .box-peach {
    width: 100%;
    position: relative;
    background-color: var(--color-f0f0f0);


  }



  .box-purple {
    width: 100%;
    position: relative;
    background-color: var(--color-f5f5f5);


  }


  .why-section {
    background-color: var(--color-fdd784);
    padding-top: 280px !important;
    margin-top: -230px;
  }

  .courses-section {
    background-image: url(../images/courses-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    overflow: hidden;
  }

  .course-box {
    padding: 2rem;
    border-radius: 2rem;
    text-align: left;
    position: relative;
    height: 100%;
  }

  .course-box li {
    display: flex;
    /* flex-direction: column; */
    margin-top: 5px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  .course-box h5 {
    width: 80%;
  }

  .course-box .number {
    position: absolute;
    right: 31px;
  }

  .course-box .btn-mat {
    width: 100%;
  }

  .course-box .grey {
    color: #949494;
    font-weight: var(--font-weight-medium);
  }

  .course-box.blue {
    background-color: var(--color-a0e3ff);
    border: 1px dashed var(--color-f5f5f5)
  }

  .course-box.peach {
    background-color: #ffe6e6;
    border: 1px dashed var(--color-f0f0f0);
    color: var(--color-f0f0f0);
  }

  .course-box.yellow {
    background-color: #fff8db;
    border: 1px dashed var(--color-f59326);
    color: var(--color-f59326);
  }

  .course-box h6 {
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.1rem;
  }

  .course-box small {
    font-size: var(--font-size-18);
  }

  .course-box li img {
    margin-right: 0.5rem;
    width: 22px;
    height: 18px;
    margin-top: 5px;
  }

  .slash {
    text-decoration: line-through;
  }

  /* team page */

  .team-page {
    position: relative;
  }

  .team-section .wave {
    height: 150px;
    position: absolute;
    top: -140px;
    z-index: 0;
    width: 100%;
  }

  .team-page .team-box {
    margin-bottom: 50px;
  }

  /* text .reveal */



  section .revealtext {
    position: relative;
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  section .revealtext.active {
    transform: scaleX(1);
    transition-delay: 0s;

  }



  section .revealtext:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transform-origin: right;
    transition: 0.5s;
    transition-delay: 0s;

  }

  section .revealtext:nth-child(2):before {
    background: #fff;
  }

  section .revealtext.active:before {
    transform: scaleX(0);
    transition-delay: 0.5s;

  }

  .iso-certification {
    position: relative;
  }

  .medal-img {
    position: absolute;
    top: -4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
    left: -3px;
  }

  .form-control {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-000000);
    background-color: var(--color-63018a);
    border: 1px solid #727272;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  .form-section .form-box {
    background-color: var(--color-63018a);
    border-radius: 25px;
    padding: 3rem;
    margin: 8rem 0;
  }

  .form-box-left {

    height: 100%;
    position: relative;
  }

  .form-box-left img {
    position: absolute;
    /* top: 0; */
    /* height: 100%; */
    left: 0;
    overflow: hidden;
    z-index: -2;
    object-fit: contain;
    bottom: 25px;
    width: 150%;
  }


  .form-section .form-box .form-group {
    margin-bottom: 10px;
  }



  .iso-certification {
    padding: 5rem;
    border: 1px dashed var(--color-f5f5f5);
    background-color: var(--color-a0e3ff);
    border-radius: 2rem;
    text-align: center;
  }

  .contact-section {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: relative;
    margin-top: -100px;
    padding-top: 300px !important;
  }

  .contact-section .container {
    position: relative;
  }

  .contact-form {
    padding: 5rem;
    border: 1px dashed var(--color-f59326);
    background-color: var(--color-63018a);
    border-radius: 2rem;
    height: 100%;
  }

  .contact-form .btn-mat {
    width: 100%;
  }

  .modal-content {

    border-radius: 2rem;
  }

  .popup-box .modal-content {
    background-color: transparent;
    border: transparent;
  }

  .popup-box .btn-close {
    right: 31px;
    top: 30px;
    position: absolute;
  }

  .whatsapp-btn a {
    position: fixed;
    right: 5px;
    bottom: 60px;
    /* width: 50px; */
    /* height: 51px; */
    z-index: 9;
  }

  .whatsapp-btn a img {
    width: 54px;
    height: 54px;
    transition: ease all 0.5s;
    border-radius: 90px;
  }

  .whatsapp-btn a img:hover {
    transform: scale(1.1);
  }

  .instagram-btn a {
    position: fixed;
    right: 5px;
    bottom: 120px;
    /* width: 50px; */
    /* height: 51px; */
    z-index: 9;

  }

  .instagram-btn a img {
    border-radius: 90px;

    width: 54px;
    height: 54px;
    transition: ease all 0.5s;
  }

  .instagram-btn a img:hover {
    transform: scale(1.1);
  }

  .pillar-box .modal-body {
    padding: 3rem;
    border: 1px dashed var(--color-f59326);
    background-color: #fffae8;
    border-radius: 2rem;
    height: 100%;
  }

  .pillar-box .modal-body .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2rem;
  }

  .pillar-box li {
    display: flex;
  }

  .pillar-box li img {
    width: 30px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .pillar-box h5 {
    margin-bottom: 30px;
  }

  .pillar-box h3 {
    margin-bottom: 30px;
  }

  .ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    transition: ease all 0.5s;

  }

  .ch-info {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: ease all 0.5s;
  }

  .ch-info-back {
    display: none;
    transition: ease all 0.5s;

  }

  .ch-info-back a:hover {
    color: var(--color-63018a);
    text-decoration: underline;
  }

  .ch-info:hover .ch-info-back {
    display: flex;
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110%;
    text-align: center;
    left: -10px;
    background-color: var(--color-f0f0f0);
    border-radius: 50%;
    padding: 1rem;
    /* margin: 2rem; */
    width: 110%;
    color: var(--color-ffffff);
  }

  .spheres-section {
    height: 100%;
    overflow: hidden;
  }

  iframe {
    border: 0;
    border-radius: 1rem;
    object-fit: cover;
  }