@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


@font-face {
    font-family: 'Rockids Display';
    src: url('../fonts/RockidsDisplay-Regular.eot');
    src: url('../fonts/RockidsDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RockidsDisplay-Regular.woff2') format('woff2'),
        url('../fonts/RockidsDisplay-Regular.woff') format('woff'),
        url('../fonts/RockidsDisplay-Regular.ttf') format('truetype'),
        url('../fonts/RockidsDisplay-Regular.svg#RockidsDisplay-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
    color: var(--black);
    font-family: var(--Lato-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    background-color: var(--body-color);
    /* letter-spacing: -0.32px; */
}

:root {
  --black: #000000;
  --white: #ffffff;
  --header-bg: #1E2939;
  --text-Color: #777777;
  --red-color: #D72E28;
  --gray-color: #343434;
  --Lato-font: "Lato", sans-serif;
  --Rockids-Display-font: "Rockids Display";
  --color-grey: #CCCCCC;
  --footer-top-link: #D1D5DC;
  --footer-dark-para: #99A1AF;
  --footer-bg: #101828;
  --light-green: #3FE7F1;
  --slider-h2: #464646;
  --slider-card: #DFDFDF;
  --body-color : #F8F8F8;
  --grey-border: #D8D8D8;
  --blue-trust: #040d1a;
  --blue-color: #2B7FFF;
  --purple: #AD46FF;
  --pink: #F6339A;
  --orange: #FF6900;
  --bg-banner: #e6f0fe;
  --bg-darkg-grey: #e7e7e7;
  --card-green: #EDFEFF;
  --label-bg: #EAEAEA;
  --service-bg: #F7FFFF;
  --banner-bg: #C3E2F4;
  --list-bg: #FBFBFB;
  --service-banner-01: #fdfefe;
  --dark-green: #EDFEFF;
  --darker-blue: #5680A6;
}


.container {
    max-width: 1200px;
}
/*.text-gray{ color: #667085;}*/

p {
  line-height: 20px;
  color: var(--text-Color);
}

.contact-list a{
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

img {
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
    color: var(--red-color);
}

button,
select {
  outline: none !important;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1;
  font-family: var(--Rockids-Display-font);
}


.user-auth a {
  transition: all 500ms ease 0s;
}

img {
  max-width: 100%;
}

.header {
  z-index: 91;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 17px 0;
  background-color: var(--header-bg);
  width: 100%;
  transition: all 0.3s ease 0s;
  /* border-bottom: 1px solid #E2E5E8; */
}

h1 {
    font-weight: 400;
    font-size: 59px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
}

.header.sticky {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  background: var(--white);
}

.header .btn {
  box-shadow: none !important;
  outline: none !important;
}

.header-right .offcanvas-body {
  padding: 0px;
  overflow-y: visible;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: flex-end;
}

.logo a {
  outline: none !important;
}


.offcanvas {
  border-right: none;
}

.header-right .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navbar-nav .nav-item {
  padding: 0 0 0 32px;
}

.navbar-nav a {
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 0px;
  color: var(--color-grey);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: var(--Rockids-Display-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
}

.mobile-nav {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
}

.bar1,
.bar2,
.bar3 {
  background-color: var(--white);
  cursor: pointer;
  height: 2px;
  margin: 7px 0px;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
  display: block;
  position: absolute;
}

.bar1 {
  top: 0px;
}

.bar2 {
  top: 8px;
  width: 20px;
}

.bar3 {
  top: 16px;
}

.open-menu .bar1 {
  top: 6px;
  transform: rotate(45deg);
}

.open-menu .bar2 {
  display: none;
}

.open-menu .bar3 {
  top: 6px;
  transform: rotate(-45deg);
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}

.navbar-nav .nav-item .dropdown-menu {
  padding: 10px;
  box-shadow: rgba(11, 15, 25, 0.05) 0px 0.275rem 1.25rem, rgba(11, 15, 25, 0.03) 0px 0.25rem 0.5625rem;
  border-color: var(--white);
  border-radius: 0px;
  padding: 8px !important;
  border: 0;
  top: 100%;
  transform: inherit !important;
  inset: inherit !important;
}


.navbar-nav .nav-item .dropdown-menu li a {
  color: var(--Primary-Color);
  display: block;
  /* font-size: 1rem; */
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.header-right button.btn.d-md-none {
  padding: 0px;
  margin-left: 20px;
  box-shadow: none !important;
}

.menu-item li a {
  font-size: 14px;
  color: var(--Primary-Color);
  padding: 5px 0px;
  display: block;
}

.user-auth+.user-auth{ margin-left: 10px;}


@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0px);
  }
}

@media screen and (min-width: 992px) {
  .offcanvas {
    position: static;
    z-index: auto;
    display: block;
    width: 100%;
    height: auto;
    border: 0px;
    visibility: visible;
    transition: none 0s ease 0s;
    transform: inherit;
    background-color: transparent;
  }

  /* .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 188px;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  } */

  /* .navbar-nav .nav-item:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }

  .navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  } */

}

.navbar-nav li .nav-link {
  text-decoration: none;
  display: block;
}

.navbar-nav li.active a, .navbar-nav li a:hover{color: var(--red-color);}
.navbar-nav a:hover, .navbar-nav a:active {
  color: var(--red-color);
}


@media screen and (max-width: 767px) {
  .navbar-nav {
    display: block;
  }

  .navbar-nav a {
    color: var(--white);
  }
}

main.main {
    margin-top: 80px;
}

footer {
    padding: 64px 0;
    background: var(--footer-bg);
}

footer h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0px;
    color: var(--white);
    margin-bottom: 18px;
}

footer a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--footer-top-link);
}

