/*----------------------------------------------------*/
html{font-size: 62.5%;  box-sizing: border-box;-webkit-font-smoothing: antialiased;}
@font-face {
  font-family: 'Muli';
  src: url('Muli.eot');
  src: local('Muli'),
      url('fonts/Muli-Regular.ttf') format('embedded-opentype'),
      url('fonts/Muli.woff2') format('woff2'),
      url('fonts/Muli.woff') format('woff'),
      url('fonts/Muli.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('fonts/SpaceGrotesk-Regular.eot');
  src: url('fonts/SpaceGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
      url('fonts/SpaceGrotesk-Regular.woff') format('woff'),
      url('fonts/SpaceGrotesk-Regular.ttf') format('truetype'),
      url('fonts/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kumbh Sans';
  src: url('fonts/KumbhSans-Regular.eot');
  src: url('fonts/KumbhSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/KumbhSans-Regular.woff2') format('woff2'),
      url('fonts/KumbhSans-Regular.woff') format('woff'),
      url('fonts/KumbhSans-Regular.ttf') format('truetype'),
      url('fonts/KumbhSans-Regular.svg#KumbhSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fredoka';
  src: url('fonts/Fredoka-Light.eot');
  src: url('fonts/Fredoka-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Fredoka-Light.woff2') format('woff2'),
      url('fonts/Fredoka-Light.woff') format('woff'),
      url('fonts/Fredoka-Light.ttf') format('truetype'),
      url('fonts/Fredoka-Light.svg#Fredoka-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



body{font-family:Muli, "Muli", sans-serif; font-size: 1.6rem}
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Kumbh+Sans:wght@100..900&family=Manrope:wght@200..800&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");


:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #11082B;
  --ztc-text-text-3: #3C354F;
  --ztc-text-text-4: #FF0A54;
  --ztc-text-text-5: #090B0E;
  --ztc-text-text-6: #FBFF51;
  --ztc-text-text-7: #ADFF1C;
  --ztc-text-text-8: #FF0A9D;
  --ztc-text-text-9: #170C29;
  --ztc-text-text-10: #403B3F;
  --ztc-text-text-11: #9C55FE;
  --ztc-text-text-12: #FF0A54;
  --ztc-bg-bg-1: #fff;

  --ztc-bg-bg-10: linear-gradient(91deg, #8f12fd 0.78%, #4294e3 99.88%);
  --ztc-bg-bg-11: linear-gradient(84deg, #4294e3 0%, #8f12fd 100%);
 
}

/*----------------------------------------------------*/
.img-area img{width: 68rem;;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", sans-serif;
  color: var(--secondary_color);
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

ul {
  margin: 0rem;
  padding: 0rem;
}

li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 5rem;
  line-height: 6rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-family: "Anton", sans-serif;
}

h3 {
  font-size: 3rem;
  line-height: 3.6rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 3rem;
}

h5 {
  font-size: 2.0rem;
}


.border-start,
.border-end,
.border-bottom,
.border-top {
  border-color: var(--black_50) !important;
}

/* *::-moz-selection {
  background: var(--theme-color);
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--theme-color);
  color: #ffffff;
  text-shadow: none;
} */



/*  section title css */
.section-title {
  text-align: center;
  /*  New Version */
}

.section-title h1 {
  font-size: 50rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.section-title h2 {
  font-size: 36rem;
  color: var(--secondary_color);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 2.0rem;
}
.section-title P {
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  line-height: 3rem;
  margin-top: 1.0rem;
}


/*   HEADER CSS
/*----------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
}
header .header-top {
  background-color: #171d24;
}
header .header-top.bg_white .header-info-left {
  color: var(--p_color);
}
header .header-top.bg_white .header-info-right ul li a {
  color: var(--p_color);
}
header .header-top.bg_white .header-info-right ul li i {
  color: #6a737c;
}
header .header-top .header-info-left {
  display: flex;
  align-items: center;
  color: #bbc0c4;
  font-size: 1.4rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
header .header-top .header-info-left .language-list .nice-select {
  background-color: transparent;
  border: none;
  padding-left: 0;
}
header .header-top .header-info-left .timestamp i {
  display: block;
  margin-right: .5rem;
  float: left;
  margin-top: .2rem;
}
header .header-top .header-info-right {
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
header .header-top .header-info-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-top .header-info-right ul li {
  margin: 0 1.5rem;
}
header .header-top .header-info-right ul li:last-child {
  margin-right: 0;
}
header .header-top .header-info-right ul li img {
  margin-right: .8rem;
}
header .header-top .header-info-right ul li a {
  color: #bbc0c4;
  font-size: 1.4rem;
}
header .header-top .header-info-right ul li i {
  color: #bbc0c4;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: .8rem;
}

.header-menu {
  z-index: 1;
  background-color: transparent;
  transition: all 0.2s linear;
}

.header-menu.navbar_fixed {
  background: var(--bs-white);
  box-shadow: 0 .1rem 4rem rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.2s, top 0.4s linear;
}

.header-menu.navbar_fixed .navbar .sticky_logo .sticky {
  display: block;
}
.header-menu.navbar_fixed.header-menu-1 .theme-btn, .header-menu.navbar_fixed.header-menu-3 .theme-btn, .header-menu.navbar_fixed.header-menu-4 .theme-btn {
  background-color: var(--theme-color);
  color: #fff;
}

.header-menu .navbar {
  padding: 0 !important;
}
.header-menu .navbar .sticky_logo .main {
  display: block;
}
.header-menu .navbar .sticky_logo .sticky {
  display: none;
}
.header-menu .menu > .nav-item {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  transition: all 0.3s linear;
}
  /* .header-menu .menu > .nav-item.submenu .dropdown-menu:before{  content: "";
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 60px);
} */
/* .header-menu .menu > .nav-item .dropdown-toggle{padding: 1rem;} */

.header-menu .dropdown-item.active, .dropdown-item:active{background: none!important;}
.navbar .nav-item:hover ul.dropdown-menu li::before {
 content: "\f111";
    position: absolute;
    /* top: 3em; */
    left: 0;
   font-family: arial; 
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.18em;
    line-height: 11px;
    color: #9529f8;
    font-weight: 700;
    background-color: #9529f8;
    box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
    margin: 1.1rem;
}

.header-menu .menu > .nav-item > .nav-link {
  font-size: 1.6rem;
  color: #fff;
  font-family: Kumbh Sans, sans-serif;
  font-weight: 500;
  position: relative;
  padding: 0rem 2.0rem;

}

.header-menu .menu > .nav-item > .nav-link.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: .5rem;
  width: .5rem;
  border-radius: 50%;
  background-color: #fff;
}
.header-menu .menu > .nav-item > .nav-link::after {
  display: none;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu {
  margin: 0;
padding: 1rem;
  left: 0;
  min-width:100%;
background: #fff;


  padding: 2.0rem 2rem;

}
/* .header-menu .menu > .nav-item.submenu .dropdown-menu:before {
  content: "";
    width: 0.7rem;
    height: 0.7rem;
    background: #5f04f3;
    position: absolute;
    top: -9px;
  transform: rotate(45deg);
  left: 4rem;
  border-left: .1rem solid var(--black_50);
  border-top: .1rem solid var(--black_50);
} */
@media (min-width: 99.2rem) {
 
  .header-menu .menu > .nav-item.submenu .dropdown-menu {
    transform: translateY(2.0rem);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item {
  padding: 0 3rem;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item + .nav-item {
  margin-top: .8rem;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link:before {
  display: none;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu.dropdown_menu_two .nav-item .nav-link img {
  margin-right: 2.0rem;
  width: 3.2rem;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item {
  padding: 0 4rem 0 3rem;
  transition: all 0.3s linear;
  position: relative;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item > i {
  padding-right: 1.0rem;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item + .nav-item {
  margin-top: 1.8rem;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link {
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  font-family: "Muli", sans-serif;
  font-weight: 500;
  color: var(--p_color);
  transition: color 0.2s linear;
  position: relative;
  display: inline-block;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link.active {
  color: var(--brand_color);
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link:after {
  display: none;
}
@media (min-width: 99.2rem) {
   .d-left{    left: 30rem!important;
    top: 5rem!important;}
  .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .dropdown-menu, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .dropdown-menu, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(.1rem) translateY(0rem);
  }
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > .nav-link, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > .nav-link, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link {
  color: var(--brand_color);
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:hover > i, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item:focus > i, .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item.active > i {
  color: var(--brand_color);
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
  transition: all 0.3s ease-in;
}
.header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu:before {
  display: none;
}
@media (min-width: 99.2rem) {
  .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item > .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0rem;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateX(.1rem) translateY(2.0rem);
    transition: all 0.3s ease-in;
    background: var(--bs-white);
    padding: 2.0rem 0;
    box-shadow: none;
  }
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu {
  min-width: 54rem;
  padding: 0;
  background: #4464a1;
  border: 0;
  max-height: 309rem;
  min-height: 309rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu li > div {
  min-height: 309rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .nav-pills {
  padding: 3rem 0;
  background: #fff;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  height: 100%;
  margin-right: -1.0rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item {
  padding: 0 3rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:after {
  content: "5";
  position: absolute;
  right: 2.5rem;
  top: -.1rem;
  font-family: "ElegantIcons";
  display: block;
  color: var(--theme-color);
  transition: all 0.2s linear;
  opacity: 0;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link {
  font-size: 1.4rem;
  color: var(--p_color);
  display: inline-block;
  border-radius: 0;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item .nav-link.active {
  background: transparent;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item + .nav-item {
  margin-top: 1.2rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover:after, .header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active:after {
  opacity: 1;
  right: 2.0rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item:hover .nav-link, .header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabHeader .nav-item.active .nav-link {
  color: var(--theme-color);
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane {
  padding: 26rem 1.0rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list {
  width: 50%;
  padding-bottom: 1.2rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list.w_100 {
  width: 100%;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li {
  margin-bottom: 1.2rem;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: "Muli", sans-serif;
  font-weight: 500;
}
/* .header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:before {
  content: "";
  width: 0;
  height: .1rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
} */
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a:hover:before, .header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane .tab_list li a.active:before {
  width: 100%;
}
.header-menu .menu > .nav-item.submenu.mega_menu .dropdown-menu .tabContent .tab-pane p {
  font-size: 1.4rem;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.header-menu .menu > .nav-item:hover > i {
  color: var(--brand_color);
}
@media (min-width: 99.2rem) {
  .header-menu .menu > .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}


.navbar-toggler {
  padding-right:7px;
  padding-left: 7px;
  margin-right: 10px;
}

.hamburger {
  height: 100%;
  width: 100%;
  display: block;
}
.hamburger span {
  width: 0%;
  height: .2rem;
  position: relative;
  top: 0;
  left: 0;
  margin: .4rem 0;
  display: block;
  background: #000;
  border-radius: 3rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}

.menu_toggle {
  width: 2.2rem;
  height: 2.2rem;
  position: relative;
  cursor: pointer;
  display: block;
}
.menu_toggle .hamburger {
  position: absolute;
}
.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}
.menu_toggle .hamburger-cross span {
  display: block;
  background: #000f;
  border-radius: 3rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: .2rem;
  position: absolute;
  top: 0;
  left: 1.0rem;
  transition-delay: 0.3s;
}
.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: .2rem;
  position: absolute;
  left: 0;
  top: 1.0rem;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}
.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}
.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}
.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

.mobile_dropdown_icon {
  display: none;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  banner CSS
/*----------------------------------------*/
.banner-area {
  /* background-color: var(--theme-color); */
  background-image:
    linear-gradient(to bottom, rgba(66, 148, 227, 0.85), rgba(143, 18, 253, 0.90)),
    url('../images/main-bg.webp');
background-size: cover;
    color: white;
 background-position: center;
 position: relative;
  /* floating bubbles */
}
.banner-area:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background:url(../images/bg-circle.png) no-repeat;
} 

.banner-area .banner-content h1 {
  font-size: 6.0rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  line-height: 7.0rem;
}




@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 99.1rem), only screen and (min-width: 576rem) and (max-width: 767rem), (max-width: 767rem) {
  .ag-wc-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
   .d-left{    left: -30rem!important;
    top: 5rem!important;}
}

.ag-wc-img-wrap {
  width: 100%;
  height: 64.5rem;
}
@media (max-width: 901px) {
.header-menu-1 .navbar-collapse .menu {
    background: #fff;
    color: #000!important;
}
.header-menu .menu > .nav-item{padding: 1rem 0;}
.header-menu .menu > .nav-item > .nav-link{color: #000!important;
padding-bottom: .5rem;
    padding-top: .5rem;    line-height: 2px;}
}
@media (max-width: 480px) {
  .ag-wc-img-wrap {
    height: auto;
    width: 100%;
  }
}
.ag-wc-img-wrap .ag-wc-img-list li {
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% .1rem;
  transform-origin: 50% .1rem;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .ag-wc-img-wrap .ag-wc-img-list li {
    height: 100rem !important;
    width: 100rem !important;
  }
}
@media (max-width: 480px) {
.header-menu-1 .navbar-collapse .menu{background: #fff; color:red}
  .ag-wc-img-wrap .ag-wc-img-list li {
    display: none;
  }
  .header-menu .menu > .nav-item > .nav-link{color: #000!important;}
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(1) {
  top: 0%;
  left: 15%;
  width: 12.5rem;
  height: 12.5rem;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(2) {
  top: 30%;
  left: 10%;
  width: 9.2rem;
  height: 9.2rem;
  animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(3) {
  top: 35%;
  left: 40%;
  width: 12.0rem;
  height: 12.0rem;
  animation-duration: 11s;
  -webkit-animation-duration: 11s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(4) {
  top: 10%;
  right: 5%;
  width: 18rem;
  height: 18rem;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(5) {
  left: 5%;
  bottom: 14%;
  width: 21.0rem;
  height: 21.0rem;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.ag-wc-img-wrap .ag-wc-img-list li:nth-child(6) {
  right: 5%;
  bottom: 14%;
  width: 17.0rem;
  height: 17.0rem;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@media (max-width: 480rem) {
  .ag-wc-circle {
    display: none;
  }
}
.ag-wc-circle li {
  position: absolute;
  border-radius: 100%;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: 50% .1rem;
  transform-origin: 50% .1rem;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.ag-wc-circle li:nth-child(1) {
  top: 12%;
  left: 35%;
  width: 70rem;
  height: 70rem;
  background-color: #fff;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ag-wc-circle li:nth-child(2) {
  right: 0%;
  width: 2.5rem;
  bottom: 50%;
  height: 2.5rem;
  background-color: #43baff;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.ag-wc-circle li:nth-child(3) {
  left: 0%;
  width: 2.5rem;
  bottom: 30%;
  height: 2.5rem;
  background-color: #43baff;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ag-wc-circle li:nth-child(4) {
  left: 50%;
  width: 5.8rem;
  bottom: 10%;
  height: 5.8rem;
  background-color: #fff;
  animation-duration: 11s;
  -webkit-animation-duration: 11s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ag-wc-circle li:nth-child(5) {
  top: 40%;
  right: 30%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #7141b1;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.ag-wc-text-wrap {
  max-width: 53.5rem;
}
@media only screen and (min-width: 99.2rem) and (max-width: 1199rem), only screen and (min-width: 76.8rem) and (max-width: 99.1rem), only screen and (min-width: 576rem) and (max-width: 767rem), (max-width: 767rem) {
  .ag-wc-text-wrap {
    margin: 0 auto;
    max-width: 680rem;
  }
}

.ag-wc-counter {
  gap: 3rem;
  max-width: 42.0rem;
}

.ag-wc-count-item h3 {
  font-size: 90rem;
  color: var(--ag-title-color);
}
@media only screen and (min-width: 99.2rem) and (max-width: 1199rem) {
  .ag-wc-count-item h3 {
    font-size: 70rem;
  }
}
@media only screen and (min-width: 76.8rem) and (max-width: 99.1rem), only screen and (min-width: 576rem) and (max-width: 767rem) {
  .ag-wc-count-item h3 {
    font-size: 5.5rem;
  }
}
@media (max-width: 767rem) {
  .ag-wc-count-item h3 {
    font-size: 4.5rem;
  }

}
@media (max-width: 480rem) {
  .ag-wc-count-item h3 {
    font-size: 4rem;
  }
}
.ag-wc-count-item p {
  font-size: 2.0rem;
  font-weight: 800;
  max-width: 170rem;
  line-height: 1.2;
  color: var(--ag-title-color);
}
@-webkit-keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-1.0rem) rotate(0deg);
    transform: rotate(0deg) translate(-1.0rem) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-1.0rem) rotate(-360deg);
    transform: rotate(360deg) translate(-1.0rem) rotate(-360deg);
  }
}
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-1.0rem) rotate(0deg);
    transform: rotate(0deg) translate(-1.0rem) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-1.0rem) rotate(-360deg);
    transform: rotate(360deg) translate(-1.0rem) rotate(-360deg);
  }
}

/*----------------------------------------*/
/*   Breadcrumb CSS
/*----------------------------------------*/
.breadcrumb-widget {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  background-image: linear-gradient(to bottom, rgba(66, 148, 227, 0.85), rgba(143, 18, 253, 0.90)), url(../images/fina.avif);
    background-size: cover;
    color: white;
    background-position: center;
    position: relative;
  }
.linear__icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-animation: mymove 0.5s infinite alternate;
  animation: mymove 0.5s infinite alternate;
  color: #319dfe;
  z-index: 99999;
  font-size: 4.5rem;
  transform: translate(-50%, 0%);
}
.breadcrumb-widget:before{
  background: url(../images/bottom-corner.svg) no-repeat bottom center;
  content: "";
  width: 34.9rem;
  height: 8.7rem;
  z-index: 999;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);

} 



/*============= banner-saas-area css ================*/
.banner-saas-area {
  background: #F8FCFC;
  background: linear-gradient(180deg, #EEF3FE 0%, rgba(242, 242, 242, 0.38) 100%);
  padding-top: 22.0rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-saas-area .shape_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.saas-banner-content h5 {
  border-radius: 1.2rem;
  border: .1rem solid #C1D2E1;
  background: #F6F9FF;
  font-size: 1.4rem;
  font-weight: 600;
  color: #7B7F9C;
  font-family: "Muli", sans-serif;
  padding: 1.1rem 1.6rem 1.0rem 1.6rem;
  display: inline-block;
  margin-bottom: 3.5rem;
}
.saas-banner-content h1 {
  color: var(--secondary_color);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 7.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 9.8rem;
  letter-spacing: -.3rem;
  margin-bottom: 3.5rem;
}
.saas-banner-content h1 span {
  background: linear-gradient(90deg, #5E80FF 45.35%, #FC82AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.saas-banner-content p {
  font-size: 2.4rem;
  line-height: 4.2rem;
  color: #878BA9;
  font-family: "Poppins", sans-serif;
  max-width: 76.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5rem;
}
.saas-banner-content .theme-btn {
  border-radius: .8rem;
  margin: 0rem 1.2rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
}
.saas-banner-content .theme-btn + .theme-btn {
  border: .1rem solid #C1D2E1;
  color: #1B2A52;
}
.saas-banner-content .theme-btn + .theme-btn:hover {
  color: #fff;
}

.dahbord_img {
  margin: 8.0rem -14.6rem 0rem;
}
@media (max-width: 144rem) {
  .dahbord_img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 144rem) {
  .dahbord_img img {
    max-width: 100%;
  }
}

.bar-main {
  margin: 1.8rem 0 3.5rem;
}

.bar.bar-big {
  height: .5rem;
  width: 9.0rem;
  background: #f7c7ff;
  margin: 2.0rem auto;
  position: relative;
  border-radius: 3rem;
}
.bar.bar-big::before {
  content: '';
  position: absolute;
  left: 0;
  top: -.3rem;
  height: 1.0rem;
  width: 1.0rem;
  border-radius: 50%;
  background: #f7c7ff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
.t_center .bar.bar-big::before {
  margin: auto;
}
.bar.bar-big::before {
  background: #c139d8;
}
/*----------------------------------------*/
/*   track financial progress CSS
/*----------------------------------------*/
.track-f-progress {
  overflow: hidden;
  background:#f9f9f9;
}
.track-f-progress .img-content {
  position: relative;
  text-align: right;
  z-index: 1;
}
.track-f-progress .img-content .bg-img {
  position: absolute;
  z-index: -1;
  top: -35%;
  left: -30%;
}
.track-f-progress .img-content .track-3 {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.track-f-progress .img-content .track-img {
  position: absolute;
  /* max-width: 100%;
  width: auto; */
}
.track-f-progress .img-content .track-img.track-1 {
  top: 4rem;
  left: -7.3rem;
  z-index: 1;
}
.track-f-progress .img-content .track-img.track-2 {
  bottom: 4rem;
  left: -1.5rem;
}
.track-f-progress .text-content {
  position: relative;
  z-index: 1;
}

.track-f-progress .text-content p,
.card-payment .text-content p,
.internet-banking .text-content p {
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  margin-top: 1.7rem;
  line-height: 2.6rem;
}

.track-f-progress .text-content h2,
.card-payment .text-content h2,
.internet-banking .text-content h2 {
  font-size: 3.6rem;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}



/*   Statistics widget CSS
/*----------------------------------------*/
.floated-widget {
  border-radius: 1.0rem;
  box-shadow: 0 2.0rem 4.5rem 0 rgba(51, 77, 114, 0.15);
  padding: 4rem 5.0rem;
  position: absolute;
  top: -7.0rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 3;
}

/*  Call To Action CSS
/*----------------------------------------*/
.cta {
  background-position: center;
  background-size: auto;
  padding: 7rem 11rem 7rem 10rem;
  border-radius: 1.0rem;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: auto;
  bottom: 0;
  transform: translateY(50%);
  left: 1.5rem;
  right: 1.5rem;
}
.cta .shapes img {
  position: absolute;
  animation: pulse 1.5s ease-out infinite alternate both;
}
.cta .shapes img:nth-child(1) {
  right: 5%;
  bottom: 10%;
  animation-delay: 0.2s;
  animation: moveY 15s linear infinite alternate both;
}
.cta .shapes img:nth-child(2) {
  left: 25%;
  bottom: 0;
  animation: none;
}
.cta .shapes img:nth-child(3) {
  left: 50%;
  bottom: 0;
}
.cta .shapes img:nth-child(4) {
  top: 0%;
  right: 0;
  animation-delay: 0.8s;
}
.cta .shapes img:nth-child(5) {
  bottom: 0%;
  left: 0;
  animation-delay: 1.8s;
}
.cta .shapes img:nth-child(6) {
  top: 0%;
  left: 25%;
  animation: none;
}

.cta-3 {
  background-color: #d0f2ec;
  position: relative;
  overflow: hidden;
}
.cta-3 .img-shapes .shape {
  position: absolute;
}
@keyframes WingsOne {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.cta-3 .img-shapes .shape .fly-msg {
  transform: rotate(-30deg);
}
.cta-3 .img-shapes .shape .fly-msg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
  animation-delay: 0.2s;
}
.cta-3 .img-shapes .shape .fly-msg img:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
  animation-fill-mode: both;
  animation: WingsOne 0.2s ease-in infinite alternate-reverse;
}
.cta-3 .img-shapes .shape:nth-child(1) {
  left: 3%;
  transform-origin: left bottom;
  top: 70%;
}
.cta-3 .img-shapes .shape:nth-child(2) {
  left: 48%;
  top: 10%;
}
.cta-3 .img-shapes .shape:nth-child(3) {
  right: 21%;
  bottom: 0%;
  transform-origin: right bottom;
}
.cta-3 .img-shapes .shape:nth-child(4) {
  right: 10%;
  top: 20%;
}
.cta-3 .cta-content {
  position: relative;
  z-index: 1;
}
.cta-3 .cta-content h5 {
  font-size: 2.0rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #535a60;
}
.cta-3 .cta-content h2 {
  line-height: 4.2rem;
  margin-bottom: 0;
}
.cta-3 .cta-content .theme-btn {
  background-color: var(--secondary_color);
  height: 60rem;
  line-height: 5.7rem;
  padding: 0 .4rem;
}
.cta-3 .form-control {
  border-color: #171d24;
  padding: 0 2.0rem;
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: var(--p_color);
  background-color: transparent;
  text-transform: lowercase;
}
.cta-3 .form-control::placeholder {
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: var(--p_color);
}


.cta-content h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.cta-content p {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Muli", sans-serif;
}
.cta-content .theme-btn {
  font-size: 2.0rem;
  height: 66rem;
  line-height: 6.6rem;
  padding: 0 5rem;
}
.cta-content .cta-text-violet {
  color: #5816c5;
}



.contact-form-widget label {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 1.2rem;
}
.contact-form-widget .form-control {
  background-color: transparent;
  height: 5.5rem;
  color: #9199a1;
  font-size: 1.4rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  padding-right: 2.0rem;
  padding-left: 2.0rem;
}
.contact-form-widget .form-control::placeholder {
  color: #9199a1;
  font-size: 1.4rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
.contact-form-widget .form-control:focus {
  box-shadow: none;
}
.contact-form-widget textarea.form-control {
  height: inherit;
}
.contact-form-widget .policy-text {
  font-size: 1.4rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
}

/*----------------------------------------*/
/*   Get In Touch Area CSS
/*----------------------------------------*/
.get-touch-area .get-touch-box {
  display: flex;
  align-items: flex-start;
}
.get-touch-area .get-touch-box .icon {
  margin-right: .8rem;
}
.get-touch-area .get-touch-box .icon img {
  vertical-align: text-top;
}
.get-touch-area .get-touch-box .icon i {
  font-size: 1.8rem;
}
.get-touch-area .get-touch-box p {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;

  margin-bottom: .8rem;
  line-height: 2.4rem;
}
.get-touch-area .get-touch-box span {
  font-size: 1.4rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;

  line-height: 2.2rem;
}

.get-touch-area-2 {
  padding: 12.8rem 0;
  background: url(../img/home-5/get-touch-bg.png), #0e1520;
  background-position: right;
  background-repeat: no-repeat;
  background-size: initial;
}
.get-touch-area-2 h1 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.8rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.get-touch-area-2 p {
  font-family: "Muli", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #eeeeee;
  margin-bottom: 0;
}
.get-touch-area-2 .consult-num {
  margin-top: 4rem;
  display: flex;
}
.get-touch-area-2 .consult-num > div {
  width: 50%;
}
.get-touch-area-2 .consult-num h1 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 60rem;
  color: #d1edf5;
  margin-bottom: .2rem;
}
.get-touch-area-2 .consult-num p {
  line-height: 24rem;
  color: #fff;
}
.get-touch-area-2 .touch-form {
  padding: 60rem 4.8rem;
  border-radius: .8rem;
}
.get-touch-area-2 .touch-form h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 4rem;
}
.get-touch-area-2 .touch-form .form-control {
  border-radius: 4rem;
  background-color: #f2f0ef;
  height: 56rem;
  line-height: 56rem;
  margin-bottom: 1.6rem;
  padding-left: 24rem;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer {
  background-position: center;
  background-size: cover;
  /* background-color: var(--theme-color); */
  /* background: linear-gradient(to right, #4294e3, #8f12fd); */
  
  /* copyright*/
}
.footer .footer-top .footer-text {
  color: #55529a;
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 2.4rem;
}
.footer .footer-top .social-icon a {
  color: #55529a;
  margin: 1.0rem;
}

.footer .footer-top .footer-widget .f-widget-title {
  margin-bottom: 2.0rem;
}
.footer .footer-top .footer-widget .f-widget-title h5 {
  font-size: 1.8rem;
  color: 55529a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: left;
}
.footer .footer-top .footer-widget .footer-link ul li a {
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: #55529a;
  border-bottom: .1rem solid transparent;
  line-height: 1.5rem;
}
.img-area{margin: auto;}
.footer .footer-top .footer-widget .footer-link ul li a:hover {
  border-color: #55529a;
}
.footer .copyright {
  color: #55529a;
}
.footer .copyright .short-text a {
  font-size: 1.4rem;
}
.footer .copyright .copyright-text.short-text p {
  font-size: 1.4rem;
  color: #55529a;
}
.footer .copyright .copyright-text p {
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  color: #9199a1;
}
.footer .copyright a {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  padding: 1.0rem 0;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .copyright a:first-child {
  margin-left: 0;
}
.footer .copyright .nice-select {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  margin: auto;
  padding-left: 0;
}
.footer .copyright .nice-select .list {
  top: inherit;
  bottom: 100%;
  border: .1rem solid #fff;
  transform-origin: bottom center;
}
.footer .copyright .nice-select .list:hover .option:not(:hover) {
  background-color: #0f1123 !important;
}
.footer .copyright .nice-select .list .option {
  background-color: #0f1123;
  text-transform: capitalize;
}
.footer .copyright .nice-select .list .option:hover {
  background-color: #1d2038;
}
.footer .copyright .social-button a {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: .1rem solid #fff;
  background-color: transparent;
  font-size: 1.6rem;
  color: #fff;
  line-height: 19rem;
  text-align: center;
  transition: all 0.3s ease-out;
}
.footer .copyright .social-button a:hover {
  background-color: #fff;
  color: var(--brand_color);
}
.footer.footer-1 {
 /* background: url("../images/footer-bg.png") no-repeat bottom; */
 background-color: #f6f4f4;
 /* background-image: url("../images/footer-bg.png"); */
 background-position: top center;
margin-top: 5rem;
 background-size: 100% auto;

}
.footer.footer-2 {
  background-color: #171d24;
}
.footer.footer-2 .footer-text {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
}
.footer.footer-2 .footer-widget h4 {
  font-size: 24rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 4rem;
}
.footer.footer-2 .footer-top .f-widget-title {
  margin-bottom: 1.2rem;
}
.footer.footer-2 .footer-top .f-widget-title h5 {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5rem;
  margin-bottom: 0;
  line-height: 36rem;
}
.footer.footer-2 .footer-link ul li a {
  font-size: 1.6rem;
  color: #d7d8d9;
}
.footer.footer-2 .footer-link ul li a:hover {
  color: #fff;
}
.footer.footer-2 .copyright .line {
  height: .1rem;
  width: 100%;
  background-color: #fff;
}
.footer.footer-2 .copyright .copyright-text {
  color: #c3cdd9;
}
.footer.footer-3 {
  background-color: #171d24;
}
.footer.footer-3 .footer-top .footer-text {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  line-height: 3rem;
  letter-spacing: .1rem;
}
.footer.footer-3 .copyright {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer.footer-3 .copyright .copyright-text {
  color: #c8ccd0;
}

/*========== saas-footer-area css ========*/
.saas-footer-top {
  padding: 80rem 0 50rem;
}

.f-widget-title {
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--secondary_color);
  margin-bottom: 24rem;
}

.about-widget ul li {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #878BA9;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 2.5rem;
}
.about-widget ul li a {
  transition: color 0.2s linear;
}
.about-widget ul li a:hover {
  color: var(--brand_color);
}

.footer-link li {
  margin-bottom: 1.4rem;
}
.footer-link li a {
  font-size: 1.6rem;
  color: #878BA9;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  transition: all 0.2s linear;
}
.footer-link li a:hover {
  color: var(--brand_color);
}

.saas-footer-bottom {
  border-top: .1rem solid var(--black_50);
  padding: 4rem 0;
}
.saas-footer-bottom .f-social a {
  color: #A7AABE;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 1.8rem;
}
.saas-footer-bottom .f-social a:hover {
  color: var(--brand_color);
}
.saas-footer-bottom p {
  color: #878BA9;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}
.saas-footer-bottom p a {
  color: #1F1F1F;
}
.saas-footer-bottom p a:hover {
  color: var(--brand_color);
}
.saas-footer-bottom .payment-list {
  text-align: right;
}
.saas-footer-bottom .payment-list li {
  display: inline-flex;
}

.bank-footer-area {
  background: #101010;
  padding-bottom: 3rem;
}
.bank-footer-area .footer_top {
  padding-top: 280rem;
  padding-bottom: 100rem;
}
.bank-footer-area .footer_top .f-widget-title {
  color: #fff;
}
.bank-footer-area .about-widget p {
  color: #9B9B9B;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  padding-right: 100rem;
  margin-top: 2.5rem;
}
.bank-footer-area .footer-link li a {
  color: #9B9B9B;
}
.bank-footer-area .footer-link li a:hover {
  color: #fff;
}
.bank-footer-area .copyright-text a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #7C778B;
  font-family: "Muli", sans-serif;
  margin-right: 3rem;
}
.bank-footer-area .copyright-text a:hover {
  color: #fff;
}
.bank-footer-area .f-social a {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.8rem;
  background: #2C2C2C;
  color: #797979;
  display: inline-block;
  margin-left: 6rem;
}
.bank-footer-area .f-social a:hover {
  color: var(--brand_color);
  background: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
body.body_dark {
  --brand_color: #3185ec !important;
  --secondary_color: #ffffff !important;
  --body-color: #f1f1f1 !important;
  --p_color: #c3c3c3 !important;
  --black_900: #f1f1f1 !important;
  --black_850: #ededed !important;
  --black_800: #e9e9e9 !important;
  --black_750: #e5e5e5 !important;
  --black_700: #e1e1e1 !important;
  --black_600: #bebebe !important;
  --black_500: #b9b9b9 !important;
  --black_400: #a2a2a2 !important;
  --black_150: rgba(255,255,255,0.3) !important;
  --black_50: #494949 !important;
  --black_25: #383838 !important;
  --border_on_white: #2c303a !important;
  --border_on_gray: #6a737c !important;
  --border-on-highlight: #393e4b !important;
  --font-color-gray: #f1f1f1 !important;
  --bs-white: #2c303a !important;
  --bg-color-gray: #e2e6e763 !important;
  --sec-bg-color: #131417 !important;
  color: #c3c3c3 !important;
  background: var(--sec-bg-color);
}

.body_dark .bg-white, body.body_dark .bg_white, body.body_dark .bg_disable, body.body_dark .cta-3, body.body_dark .cta-area-2, body.body_dark .client-area-2, body.body_dark .banner-area-6, body.body_dark .feature-area-3, body.body_dark .how-it-work .single-widget.consultation .widget-content li.active .number,
body.body_dark .get-touch-area-2 .touch-form .form-control, body.body_dark .banner-area, body.body_dark .help-cta, body.body_dark .manage-c-finance, body.body_dark .app-showcase-area,
body.body_dark .bank-fact-area, body.body_dark .banner-area-3, body.body_dark .banner-saas-area {
  background: var(--sec-bg-color) !important;
}
body.body_dark .banner-area-2, body.body_dark .loan-slider .single-slide, body.body_dark .loan-slider .slick-arrow {
  background-image: linear-gradient(180deg, #131417 0%, #131417 100%) !important;
}
body.body_dark .feature-job-description, body.body_dark .feature-card-widget-8, body.body_dark .fast-e-loan .learn-more ul li, body.body_dark .loan-details-widget .dob .nice-select,
body.body_dark .calculator-widget-2 .calculator-result-widget, body.body_dark .pricing_inner .price_item, body.body_dark .loan-details-widget .dropzone {
  background: var(--bs-white);
}
body.body_dark .pricing_inner .price_item:hover {
  background: var(--brand_color);
}
body.body_dark .banner-saas-area .shape_img, body.body_dark .app-showcase-area .shape_img {
  opacity: 0.3;
}
body.body_dark .saas-clients-logo .clients-logo {
  opacity: 1;
}
body.body_dark .saas-feature-card .text-btn {
  color: var(--secondary_color);
}
body.body_dark .process-area .saas-feature-card p, body.body_dark .saas-section-title p, body.body_dark .saas-feature-card p {
  color: var(--p_color) !important;
}
body.body_dark .single-sidebar-widget .widget-title {
  background-color: #6a737c;
}
body.body_dark .loan-details-widget .form-control, body.body_dark .loan-details-widget .nice-select {
  border-color: var(--black_50);
}
body.body_dark .loan-details-widget .form-control {
  background: #2c303a;
}
body.body_dark .services-area table tbody tr:nth-child(odd) > *:nth-child(odd) {
  background: #2C303A;
}
body.body_dark .services-area table tbody tr:nth-child(odd) > *:nth-child(even) {
  background: #2C303A;
}
body.body_dark .services-area table tbody tr:nth-child(even) > *:nth-child(odd) {
  background: #252935;
}
body.body_dark .services-area table tbody tr:nth-child(even) > *:nth-child(even) {
  background: #252935;
}
body.body_dark .header-menu.header-menu-2 .menu > .nav-item > .nav-link {
  color: #FFFFFF;
}

.js-darkmode-btn {
  position: relative;
  background: #1d2746;
  color: gold;
  border-radius: 50rem;
  padding: 0 .5rem;
  margin-left: 1.5rem;
  height: 26rem;
}

.js-darkmode-btn label {
  margin: 0;
  cursor: pointer;
}
.js-darkmode-btn label:hover {
  color: gold;
}

.js-darkmode-btn .ball {
  height: 2.0rem;
  width: 2.0rem;
  position: absolute;
  background-color: #fafafa;
  border-radius: 50%;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  transition: all 0.3s linear 0s;
}

.js-darkmode-btn ion-icon {
  color: gold;
  font-size: 1.4rem;
}

.js-darkmode-btn input {
  display: none;
}

.js-darkmode-btn ion-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pt-300{padding-top: 30rem;}
.mt-300{margin-top: 30rem;}
/*# sourceMappingURL=style.css.map */
.card-header {
  margin-bottom: 0rem;
  padding: 1.5rem 1.6rem 1.0rem;
  border-radius: 1.0rem;
  background-color: #fff;
  box-shadow: none;
}
.card-header .btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #c139d8;
  text-align:left;}

.card-header{border-bottom: 0rem;}
.card-header .btn{padding-left: 0rem;}
.card{
  border: 0px;
  border-bottom: 1px solid #dfdfdf;
}
.breadcrumb-job-info{font-size: 2.0rem; font-family: "Muli", sans-serif; color: #fff;}
.contact-us p{color:#55529a;}
.banner-area .banner-content p {font-size: 2.0rem; position: relative; font-family: "Muli", sans-serif; font-weight: 400; color: var(--bs-white);line-height: 2.6rem; margin-top: 2.0rem;}
.card-header .btn::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background: #c139d8 url(../images/arrow-b.svg) 1rem 1.4rem;
  background-repeat: no-repeat;
  padding: 2rem;
  border-radius: 50%;
 

}

.card-header .btn{position: relative;
display: flex;
align-items: center;
width: 100%;
padding: .1rem 0 .1rem 2rem;

color: #212529;
text-align: left;
background-color: #fff;
font: 700 2.6rem/3.5rem Space Grotesk;
border: 0;
border-radius: 0;
overflow-anchor: none;

transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.card-header .btn:not(.collapsed)::after {
  /* background:#c139d8 url("../images/arrow-b.svg") no-repeat;  */
  transform: rotate(-180deg)
}
.footer .footer-top .footer-text p{font-family:"Muli", sans-serif;}

.service-4 {
  position: relative;
  overflow: hidden;
}
.section-padding {
  padding: 12.0rem 0;
}
.section-bg {
  background-color: #f3f8ff!important;
}
.section-title {
  position: relative;
}
.section-title .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  padding: 6rem 19rem;
  background: linear-gradient(84deg, rgba(63, 181, 253, 0.12) 0%, rgba(11, 110, 218, 0.12) 100%);
  margin-bottom: 1.5rem;
  border-radius: 4rem;
}
.section-title .sub-title span {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0.26rem;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.section-title h2 {
  color: var(--black-2);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 5.5rem;
  letter-spacing: -.1rem;
  text-transform: none;
}
.overflow-hidden {
  overflow: hidden !important;
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0rem,0,0);
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.service-4 .signle-service-item {
  width: 100%;
  height: 26.8rem;
  padding: 7.5rem 4rem 3rem 4rem;
  position: relative;
  margin-top: 6.0rem;
  border-radius: 1.2rem;
  text-align: center;
  background-color:#fff;
  z-index: 1;
  font-size: 1.6rem;
}
.service-4 .signle-service-item .service-bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 1.2rem;
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.service-4 .signle-service-item .icon {
  position: absolute;
  top: -3.5rem;
  left: 37%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 7.0rem;
  height: 7.0rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 1.2rem;
  background: linear-gradient(84deg,  #4294e3 0%, #8f12fd 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 3.3rem;
  overflow: hidden;
}
.service-4 .signle-service-item .icon span{transform: rotate(47deg);}
.service-4 .signle-service-item .line {
  width: 13rem;
  height: .4rem;
  margin: 0 auto;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
}

.service-4 .shape-3 {
  position: absolute;
  bottom: -50rem;
  right: -50rem;
  opacity: 0.12;
  -webkit-animation: zoomBig 3s infinite linear;
  animation: zoomBig 3s infinite linear;
}
.service-4 .shape-2 {
  position: absolute;
  top: 70rem;
  right: 30%;
  rotate: 90deg;
  opacity: 0.17;
  -webkit-animation: zoomBig 3s infinite linear;
  animation: zoomBig 3s infinite linear;
}
.service-4 .shape-1 {
    position: absolute;
    bottom: -50rem;
    left: 2.0rem;
    -webkit-animation: spinner 30s infinite linear;
    animation: spinner 30s infinite linear;
}
.service-4 .signle-service-item .infu-btn {
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 17rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.0rem;
  margin-top: 2.0rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.figure { margin: 0;padding: 0;background: #fff;overflow: hidden; width: 100%;}
.sc_services_item_title_wrap{padding: 1rem;}
.figure .img-chain img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  border: .1rem solid #bee3fd;
  height: 18.0rem;
}
.figure .img-chain:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sc_services_item_title{display: inline;
margin: 0;-ms-text-overflow: ellipsis; 
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
font: 1.6rem/3rem "Muli", sans-serif;
}
.sc_item_button{    display: inline;
  border: .1rem solid #a1a1a1;
  text-align: right;
  padding: .3rem .7rem;
  float: right;
}
.regular{padding: 3rem;}
.logo-div{ background: #efefef !important; padding: 3rem 0rem 2.0rem;}
.bg-light {
  /* background-color: #f8f9fa!important; */
  background: #fff;
}

.text-justify{text-align: justify;}
.social .fa{color: #be2ed6;}
.ftco-intro {
  position: relative;
  padding: 3em 0 0;
  z-index: 0;
}
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ftco-intro:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: .8;
  background: #F4F1EA;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c7ff', endColorstr='#1b9de3', GradientType=1 );
}
.ftco-intro img{max-width: 100%;}
.team_txt{font-size: 2.1rem;
  padding: 1.0rem;
  color: #000;
  font-weight: 600;}
  .u-shape-1 {
    height: 24.8rem;
    margin-top: 11.2rem;
    margin-bottom: 0;
    background-image: none;
    top: 6rem;
}
.u-palette-4-base{
  color: #111111;
  background-color: #da12fb;
}.u-shape {
  position: relative;
}
.u-expanded-width {
  width: 100% !important;
}
.u-list-1 {
  position: relative;
  margin-top: -50rem;

}

.contact-form{box-shadow: 0rem .8rem 57rem 0rem rgba(0, 0, 0, 0.05);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: -10.5rem;
margin-bottom: 0rem;
padding: 8.1rem 10% 9.2rem 10%;
z-index:9999;
background: #fff;
position: relative;
border-radius: .5rem .5rem .5rem .5rem;
}
.course-structure{margin-top: 2.0rem;}
.icon-container { padding: 2.0rem;
  background-color: #005AAC;
  border-radius: 50%;
  margin: 0rem 2.5rem 0rem 0rem;
  position: relative;
  justify-content: flex-start;
  text-align: left;

}
.icon-container  .icon {
  width: 2.3rem;
  height: 2.3rem;
  z-index: 3;
  position: absolute;
  display: block;
  left: 50%;
  right: auto;
  top: 49%;
  bottom: initial;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-flex-shrink: 0;
   
}
.icon-container  .icon svg{fill: #fff; margin-top:0rem; }
.upload-content h3{color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700; font-size:1.6rem;
  margin: 0rem;
  text-transform: capitalize;}

  .elementor-widget-technum_icon_box.icon-position-left .icon-box-item {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.icon-box-item {
  -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  align-items: center;
  -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.button-send{     padding: 1.6rem 1rem;
  font-size: 1.6rem;
  border-radius: 0.3rem;
}
.contact-form-main{    border-radius: 2.0rem 2.0rem 2.0rem 2.0rem; background: #F7F7F7;    border-style: solid;
  border-width: .1rem .1rem .1rem .1rem;
  border-color: #E3E3E3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 2.3rem 3.5rem 2.5rem 3.5rem}
  .contact-form-main .overflow-hidden input, textarea{ background: #e8edf6; padding: 1.0rem; margin-bottom: 1.5rem;}

  @keyframes mymove {
    0% {
      bottom: 0;
    }
    100% {
      bottom: -1.0rem;
    }
  }

  .ftco-section {
    padding: 6em 0;
    position: relative;
}
.ftco-services .services {
  display: block;
  width: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ftco-services .services .icon {
  line-height: 1.3;
  position: relative;
  margin: 0 auto;
  width: 10rem;
  height: 10rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ftco-services .services .icon img{width: 4.8rem;}
.bg-color-1 {
  background: #e4b2d6;
}
.ftco-services .services .icon:after {
  position: absolute;
  top: 1.0rem;
  left: 1.0rem;
  right: 1.0rem;
  bottom: 1.0rem;
  content: '';
  border: .2rem solid rgba(255, 255, 255, 0.19);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ftco-services .services .media-body {
  width: 100%;
}
.ftco-services .services .media-body h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", Arial, sans-serif;
  color: #000000;
  line-height: 2.2rem;
}
.bg-color-2 {
  background: #dcc698;
}
.bg-color-3 {
  background: #a2d1e1;
}
.bg-color-4 {
  background: #dcd691;
}

.process-step {
  position: relative;
  text-align: center;
  padding:.5rem;
  margin-top: 3rem;
  -webkit-box-shadow: 0 1.4rem 43rem rgba(33, 54, 61, 0.15);
  box-shadow: 0 1.4rem 43rem rgba(33, 54, 61, 0.15);
  background: #fff;
  min-height: 1.1rem;
  height: 87%;
}
.process-step .process-icon {
  height: 5.5rem;
  margin-bottom: 3rem;
  padding-top: .5rem;
}
.process-step h4 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  padding-top: 2.0rem;
}
.process-step:after {
  position: absolute;
  content: '';
  width: 17.5rem;
  height: 36rem;
  top: -4rem;
  right: -40%;
  background: url(../images/process-line.png) no-repeat scroll 0 0/cover;
}
.process:last-child .process-step:after {
	display: none;
}

.w-layout-grid {
  grid-row-gap: 1.6rem;
  grid-column-gap: 1.6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: center;
  justify-items: center;
}
.wrapper {
  z-index: 2;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}
.get-start-para {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 0;
  font-size: 2.0rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -13%;
  right: 38%;
}
.get-start-para.green {
  border:.1rem solid #20b49b;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    margin-bottom: 0;
    font-size: 2.0rem;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: -13%;
    right: 38%;

}
.get-start-card.pp {
  border-style: solid;
  border-width: .1rem;
  border-color: #853f71;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 1.2rem #0000004d;
}
.get-start-para.pp {
  border:.1rem solid  #853f71;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
 width: 5rem;
  height: 5rem;
    margin-bottom: 0;
    font-size: 2.0rem;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: -13%;
    right: 38%;

}
.get-start-card.blue {
  border-style: solid;
  border-width: .1rem;
  border-color:#665ba3;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 1.2rem #0000004d;
}
.get-start-para.blue {
  border:.1rem solid #665ba3;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
 width: 5rem;
  height: 5rem;
    margin-bottom: 0;
    font-size: 2.0rem;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: -13%;
    right: 38%;

}

.get-started-block {
  width: 70%;
  position: relative;
}
.get-started-block ul{margin: 1.0rem 0rem 0rem 0rem; padding: 0;}
.get-started-block ul li{list-style-type: none; display: block; text-align: left; font: 1.4rem/2.0rem muli; background:url(../images/arrow-right.svg) no-repeat left .3rem; padding:0 0 1.0rem 2.5rem;}
.w-inline-block { max-width: 100%; display: inline-block;}
.link-block-7, .link-block-8 {
  width: 100%;
}
.get-start-card.org {
  border: .1rem solid #f77e46;
  background-color:#fff;
  border-radius: 2.0rem;
  position: relative;
  box-shadow: 0 0 1.2rem #0000004d;
}
.get-start-card .orange{background: #f77e46;
  padding: 1.8rem;
  border-radius: 100%;
  width: 8.1rem; margin: auto;}
.get-start-card .green1{background:#20b49b; padding:1.8rem; border-radius:100%; border-radius: 100%; width: 8.1rem; margin: auto;}
.get-start-card .pp1{background:#853f71; padding:1.8rem; border-radius:100%; border-radius: 100%; width: 8.1rem; margin: auto;}
.get-start-card .blue1{background: #665ba3; padding:1.8rem; border-radius:100%; border-radius: 100%; width: 8.1rem; margin: auto;}
.get-start-para.org {
  border:  .1rem solid #f77e46;
  background-color:#fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 0;
  font-size: 2.0rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -13%;
  right: 38%;
}

.get-start-image {
  max-width:4.3rem;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.line-horz {
  -webkit-text-stroke-color: transparent;
  mix-blend-mode: overlay;
  border-top: .1rem dashed #666;
  width: 15rem;
  font-family: Source Sans Pro, sans-serif;
  position: absolute;
  top: 26%;
  right: -12.5rem;
}
.get-start-card.green {
  border-style: solid;
  border-width: .1rem;
  border-color: #20b49b;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 1.2rem #0000004d;
}
.get-start-card {
  background-color: #fff;
  border-radius: 2.0rem;
  padding: 4rem 1.0rem 3rem;
  color: #046891;

  position: relative;
  box-shadow: 0 0 1.2rem #0000004d;
}

.gt-counter-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  /* z-index: -1; */
}
.gray-bg{ background: #f2f2f2;}
.gt-counter-wrapper .gt-counter-box {
  position: relative;
  z-index: 9;
  padding: 3rem;
  padding-top: 0;
  min-height: 25.3rem;
}
.gt-counter-wrapper .gt-counter-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  z-index: -1;
  top: 4.5rem;
  height: initial;
}


.gt-counter-wrapper .gt-counter-box .gt-icon {
  width: 8.8rem;
  height: 8.8rem;
  line-height: 8.8rem;
  text-align: center;
  background-color: #f77e46;
  font-size: 3.4rem;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  margin-bottom: 3rem;

  
}
.gt-counter-wrapper .gt-counter-box .gt-icon img{width: 6rem;}
.gt-counter-wrapper .gt-counter-box .gt-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: .5rem;
  content: "";
  background-color:#c53e00;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.gt-counter-wrapper .gt-counter-box:hover .gt-icon::before {
  height: 100%;
}

.ftco-section1 {
  padding: 0em 0 0em;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.aside-stretch:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: '';
  width: 360%;
  background: #00bcd4;
}
.aside-stretch {
  background: #00bcd4;
}
.appointment {
  width: 100%;
 background: #00bcd4;
  padding: 0;
  position: relative;
  padding: 3rem;
}
.appointment .form-control {
  border: transparent;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0;
  border-bottom: .1rem solid rgba(255, 255, 255, 0.4) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 4.6rem;
  padding: 00;
}
.appointment .form-group label {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: .1rem;
  margin-bottom: .5rem;
}
.appointment .form-group{margin-top: 3rem; width: 100%;}
.appointment .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.appointment .form-group .btn {
  width: 100%;
  display: block !important;
}
.btn.btn-white {
  background: #fff !important;
  border: .1rem solid #fff !important;
  color: #00bcd4 !important;
  font-size: 1.6rem;

}

.wave-div{
position: relative;
width: 100%;
height:100vh;
overflow: hidden;
background-color: #fff;
}

.wave {
    overflow-x : hidden;
    border-radius: 45%;
    bottom: 0;
    height: 350vw;
    left: 50%;
    margin-left: -175vw;
    position: absolute;
    top: 90vh;
    width: 350vw
}
.wave-front {
    animation: drift 13s infinite cubic-bezier(.4,0,.2,1);
    background-color: #d2b6ff;
    opacity: 1
}
 .wave-middle {
    animation: drift 15s infinite cubic-bezier(.4,0,.2,1);
    background-color: #d2b6ff;
    opacity: 1
}
.wave-back {
    animation: drift 20s infinite cubic-bezier(.075,.82,.165,1);
    background-color: #954eeb;
    border-radius: 43%;
    opacity: .8;
    -ms-transform-origin: 51% 50%;
    transform-origin: 51% 50%
}
.staff {padding: 2.0rem;background-image: linear-gradient(white, #f2f2f2); height: 100%;}
.staff img {border-radius: 50%;width: 200rem;}
.staff h3 {
  font-size: 2.0rem;
}
.staff .position {
  color: #999;
}
@keyframes drift {
    from {
        transform: rotate(0)
    }

    from {
        transform: rotate(360deg)
    }
}
.faq__text {
  left: 0;
  position: absolute;
  top: 30%;
  transform: rotate(-90deg) translateY(-10.2rem);
}
.faq__text h3 {
  color: #d5d5df80;
  font-family:Space Grotesk;
  font-size: 20rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin-top: 6rem;
}
.p-relative{position: relative;}
.patten:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 1594rem;
  height: 476rem;
  background-image: url(../images/patten1.jpg);
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(8.8rem);
            transform: translateX(8.8rem);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }}


  @media (max-width:768px){
    html{font-size: 50.5%;  box-sizing: border-box;-webkit-font-smoothing: antialiased;}
    .track-f-progress .img-content{display: none;}
     body{font-size: 1.2rem;}
     .card-header .btn{font-size: 1.4rem;}
     .footer .footer-top .footer-text {font-size: 1.4rem;}
    .footer .footer-top .footer-widget .footer-link ul li a{font-size: 1.2rem;}
    .breadcrumb-job-info{font-size: 1.4rem;}
    .footer .copyright .short-text a {font-size: 1.2rem; }
    .footer .copyright .copyright-text.short-text p{font-size: 1.2rem;} 
    .img-pic{display: none;}
    .process-step:after{display: none;}
    .img-area img{max-width: 100%;}
    .weve-line img{max-width: 100%; display: none;}
    .img-content img{max-width: 100%;}
    .grid-12{grid-template-rows: none; grid-template-columns: none;}
      .w-inline-block{width: 100%;}
      .line-horz{display: none;;}
  }
.service-4 .shape-3 {
  position: absolute;
  bottom: -50rem;
  right: -50rem;
  opacity: 0.12;
  -webkit-animation: zoomBig 3s infinite linear;
  animation: zoomBig 3s infinite linear;
}
.service-4 .shape-2 {
  position: absolute;
  top: 70rem;
  right: 30%;
  rotate: 90deg;
  opacity: 0.17;
  -webkit-animation: zoomBig 3s infinite linear;
  animation: zoomBig 3s infinite linear;
}
.service-4 .shape-1 {
    position: absolute;
    bottom: -50rem;
    left: 2.0rem;
    -webkit-animation: spinner 30s infinite linear;
    animation: spinner 30s infinite linear;
}




.about-bg {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 30px !important;
  padding-bottom: 90px !important;
  background-image: url(../images/home-seven-blog-bg.jpg?id=7989) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}

.be-partner-bg {
  margin-top: 80px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-image: url(../images/service-back.png) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}

.workvinnfin{
position: absolute;
    left: 0;
    bottom: 3rem;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;

}






.is-sticky .header-menu .menu > .nav-item > .nav-link{color:#000!important;}
.is-sticky  .header-menu .menu > .nav-item > .nav-link.active::before{background-color: #000;}
#navArea {position: fixed;
  width: 100%;
  top: 0rem;
  background:transparent;
  transition: background 0.5s;
  }


  
  #navArea.is-sticky {
  background: #fff;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.1);
  z-index: 999999;
  }
  

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/

.accordion .accordion-item {
  padding: 0;
  border-radius: 10px;
/* background: var(--ztc-bg-bg-11); 
 box-shadow: 0 0 10px 0 rgba(35,31,32,.1);  */
  margin-bottom: 20px;

}

.accordion .accordion-item button {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 28px;
  box-shadow: none;
  padding: 24px 30px;
  background: #fff;
  border-radius: 8.3rem;
}
/* .solution .accordion-button{background: #fff;} */
@media (max-width: 767px) {
  .accordion .accordion-item button {
    line-height: 36px;
  }
}

.accordion .accordion-item button::after {
  /* filter: brightness(0) invert(1); */
}

.accordion .accordion-item button::before {
  position: absolute;
  content: "";
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  /* background: var(--ztc-bg-bg-10); */
  right: 16px;
}

.accordion .accordion-item button:not(.collapsed) {
  background: #fff;
  transition: all 0.4s;
  /* box-shadow: var(--bs-accordion-btn-focus-box-shadow); */
  border: 1px solid #d8dde1;
  color: #1f1f1f;
}
.accordion-button{border-radius: 8px;}
.accordion .accordion-item button:not(.collapsed)::after {
  filter: brightness(0);
}

.accordion .accordion-item button:not(.collapsed)::before {
  /* background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-12); */
}

.accordion .accordion-item .accordion-body {
  padding: 0 0px 24px 0px;
}

.accordion .accordion-item .accordion-body p {
  color:#666666; font:1.8rem/2.8rem Kumbh Sans, sans-serif;
  padding: 1rem 3rem;
  text-align: center;

}
.accordion .accordion-item .accordion-body .services__item-inner p {
  color:#666666; font:1.7rem/2.8rem Kumbh Sans, sans-serif;
  padding: 1rem 3rem;
  text-align: center;
  margin-bottom: 16%;

}
.accordion .accordion-item .accordion-body .services__item-inner:hover .services__content p{color: #fff;}
.services-one__single {
  position: relative;
  display: block;
  padding: 38px 39px 37px;
  border-radius: 20px;
  margin-bottom: 30px;
  z-index: 1;
}
.services-one__single:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #F24617, rgba(140, 30, 13, .33)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}
.services-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #B20D5D 0%, #4A0AB4 100%);
}

.services-one {
  position: relative;
  display: block;
  padding: 96px 0 80px;
  z-index: 1;
}

.services-one__single {
  position: relative;
  display: block;
  padding: 38px 39px 37px;
  border-radius: 20px;
  margin-bottom: 30px;
  z-index: 1;
}

.services-one__single:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #F24617, rgba(140, 30, 13, .33)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}

.services-one__single:hover:before {
  visibility: hidden;
  opacity: 0;
}

.services-one__single:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(140, 30, 13, .33), #F24617) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.services-one__single:hover:after {
  visibility: visible;
  opacity: 1;
}

.services-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #B20D5D 0%, #4A0AB4 100%);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--eventflow-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(1.05);
}

.services-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 22px;
}

.services-one__title a {
  color: var(--eventflow-white);
}

.services-one__title a:hover {
  color: var(--eventflow-base);
}

.services-one__text {
  margin-top: 14px;
  margin-bottom: 30px;
}

.services-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--eventflow-white);
  font-weight: 700;
}

.services-one__read-more:hover {
  color: var(--eventflow-base);
}
.accordion-body h6, h5{font: bold 2.4rem/3rem Fredoka; color: #800199; text-align: center; margin: 4rem 0 2rem;}
.accordion-collapse {padding-top: 0px;}
.accordion-collapse h3{font: bold 3.6rem/3rem Fredoka; color: #000;}
.accordion-collapse p{margin-top: 0px!important; margin-bottom: 15px; color:#fff}
.accordion-collapse ul{ margin-bottom: 15px;}
.accordion-collapse ul li{ margin-bottom: 10px; font: 1.6rem/2.2rem Muli; color: #fff;}
.accordion-collapse ul li b{color: #6585e4;font:1.8rem/3rem Fredoka;}
.accordion-collapse ul li i{    color: #6585e4;
  font-size: 26px;
  float: left;
  margin-top: 6px;
  margin-right: 1rem;}

.numbering-div{display: block; padding: 2rem 1rem; position: relative; height: 80%;   background: #370076; border-radius: 2rem; margin: 6rem 0 2rem;}
.numbering-div .number-how{    display: block;
  text-align: center;
  position: absolute;
  top:-11%;     left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);}
  .numbering-div .number-how .number-l{font: bold 3.6rem/3rem Fredoka;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 23px;
    top: 10px;}
.numbering-div  h3{display:block; text-align: center; font: 2.5rem/3rem Fredoka; color: #fff; margin: 1.5rem 0;}
.numbering-div  p{display:block; text-align: justify; font: 1.6rem/3rem Poppins; color: #fff;}

table {
  width:100%;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
th, td {
  padding: 1rem;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
}
th {
  text-align: left;
}
thead th {
  background-color: #564de7;
}
tbody tr:hover {
  background-color: rgba(255,255,255,0.3);
}
tbody td {
  position: relative;
}
tbody td:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(255,255,255,0.2);
  z-index: -1;
}

.accordion-header{font: bold 2.2rem/2.5 Kumbh Sans, sans-serif; color: #fff;}

.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{ border-radius: 2rem;  opacity: 0;  visibility: hidden;border-top:4px solid #5e02f3 ; transition:.3s; margin-top:0; padding: 2.5rem;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
	.navbar .nav-item:hover ul.dropdown-menu li{font: 1.6rem/3rem muli; color: #000;border-bottom: .1rem solid #d2d5ff}
  .grow-banner {
    position: relative;
}
  .grow-banner:before {
    z-index: -3;
    width: 40rem;
    height: 40rem;
    background: #feeae4;
    border-radius: 100%;
    position: absolute;
    content: "";
    left: -32rem;
    bottom: 0;
    top: 30rem;
    animation: 10s linear infinite alternate circle;
    -webkit-animation: 10s linear infinite alternate circle;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
  .card-header .btn:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 8px;
}

.supply-chain{background-image: -webkit-linear-gradient(349.38deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%);
 background-image: linear-gradient(100.62deg, rgba(249,215,175,0.3) 0%, rgba(214,202,245,0.3) 24.03%, rgba(198,241,255,0.3) 45.73%, rgba(248,242,222,0.3) 69.05%, rgba(212,179,253,0.3) 100.44%); 
}
.services__item {
  position: relative;
  z-index: 1;
  padding: 0rem;
  border-radius: 1rem;
  height: 100%;
  /* border: 2px solid red; */
  margin-bottom: 15px;
}

.services__item:hover .services__shape-1 {
  opacity: 1;
  top: 0;
  visibility: visible;
  border-radius: 3rem;
  color: #fff;
}
.services__item:hover .services__shape-2, .services__shape-2 {
  opacity: 1;
  top: 0;
  visibility: visible;
  border-radius: 3rem;
  color: #fff;
}

.services__shape-1 {
  opacity: 0;
  position: absolute;
  right:0rem;
  top: -35px;
  visibility: hidden;
  z-index: 111;
}
.services__shape-2 {
  opacity: 0;
  position: absolute;
  right: 0rem;
  top: 0;
  visibility: hidden;
  z-index: 11;
}
.services__shape-2 img{transition: all .3s ease-out 0s;}
.services__shape-1, .services__shape-2 img{transition: all .3s ease-out 0s;}
[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}
[data-sal][data-sal-delay="150"] {
  transition-delay: .15s; 
}
[data-sal][data-sal-duration="1000"] {
   transition-duration: 1s; 
}
.services__item-inner{ background: #fff;
  padding: 2rem;
  border-radius: 3rem; 
  box-shadow: 0px 4px 4px -1px rgba(12, 12, 13, 0.1), 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
  border-bottom: .3rem solid #6585e4;

}
.services__item:hover .services__item-inner {
  background-image: linear-gradient(to bottom, rgb(144 104 162 / 85%), rgb(218 144 219 / 90%));
  border-color: transparent;
  transition: all .3s ease-out 0s;
  border: .1rem solid #efefef;
  border-radius: 3rem ;
}

h3.services__title i{margin-bottom: 1.5rem;color: #c139d8;font-size: 5rem;}
h3.services__title b{font:bold 1.6rem/2.6rem Nunito Sans, "Anton", sans-serif; color: #6585e4; margin-top:1.5rem; }
.services__item .services__content p{color:#000; font-size: 1.8rem;}
.services__item:hover h3.services__title{font: 2.2rem/2.3rem "Anton", sans-serif; }
.services__item .services__content p{color:#000000; }
.services__item:hover .services__content p{color:#fff; }
.services__item:hover h3.services__title i{margin-bottom: 1.5rem;color: #fff;font-size: 5rem;}
.services__item:hover h3.services__title b{font: 1.6rem/2.6rem Nunito Sans, "Anton", sans-serif; color: #fff; margin-top:1.5rem; }
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.StepProgress {
  position: relative;
  padding-left: 4.5rem;
  list-style: none;
  text-align: left;
  margin-top: 5rem;
}
.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 1.9rem;
  width: 1rem;
  height: 100%;
  border-left:.3rem dotted #00bcd4;
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}
.StepProgress-item:not(:last-child) {
  padding-bottom:0rem;
}
.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: counter(list);
  display: inline-block;
  position: absolute;
  top: 0;
  left: -4rem;
  width:3rem;
  height:3rem;
  border: 2px dotted #CCC;
  border-radius: 50%;
  background-color: #FFF;
}
.StepProgress-item.is-done::before {
  /* border-left: 2px solid green; */
}
.StepProgress-item.is-done::after {
  content: counter(list);
  font:1.6rem/2.6rem "Anton", sans-serif;
  color: #FFF;
  text-align: center;
  border: 2px dotted #7d2ff7;
  background-color: #7ecbdc;
}
.StepProgress-item.current::before {
  /* border-left: 2px solid green; */
}
.StepProgress-item.current::after {
  content: counter(list);
  padding-top: 1px;
  width: 19px;
  height: 18px;
  top: -4px;
  left: -40px;
  font-size: 14px;
  text-align: center;
  color: green;
  border: 2px solid green;
  background-color: white;
}
.StepProgress strong {
  display: block;
  color: #c139d8;
}
ul.StepProgress li p {
    color: #666666!important;
    font: 1.6rem/2.8rem Kumbh Sans, sans-serif!important;
  padding: 1rem 0rem 2rem!important; 
    text-align: justify!important;
}
.boxer-div{background: #fff; padding: 2rem 1rem; color:#000; border-radius: 1rem; box-shadow: 1px 1px 24px 0px #0000000F; text-align: left; min-height: 8.8rem; }
.boxer-div ul{margin: 0px; padding: 0;}
.boxer-div ul li{margin: 0px; padding: 0; color: #000; padding-left: 0rem; line-height: 4rem; margin-bottom: 10px;}
.boxer-div ul li i {
  color: #7ecbdc;
  font-size: 26px;
  float: left;
  margin-top: 6px;
  margin-right: 0.5rem;
}
.boxer-div1{background: #fff; padding: 2rem 1rem; color:#000; border-radius: 2rem; box-shadow: 1px 1px 24px 0px #0000000F;}
.boxer-div1 ul{margin: 0px; padding: 0;}
.boxer-div1 ul li{margin: 0px; padding: 0; color: #FFF; padding-left: 0rem; line-height: 4rem;    background: #6585e4;
  margin-bottom: 10px;
  border-radius: 20px; padding-left: 2rem;

}
.solution h6{font: bold 2.2rem/3rem Fredoka;
  color: #800199;
  text-align: center;
  margin: 4rem 0 2rem}

  .solution .accordion-item{background: transparent!important; border: none!important;}

  .background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.project-wrap1 {
  max-width: 1720px;
  margin: 0 auto;
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
.th-radius {
  border-radius: 50px;
}
[data-opacity="5"]:before {
  opacity: 0.2;
}
[data-overlay="gray"]:before {
  background-color: #c5c5fb;
}
[data-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* .donation-card.style3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

} */

.service-card {
  position: relative;
  padding: 0;
  text-align: center;


}
.service-card1 {
height: auto;

}
.service-card .box-icon {
  background-color:white;
  display: inline-block;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  width: 160px;
  height: 80px;
  line-height: 100px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.service-card .box-icon:after {
  content: '';
  position: absolute;
  inset: 0;
  border: 10px solid #6585e4;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  border-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.9;
}

.bg-gradient6 {
  background: #F7F9F9;
  /* background: -moz-linear-gradient(top,#e8fffc 0,#fff4f4 100%);
  background: -webkit-linear-gradient(top,#e8fffc 0,#fff4f4 100%);
  background: linear-gradient(to bottom,#e8fffc 0,#fff4f4 100%); */
  padding: 5rem 0;
}
.pricing-tables-wrap {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 32px 10px rgba(0,0,0,.2);
  border-radius: 10px;
  padding-top: 4rem;
}

.pricing-tables-icon {
  width: 130px;
  height: 130px;
  border: 15px solid #edf2f7;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 15px;
}
.pricing-tables-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
h4.details{color: #6585e4;
  font: bold 1.6rem/3rem Muli;
  text-align: center;
}

.cont {
  margin: 0;
  transition: all 0.7s;
}
.cont.hidden {
  height: 0;
  transition: all 0.7s;
}

.services__content p{margin-bottom: 0!important; padding-bottom: 0!important;}

#myDiv ul li{text-align: justify; color: #000; padding-left: 2rem;}
#myDiv ul li b{ color: #380092!important;}
#myDiv ul li:hover{text-align: justify; color: #fff;}
#myDiv ul li b{ color: #380092!important;}
#myDiv ul li:hover b{ color: #0ce4ae!important;}

.boxerlist{background: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 2rem; border-radius: .5rem;
}
.boxerlist ul{margin: 0; padding: 0;}
.boxerlist ul li{ display: flex; width: 24%; flex: 1 0 0%;}

.boxer-div{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.boxer-div i{ margin-bottom: 3rem; font-size: 3rem; float: left; color: #932ef7; margin-right: 1rem;} 
.white-text{    color: #000000;
    font-weight: normal;
    line-height: 3rem;
}
.boxer-div5{background: #fff; padding: 2rem 1rem; color:#000; border-radius: 2rem; box-shadow: 1px 1px 24px 0px #0000000F;}
.boxer-div5 ul{margin: 0px; padding: 0;}
.boxer-div5 ul li{    margin: 0px;
    padding: 0;
    color: #000;
    padding-left: 0rem;
    line-height: 4rem;
    margin-bottom: 10px;
}
.boxer-div5 ul li i {
  color: #7ecbdc;
  font-size: 26px;
  float: left;
  margin-top: 6px;
  margin-right: 0.5rem;
}
.button-coll{    background: #3F51B5!important;
    padding: 1px 17px!important;
    color: #fff!important;
    margin-top: 30px!important;
}
.heiest{height: 100%;}
/*Bootstrap Reset*/


.navbar-default .navbar-toggle { border-color: #fff } /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar { background-color: #fff } /*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{color: #4294e3;}
.mainmenu .collapse ul ul ul > li:hover > a{color: #4294e3;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#1565C0;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#1E88E5}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative; padding-left: 1rem;}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative; padding-left: 1rem;}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}

.nbfc-content{border-bottom: 1px solid #cbcaca; padding: 2rem 0;}
.nbfc-content h6.heading3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Kumbh Sans", Arial, sans-serif;
    color: #c139d8;
    line-height: 2.2rem;
}

.nbfc-content .number{color: #BA8D6900;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 9.3rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color:#9131f7;
    stroke:#9131f7;
    text-align: center;
    line-height: 9.3rem;}

    .process-card {
    border-radius: 40px;
    padding: 40px 40px 32px 40px;
    position: relative;
    background-color:#fff;
    transition: all ease 0.4s;
}
  .process-card .process-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #dbeaf7;
    color: var(--theme-color);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 35px;
    right: -30px;
}
h2.heading-6{font: bold 2.6rem/3rem Fredoka;
    color: #800199;
    text-align: center;
    margin: 1rem 0 2rem; text-transform: uppercase;}
h4.process-title{font-size: 1.8rem;}
 .process-card ul{margin:1rem 0; padding: 0;}
 .process-card ul li{    list-style-type: none;
    display: block;
    text-align: left;
    font: 1.4rem/2rem muli;
    background: url(../images/arrow-right.svg) no-repeat left 0.3rem;
    padding: 0 0 1rem 2.5rem; }