/* GLOBAL CSS STARTS */

/* Apply border-box so padding is counted inside width */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Prevent any accidental horizontal overflow */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.sp1 {
  padding: 130px 0 100px;
}

.sp2 {
  padding: 130px 0;
}

.sp3 {
  padding: 100px 0 100px;
}

.sp4 {
  padding: 100px 0 70px;
}

.sp5 {
  padding: 70px 0 70px;
}

.sp6 {
  padding: 60px 0 60px;
}

.sp7 {
  padding: 50px 0 50px;
}

.sp8 {
  padding: 80px 0 80px;
}

.space10 {
  height: 10px;
}

.space14 {
  height: 14px;
}

.space12 {
  height: 12px;
}

.space16 {
  height: 16px;
}

.space20 {
  height: 20px;
}

.space24 {
  height: 24px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}

/* GLOBAL CSS ENDS */

/* HEADER CSS STARTS */
button {
  all: unset;
  cursor: pointer;
}

.header-custom-box {
  height: 100px;
  padding: 0 6rem;
  background: linear-gradient(to right, #f5f5f5 0%, #cfcfcf 5%, #e8e8e8 10%, #1D1E50B3 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.header-custom-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}


.header-custom-logo {
  display: flex;
  align-items: center;
}

.header-custom-logo img {
  height: 50px;
  width: auto;
}

.header-custom-right {
  position: relative;
}

.header-custom-button-arrange {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
}

.header-custom-button-arrange li {
  margin: 0;
  padding: 0;
}

.mobile-menu-toggle {
  display: none;
}

.header-custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 9999px;
  border: 2px solid transparent;
  color: #F7F9FC;
  text-decoration: none;
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 1;
}


@media (min-width: 767px) {
  .header-custom-button.active {
    background-color: #1F2A44;
    text-decoration: underline;
  }

  .header-custom-button:hover {
    color: #FFFFFF;
    background-color: #1F2A4499;
    transform: scale(1.03);
    z-index: 2;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  }
}

.header-custom-button:active {
  transform: scale(0.98);
  background-color: #1F2A44;
}

@media (max-width: 767px) {
  .header-custom-box {
    padding: 0 1rem;
    overflow: visible;
  }

  .header-custom-logo img {
    height: 50px;
    width: auto;
  }

  .header-custom-button-arrange {
    top: 0px;
    right: 0;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    padding: 0;
    max-height: 0;
    transition: all .5s ease-in-out;
    width: auto;
    background: #F7F9FC;
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
    z-index: 500;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    gap: 0;
  }

  .header-custom-button-arrange ul li {
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    padding: 1rem;
  }

  ul.header-custom-button-arrange li {
    border: 2px solid #000;
    overflow: hidden;
  }

  ul.header-custom-button-arrange li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  ul.header-custom-button-arrange li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  ul.header-custom-button-arrange li:not(:last-child) {
    border-bottom: 1px solid #000;
  }

  .header-custom-button-arrange.active {
    max-height: 500px;
  }

  .header-custom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    position: relative;
    z-index: 1;
    pointer-events: auto;
  }

  .header-custom-button:hover,
  .header-custom-button:active {
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
    text-decoration: none !important;
  }

  .mobile-menu-toggle {
    text-decoration: none;
    display: block;
    background: none;
    z-index: 300;
    position: relative;
    color: white;
    font-size: 2rem;
  }

  .mobile-menu-toggle:active {
    text-decoration: none;
    display: block;
    background: none;
    z-index: 300;
    position: relative;
    color: white;
    font-size: 2rem;
  }
}

/* HEADER CSS ENDS */

/* ABOUT CSS STARTS */

.about-custom-welcome-box {
  padding: 126px 0 3rem;
  position: relative;
  overflow: hidden;
}

.about-custom-welcome-heading h1 {
  font-size: 55px;
  line-height: 70px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
  color: #F9F7FC;
  text-transform: capitalize;
}

.about-custom-welcome-heading p {
  font-weight: 500;
  color: #E5E4E6;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  line-height: 26px;
}