footer .footer-top ul li {
    padding-bottom: 12px;
}

footer .footer-top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--footer-dark-para);
}

.footer-social-box {
    padding-right: 60px;
}

footer input.form-control {
    border: 1px solid #364153 !important;
    background-color: var(--header-bg) !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: var(--footer-dark-para) !important;
}

.theme-btn {
    padding: 12px 16px;
    box-shadow: none;
    border-radius: 12px;
    font-family: var(--Lato-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    display: inline-block;
}

.fill-btn {
    background: var(--red-color);
    border-color: var(--red-color);
    color: var(--white);
}

.fill-btn:hover {
    color: var(--white);
}

footer .footer-box  .theme-btn.fill-btn {
    width: 100%;
}

.social-icons {
    background: var(--header-bg);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons:hover {
    background: var(--red-color);
    transform: translateY(-10px);
}

.footer-social-box ul {
    margin-top: 25px !important;
}

.footer-bottom {
    padding-top: 33px;
    border-top: 1px solid var(--header-bg);
    margin-top: 48px;
}

.footer-bottom .copy-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--footer-dark-para);
}

/*******************/


.business-slider-sec {
    padding: 100px 0 80px;
}

.business-heading-box {
    max-width: 546px;
    margin: 0 auto 62px;
}

.business-heading-box h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    font-family: var(--Lato-font);
    color: var(--slider-h2);
}

.top-blue-text {
    background: var(--light-green);
    padding: 8px 12px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
}

.business-slider .swiper.mySwiper-business {
    padding-bottom: 45px;
}

.business-content-box {
    padding: 32px 16px;
    border-radius: 16px;
    background: var(--slider-card);
    height: 100%;
}

.business-slider .swiper-slide {height: auto;}

.business-content-box h5 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--red-color);
    margin-bottom: 16px !important;
}

.business-content-box h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 16px;
    font-family: var(--Lato-font);
}

.business-content-box  p {
    color: var(--text-Color);
}

.swiper-pagination-bullet {
    width: 21px;
    height: 8px;
    background: var(--slider-card);
    opacity: 1;
    transform: scale(1) !important;
    border-radius: 4px;
    z-index: 2;
    cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--red-color);
}

.banner-sec {
    text-align: center;
}

 h1 span {display: inline-block;color: var(--red-color);}

.banner-sec h1 {
    margin-bottom: 33px;
}

.red-text {
  color: var(--red-color);
}

.banner-sec p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    max-width: 860px;
    margin: 0 auto;
    color: var(--text-Color);
}

.banner-bottom-box {
    max-width: 735px;
    margin: -120px auto 0;
    padding: 0 15px;
}

.banner-bottom-box .cust-card-box {
    background: var(--gray-color);
    padding: 20px 24px;
    border-radius: 20px;
}