.about-custom-btn {
  font-weight: 700;
  font-size: 16px;
  color: #E5E4E6;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 16px;
  padding: 16px;
  border-radius: 5px;
  background: #7CDCFF99;
  transition: all 0.3s ease-in-out;
  margin-right: 1rem;
}

.about-custom-btn::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 44%;
  bottom: 0;
  right: 44%;
  top: 35%;
  background: #1F2A44;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.05);
}

.about-custom-btn:hover {
  color: #7CDCFF99;
  transition: all 0.2s ease-in-out;
  transform: scale(1.05);
}

.about-custom-btn:hover::after {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  left: 0;
  visibility: visible;
  opacity: 1;
  top: 0;
}

.about-custom-btn:active {
  transform: scale(0.95);
  transition: all 0.2s ease-in-out;
}

.about-custom-welcome-box .about-custom-welcome-image {
  position: relative;
}

.about-custom-welcome-box .about-custom-welcome-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.about-custom-abtmindtrex-box {
  padding: 3rem 9rem 20px;
  box-sizing: border-box;
}

.about-custom-abtmindtrex-title {
  text-align: center;
  font-weight: 900;
  font-size: 52px;
}

.about-custom-abtmindtrex-content {
  display: flex;
  justify-content: center;
  text-align: justify;
  text-align-last: center;
  font-weight: 500;
  color: #E5E4E6;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  line-height: 26px;
  padding: 1rem 10%;
}

.about-custom-milestone-box {
  padding: 130px 3rem 25px;
}

.about-custom-milestone-title2 {
  display: inline-block;
  color: #3D78D4;
  font-weight: 900;
  padding: 1rem 1rem;
  margin: 2rem 0;
  font-size: 3rem;
}

.about-custom-milestone-box .process-images img {
  height: auto;
  width: auto;
  object-fit: cover;
  border-radius: 4px;
}

.about-custom-milestone-box .process-images-content {
  padding: 0 50px 0 25px;
}