.banner-bottom-box .img-box {
    width: 200px;
    height: 180px;
    border-radius: 35px;
}

.banner-bottom-box .img-box img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner-bottom-box  .text-box {width: calc(100% - 220px);padding-left: 20px;}


.banner-bottom-box .text-box h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    font-family: var(--Lato-font);
    color: var(--white);
    margin-bottom: 16px;
}

.banner-bottom-box .text-box  p {
    color: var(--white);
}




.helping-growing-sec {
    padding: 100px 0;
}

.white-card {
    border-bottom: 1px solid var(--grey-border);
    background: var(--white);
    padding: 48px 24px;
    border-radius: 35px;
}

.helping-growing-sec h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0;
    max-width: 583px;
    margin: 0 auto 10px;
}

.helping-growing-sec .growing-card-left {
    width: calc(100% - 440px);
    margin-right: 13px;
    background: var(--blue-trust) url(../images/trust-bg.png);
    backdrop-filter: blur(7px);
    padding: 24px;
    border-radius: 35px;
}

.helping-growing-sec .growing-card-right {
    width: 427px;
    background: var(--black);
    backdrop-filter: blur(7px);
    padding: 24px;
    border-radius: 35px;
}

.helping-growing-sec  h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--white);
    margin: 0 0 16px 0;
}

.helping-growing-sec p {
    color: var(--white);
    font-weight: 400;
}

.helping-growing-sec .growing-card-left .img-box {
    width: 300px;
    /* height: 100%; */
}

.helping-growing-sec .growing-card-left .text-box {
    width: calc(100% - 318px);
    margin-right: 18px;
}

.helping-growing-sec .growing-card-left .text-box .theme-btn.fill-btn {
    margin-top: 32px;
}

.helping-growing-sec .growing-card-left .img-box img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.helping-growing-sec .growing-card-right .img-box {
    width: 100%;
    overflow: hidden;
}

.helping-growing-sec .growing-card-right img {
    width: 100%;
    display: block;
}

.video-benner {
    position: relative;
}

.video-benner video {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.banner-sec .container {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
}

.video-benner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270.93deg, rgba(255, 255, 255, 0) 0.79%, #FFFFFF 51.24%);
    /* backdrop-filter: blur(6.099999904632568px); */
}

.helping-growing-sec  .video-box video {
    width: 100%;
    margin: 0 auto 26px;
    display: block;
    text-align: center;
    margin-left: -65px;
}


ul.color-link a {
    position: relative;
    padding-left: 18px;
}


ul.color-link a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 6px;
    background: var(--blue-color);
    border-radius: 100px;
}

ul.color-link li:nth-child(2) a:before {
    background: var(--purple);
}

ul.color-link li:nth-child(3) a:before {
    background: var(--pink);
}

ul.color-link li:nth-child(4) a:before {
    background: var(--orange);
}

.text-figuring-things .icons {
    padding: 0 0 100px 20px;
}

.text-figuring-things .theme-btn.fill-btn {
    margin-top: 10px;
}

/* .figuring-things{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 12px;                                
}

.figuring-things .img-box{
  width: 100%;
}

.figuring-things .img-box img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
}

 */

.text-figuring-things {
    position: sticky;
    top: 120px;
}

.figuring-things{
  column-count: 2;      
  gap: 10px;      
}

.figuring-things .img-box{
  break-inside: avoid; 
  margin-bottom: 10px;
}

.figuring-things .img-box img{
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 8px;
}

.faq-home-sec {
    padding: 50px 0;
}

.faq-home-sec .img-box img {
    width: 100%;
    display: block;
}

.faq-home-sec .img-faq-home {
    position: relative;
}

.faq-home-sec .img-faq-home .text-box {
    background: rgb(255 255 255 / 76%);
    position: absolute;
    bottom: 40px;
    width: calc(100% - 80px);
    margin: 0 auto;
    left: 40px;
    right: 40px;
    padding: 16px;
    border-radius: 12px;
}

.faq-home-sec .img-faq-home h6 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--red-color);
    margin-bottom: 16px;
}

.faq-home-sec .img-faq-home  p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--gray-color);
    margin: 0;
}

.faq-accordion-sec button.accordion-button {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    position: relative;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0;
    padding-right: 40px;
    color: var(--black);
}

.faq-accordion-sec .accordion-item {
    background: transparent;
    border: none;
    border-top: 1px solid var(--black);
    border-radius: 0;
    margin-bottom: -6px;
}

.faq-accordion-sec button.accordion-button:after {
    display: none;
}

.faq-accordion-sec button.accordion-button svg {
    position: absolute;
    right: 5px;
    top: 18px;
}

.faq-accordion-sec button.accordion-button[aria-expanded="true"] svg {
    color: var(--red-color);
}

.faq-accordion-sec .accordion-item .accordion-body {
    padding-top: 0;
}

.faq-accordion-sec button.accordion-button span {
    display: block;
}

.faq-accordion-sec .accordion-item  p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-Color);
}


.figuring-things-sec.text-with-img .text-figuring-things {
    top: 50%;
    max-width: 610px;
}



/*******************/

.our-service-sec {
  width: 100%;
  background: url(../images/success-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  margin-bottom: 50px;
}

.our-service-sec .services-section {
  max-width: 1600px;
  margin: 0 auto;
  /* border: 1px solid rgb(238 238 238 / 20%);
  border-radius: 10px; */
  overflow: hidden;
}

.our-service-sec .services-grid {
  display: flex;
  padding-bottom: 40px;
}

.our-service-sec .services-grid .service-card {
  width: 25%;
  padding-top: 0px;
  transition: all 0.5s ease;
}

.our-service-sec .services-grid .service-card:not(:last-child) {
  border-right: 1px solid rgb(238 238 238 / 20%);
}

.our-service-sec .services-grid .img-service {
  max-width: 170px;
  padding-bottom: 24px;
}

.our-service-sec .services-grid .img-service img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}

.our-service-sec .services-grid .service-card.active .img-service img,
.our-service-sec .services-grid .service-card:hover .img-service img {
  width: 70px;
  border-radius: 100px;
}

.service-box-content {
  padding: 24px 24px 30px;
  height: 400px;
}

.our-service-sec h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: var(--white);
}

.our-service-sec .services-grid h4 {
  color: var(--white);
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 10px;
}

.our-service-sec .services-grid p {
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}

.our-service-sec .services-grid .text-service {
  max-height: 97px;             
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.our-service-sec .services-grid .service-card.active .text-service,
.our-service-sec .services-grid .service-card:hover .text-service {
  max-height: 300px;
}

.our-service-sec .services-grid p:last-child {
  margin-bottom: 0;
}

.our-service-sec .services-grid .swiper-wrapper {
    border: 1px solid rgb(238 238 238 / 20%);
    border-radius: 10px;
    max-width: 99%;
    /* overflow: hidden; */
}

/***about us********/

.inner-page-banner-sec {
    background: var(--bg-banner);
}

.inner-page-banner-sec .banner-text-box {
    padding-bottom: 46px;
}

.inner-page-banner-sec .banner-text-box h1 {
    text-align: left;
}

.our-story-sec {
    padding: 78px 0;
}

.our-story-sec p {
    font-size: 20px;
    line-height: 120%;
}



.our-strategic-sec {
    background: url(../images/strategic-bg.png);
    padding: 75px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.strategic-box {
    background: var(--white);
    height: 100%;
    padding: 16px;
    border-radius: 12px;
}

.strategic-box h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0;
    position: relative;
    width: max-content;
    margin-bottom: 14px;
}

h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0;
}

.strategic-box h3:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: var(--red-color);
    border-radius: 10px;
}

.strategic-box p {
    margin: 0;
    font-size: 18px;
    line-height: 140%;
}




.make-us-sec {
    padding: 75px 0;
}

.make-us-sec .slider-make-us {
    margin-top: 30px;
}

.make-us-sec .light-blue-box {border-bottom: 1px solid var(--red-color);background: var(--bg-banner);padding: 24px;border-radius: 12px;max-width: 500px;margin-left: auto;}

.make-us-sec .light-blue-box p {
    margin: 0;
}

.make-us-sec .make-us-img img {
    width: 100%;
    object-fit: cover;
}