.about-custom-milestone-box .process-images-content span {
  display: inline-block;
  padding: 8px 12px;
  color: #6E24FF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 32px;
  background: rgba(110, 36, 255, 0.05);
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.about-custom-milestone-box .process-images-content h2 {
  text-align: start !important;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.about-custom-milestone-box .process-images-content p {
  color: #676879;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
  text-align-last: left;
}

.about-custom-milestone-box .process-section2 {
  padding: 50px 0;
  position: relative;
}

.about-custom-milestone-justify-left-content {
  text-align: justify;
  text-align-last: left;
  letter-spacing: 1px;
}

.about-custom-milestone-box .process-section2 .process-images-content {
  padding: 0 50px 0 0;
}

.service2-section-area {
  padding: 60px 0 75px;
}

.service2-section-area h1 {
  font-weight: 900;
}

.service2-section-area .service2-bg-area {
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-bg-area .service2-box-area {
  background: #F7F9FA;
  padding: 24px;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}

.service2-section-area .service2-bg-area .service2-box-area:hover {
  background: #7CDCFFEF;
  transition: all 0.4s ease-in-out;
  transform: translateY(-5px);
}

.service2-section-area .service2-bg-area .service2-box-area:hover .service2-icon {
  background: #F7F9FC;
  transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-bg-area .service2-box-area:hover .service2-icon1 {
  background: #F7F9FC;
  transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-bg-area .service2-box-area:hover .service2-icon2 {
  background: #F7F9FC;
  transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-bg-area .service2-box-area:hover .service2-content a {
  color: #F7F9FC;
  transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-bg-area .service2-box-area:hover .service2-content p {
  color: #F7F9FC;
  transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-bg-area .service2-box-area .service2-icon {
  background: #F8DFDE;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}

.service2-section-area .service2-bg-area .service2-box-area .service2-icon1 {
  background: #E9DEFF;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}

.service2-section-area .service2-bg-area .service2-box-area .service2-icon2 {
  background: #D6EBE7;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}

.service2-section-area .service2-bg-area .service2-box-area .service2-content a {
  color: #0D0E10;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
  margin-top: 16px;
}

.service2-section-area .service2-bg-area .service2-box-area .service2-content p {
  color: #676879;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  line-height: 28px;
}

.service2-section-area .service2-bg-area .service2-box-area .service2-content .readmore {
  font-size: 16px;
  font-weight: 700;
  color: #0D0E10;
  display: inline-block;
  line-height: 16px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  margin-top: 24px;
}

.service2-section-area .service2-bg-area .service2-box-area .service2-content .readmore i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .about-custom-welcome-box {
    padding: 100px 1rem 0;
  }

  .about-custom-welcome-heading h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    transition: all 0.4s ease-in-out;
    color: #F9F7FC;
    text-transform: capitalize;
    letter-spacing: 1px;
  }

  .about-custom-welcome-heading p {
    font-weight: 500;
    color: #E5E4E6;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    line-height: 26px;
  }

  .about-custom-btn {
    font-weight: 700;
    font-size: 16px;
    color: #E5E4E6;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 16px;
    padding: 16px;
    border-radius: 5px;
    background: #7CDCFF99;
    transition: all 0.3s ease-in-out;
    margin-right: 1rem;
  }

  .about-custom-btn::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 44%;
    bottom: 0;
    right: 44%;
    top: 35%;
    background: #1F2A44;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.05);
  }

  .about-custom-btn:hover {
    color: #7CDCFF99;
    transition: all 0.2s ease-in-out;
    transform: scale(1.05);
  }

  .about-custom-btn:hover::after {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
  }

  .about-custom-btn:active {
    transform: scale(0.95);
    transition: all 0.2s ease-in-out;
  }

  .about-custom-welcome-box .about-custom-welcome-image {
    position: relative;
    margin-top: 1rem;
  }

  .about-custom-abtmindtrex-box {
    padding: 3rem 1rem 20px;
    box-sizing: border-box;
  }

  .about-custom-abtmindtrex-title {
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
  }

  .about-custom-abtmindtrex-content {
    justify-content: center;
    text-align: justify;
    font-weight: 300;
    color: #000000;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    line-height: 20px;
    padding: 1rem 16px;
    letter-spacing: 1px;
  }

  .about-custom-milestone-box {
    padding: 130px 12px 10px;
  }

  .about-custom-milestone-box .process-images img {
    height: auto;
    width: auto;
    object-fit: cover;
    border-radius: 4px;
  }

  .about-custom-milestone-box .process-images-content {
    padding: 0 5px 0;
  }

  .about-custom-milestone-box .process-images-content span {
    display: inline-block;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 32px;
    background: rgba(110, 36, 255, 0.05);
    margin-bottom: 20px;
  }

  .about-custom-milestone-box .process-images-content h2 {
    text-align: start !important;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 40px;
  }

  .about-custom-milestone-box .process-images-content p {
    color: #676879;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }

  .about-custom-milestone-box .process-section2 {
    padding: 10px 0;
    position: relative;
    margin: 0 auto;
  }

  .about-custom-milestone-justify-left-content {
    text-align: justify;
    text-align-last: left;
    letter-spacing: 1px;
  }

  .about-custom-milestone-box .process-section2 .process-images-content {
    padding: 0 25px 0 0;
  }

  .service2-section-area {
    padding: 60px 0 75px;
  }

  .service2-section-area .service2-bg-area {
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
  }

  .service2-section-area .service2-bg-area .service2-box-area {
    background: #F7F9FA;
    padding: 24px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
  }

  .service2-section-area .service2-bg-area .service2-box-area:hover {
    background: #7CDCFFEF;
    transition: all 0.4s ease-in-out;
    transform: translateY(-5px);
  }

  .service2-section-area .service2-bg-area .service2-box-area:hover .service2-icon {
    background: #F7F9FC;
    transition: all 0.4s ease-in-out;
  }

  .service2-section-area .service2-bg-area .service2-box-area:hover .service2-icon1 {
    background: #F7F9FC;
    transition: all 0.4s ease-in-out;
  }

  .service2-section-area .service2-bg-area .service2-box-area:hover .service2-icon2 {
    background: #F7F9FC;
    transition: all 0.4s ease-in-out;
  }

  .service2-section-area .service2-bg-area .service2-box-area:hover .service2-content a {
    color: #F7F9FC;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
  }

  .service2-section-area .service2-bg-area .service2-box-area:hover .service2-content p {
    color: #F7F9FC;
    transition: all 0.4s ease-in-out;
  }

  .service2-section-area .service2-bg-area .service2-box-area .service2-icon {
    background: #F8DFDE;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
  }

  .service2-section-area .service2-bg-area .service2-box-area .service2-icon1 {
    background: #E9DEFF;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
  }

  .service2-section-area .service2-bg-area .service2-box-area .service2-icon2 {
    background: #D6EBE7;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    transition: all 0.4s ease-in-out;
    margin: 0 auto;
  }

  .service2-section-area .service2-bg-area .service2-box-area .service2-content a {
    color: #0D0E10;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
    margin-top: 16px;
  }

  .service2-section-area .service2-bg-area .service2-box-area .service2-content p {
    color: #676879;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    line-height: 28px;
  }

  .service2-section-area .service2-bg-area .service2-box-area .service2-content .readmore {
    font-size: 16px;
    font-weight: 700;
    color: #0D0E10;
    display: inline-block;
    line-height: 16px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    margin-top: 24px;
  }

  .service2-section-area .service2-bg-area .service2-box-area .service2-content .readmore i {
    margin-left: 4px;
    transform: rotate(-45deg);
  }


}

/* ABOUT CSS ENDS */

/* TRAINER CSS STARTS */

.team-inner-section-area {
  padding: 120px 0 20px;
  background-color: #E5E4E6;
}

.team-inner-section-area .blog-team-images {
  position: relative;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.team-inner-section-area .blog-team-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.team-inner-section-area .blog-team-images .content-area {
  text-align: center;
  background: var(--white-100, #FFF);
  padding: 38px 24px 24px 24px;
  border-radius: 0 0 4px 4px;
  position: relative;
}

.team-inner-section-area .blog-team-images .content-area .ceo-tags p {
  font-size: 12px;
  font-weight: 500;
  color: #6E24FF;
  padding: 8px;
  background: var(--white-100, #FFF);
  border: 1px solid #6E24FF;
  position: absolute;
  display: inline-block;
  border-radius: 25px;
  line-height: 12px;
  top: -17px;
  left: 34%;
  right: 34%;
}

.team-inner-section-area .blog-team-images .content-area a {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: var(--Text-Color, #0D0E10);
}

.team-inner-section-area .blog-team-images .content-area p {
  font-weight: 500;
  color: #676879;
  font-size: 16px;
  line-height: 26px;
}

.team-inner-section-area .blog-team-images .content-area ul li {
  display: inline-block;
}

.team-inner-section-area .blog-team-images .content-area ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: #F6F5FE;
  font-size: 20px;
  margin: 0 4px 0 0;
  transition: all 0.4s ease-in-out;
}

/* TRAINER CSS ENDS */


/* PORTFOLIO CSS STARTS */

.blog-inner-section.inner-section2 {
  padding: 16px 0;
  background-color: #E5E4E6;
}

.blog-inner-section.inner-section2 .blog-inner-boxarea .content a.readmore {
  font-size: 16px;
  font-weight: 700;
  color: #0D0E10;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
}

.blog-inner-section.inner-section2 .blog-inner-boxarea .content a.readmore:hover::after {
  height: 1px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.blog-inner-section.inner-section2 .blog-inner-boxarea .content a.readmore i {
  margin-left: 4px;
}

.blog-inner-section .blog-inner-content .blog-inner-boxarea {
  position: relative;
  margin-bottom: 30px;
  padding: 18px;
  background: #F7F9FC;
  border-radius: 4px;
  border: 1px solid #d6d9df;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.blog-inner-section .blog-inner-content .blog-inner-boxarea:hover .images::after {
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.blog-inner-section .blog-inner-content .blog-inner-boxarea:hover .images img {
  transition: all 0.4s ease-in-out;
  transform: scale(1.01);
}

.blog-inner-section .blog-inner-content .blog-inner-boxarea .images {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  height: 306px;
}

.blog-inner-section .blog-inner-content .blog-inner-boxarea .images::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  background: #7CDCFF99;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}

.blog-inner-section .blog-inner-content .blog-inner-boxarea .images img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  object-fit: contain;
}

.blog-inner-section .blog-inner-content .blog-inner-boxarea .content p {
  font-size: 16px;
  font-weight: 500;
  color: #676879;
  line-height: 26px;
}

.program-custom-portfolio-btn-arrange {
  justify-content: space-between;
  display: flex;
}

a.custom-portfolio-btn {
  font-size: 16px;
  color: #F7F9FC;
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 20px;
  background-color: #1D1E50CC;
  padding: 10px 10px;
  border-radius: 9999px;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

a.custom-portfolio-btn:hover {
  color: #1D1E50;
  transition: all 0.2s ease-in-out;
  transform: scale(1.05);
}

a.custom-portfolio-btn:hover::after {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  transition: all 0.2s ease-in-out;
  left: 0;
  visibility: visible;
  opacity: 1;
  top: 0;
}

a.custom-portfolio-btn:active {
  color: #F7F9FC;
  transform: scale(0.95);
  transition: all 0.2s ease-in-out;
}

a.custom-portfolio-btn::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 44%;
  bottom: 0;
  right: 44%;
  top: 35%;
  background: #7CDCFF99;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

a.custom-portfolio-btn i {
  margin-left: 4px;
  transition: all 0.3s linear;
}


.custom-portfolio-short-text {
  display: block;
}

.custom-portfolio-long-text {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease;
}

.rotate-45 {
  transform: rotate(-45deg);
}


/* UPCOMING CSS */

/* PORTFOLIO CSS ENDS */


/* CONTACT US CSS STARTS */

.about-welcome-section-area {
  padding: 170px 0 200px;
}

.about-welcome-section-area .about-welcome-header h1 {
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .about-welcome-section-area .about-welcome-header h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

.about-welcome-section-area .about-welcome-header a {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-100, #FFF);
  display: inline-block;
}

.about-welcome-section-area .about-welcome-header a i {
  margin: 0 4px;
}

.about-welcome-section-area .about-welcome-header a span {
  font-weight: 700;
  color: var(--white-100, #FFF);
}

.about-welcome-section-area.about2 {
  padding: 130px 0 100px;
}

.about-section-area {
  padding: 100px 0 100px 0;
}

@media (max-width: 767px) {
  .about-section-area {
    padding: 50px 0 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-area {
    padding: 50px 0 50px 0;
  }
}

@media (max-width: 767px) {
  .about-section-area .about-header-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section-area .about-header-area {
    margin-bottom: 30px;
  }
}

.about-section-area .about-header-area span {
  background: #F8F4FF;
  padding: 8px 12px;
  line-height: 16px;
  border-radius: 32px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #6E24FF;
}

.about-section-area .about-header-area h2 {
  text-align: start;
}

.about-section-area .about-header-area p {
  font-weight: 500;
  color: #676879;
  font-size: 16px;
}

.about-section-area .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.about-welcome-section-area .contact-inner-header {
  padding: 0 50px 0 0;
}

@media (max-width: 767px) {
  .about-welcome-section-area .contact-inner-header {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-welcome-section-area .contact-inner-header {
    padding: 0;
    margin-bottom: 30px;
  }
}

.about-welcome-section-area .contact-inner-header p {
  color: var(--white-100, #FFF);
  opacity: 0.8;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.about-welcome-section-area .contact-inner-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0D0E10;
}

.about-welcome-section-area .contact-box-area .contact-boxs {
  background: #F7F9FC;
  padding: 16px 20px;
  position: relative;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.about-welcome-section-area .contact-box-area .contact-boxs:hover {
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.about-welcome-section-area .contact-box-area .contact-boxs .img1 {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background: #7CDCFF99;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  position: absolute;

}

.contact-boxs .img1 i {
  font-size: 28px;
  /* scale icon size */
  line-height: 60px;
  /* vertically center it */
  color: #3D78D4;
  /* match your theme */
  display: inline-block;
}

.about-welcome-section-area .contact-box-area .contact-boxs .content {
  padding-left: 80px;
  margin-top: 5px;
}

.about-welcome-section-area .contact-box-area .contact-boxs .content p {
  font-size: 16px;
  font-weight: 500;
  color: #676879;
  display: inline-block;
}

.about-welcome-section-area .contact-box-area .contact-boxs .content a {
  font-size: 16px;
  font-weight: 500;
  color: #676879;
  display: inline-block;
}

.about-welcome-section-area .conatact-header-boxarea {
  background: var(--white-100, #FFF);
  padding: 40px;
  border-radius: 4px;
}

.about-welcome-section-area .conatact-header-boxarea .input-area input {
  width: 100%;
  outline: none;
  border: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
  padding: 15px 13px;
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
}

.about-welcome-section-area .conatact-header-boxarea .input-area textarea {
  width: 100%;
  outline: none;
  border: 1px solid var(--Stroke-Color, rgba(86, 95, 118, 0.1));
  padding: 15px 13px;
  border-radius: 4px;
  font-size: 16px;
}

.about-welcome-section-area .conatact-header-boxarea .div button {
  outline: none;
  border: none;
}

.map-section-area .mapouter .gmap_canvas {
  position: relative;
  top: 7px;
}

.map-section-area .mapouter .gmap_canvas iframe {
  width: 100%;
  height: 565px;
}

.about-welcome-section-area.login {
  padding: 100px 0 100px;
}

@media (max-width: 767px) {
  .about-welcome-section-area.login {
    padding: 100px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-welcome-section-area.login {
    padding: 100px 0 50px;
  }
}

.about-welcome-section-area.login .logo4 {
  height: 80px;
  width: 265px;
}

.about-welcome-section-area.login .login-boxarea {
  background: var(--white-100, #FFF);
  padding: 50px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .about-welcome-section-area.login .login-boxarea {
    padding: 24px;
  }
}

.about-welcome-section-area.login .login-boxarea .icons {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  background: #F8F4FF;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
}

.about-welcome-section-area.login .login-boxarea .input-area h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #0D0E10;
}

.about-welcome-section-area.login .login-boxarea .input-area input {
  width: 100%;
  outline: none;
  border: none;
  background: #F8F4FF;
  padding: 20px;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  color: var(--Text-Color, #0D0E10);
  font-weight: 500;
}

.about-welcome-section-area.login .login-boxarea .input-area input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #676879;
}

.about-welcome-section-area.login .login-boxarea .input-area input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #676879;
}

.about-welcome-section-area.login .login-boxarea .input-area .header-btn2 {
  background: #6E24FF;
  border: none;
  outline: none;
  width: 100%;
  padding: 22px;
  border-radius: 30px;
}

.about-welcome-section-area.login .login-boxarea .input-area .header-btn2::after {
  left: 50%;
}

.about-welcome-section-area.login .login-boxarea .input-area .header-btn2:hover {
  border-radius: 30px;
}

.about-welcome-section-area.login .login-boxarea .input-area .header-btn2:hover::after {
  left: 0;
  border-radius: 30px;
}

.about-welcome-section-area.login .login-boxarea .sign-text {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.about-welcome-section-area.login .login-boxarea .sign-text a {
  font-weight: 700;
  color: #6E24FF;
  font-size: 16px;
  margin-left: 14px;
  display: inline-block;
  text-decoration: underline;
}

.about-welcome-section-area.login .login-boxarea .div a {
  font-weight: 700;
  color: #6E24FF;
  font-size: 16px;
  margin-left: 14px;
  display: inline-block;
  text-decoration: underline;
  text-align: center;
}

.about-welcome-section-area.login .login-boxarea ul {
  display: flex;
  align-items: center;
}

.about-welcome-section-area.login .login-boxarea ul li p {
  margin: 0 10px;
}

.about-welcome-section-area.login .login-boxarea .btn-area .header-btn2 {
  display: block;
  width: 100%;
  background: #F8F4FF;
  color: #676879;
}

.about-welcome-section-area.login .login-boxarea .btn-area .header-btn2::after {
  left: 50%;
}

.about-welcome-section-area.login .login-boxarea .btn-area .header-btn2:hover::after {
  display: none;
}

.about-welcome-section-area.login .login-boxarea .btn-area .header-btn2 img {
  margin: 0 12px 0 0;
}


/* MAP */

.custom-map-area {
  background: #E5E4E6;
  padding: 25px 0;
}

.custom-map-area .custom-map-heading {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 200;
}

.custom-map-area .mapouter .gmap_canvas {
  background: #E5E4E6;
  position: relative;
  padding: 1rem 0;
}

.custom-map-area .mapouter .gmap_canvas iframe {
  width: 100%;
  height: 565px;
}

/* CONTACT US CSS ENDS */

/* FOOTER CSS STARTS */

.footer-custom-box {
  width: 100%;
  padding: 0 9rem;
  box-sizing: border-box;
  background: #E5E4E6;
}

.footer-custom-content-box-arrange {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.footer-custom-content-box {
  padding: 1rem;
  background: none;
  text-align: center;
  border-radius: 8px;
  flex: 1;
}

.footer-custom-content-box ul {
  list-style: none;
  padding-left: 0;
}

.footer-custom-content-box ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #000000;
}

.footer-custom-content-border {
  position: relative;
  padding: 2rem 4rem;
  text-align: center;
}

.footer-custom-content-border::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 0;
  height: 80%;
  width: 2px;
  background-color: #CFCFCF;
}

.footer-custom-content-border::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  height: 80%;
  width: 2px;
  background-color: #CFCFCF;
}


.footer-custom-copyright-social-area {
  padding: 16px 0 24px;
  border-top: 1px solid #CFCFCF;
  display: flex;
  justify-content: space-between;
}

.footer-custom-quicknav-btn {
  position: relative;
  display: inline-block;
  color: #222;
  /* your text color */
  font-size: 1rem;
  text-decoration: none;
  font-weight: normal;
  /* default normal */
  transition: transform 0.2s ease, font-weight 0.2s ease;
}

/* underline using ::after */
.footer-custom-quicknav-btn::after {
  content: "";
  position: absolute;
  bottom: -3px;
  /* distance below text */
  left: 0;
  width: 0%;
  height: 2px;
  background: currentColor;
  transition: width 0.25s ease;
}

/* hover: scale up, bold, underline grow */
.footer-custom-quicknav-btn:hover {
  transform: scale(1.05);
  font-weight: bold;
}

.footer-custom-quicknav-btn:hover::after {
  width: 100%;
}

/* active (click): shrink slightly */
.footer-custom-quicknav-btn:active {
  transform: scale(0.95);
}

@media (max-width: 767px) {
  .footer-custom-box {
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .footer-custom-content-box-arrange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .footer-custom-content-box {
    min-width: 0;
    background: none;
    text-align: center;
    border-radius: 8px;
    flex: 1;
    height: auto;
    display: block;
  }

  .footer-custom-content-box ul {
    list-style: none;
    padding-left: 0;
  }

  .footer-custom-content-box ul li {
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #000000;
  }

  .footer-custom-content-border {
    position: relative;
    text-align: center;
    inset: 0;   
    padding: 1rem;
  }

  .footer-custom-content-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 2px;
  }

  .footer-custom-content-border::after {
    content: '';
    position: relative;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 2px;
  }


  .footer-custom-copyright-social-area {
    padding: 16px 0 24px;
    border-top: 1px solid #CFCFCF;
    display: flex;
    justify-content: space-between;
  }

  .footer-custom-quicknav-btn {
    position: relative;
    display: inline-block;
    color: #222;
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal;
    transition: transform 0.2s ease, font-weight 0.2s ease;
  }

  /* underline using ::after */
  .footer-custom-quicknav-btn::after {
    content: "";
    position: absolute;
    bottom: -3px;
    /* distance below text */
    left: 0;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: width 0.25s ease;
  }

  /* hover: scale up, bold, underline grow */
  .footer-custom-quicknav-btn:hover {
    transform: scale(1.05);
    font-weight: bold;
  }

  .footer-custom-quicknav-btn:hover::after {
    width: 100%;
  }

  /* active (click): shrink slightly */
  .footer-custom-quicknav-btn:active {
    transform: scale(0.95);
  }
}

/* FOOTER CSS ENDS */