.make-us-sec .make-us-img img {
    height: 310px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.our-core-sec {
    background: var(--bg-darkg-grey);
    padding: 75px 0;
}

.our-core-sec .core-box {
    width: calc(20% - 12px);
    margin: 6px;
    background: var(--card-green);
    padding: 20px;
    border-radius: 13px;
    border: 1px solid var(--card-green);
    transition: all 0.5s ease;
}

.our-core-sec .core-box svg {
    width: 40px;
    height: 40px;
    display: block;
}

.our-core-sec .core-box  .icons {
    margin-bottom: 15px;
}

.our-core-sec .core-box h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 122%;
    letter-spacing: 0;
    font-family: var(--Lato-font);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    max-width: 140px;
}

.our-core-sec .core-box p {
    color: var(--header-bg);
}

.our-core-sec .core-box:hover {
    transform: translateY(-10px);
    border-color: var(--light-green);
}

.ping-growing-sec  h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--white);
    margin: 0 0 16px 0;
}

.helping-growing-sec p {
    color: var(--white);
    font-weight: 400;
}

.helping-growing-sec .growing-card-left .img-box {
    width: 300px;
    /* height: 100%; */
}

.helping-growing-sec .growing-card-left .text-box {
    width: calc(100% - 318px);
    margin-right: 18px;
}

.helping-growing-sec .growing-card-left .text-box .theme-btn.fill-btn {
    margin-top: 32px;
}

.helping-growing-sec .growing-card-left .img-box img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.helping-growing-sec .growing-card-right .img-box {
    width: 100%;
    overflow: hidden;
}

.helping-growing-sec .growing-card-right img {
    width: 100%;
    display: block;
}

.video-benner {
    position: relative;
}

.video-benner video {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.banner-sec .container {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
}

.video-benner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270.93deg, rgba(255, 255, 255, 0) 0.79%, #FFFFFF 51.24%);
    /* backdrop-filter: blur(6.099999904632568px); */
}

.helping-growing-sec  .video-box video {
    width: 100%;
    margin: 0 auto 26px;
    display: block;
    text-align: center;
    margin-left: -65px;
}


ul.color-link a {
    position: relative;
    padding-left: 18px;
}

ul.color-link a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 6px;
    background: var(--blue-color);
    border-radius: 100px;
}

ul.color-link li:nth-child(2) a:before {
    background: var(--purple);
}

ul.color-link li:nth-child(3) a:before {
    background: var(--pink);
}

ul.color-link li:nth-child(4) a:before {
    background: var(--orange);
}

.text-figuring-things .icons {
    padding: 0 0 100px 20px;
}

.text-figuring-things .theme-btn.fill-btn {
    margin-top: 10px;
}

/* .figuring-things{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 12px;                                
}

.figuring-things .img-box{
  width: 100%;
}

.figuring-things .img-box img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
}

 */

.text-figuring-things {
    position: sticky;
    top: 120px;
}

.figuring-things{
  column-count: 2;      
  gap: 10px;      
}

.figuring-things .img-box{
  break-inside: avoid; 
  margin-bottom: 10px;
}

.figuring-things .img-box img{
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 8px;
}

.faq-home-sec {
    padding: 50px 0;
}

.faq-home-sec .img-box img {
    width: 100%;
    display: block;
}

.faq-home-sec .img-faq-home {
    position: relative;
}

.faq-home-sec .img-faq-home .text-box {
    background: rgb(255 255 255 / 76%);
    position: absolute;
    bottom: 40px;
    width: calc(100% - 80px);
    margin: 0 auto;
    left: 40px;
    right: 40px;
    padding: 16px;
    border-radius: 12px;
}

.faq-home-sec .img-faq-home h6 {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--red-color);
    margin-bottom: 16px;
}

.faq-home-sec .img-faq-home  p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--gray-color);
    margin: 0;
}

.faq-accordion-sec button.accordion-button {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    position: relative;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0;
    padding-right: 40px;
    color: var(--black);
}

.faq-accordion-sec .accordion-item {
    background: transparent;
    border: none;
    border-top: 1px solid var(--black);
    border-radius: 0;
    margin-bottom: -6px;
}

.faq-accordion-sec button.accordion-button:after {
    display: none;
}

.faq-accordion-sec button.accordion-button svg {
    position: absolute;
    right: 5px;
    top: 18px;
}

.faq-accordion-sec button.accordion-button[aria-expanded="true"] svg {
    color: var(--red-color);
}

.faq-accordion-sec .accordion-item .accordion-body {
    padding-top: 0;
}

.faq-accordion-sec button.accordion-button span {
    display: block;
}

.faq-accordion-sec .accordion-item  p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--text-Color);
}


.figuring-things-sec.text-with-img .text-figuring-things {
    top: 50%;
    max-width: 610px;
}



/*******************/

.our-service-sec {
  width: 100%;
  background: url(../images/success-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  margin-bottom: 50px;
}

.our-service-sec .services-section {
  max-width: 1600px;
  margin: 0 auto;
  /* border: 1px solid rgb(238 238 238 / 20%);
  border-radius: 10px; */
  overflow: hidden;
}

.our-service-sec .services-grid {
  display: flex;
}

.our-service-sec .services-grid .service-card {
  width: 25%;
  transition: all 0.5s ease;
}

.our-service-sec .services-grid .service-card:not(:last-child) {
  border-right: 1px solid rgb(238 238 238 / 20%);
}

.our-service-sec .services-grid .img-service {
  max-width: 170px;
  padding-bottom: 24px;
}

.our-service-sec .services-grid .img-service img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}

.our-service-sec .services-grid .service-card.active .img-service img,
.our-service-sec .services-grid .service-card:hover .img-service img {
  width: 70px;
  border-radius: 100px;
}

.service-box-content {
  padding: 24px 24px 30px;
  height: 400px;
}

.our-service-sec h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: var(--white);
}

.our-service-sec .services-grid h4 {
  color: var(--white);
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 10px;
}

.our-service-sec .services-grid p {
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}

.our-service-sec .services-grid .text-service {
  max-height: 97px;             
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.our-service-sec .services-grid .service-card.active .text-service,
.our-service-sec .services-grid .service-card:hover .text-service {
  max-height: 300px;
}

.our-service-sec .services-grid p:last-child {
  margin-bottom: 0;
}


/***about us********/

.inner-page-banner-sec {
    background: var(--bg-banner);
}

.inner-page-banner-sec .banner-text-box {
    padding-bottom: 46px;
}

.inner-page-banner-sec .banner-text-box h1 {
    text-align: left;
}

.our-story-sec {
    padding: 78px 0;
}

.our-story-sec p {
    font-size: 20px;
    line-height: 120%;
}



.our-strategic-sec {
    background: url(../images/strategic-bg.png);
    padding: 75px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.strategic-box {
    background: var(--white);
    height: 100%;
    padding: 16px;
    border-radius: 12px;
}

.strategic-box h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0;
    position: relative;
    width: max-content;
    margin-bottom: 14px;
}


.strategic-box h3:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: var(--red-color);
    border-radius: 10px;
}

.strategic-box p {
    margin: 0;
    font-size: 18px;
    line-height: 140%;
}




.make-us-sec {
    padding: 75px 0;
}

.make-us-sec .slider-make-us {
    margin-top: 30px;
}

.make-us-sec .light-blue-box {border-bottom: 1px solid var(--red-color);background: var(--bg-banner);padding: 24px;border-radius: 12px;max-width: 500px;margin-left: auto;}

.make-us-sec .light-blue-box p {
    margin: 0;
}

.make-us-sec .make-us-img img {
    width: 100%;
    object-fit: cover;
}

.make-us-sec .make-us-img img {
    height: 310px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.our-core-sec {
    background: var(--bg-darkg-grey);
    padding: 75px 0;
}

.our-core-sec .core-box {
    width: calc(20% - 12px);
    margin: 6px;
    background: var(--card-green);
    padding: 20px;
    border-radius: 13px;
    border: 1px solid var(--card-green);
    transition: all 0.5s ease;
}

.our-core-sec .core-box svg {
    width: 40px;
    height: 40px;
    display: block;
}

.our-core-sec .core-box  .icons {
    margin-bottom: 15px;
}

.our-core-sec .core-box h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 122%;
    letter-spacing: 0;
    font-family: var(--Lato-font);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    max-width: 140px;
}

.our-core-sec .core-box p {
    color: var(--header-bg);
}

.our-core-sec .core-box:hover {
    transform: translateY(-10px);
    border-color: var(--light-green);
}



.together-bottom-sec {
    padding: 75px 0;
}

.together-bottom-sec .btn-list {
    margin: 15px 0;
}

.together-bottom-sec .btn-list ul.list-box {
    margin-left: 16px !important;
}

.together-bottom-sec .btn-list ul.list-box li img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.together-bottom-sec .btn-list ul.list-box li {
    margin-left: -9px;
}

.together-bottom-sec .btn-list ul.list-box li span {
    background: var(--light-green);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-family: var(--Rockids-Display-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0;
    border: 1px solid var(--white);
}








.contact-us-sec {
    padding: 80px 0 50px;
}

.contact-us-sec h1 {
    text-align: left;
}

.contact-number {
    margin-bottom: 22px;
    margin-top: 30px;
}

.contact-number .number-box {
    width: calc(100% - 10px);
    margin: 5px;
    background: var(--white);
    border-radius: 25px;
    padding: 24px 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: var(--black);
}

.contact-number .number-box .left-box {
    width: 40px;
}

.contact-number .number-box  .right-box {
    width: calc(100% - 48px);
    padding-left: 8px;
}

.contact-number .number-box .right-box .bottom-box {
    display: block;
    margin-top: 8px;
    color: var(--text-Color);
}

.contact-number .number-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 5px var(--color-grey);
}

.contact-map img {
    width: 100%;
    display: block;
    border-radius: 38px;
    overflow: hidden;
}


.contact-map .text {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    left: 30px;
}

.contact-map {
    position: relative;
}

.contact-map .text h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    font-family: var(--Lato-font);
    margin-bottom: 8px;
}

.contcat-form {
    background: var(--white);
    border-radius: 40px;
    padding: 40px;
}

label.form-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block;
}

.form-control {
    background: var(--label-bg) !important;
    border-radius: 0;
    border: none !important;
    padding: 16px 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    box-shadow: none !important;
    outline: none !important;
}

.contcat-form .theme-btn.fill-btn {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    margin-top: 20px;
}


select.form-control {
    background: var(--label-bg) url(../images/contcat-dropdown.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 15px !important;
}

.office-adddress-sec {
    padding: 20px 0 60px;
}

.office-adddress-sec h2 {
    position: relative;
    margin-bottom: 20px;
}

.office-adddress-sec h2:before {
    content: "";
    width: 100px;
    height: 6px;
    background: var(--red-color);
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 20px;
}

.office-adddress-sec .adddress-box {
    padding: 16px;
    border-radius: 12px;
    background: var(--white);
}

section.office-adddress-sec h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-family: var(--Lato-font);
}

section.office-adddress-sec  p {
    margin-bottom: 25px !important;
}

section.office-adddress-sec span {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
}





.service-list-sec {
    background: var(--service-bg);
    padding: 60px 0;
}

.service-list-sec .text-box {
    max-width: 650px;
    padding-right: 50px;
}

.service-list-sec .text-box.text-service {
    margin-left: auto;
    padding-right: 0;
    padding-left: 50px;
}

.service-list-sec .text-box h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.service-list-sec  .theme-btn {
    min-width: 150px;
    text-align: center;
    display: inline-block;
    margin-top: 14px;
}

.service-list-sec .row:not(:last-child) {
    margin-bottom: 60px;
}

.inner-page-banner-sec.bg-dark-banner {
    background: var(--banner-bg);
}



.list-service-sec {
    background: var(--white);
    padding: 60px 0;
}

.list-service-sec .list-box-ind {
    background: var(--list-bg);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0px 4px 4px 0px #00000014;
    transition: all 0.5s ease;
}

.list-service-sec .text-sub {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 4px;
    font-family: var(--Rockids-Display-font);
}

.list-service-sec h3 {
    margin-bottom: 16px;
    color: var(--black);
}

.list-service-sec .service-box-txt {
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}

.list-service-sec .arrow-btn {
    position: absolute;
    bottom: 12px;
    left: 0;
    display: block;
    transition: all 0.5s ease;
}

.service-img-text img {
    width: 100%;
    display: block;
}

.list-service-sec .list-box-ind:hover .arrow-btn {
  transform: translateX(10px);
}

.list-service-sec .list-box-ind:hover {
    transform: translateY(-8px);
}


.inner-page-banner-sec.bg-service-first {
    background: var(--service-banner-01);
}



.service-details-sec {
    background: var(--service-bg);
    padding: 70px 0;
}

.card-blue-service {
  position: relative;
  padding: 20px;
  border-radius: 13px;
  background: var(--dark-green); /* inner content ka color */
  box-shadow: 0px 4px 4px 0px #00000014;
  z-index: 1;
  overflow: hidden;
  /* min-height: 180px; */
}

.card-blue-service::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 13px;
  padding: 2px; /* border width */
  background: linear-gradient(180deg, #D72E28 0%, #10D0DC 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}



.card-details-left .heading {
    max-width: 220px;
    margin-bottom: 25px;
}

.card-blue-service h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    font-family: var(--Lato-font);
    margin-bottom: 12px;
}

.card-blue-service  p {
    color: var(--black);
    font-size: 15px;
}

.details-service-box {
    padding-left: 100px;
    margin-top: 105px;
}




.services-red-card {
    background: var(--red-color);
    border-radius: 16px;
    padding: 60px 15px;
}

.services-red-card h2 {
    color: var(--white);
    font-size: 65px;
}

.services-red-card p {
    color: var(--color-grey);
}

.fill-btn-white {
    background: var(--white);
    color: var(--red-color);
    padding-top: 10px;
    padding-bottom: 6px;
    min-width: 165px;
    margin-top: 25px;
}


.related-service-sec {
    background: url(../images/success-background-service.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 75px 0;
}

.related-service-sec h2 {
    color: var(--white);
}

.related-service-sec .list-box-ind {
    height: 100%;
    background: var(--white);
}

.related-service-sec .list-box-ind .service-box-txt {
    padding-bottom: 50px;
}


.our-service-sec .services-section .swiper-pagination {
    bottom: 0px;
}




.card-blue-service .icons-box {
    width: 60px;
}

.card-blue-service .text-box {
    width: calc(100% - 76px);
}



.min-height-180 {
    min-height: 208px
}


.list-dot {
    list-style-type: disc;
}

.icons-fixed-box .icons-box {
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: bottom;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}



.service-detail-txt-img-sec {
    padding: 70px 0;
}

.service-detail-txt-img-sec .text-box {
    padding-right: 35px;
}

.how-can-we-sec {
    background: var(--darker-blue);
    padding: 60px 0 40px;
}

.bg-light-box  {
    background: var(--service-bg) !important;
}

.how-can-we-sec h2 {
    color: var(--white);
}

.how-can-we-sec p {
    color: var(--white);
    margin: 0
}


.icons-fixed-box.width-icons-box .icons-box {
    width: 140px;
}


.service-only-img-sec .only-img-box img {
    width: 100%;
    display: block;
}

.service-only-img-sec .only-txet-box p strong {
    color: var(--black);
}

.service-only-img-sec .only-txet-box ul li {
    color: var(--text-Color);
}

.service-only-img-sec .only-txet-box ul {
    padding-left: 30px !important;
}


.our-work-service-sec {
    background: var(--dark-green);
    padding: 40px 0;
}

.our-work-service-sec h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    font-family: var(--Lato-font);
    margin-bottom: 12px;
}

.text-red {
    color: var(--red-color )!important;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.our-work-service-sec .img-box img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.mw-75 {
    max-width: 650px;
    margin: 0 auto;
}



.drop.dropdown-toggle {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    color: var(--color-grey);
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 26px;
}

.dropdown {
    position: relative;
    padding-right: 31px !important;
}

.header .navbar-nav .dropdown-menu .dropdown-menu {
        left: 100% !important;
        top: 0 !important;
    }

    

.navbar-nav .nav-item .dropdown-menu li a {
    background: transparent !important;
}

.navbar-nav .nav-item .dropdown-menu {
    left: -95px !important;
}


.inner-page-banner-sec {
    padding: 40px 0;
}


.accordion-button[aria-expanded="true"] svg {
    transform: rotate(0deg);
}

.accordion-button[aria-expanded="false"] svg {
    transform: rotate(45deg);
}


.figuring-things .img-box:nth-child(3) img, .figuring-things .img-box:nth-child(2) img {
    height: 400px;
}


.privacy-policy-modal p {
    color: var(--header-bg);
}