@import url("animate.css");
/* :root {
  --primary-color: #A40A43;
  --primary-color-rgb:164, 10, 67;
  --secondary-color: #2C2B83;
} */
body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;                                         
}
.desk-banner {
	display:block;
}
.mob-banner {
	display:none;
}
.mask {
  font-size: 20vw;
  font-weight: 700;
  line-height: 100vh;
  text-transform: uppercase;
  text-align: center;
  background: white;
  mix-blend-mode: screen;
  z-index: 2000;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

header {
	 /* background: #FFFFFF;*/
	  position: relative;
    z-index: 1000;
    position: fixed;
    left: 0;
  right: 0;
  top: 0;
}
.primary-color {
  color: var(--primary-color);
}
.secondary-color {
  color: var(--secondary-color);
}
.banner-cc {
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner-cc .swiper-slide {
  background-size: cover;
  background-position: center;
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content {
    position: relative;
    color: #fff;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
}
.banner-cc h1 {
     font-size: 68px;
    font-weight: 300;
    max-width: 750px;
        line-height: 68px;
}
/*span {
  font-weight: 700;
}*/
.btn {
  border-radius: 33px!important;
}

.btn {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 0.6rem 1rem!important;
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-outline-secondary {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-outline-primary:hover {
    background-color: #F4E4E8!important;
    color: var(--primary-color);
    border-color:var(--primary-color)!important;
}
.btn-outline-secondary:hover {
    background-color:#F1F1FF!important;
    border-color: var(--secondary-color)!important;
    color: var(--secondary-color);
}


.more-bt {
    background-color: #fff!important;
    color:#6c757d!important;
    border-color:#fff!important;
	font-size:12px;
	font-weight:500;
	text-transform: none;
}
.more-bt:hover {
    background-color: rgba(var(--primary-color-rgb), 0.09);
    color: var(--primary-color)!important;
    border-color:#F4E4E8!important;
}

/* #oneTimeModal .modal-body {
	padding:0px!important;
} */
#oneTimeModal .pop-img {
    background-size: cover;
    overflow: hidden;
    min-height: 380px;
    height: 100%;
	background-position:center;	
}
.pop-clos-bt {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}
#oneTimeModal .modal-title {
	line-height: 36px;
	color:var(--secondary-color);
    margin-bottom: 15px;
}
.banner-btns-cc {
  display: flex;
  margin-top: 10px;
}
.banner-btns-cc .btn {
  margin:0px;

}
.border-yellow {
  border-color: #F6AC14!important;
}
.border-yellow:hover {
  background-color: #F6AC14!important;
}
.over-blue:hover {
  background-color: #fff!important;
  color: #3A3088!important;
}
.home-content  p {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    max-width: 500px;
}

.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}
/*.overlay {
  width: 100%;
  height: 40vh;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 2;
}
.overlay-footer {
  width: 100%;
  height: 40vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #3A3088 0%, rgba(58, 48, 136, 0.00) 100%);
  z-index: 2;
}*/
.bnr-content .title-bnr {
    font-size: 56px;
    font-weight: 300;
    color: var(--secondary-color);
}
.bnr-content .title-bnr span{
    font-size: 66px;
    font-weight: 700;
  
}
.bnr-content p {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
}
.bnr-content {
    position: absolute;
    top: 50%;
    right: 15%;
    z-index: 1;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 100%);
}
.banner-cc .swiper-slide::before {
	content: "";
    width: 100%;
    height: 30vh;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
}
/* .banner-cc .swiper-slide:after {
  content: "";
  width: 100%;
  height: 40vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #0000008a 0%, rgba(58, 48, 136, 0.00) 100%);
  z-index: 2;
} */
.banner-cc .swiper-pagination-bullet {
  background-color: #F8C5C7!important;
}
.swiper-pagination-bullet-active {
  background: #E32D5D!important;
}
.banner-cc .swiper-pagination {
  bottom:10px!important;
}
.container {
  max-width: none;
  padding-left: 25px;
  padding-right: 25px;
}
.top-bar-cc {
    background-color: #F8C5C7;
    color: #E32D5D;
    font-size: 14px;
    padding: 12px 10px;
    text-align: center;
	   background: linear-gradient(-45deg, var(--primary-color), var(--primary-color), #2c2b83, var(--primary-color));
    background-size: 400% 400%;
    animation: gradient 20s ease infinite;
}
.top-bar-cc p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

header .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.logo {
	height: 72px!important;
  padding: 5px 0;
}
.nav-link {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .2px;
	
}
.header-fixed {
	
	
    z-index: 10000;
    box-shadow: 0px 4px 21px -6px rgba(0, 0, 0, 0.12);
    background:var(--primary-color);
}
.navbar-toggler {
    position: absolute;
    right: 19px;
    border: none;
    top: 25px;
}

.navbar-toggler {
    padding: 0.25rem 0.5rem;
    border:none;
    margin-left: 25px;
    }
 .navbar-toggler:focus {
  box-shadow: none;
}

nav {
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
header .container-fluid, {
	align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

/* #navbarScroll {
	margin-right: 20px;
} */
header #menu-header-menu li:hover > ul {
    display: block;
}
header .sub-menu {
    display: none;
    position: absolute;
    padding: 10px;
    border-radius: 20px;
    /* top: 3em; */
    right:0px;
    z-index: 99999;
    width: 220px;
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
header .sub-menu li {
	width: 100%;
}
header .sub-menu li a:hover {
	background-color:var(--primary-color)!important;
}
header .sub-menu li a {
	width:100%;background-color: #fff !important;padding-right:auto;margin-left:0px!important;
}
header #menu-header-menu li {
    position: relative;
}
header #menu-header-menu li:hover a {
    background-color:#fff;
}
header #menu-header-menu li:hover .nav-link {
	color:var(--primary-color)!important;
}
#menu-header-menu .nav-item.menu-item-has-children a {
	padding-right: 25px;
}
#menu-header-menu .nav-item.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 50%;
    right:12px;
    transform: translateY(-50%);
    color:#fff;
	background-image:url(../img/arrow_down.svg);
	background-repeat:no-repeat;
	background-position:center;
	width: 10px;
    height: 10px;
}
header #menu-header-menu li:hover::after {
	background-image:url(../img/arrow_down_hover.svg)!important;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 13px;
  font-weight:500;
  letter-spacing: .5px;
  border: solid thin rgba(245, 167, 6, 0.0);
  border-radius: 33px;
	margin-left:6px;
}
/*.header-fixed .nav-link {
  color: #000!important;
}*/
.navbar-light .navbar-nav .nav-link.active {
    border: solid thin #F5A706;
    background-color: #F5A706;
    color: #fff;
    font-weight: 500;
	opacity:0.9;
}
.navbar-light .navbar-nav .nav-link:hover {
     border: solid thin #fff!!important;
    background-color: #fff!important;
    color: var(--primary-color)!important;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}
.dropdown-toggle::after {
	display: none;
}

/*.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 0px 0px 0px!important;

}*/
header nav ul li {
    display: inline-block;
    padding: 0px 0px 0px 0px!important;
}
.banner-cc {
    background: #fff;
}

.banner-slider {
    position: relative;
    overflow: hidden;
}

.nav-tabs.new-tab {
    border: none;
    margin: 50px 0;
    padding-top: 0px;
    border-radius: 50px;
    justify-content: center!important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);

}
.faq-cc .accordion-item {
  background-color: #fff;
  padding-left: 35px;
  text-decoration: none;
}
.faq-cc .accordion-item a {
  text-decoration: none;
}
.faq-cc .accordion-item:hover {
  cursor: pointer;
}
.faq-cc .accordion .content {
  padding-left:0px;
}
header .btn {
    padding: 0.5rem 1rem!important;
  }


.btn-primary {
  background-color: var(--primary-color)!important;
  color: #fff!important;
  font-size: 14px;
  border: solid thin var(--primary-color);
  text-transform: uppercase;
      padding-left: 20px!important;
    padding-right: 20px!important;
}
.btn-primary:hover {
  background-color: var(--secondary-color)!important;
  color: #fff!important;
  border: solid thin var(--secondary-color);
}

.btn-secondary {
  background-color: var(--secondary-color)!important;
  color: #fff!important;
  font-size: 13px;
  border: solid thin var(--secondary-color);
  text-transform: uppercase;
}
.btn-secondary:hover {
  background-color: var(--primary-color)!important;
  color: #fff!important;
  border: solid thin var(--primary-colorr);
}
.visibility-h {
  visibility: hidden;
}
.skill-slider {
  position: relative;
}
.btn-third {
  background-color: #F5A706!important;
  color: #fff!important;
  font-size: 13px;
  border: solid thin #F5A706;
  text-transform: uppercase;
}
.btn-third:hover {
  background-color: #3A3088!important;
  color: #fff!important;
  border: solid thin #3A3088;
}
.service-and-products-cc {
  position: relative;
      overflow: hidden;
}
.service-and-products-cc .section-title span {
  color: var(--primary-color);
}

#scene {
  left: 0;
  right: 0;width: 100%;
  position: relative;
}
.icons-move-c {
  position: absolute;
  left: 0;
  right: 0;
  height: 300px;
}
.code_an {
    top: 20%;
    left: 50%;
}
.layer {
  display: block;
  width: 100%; 
  height: 100vh;
  padding:0;
  margin: 0px;
  }
.counter-box {
  position: relative;
}
.counter-box .counter {
    color: var(--primary-color);
    font-size: 102px;
    font-weight: 500;
    opacity: .22;
}
.counter-box h3 {
    top: 39%;
    font-size: 16px;
    left: 28%;
    position: absolute;
    text-align: left;
}
.counter-box .symbol {
    position: absolute;
    top: 22%;
    color: #bababa;
    font-weight: 400;
}

.ani {
  position: absolute;
   -webkit-animation: lighthouse 3s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: lighthouse 3s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: lighthouse 3s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.code_an {
    top: 20%;
    left: 5%;
}
.ai_an {
    top: 45%;
    right: 30%;
}
.life_an {
  top: 40%;
    left: 15%;
}
.finance_an {
  top: 10%;
    right: 15%;
}
.lg_an {
     top: 10%;
    left: 20%;
}
.math_an {
    top: 25%;
    right: 5%;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(2%,0,0) rotateZ(2deg);
    -moz-transform: translate3d(2%,0,0) rotateZ(2deg);
    transform: translate3d(2%,0,0) rotateZ(2deg); }
  100% {
    -webkit-transform: translate3d(-2%,0,0) rotateZ(-2deg);
    -moz-transform: translate3d(-2%,0,0) rotateZ(-2deg);
    transform: translate3d(-2%,0,0) rotateZ(-2deg); 
    } }
@-webkit-keyframes grass {
  0% {
    -webkit-transform: translate3d(.2%,0,0) rotateZ(1deg);
    -moz-transform: translate3d(.2%,0,0) rotateZ(1deg);
    transform: translate3d(.2%,0,0) rotateZ(1deg); }
  100% {
    -webkit-transform: translate3d(-.2%,0,0) rotateZ(-1deg);
    -moz-transform: translate3d(-.2%,0,0) rotateZ(-1deg);
    transform: translate3d(-.2%,0,0) rotateZ(-1deg); 
    } }
@-webkit-keyframes bg-lin {
  0% {
    -webkit-transform: translate3d(0%,0,0) rotateZ(-1deg);
    -moz-transform: translate3d(0%,0,0) rotateZ(-1deg);
    transform: translate3d(0%,0,0) rotateZ(-1deg); }
  100% {
    -webkit-transform: translate3d(-.0%,0,0) rotateZ(0deg);
    -moz-transform: translate3d(-.0%,0,0) rotateZ(0deg);
    transform: translate3d(-.0%,0,0) rotateZ(0deg); 
    } }
@-webkit-keyframes bg-lin-rt {
  0% {
    -webkit-transform: translate3d(0%,0,0) rotateZ(0deg);
    -moz-transform: translate3d(0%,0,0) rotateZ(0deg);
    transform: translate3d(0%,0,0) rotateZ(0deg); }
  100% {
    -webkit-transform: translate3d(-.0%,0,0) rotateZ(1deg);
    -moz-transform: translate3d(-.0%,0,0) rotateZ(1deg);
    transform: translate3d(-.0%,0,0) rotateZ(1deg); 
    } }


.wave-data {
  position: relative;
  top: 50px;
}
#home_wave {
    height: 400px!important;overflow: hidden;
}
#home_wave canvas {
    margin-top: -360px; height: 700px!important;
  }
/*
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    display: flex;
    align-items: center;
    background-position: right;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: auto 100%;
}
.swiper-slide {
    display: flex;
    align-items: center;
    background-position: right;
    background-repeat: no-repeat;
    text-decoration: none;
}*/

.tesi-cc {
  padding: 70px 0 ;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.tesi-cc h2, .tesi-cc .title-desc {
  color: #fff;
}
.tesi-cc:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgb(37 37 37 / 86%);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px!important;
    color:#3a3088!important;
  }
p {
  font-size: 16px;
  color: #3C3B60;
  line-height: 28px;
}
.sectio-title-cc {
  margin-bottom: 30px;
}
.nae-dtld-cc h6{
  color: #fff;
}
/* .nae-dtld-cc span{
  color: #1caa32;font-size: 13px;
} */

.test-person {
  display: block;
  margin: auto;
  width:65px;
  margin-top: 10px;
  height: 65px;
  margin-bottom: 20px;
}
.test-person img {
  width: 100%;
}
.sectio-title-cc {
  position: relative;
  z-index: 10;
}
/*.test-message,.test-message p {
  color: #fff;
  font-size: 18px;
}*/
.tesi-cc .container {
  position: relative;overflow: hidden;
}
.testi-data-cc {
   display: flex;
   position: relative;
   z-index: 10;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    padding: 25px;
}
.swiper-pointer-events {
  overflow:hidden;
}

.qltys-cc {
  background-color: #FFF4F4;
  padding: 60px 0;
}
.qlt-block img {
  max-width: 60px;
}
.qlt-block h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
}
.home-about-cc {
  padding: 60px 0;
  background-size: cover;
  position: relative;
  background: linear-gradient(180deg, rgba(var(--primary-color-rgb), 0.09), #ffe2e200 100%);
  margin-bottom: 40px;
    padding-bottom: 0;
}
.counter-cc {
  margin-top: 30px;
}
form .btn {
    margin-top: 0px!important;
}
fieldset {
  margin-bottom: 4px;
}
.section-b-form-cc {
  margin-top: 40px;
}
header .current_page_item a {
  border: solid thin var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
}
header .current-menu-item a {
      border: solid thin #fff;
    background-color: #fff;
    color: var(--primary-color)!important;
    font-weight: 500;
}
input, select {
  border:solid thin rgba(var(--primary-color-rgb), 0.09);
  outline: none;
  padding: 12px 15px;
  color: #000;
  display: block;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  background:rgba(var(--primary-color-rgb), 0.09);
  border-radius:33px;
        -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
form {
  position: relative;
}
.wpcf7-spinner {
    position: absolute;
    left: 44%;
    bottom: 48px;
}
/*input:hover, textarea:hover, select:hover {
  border:solid thin var(--primary-color);
}*/
/*input:focus, textarea:focus {
  border:solid thin var(--primary-color);
  color: #3F2E27;
}*/
textarea  {
        -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  border:solid thin rgba(var(--primary-color-rgb), 0.09);
  outline: none;
  padding: 10px 15px;
   font-size: 14px;
  color: #000;
  display: block;
  font-weight: 500;
  width: 100%;
/*   background:#FAF2EF; */
  background-color: rgba(var(--primary-color-rgb), 0.09);
  border-radius:33px;
  min-height: 80px;
  resize: none;
  height: 92px;
}
.contact-cc textarea {
  height: 116px;
}
.contact-cc .contact-form-cc {
  padding-bottom: 0px;
}

.why-img {
  margin-top: 20px;
  margin-bottom:80px;
  display: block;
}
.wave-data p {
  max-width: 950px;
  margin: auto;
  display: block;
}
.value-img {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.value-img img {
  border-radius: 100%;
  width: 100%;
  height: auto;
}
.value-data {
  width: calc( 100% - 125px);
  float: left;
}
.values-block h3 {
      font-size: 20px;
      color: #3A3088;
}
.values-block {
  margin-bottom: 30px;
    overflow: auto;
}

.wave-data {
  width: 100%;
}
.develops-cc .swiper-pagination {
  bottom: 30px!important;
}
.service-sigle-iside-cc {
    padding: 60px 0;
}
.single-blog-title-cc {
  max-width: 1000px;
  margin: auto;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.single-blog-title-cc h2 {
  font-weight: 500!important;
}
.blog-date {
  color: #fff;
  font-weight: 500;
}
.authr {
  color: #3C3B60;
}
.ease_2 {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.accordion {
}
.accordion-item {
    background: none;
    border-color: #EAF4F7!important;border-radius: 30px!important;margin-bottom: 9px;
}
.accordion a.active {
    border-bottom: none;
}
/*.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1.2rem 3rem 1.2rem 1.3rem;
  color: var(--black-color);
  font-size: 1.15rem;
  font-weight: 400;
   text-decoration: none;
   border-radius: 8px;
  border:solid thin #6c6c6c2e!important;

}
.accordion a.active {
   background-color: var(--light-blue);
   border:solid thin #3A3088;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   border-bottom: none!important;
}*/
.accordion h3 {
    text-align: center;display: block;text-align: center;font-size: 22px;padding-bottom: 6px;
}
/*.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #E3A14C;
  background-color: #fff;border:solid thin #fff;
}*/

.accordion a:hover::after {
 /* border: 1px solid #fff;*/
}

.accordion a.active {
  color: #0B85BD;
}
.accordion a.active h4 {
  color:#3A3088;
}
/*.single-product form {
  display:none!important;
}*/
/*.accordion a::after {
  content: '+';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 22px;
  color: var(--black-color);
  line-height:32px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  text-align: center;
  margin-top: -10px;
}

.accordion a.active::after {
  content: '-';
  color: var(--black-color);
}*/
.accordion-item:not(:first-of-type) {
/*        border-top: solid thin #fff;*/
}
.accordion .content {
  display: none;
  padding: 1.8rem;
  padding-bottom: 1em;
  overflow: hidden;
  padding-top: 0px;
  color: #565656;
  font-size: 15px;
  background-color: #fff;
  border-radius: 0px 0px 13px 13px;
}
.accordion h4 {
  font-size: 16px;
    color: var(--black-color);
    text-decoration: none;margin-bottom: 0px;
}
.faq-cc {
  min-height: 300px;
}
.accordion .content p {
      font-size: 15px;
    line-height: 25px;
  font-weight:400;
}
.news-imgg  h4 {
margin-top: 15px!important;
}
  .accordion a {
     background-color:#fff;
     border:solid thin #fff;
  }
  .accordion a.active {
     background-color:#fff;
     border:solid thin #fff;
  }
  .blog-cc-iside-cc {
      background-color: #000;
  }

  .accordion-button::after {
      background-image: url("../img/acco_minus.svg");
      /*transform: scale(.7) !important;*/
      position: absolute;
      left: 0;
      background-position: center left;
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url("../img/acco_plus.svg");
      left: 0;
    }
.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background : none!important;
    box-shadow: none!important;
}
.border-radius-80 {
  border-radius: 80px;
  overflow: hidden;
}
.accordion-button {
  background:none;
    padding-left: 30px;
/*     text-transform: uppercase; */
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: .5px;
}
.accordion-button {
      padding: .5rem 1.65rem;
}
.accordion-body {
    padding: 0rem 1.25rem;
    padding-left: 30px;
    font-size: 14px;
}
.accordion-body p {
    font-size: 14px;line-height: 22px;
}
.accordion-body a {
  font-size: 14px;
  color: #3C3B60;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  background:none;
  border: none;
}
.card-body {
  padding-left: 32px;
  border-left: solid thin var(--primary-color);
  margin-left:  10px;
  margin-top: 12px;
  padding-right: 25px;
}
.cat-img-c {
/*  border-radius: 250px;*/
  overflow: hidden;
  position: relative;
  z-index:10;
}
.gallery-card:hover {
	cursor:pointer;
}

.develops-cc {
  padding: 80px 0;
  position: relative;
}
.develops-cc .video-title {
  padding-top: 200px;
}
.develops-cc p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
/*    margin: 10px 0;
    margin-bottom: 18px;*/
    overflow: hidden;
   margin-top: 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
/*    display: none;*/
}
.develops-cc .designation {
  text-transform: uppercase;margin-bottom: 7px;
}
/*.video-block-c:hover p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    margin-bottom: 18px;
    height: 0px;
    overflow: hidden;
    height: auto!important;
}

*/
.faq-cc {
  background-color:#F4F6FC!important;
}
.exam-fee-calander-cc {
   background-color: rgba(var(--primary-color-rgb), 0.09);
   padding:50px 0;
}
.faq-cc h4 {
  color:var(--primary-color);
}
.faq-cc input, .faq-cc select, .faq-cc textarea, .contact-form-cc input, .contact-form-cc select, .contact-form-cc textarea {
  border: solid thin #6c6c6c2e;
  background-color: #fff;
}
.home-about-cc .container {
  position: relative;
  z-index: 10;
}
.exam-fee-calander-cc .about-tab-cc {
    justify-content: center !important;
}

.custom-login-bt a {
    border-color:#fff!important;
}
.custom-login-bt a:hover {
    border-color:var(--primary-color)!important;
}

.page-cc {
  padding: 60px 0;
}
.page-cc h2 {
  color: var(--primary-color);
}
.page-cc ul {
	margin-left:25px;
}
.section-title {
  font-size: 38px;
  font-weight:400;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.section-title span {
  font-size: 38px;
  font-weight:700;
/*  display: block;*/
}
.service-and-products-cc {
  padding: 70px 0;
  background-color: rgba(var(--primary-color-rgb), 0.09);

}
.career-firstdata--cc {
  padding: 50px 0;
}
.careers-cc {
  padding: 60px 0;
  background-color: #F4F6FC;
  padding-bottom: 80px;
}
.course-slider .swiper-slide {
	height: calc((100% - 30px) / 2) !important;
}
  .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

.course-block h4 {
    font-size: 24px;
    text-decoration: none;
    color: #3D5360;
    margin-top: 18px;
    margin-bottom: 5px;
    color: var(--primary-color);
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
  }
.course-block a {
  text-decoration: none;
}
.course-block .price {
  margin-bottom: 0px;
}
.course-block .descri {
    font-size: 14px;
    height: 36px;
    line-height: 18px;
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.programs-cc {
  background-color: #F4E4E8;
  padding: 80px 0;
  background-image: url(../img/logo_bg_a.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position:-50px bottom;
}

.scholarship-prog-cc .video-paly-pop {
  position: relative;
  display: block;
}

.programs-block {
  padding: 20px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 25px;
}
.programs-block h4 {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #3D5360;
    margin-bottom: 3px;
    color: var(--secondary-color);
  }
.programs-block a {
  text-decoration: none;
}
.programs-block p {
    font-size: 15px;
    line-height: 24px;
}
.sticky-title {
  position: sticky;
  position: -webkit-sticky;
  top: 180px; 
}
.sticky-event-img {
  position: sticky;
  position: -webkit-sticky;
  top: 120px; 
}
.custom-field video {
	width:100%!important;
	height:auto!important;
	position: static!important;
    margin-bottom: 30px!important;
	border-radius:25px!important;
}
.skill-img-c img {
  width: 100%!important;
  height: auto;
}
.service-and-products-slide-cc {
  padding: 70px 0;
  padding-top:0px;
  overflow: hidden;
}
.service-items-cc {
  padding-top: 30px;
}
.serv-ico {
  max-width:80px;
}
.green {
  color: #43A150;
}
.serv-box h3 {
  padding: 35px 0 10px 0;
  font-size: 24px;
}
.serv-box {
  background-color: #FFF4F4;
  padding: 50px;
}
.way-solar-cc {

}
.home-tab-cc {
  justify-content: start;
  gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.home-tab-cc .nav-item {
  --flex-items: 4;
  position: relative;
  --flex-gap: 1rem;
     width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
    }
.home-tab-cc .active:after {
    content: "";
    position: absolute;
    bottom: -9px;
    width: 0;
    left: 50%;
    margin-left: -15px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e32d5d;
      -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.home-tab-cc .nav-link {
    width: 100%;
    padding: 10px 20px!important;
    min-height:70px;
    text-align: left;
    text-transform: uppercase!important;
    line-height: 20px;
}
.footer-location-link, footer .accordion-body a {
	text-decoration:underline;
}
.tab-content h2 {
  font-weight: bold;
}
.home-tab-cc .nav-link {
  background-color: #ffff;
  border-radius: 8px!important;
  margin: 0px!important;
  color: var(--secondary-color)!important;
}
.home-tab-cc .nav-link.active {
  background-color: #E32D5D!important;
  color: #fff!important;
  border-radius: 8px!important;
  border-bottom-color:#E32D5D!important;
}
.butn-wrap {
  display: flex;margin-top: 20px;
}
.about-tab-cc {
  justify-content: start!important;
}
.abt-sec-cc .nav .nav-link {
  background: none!important;
    border: none!important;
    font-size: 38px!important;
    font-weight: 400;
        margin: 0px;
    margin-right: 60px;
    color: #EB89A3;
}
.abt-sec-cc .tab-pane {
    margin-top: 20px!important;
}
.abt-sec-cc .nav-link.active {
  color: var(--primary-color)!important;
}
.awaard-cc .section-title span {
  color: var(--primary-color)!important;
}


.process-box {
    margin-top: 20px;overflow: hidden;position: relative;
}
.process-box:before {
   content: "";
    position: absolute;
    border-top: dashed thin #646464;
    z-index: 2;
    width: 50%;
    left: 0px;
    top: 40px;
}
.process-box:after {
   content: "";
    position: absolute;
    border-top: dashed thin #646464;
    z-index: 2;
    width: 50%;
    top: 40px;
    left: 50%;
}
.nmbr {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 100%;
   line-height: 40px;
    font-size: 16px;
    margin-bottom: 13px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    background-color: #327F3E;
    position: relative;
    margin-top: 15px;
        color: #fff;
    line-height: 60px;
    font-size: 20px;

}
.nmbr:before {
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(124, 192, 23, 0.39);
  z-index: -1;
  position: absolute;
    left: -10px;
    top: -10px;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.arrow {
    left: 95%;
    position: absolute;
    z-index: 100;
    top: 28px;
    animation: blik 1s infinite;
}
.arrow img {
  width: 100%;
}
.process-cc {
  padding-bottom: 60px;
  padding-top: 20px;
}
.process-box h4 {
  margin: 18px 0;
  font-size: 22px;
     -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.process-box:first-child:before {
    display: none;
}
.process-box:last-child:after {
    display: none;
}
@keyframes blik {
   0% {opacity: 1;}
   50% {opacity: 0;}
   10% {opacity: 1;}
}
.process-box:hover .nmbr:before {
    width: 90px;
  height: 90px;
  background: rgba(124, 192, 23, 0.39);
    left: -15px;
    top: -15px;
}
.process-box:hover h4 {
    color: #327F3E;
}
.carbon-cc {
  padding:65px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
.carbon-cc .container {
  position: relative;
  z-index: 10;
  color: #fff;
}
.carbon-cc:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
background: linear-gradient(103.23deg, rgba(35, 88, 43, 0.66) 40.48%, rgba(35, 88, 43, 0.0941876) 65.78%, rgba(30, 90, 39, 0.66) 89.79%);
}
section {
  clear: both;
}
/*section .btn {
  margin-top: 20px;
}*/
/*.blue {
  color: #3A3088;
}*/
.vertically-center {
  height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content:center;
}

.desc {
  font-size: 24px;
  margin-bottom:23px;
  font-weight: 500;
}
/*.whydo-slider .swiper-button-next, .whydo-slider .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 60px;
  }
.whydo-slider .swiper-button-next {
    right: auto;
    left:50px!important;
  } 
.testimonial-cc .vertically-center {
    justify-content:flex-start;
}
.whydo-slider .swiper-button-prev {
    right: auto;
    left:0px!important;
}
*/
.whydo-slider .swiper-pagination {
  /*width: 49%!important;
  left: 50%!important;*/
  bottom: 0px!important;
  top: auto;
}
.whydo-slider .swiper-button-next, .whydo-slider .swiper-button-prev {
    border-radius: 33px;
    background-color: #3A3088;
    border: solid thin #3A3088;
    width:38px!important;
    height:38px!important;
    top: 50%!important;
}
.swiper-pagination-bullet {
   background-color: #3A3088!important;
   width: 10px!important;
   height: 10px!important;
}
.whydoschool-cc {
  padding-bottom: 40px!important;
}
.whydo-slider #video_player_box {
      min-height: 450px;
      margin-top: 0px;
      margin-right: 2px;
}
.current_page_item .sub-menu li a {
	color:#fff;
}
.whydo-slider .swiper-slide {
  display: inline-block;
}
.whydo-slider .swiper-button-next:after, .whydo-slider .swiper-button-prev:after {
  color: #fff!important;
  font-size: 16px!important;
}
.whydo-slider {
  position: relative;
  padding-bottom: 50px;
}
::placeholder {
  color: #413F3F;
  opacity: 1; /* Firefox */
  font-weight: 500;
  font-size: 14px;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #777;font-size: 14px;
}

.carbon-block h5 {
    font-weight: 100;
    font-size: 38px;
}
.carbon-block {
    float: right;
    max-width: 250px;
    clear: both;
    margin-top: 18px;
}
.carbon-data {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
/*.qlty-br-box {
  width:30%; 
  float: left;
}*/

.video-player-cc {
  margin-top: 40px;
  border-radius: 25px;
  overflow: hidden;
}
.cours-futrs-page-cc {
  background-color: #fff;
  padding: 60px;
}
.features-item-c {
    display: block;
    padding: 25px;
    background-color: rgba(var(--primary-color-rgb), 0.09);
    color: #54545F;
    font-size: 16px;
    border-radius: 20px;
    min-height: 200px;
    overflow-y: auto;
    margin-top: 15px;
    border:solid thin #fff;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.features-item-c:hover {
 border: solid thin var(--primary-color);
}
.features-item-c .star {
  font-size: 28px;
  color: var(--primary-color);
      display: block;
}
#video_player {
    width: 100%;
    height: 100%;
}

/*#controls {
    width: 100%;
    height: 6.5%;
    opacity: 0.9;
    position: absolute;;
    bottom: 0;
    z-index: 100;
    background-color:#55b2ff;
}*/

#video_player_box {
    position: relative;
    width: 100%;
    height: 90%!important;
}

/*
.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}*/
#video_player_box:-moz-full-screen {height:100%}
#video_player_box:-webkit-full-screen {height:100%}
#video_player_box:-ms-fullscreen {height:100%}
#video_player_box:fullscreen {height:100%}



.yellow-border {
  border-color:#EAB54A!important;
}
.blue-border {
  border-color:#ADA9CD!important;
}
.qlt-cont-c {
  font-size: 82px;
  color: #3A3088;
  font-weight: 400;
  border-top: solid 2px;
  border-bottom: solid 3px;
  padding-top: 18px;
}
.qlits-cc-inside {
  padding: 80px 0 90px 0;
  text-align: left;
  background-color: #F0F0F5;
}
.founder-box {
  background-color: #F0F0F5;
}
.qlt-title-c {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight:400;
}
.line-animation {
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.active.line-animation:after {
    width: 100%;
}
.current-menu-item a:after {
    width: 100%;
}
.founders-cc {
  padding: 80px 0;
}
.founder-box {
  padding: 60px;
  background-color: #F0F0F5;
  text-align: center;
  border-radius: 30px;
  background-image: url(../img/founder_bg.svg);
  background-size: 100%;
  background-position: bottom;
}
.founder-box .foundr-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}
.tag {
  color: #D47700;
}
.founder-box h3 {
  color: #3A3088;
  margin-top: 20px;
}
.founder-box p {
  color: #3D5360;
}
.hover-links {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  background:rgba(58, 48, 136, 0.57);
  display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery-card:hover .hover-links {
  opacity: 1;
}
.gallery-card h4 {
  color: #3D5360;
}
.hover-links img {
  border-radius: 0px!important;
}
.gallery-item {
    margin-bottom: 26px;
}

.gallery-item a {
    text-decoration: none;
}
.gallery-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.zoom-grid-imgc {
    overflow: hidden;
    position: relative;
}
/*.zoom-grid-imgc {
    border-radius: 100%;
}*/
.team-cc .gallery-card img, .zoom-grid-imgc {
    border-radius: 33px;
}
.cat-img-c {
  overflow: hidden;
  border-radius: 20px;
}
.news-inside-grid h4 {
  font-size: 16px;
    text-decoration: none;
    color: #3D5360;
    padding-top: 18px;
    padding-left: 5px;
    padding-right: 5px}
.news-inside-grid a {
    text-decoration: none;
}
.cat-img-c, .blog-cc .news-imgg {
  position: relative;
}
.event-date {
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: 17px;
    left: 17px;
    z-index: 100;
    font-weight: 400;
}

li.event-date {
  color: #D47700;
}
li.event-by {
  color: var(--primary-color);
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.news-cc {
  margin-bottom: 120px;
}
.date-and-autor-c {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.date-and-autor-c li {
  display: inline-block;
  float: left;
  margin-right: 30px;
  position: relative;
}
.date-and-autor-c li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #3A3088;
  border-radius: 100%;
    margin-left: 12px;
    margin-top: 10px;
}
.date-and-autor-c li:last-child:after {
  display: none;
}
.news-inside-grid {
  margin-bottom: 50px;
}
.zoom-grid img {
    transform: scale(1);
    z-index: -10;
    will-change: transform;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery-card img {
    border-radius: 25px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery-card h4 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: center;
    color: #3D5360;
    margin-top: 18px;
}
.position {
    color: #D47700;
    text-align: center;
}
.zoom-grid:hover img {
    transform: scale(1.1);
}

.emerging-cc {
  background-color: #F0F0F5;
  padding: 80px 0;
  padding-top: 60px;
}
.border-radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

#partnerData .modal-header br {
    display:none;
}
#partnerData h2 {
    font-size: 22px;
    color: #3a3088;
}
#partnerData .modal-content {
	padding:15px;
}
#partnerData .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 20px;
}
#partnerData .modal-header {
    border: none;
    padding-bottom: 0;
}
/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30000;
}
.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;

  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);

  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;


  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: rgba(13,1,61,0.82); /* overlay color */

  opacity: 0.0;

  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-block-c img {
  width: 100%;height: auto;
}
.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  
  margin: 0 auto;

  overflow-y: visible;

  background: #000;
  
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
  }
}

/* modal close button */
.close-video-modal {
  display: block;
    position: absolute;
    right: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background: #000;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}
.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before {
    color: var(--primary-color);
}
.custome-review-cc {
	margin-top:30px;
	margin-bottom:30px;
}
.custome-review-cc h3 {
	    clear: none;
    font-size: 18px;
    margin-bottom: 25px;
}
.custome-review-cc li {
	margin: 0 0 0 0px!important;
    border: 1px solid #e1dde7!important;
    border-radius: 4px!important;
    padding: 1em 1em 0!important;
    border-radius: 20px!important;
}
.custome-review-cc .comment-author {
	display:inline-block!important;
}
.custome-review-cc .comment-meta {
	display:inline-block!important;
	font-size:12px!important;
}
.custome-review-cc .stars {
	margin-bottom:20px!important;
}
.custome-review-cc .reply {
	display:none!important;
}


/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1.0;

  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
  opacity: 1.0;
}
.show-video-modal .video-modal-content {
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}
.career-block .date {
  color: #3C3B60;
}
.career-block h4 {
	font-size:22px;
}
.career-block a  {
  text-decoration: none;
}
.career-block  {
    display: block;
    background-color: #fff;
    padding: 30px;
    display: flex;
    min-height: 260px;
    text-decoration: none;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 25px;
           -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.career-block:hover  {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}
.career-block  h4 {
  color: var(--secondary-color);
}

.care-right-box {
  background-color: #F4F6FC;
  padding: 25px;
  border-radius: 25px;
}
.labl {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 13px;
}
.labl-row {
  margin-bottom: 25px;
}
.single-career-cc h3 {
  color: var(--secondary-color);
  font-size: 18px;
  margin-top: 30px;
}
.single-career-cc {
  padding: 50px 0;
}
.career-apply {
  background-color: #f4f6fc;
}
.contact-form-wrap {
  background-color: rgba(var(--primary-color-rgb), 0.09);
  padding: 40px 0!important;
}
  .acf-editor-wrap iframe {     
      min-height: 0;
    }
.career-form-c {
  max-width: 700px;
  margin: auto;
}
.car-bt-c .btn {
  width: auto;
  min-width: 150px;
}
.caddress-cc {
  background-color: #fff!important;    padding: 45px 0 !important;padding-bottom: 80px!important;
}
.caddress-cc a {
    font-size: 16px;
    color: #3C3B60;
    line-height: 28px;
    text-decoration: none;
}
.caddress-cc a:hover {
    color: var(--primary-color);
}
.caddress-cc .nav .nav-link {
    font-size: 26px !important;
}
.caddress-cc .nav .nav-link {
    color: #9791C1;
}
.caddress-cc .nav {
    margin-bottom: 35px;
}
.conttile {
  font-size: 23px;
  color: var(--secondary-color);
  font-weight: 600;
    line-height: 28px;margin-bottom: 25px;
	text-align:left!important;
}
.ftr-box {
    padding: 32px;
    background-color: rgba(var(--primary-color-rgb), 0.09);
    border-radius: 33px;
    height: 100%;
	margin-bottom:25px;
}
.icco {
    line-height: 25px;
    /* margin: auto; */
    margin-bottom: 0px;
    font-size: 48px;
/*     width: 50px !important;
    height: 50px !important; */
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
/*     height: 100%; */
}
.ftr-box img {
/*     width: 40px !important;
    height: 40px !important; */
    object-fit: cover;
}
.contact-cc .tab-content h2 {
	text-align:left;
}
input {
  border: none;
  outline: none;
}
.cont-form-title {
  color: #327F3E;
  font-size: 22px;
}
.home-contact-cc {
  padding: 80px 0;
}
.cont-form-title {
  margin-bottom: 30px;
}

/*About Section */

.inside-banner-cc {
  min-height: 350px;
  padding-top: 50px;
  display: flex;
/*  background-color: var(--primary-color);
  background-blend-mode: luminosity;*/
      align-items: center;
      background-size: cover;
      position: relative;
      background-position: center;
	background-color:var(--primary-color);
}
.inside-banner-cc p {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0px;
}
.inside-banner-cc:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
}
.inside-banner-cc h1 {
    font-size: 22px!important;
    margin-bottom: 18px;
    color: #fff;
}
.inside-banner-cc .contaner {
      margin-top: 35px;
}
.inside-banner-cc h2 {
    font-size: 42px;
    color: #fff!important;
    margin-top: 15px;
}
.woo-tab-c {
	margin-bottom:25px!important;
}
.wow  {
  visibility: hidden;
}
.director-msg-cc {
  margin-top: -250px;
  position: relative;
}
.contact-page-top {
  padding: 60px 0;
}
.address-cc {
  padding: 60px 0;
  background-color:#F4E4E8;
  position: relative;
}

.google-map-cc {
  padding: 70px 0;
}
.news-imgg {
  float: left;
}
.list-content {
    padding: 0px 20px;
    border-radius:0px 0px 20px 20px;
    padding-bottom: 23px;
    width: 100%;
    clear: both;
}
.service-and-products-cc .list-content {
    background-color: #fff;
    padding: 0px 20px;
    float: left;
    border-radius:0px 0px 20px 20px;
    padding-bottom: 23px;
    width: 100%;
}
.service-and-products-cc .cat-img-c {
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}
.contact-address-c ul {
    list-style: none;
    padding: 0px!important;
    margin: 0px!important;
    margin-top: 30px!important;
}
.contact-address-c li {
    margin-bottom: 18px;
}
.contact-address-c li img {
    width: 28px;
    margin-right: 10px;
    float: left;
}
.contact-form-cc .btn {
    margin-top: 5px;
}
.contact-address-c p {
   line-height: 16px;
}
.contact-ico {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size:  auto 23px;
}
.cont_location {
  background-image: url(../img/location.svg);
}
.cont_mobile {
  background-image: url(../img/mobile.svg);
}
.cont_mail {
  background-image: url(../img/mail.svg);
}
.inside-banner-cc .row {
  z-index: 2;
  position: relative;
}
.inside-banner-cc h1 {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  font-size: 48px;
}
.brdcrmb {
    color: #fff;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
}
.brdcrmb span {
  margin:0 10px;
}
.brdcrmb a {
  color: #fff;
  text-decoration: none;
}
.brdcrmb a:hover {
  color: #fff;
  text-decoration: underline;
}
.eligibility-cc {
  padding: 60px 0px; 
}
.eligibility-cc .container{
  max-width: 1000px;
  margin: auto;
}
.block-box {
  margin-top: 30px;
}
.block-box h2 {
  color: var(--primary-color);
  font-size: 22px;
  padding-bottom: 4px;
}
.nmbr-box {
  background-color: var(--primary-color);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height:60px;
      margin-right: 15px;
}
.all-need-cc {
  padding: 60px 0px; 
}
.all-need-p {
  max-width: 1000px;
  margin: auto;
  margin: 10px auto;
}
.all-need-box {
  padding: 32px;
  background-color: rgba(var(--primary-color-rgb), 0.09);
  border-radius: 33px;    height: 100%;
}
.all-need-box h2 {
   color: var(--primary-color);
  font-size: 22px;
  padding-bottom: 4px;
}
.all-need-box ul {
 margin-left: 20px;
}
.nmbr-box-c {
  display: flex;
  color: var(--primary-color);
      align-items: center;
}
.offer-cc {
  background-color: rgba(var(--primary-color-rgb), 0.09);
  padding: 60px 0px;
}
.offer-cc .swiper-container {
  position: relative;
}
.offer-cc .swiper-slide {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.offer-slidr-cont-c {
  padding: 25px;
  overflow-y: auto;
}
.offer-slidr-cont-c h2 {
 color:var(--primary-color);
}
.offer-slidr-cont-c ul {
  margin-left:18px;
}
.offer-slidr-cont-c ul li {
 color: #3C3B60;margin-bottom: 12px;
}
.offer-cc .swiper-pagination {
  position: static;
    width: 100%;
    margin-top: 20px;
}
section {
  clear: both;
}
.we-are-cc {
  padding: 70px 0;
}
.values-cc {
  padding: 70px 0;
  background-color: #F0F3F8;
}
.value-box {
  background-color: #fff;
  padding:100px 40px 60px 40px;
  text-align: center;
  height: 100%;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.value-box:hover {
  margin-top: -10px;
  -webkit-box-shadow: 0px 0px 54px -24px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 54px -24px rgba(0,0,0,0.3);
box-shadow: 0px 0px 54px -24px rgba(0,0,0,0.3);
}
.value-box .ico {
    position: relative;
    max-width: 106px;
    display: block;
    margin: auto;
    margin-top: -152px;
    margin-bottom: 30px;
    border: solid 9px #f0f3f8;
    border-radius: 100%;
}
.values-cc h2{
  text-align: center;
  margin-bottom: 90px;
}
.parent_companies-cc {
  padding: 60px 0;
}
.parent_companies-cc h2 {
   margin-bottom: 50px;
}
.parent_companies-cc .logos {
  max-width: 150px;
  margin-bottom: 40px;
}
.parent_companies-cc .container {
  max-width: 1200px;
  margin: auto;
}
.grasacle_effect {
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.grasacle_effect:hover {
   filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.ease_3 {
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.abt-data-c {
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
    text-align: center;
}
.abt-sec-cc {
  background-color:#F4E4E8;
  padding: 80px 0px;
  position: relative;
}


.full-team-img {
  border-radius: 30px;
  position: relative;
}
.full-team-img-c {
  position: relative;
   margin-top: 30px;
}
.full-team-img-c:after {
  content: "";
   border-radius: 30px;
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  right: 0;
  background: rgba(217, 217, 217, 0.01);
  box-shadow: 0px 0px 173px 0px rgba(58, 48, 136, 0.80) inset;
}
.swiper-container {
	overflow:hidden;
}
.abt-video-cc {
  position: relative;
  margin-top: 40px;
}
.vision-cc {
  padding: 80px 0;overflow:hidden;background-color: #F4F6FC;
}

.video-block-c {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.video-title {
  padding: 28px;
  background: linear-gradient(180deg, rgba(58, 48, 136, 0.00) 0%, rgba(58, 48, 136, 0.91) 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.video-title h4 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    margin-bottom: 0px;
}
.designation {
  font-size: 14px;
  color: #F5A706;
}
.video-ico {
  position: absolute;
  right: 23px;
  bottom: 26px;
  width: 42px;
  height:42px;
  border-radius: 100%;
         -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.video-block-c:hover .video-ico {
  background-color: #F5A706;
  cursor: pointer;
}
.founders-cc .gallery-card {
  width:200px;margin: auto;
}
.founders-cc .gallery-card img {
  width:200px;height: auto;
}
.hover-links img {
  width: 45px!important;
  height: 45px!important;
}
.corporate-cc {
  color: #fff;
  background-color: #3AA145;
}
.ol, ul {
  padding-left: 0px;
}

.gallery-card img {
  width: 100%;
  height: auto;
}
.modal-header {
  border: none;
}
.modal-custom {
  background-color:#F4F6FC;
}
.csr-a-cc .video-paly-pop {
  position: relative;    
  display: block;
}
.vid-ico-wrap img {
    width: 70px;
    height: 70px;
}
.vid-ico-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
      background-color: #1d165138;
    display: flex;
    align-items: center;
    justify-content: center;
}
::marker {
  color: var(--primary-color);
}
.mntr-message--cc {
  padding: 80px 0;
}

.csr-more-data-cc{
   padding: 80px 0;
}
.message-box {
  background-color: #EB568F;
  border-radius: 50px;
  overflow: hidden;
}
.single-meter-cc {
  padding: 50px 0;
}
.single-meter-cc ul {
      margin-left: 20px;
}
.stiky-mentor {
  position: sticky;
  top: 130px;
}
.professional_qualifi-data {
  margin-top: 30px;
}
.exam-fee-calander-cc .tab-pane {
    margin-top: 35px;
}
.profe_qualifi_row {
  border-bottom: solid thin #eee;
  padding: 12px 0;
}
.profe_qualifi_row:hover {
  background-color: #F4E4E8;
}
.single-meter-cc h2 {
  font-size: 26px;
  margin-bottom: 15px;
  padding-top: 20px;
}
.course__description-cc {
  padding: 50px 0;
}
.course__description-msg-cc {
  max-width: 950px;
}
.course-inside {
  background-color: #fff;padding-top: 0;
}
.course-inside .list-content {
  background-color: rgba(var(--primary-color-rgb), 0.09);
}
.course-inside .course-block h4 {
    font-size: 20px;
  }

.course-inside .section-title span {
  color: var(--primary-color)!important;
}
.corse-ico {
  margin-right: 20px;
}
.course-name-a {
  color: var(--secondary-color);
  font-weight: 600;
}
.course-desc-a {
  color: #5F5E75;
  font-weight: 400;
}
.single-meter-cc {
  padding-bottom: 70px;
}
.single-meter-cc  .position{
  text-align: left;
    margin-top: -15px;
    color: #3a3088;
    margin-bottom: 18px;
    font-weight: 600;
}
.modal-content {
	    background-color: #F4F6FC;
}
.modal-content .position {
  text-align: left;
    margin-top: -15px;
    color: #3a3088;
    margin-bottom: 18px;
    font-weight: 600;
}
.directors-cc {
  padding: 40px 0;
  padding-top:60px;
}
.members-cc {
  padding: 60px 0;
  background-color: #F4F6FC;
}
 .members-cc .gallery-item {
    margin-bottom: 35px;
}
.action-cc {
  background: #A50000;
  padding: 70px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.action-cc .container {
  position: relative;
  color: #fff;
  z-index: 2;
}
.action-cc:after {
  background: rgb(165 0 0 / 66%);
  content: "";
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.action-cc h3 {
  font-size: 38px;
}
.actio-bt-c {
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.gallery-cc {
  padding: 60px 0;
}
.lightbox {
  position: relative;
  display: block;
}
.g-title-c {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 40%;
  color: #fff;
  display: flex;
  flex-direction: row;
    align-items: flex-end;
    padding: 25px;
}
.lightbox:hover .g-title-c {
  background: linear-gradient(180deg, rgba(50, 127, 62, 0) 0%, #327F3E 100%);
}
.gallery-item {
  margin-bottom: 25px;
}


.csr-a-cc {
  background-color: #F0F0F5;
  padding: 80px 0;
  padding-top: 60px;
}

/* Product data */
.product-cc {
  padding-bottom: 60px;
}
.p-img-c {
  border:solid thin #D3D3D3;
      -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product_box {
  margin-bottom: 60px;text-decoration: none;
}
.product_box:hover .p-img-c {
  border:solid thin #40A050;
}
.product_box:hover h3 {
  color:#40A050;
}
.product_box h3 {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  margin-top: 18px;
  color: #32402B;
  text-decoration: none;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cat-cc a {
  display: inline-block;
  border:solid thin #E6E6E6;
  border-radius: 33px;
  padding:8px 18px;
  margin-right: 10px;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  color: #32402B;
  font-size: 14px;
  font-weight: 500;
}
.cat-cc a:hover {
  background-color: #40A050;
  border:solid thin #40A050;
  color: #fff;
}
.cat-cc .active {
  background-color: #40A050;
  border:solid thin #40A050;
  color: #fff;
}
.cat-cc {
  padding: 0;
    overflow: auto;
    white-space: nowrap;
    margin: 40px 0;
}
.cat-cc img {
  width: 25px;
}
.vwg_video_js .vjs-big-play-button .vjs-icon-placeholder:before {
   font-size: 2em!important;
}
.video-js .vjs-big-play-button {  
    line-height: 2.5em;
    height: 2.5em;
  }
.vwg_video_js .vjs-big-play-button {
    border: none!important;
}
.preloader-cc {
  display:none;
}

.brocures-box {
  margin-bottom: 40px;text-decoration: none;display: block;
}
.brocures-box:hover .p-img-c {
  border:solid thin #40A050;
}
.brocures-box:hover h3 {
  color:#40A050;
}
.brocures-box h3 {
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  margin-top: 18px;
  color: #32402B;
  margin-bottom: 0px;
  text-decoration: none;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.brocures-box span {
  font-size:13px;
  color: #939393;
}
.brocures-cc .sub-title {
    margin-top: -10px;
    margin-bottom: 30px;
    font-weight: bold;
}
.message-c h5 {
  margin-top: 30px;
}
.message-c {
  padding: 30px;
}
.qut {
      font-size: 62px;
    color: #fff;line-height: 36px;
    margin-top: 30px;
}
.keep-bottom {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.message-box {
  color: #fff;
}
.message-box  p{
  color: #fff;
}
.mnt-grl {
    width: 120%;
    /* display: block; */
    /* margin: auto; */
    object-fit: cover;
    max-width: 300px;
}
.child-section-c {
  margin-bottom: 30px!important;
}
.child-section-c h2 {
  margin-bottom: 10px!important;
}

.child-section-c ul {
  margin-left: 20px;
}
.scholarship-box h2 {
font-size: 28px;margin-top: 15px;
}
.scholarship-box {
background-color: #FFF2F5;
padding: 30px;border-radius: 30px;
margin-bottom: 20px;
}
.scholarship-prog-cc {
  padding: 40px 0;
}
.more-data-cc .section-title, .scholarship-prog-cc .section-title {
	font-size:32px;
}
/*
.line-animation:after {
    content: "";
    height: 1px;
    width: 0px;
    bottom: 1px;
    left: 0;
    position: absolute;
    margin-left: -0px;
    line-height: 45px;
    display: inline-block;
    background-color: #F5A706;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.line-animation:hover:after {
    width: 100%;
    margin-left: -0px;
}*/
.conta-box {
  border:solid thin #d6d6d6;
  padding: 40px;
  min-height: 220px;
}
.conta-box:hover {
  border:solid thin #327F3E;
}
.conta-ico {
  display: block;margin-bottom: 18px;    height: 32px;
}
.contact-cc {
  padding: 60px 0;
}
.conta-box a {
  text-decoration: none;
  color: #393667;
}
.contact-form-cc {
  padding-bottom: 60px;
}
.calculator-cc {
  padding: 60px 0;
}
.calculator-data {
  padding: 40px;
  background-color: #F0F3F8;
  padding-bottom: 25px;
}
.disclaimer-cc .container{
  max-width: 1000px;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    border-radius: 0px;
  }
.calculator-cc .btn {
      min-width: 180px;
      margin-top: 10px;
}
.corporate-cc figure {
   width: 823px;
    height: 100%;
        background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.corporate-cc .abt-data-c {
    padding: 80px 15px;
    padding-right: 20px;
}
.corporate-cc {
  overflow: hidden;
}
.abt-data-c {
    padding-right: 28px;
}
.single-product-cc {
  background-color: #F0F3F8;
  padding-bottom: 60px;
   margin-top: 84px;
  }
 .product-gallery-cc {
          float: left;
    width: 100%;
    overflow: hidden;

   } 
.single-product-content-cc {
  padding-left: 15px;
}
.single-product-content-cc h4 {
    color: #747474;
    font-size: 18px;
    font-weight: 100;
}
.single-product-content-cc h1 {
  color: #32402B;
  margin-bottom: 10px;
}
.single-product-content-cc p {
  color: #606060;
}
.single-product-content-cc .btn {
  margin-top: 0px;
}
.specification-cc {
  margin-top: 20px;
}
.specification-title {
     color: #32402B;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 3px;
    text-transform: uppercase;
    border-bottom: solid thin #c1c1c1;
    margin-bottom: 15px;
}
.brocures-box:hover .p-img-c {
  -webkit-box-shadow: 0px 0px 54px -24px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 54px -24px rgba(0,0,0,0.3);
box-shadow: 0px 0px 54px -24px rgba(0,0,0,0.3);
}
.events-cc {
  padding: 60px 0;
  background-color: #F4F6FC;
  padding-bottom: 40px;
}
.completed-events-cc {
  padding: 50px 0;
}
.evnt-single-desc {
    color: #3C3B60;
}
.evnt-single-desc ul {
    margin-left: 18px;
}
.data-box {
    padding: 25px;
    background-color: #fff;
    border-radius: 22px;
    min-height: 155px;
}
.data-box h6 {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 8px;
    font-size: 12px;
	color:var(--primary-color);
}
.data-box span {
    display: block;
    font-size: 18px;
/*    text-transform: uppercase;*/
    font-weight: 500;
}
.data-box a {
    color: #505050;
}

.data-box {
    margin-bottom: 22px;
}
.h2font-size h2 {
  font-size: 32px;
}
.campusconnect-form-bt:hover {
  cursor: pointer;
}
.event-single {
	background-color: #F4F6FC;
}
/* .campusconnect-form {
  display: none;
} */
.event-slider-box {
  background-color: #F4E4E8;
  border-radius: 25px;
  overflow: hidden;
}
.event-slider-data {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#scholrshipForm .modal-content {
	border-radius: 25px;    
	padding: 10px;
}
#scholrshipForm h2 {
	font-size: 22px;
    color: var(--primary-color);
}
#scholrshipForm .modal-header {
    align-items: flex-start;
}
#scholrshipForm textarea, #scholrshipForm input, #scholrshipForm select {
    border: solid thin #e0e0e0;
    background: #ffffff;
}
#scholrshipForm textarea {
    border-radius:20px;
}
#scholrshipForm .wpcf7 p {
    line-height: 18px;
    margin-bottom: 0;
}
.product-gallery-cc  .swiper-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .product-gallery-top .swiper-slide {background-color: #fff!important;
      background-size: contain!important;background-repeat: no-repeat;overflow: hidden;
    }
    .product-gallery-top .swiper-slide:after {
      content: "";
      left: 0;right: 0;width: 99.9%;
      bottom: 0;top: 0;
      position: absolute;
    }
    .product-gallery-cc .swiper-slide {
      background-size: cover; 
      background-position: center;
      height: 460px!important  ;
    }
    .product-gallery-top {
      height: 80%;
      width: 100%;

    }
    .product-gallery-thumbs {
      height: auto;
      box-sizing: border-box;
      padding: 10px 0;
      border-radius: 0px!important;
    }
    .product-gallery-thumbs img {
    }
    .product-gallery-thumbs .swiper-slide {
      width: 70px!important;
      height:70px!important;background-color: #fff!important;
      opacity: 0.8; 
    }
    .product-gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    .single-page-brdcrmb-cc {
      padding: 30px 0px;
    }
.single-page-brdcrmb-cc .brdcrmb {
    float: none;
}
.single-page-brdcrmb-cc .brdcrmb {
    color: #5e5e5e;
  }
.single-page-brdcrmb-cc .brdcrmb a {
    color: #5e5e5e;text-decoration: none!important;
}
.brdcrmb a {
    text-decoration: none!important;
}
.our-story-cc {
  padding: 60px 0;
    background-color: rgba(var(--primary-color-rgb), 0.09);
}
.terms-checkbox label {
	display: flex;
    height: auto;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 10px;
}
.terms-checkbox input {
	width:60px;
}
.terms-checkbox span {
	font-weight: 400;
    text-transform: none;
	margin-left: 0;
}
    .sub-title {
  clear: both;
    display: block;
    padding-left: 4px;
    margin-bottom: 8px;
    }

.fees-blok {
    background-color: rgba(var(--primary-color-rgb), 0.09);
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 13px;
    align-items: center;
    min-height: 100px;    justify-content: center;
}
.fees-blok label {
  color: var(--primary-color);line-height: 16px;font-size: 12px;    font-weight: 500;
}
.exm-wrap {
  background-color: #fff;margin-bottom: 20px;
  border-radius: 30px;    padding: 25px;text-align: center;
}
.tab-content h2 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: var(--primary-color);
}
.lbl-value {
  font-weight: 700;
}
.h-94 {
  height: 94%;
}
.exm-grid {
  display: grid;
  grid-template-columns: repeat(2, calc(97% / 2));
   gap: 10px;    margin-top: 20px;
}
.exm-grid-b {
    display: grid;
  grid-template-columns: repeat(4, calc(95.6% / 4));
   gap: 10px;    
}
.h-hdr {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog-cc {
  background-color: #F4F6FC;
  padding: 60px 0;
}




@keyframes movement {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 560px 0px;
  }
}

.top_logo {
    margin-top: -105px;
    width: 145px;
}

.map-container {
    position: relative;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    display: block;
    width: 100%;
}
.map-container .point {
    cursor: pointer;
    position: absolute;
    width: 100px;
    height: 130px;
    background-image: url(../img/bble.svg);
    background-size: 100px;
    background-repeat: no-repeat;
}
.map-container .point h4 {
text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58%;
}
.map-container .point span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 40px;
    font-weight: 600;
}
.director-cc {
    padding-bottom: 70px;
}
.social-c img {
  height: 22px;
}
.adress-title {
  margin-bottom: 40px;
}
.home-contact-cc a {
  text-decoration: none;color: #327F3E;
}
.social-c a {
    margin-right: 13px;
    font-size: 24px;
    color: var(--primary-color);
    text-decoration: none;
     -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.social-c a:hover {
    color: var(--secondary-color);
}
.social-c {
  margin-bottom: 20px;
}
.border-radius-20 {
  border-radius: 20px;
}
.app-slider {
  position: relative;
}
.app-slider .video-paly-pop:hover {
  cursor: default;
}
.app-slider .swiper-slide {
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.07);
  border:solid thin #DFDFDF;
}
.app-slider .vid-ico-wrap a:hover {
  cursor:pointer;
}
.app-slider .swiper-pagination {
      position: static;
    margin-top: 30px;
}
.futr-box {
    background-color: #F4F6FC;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 25px;
    height: 100%;
}
.futr-ico {
  max-width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 25px;
}
.futr-box:hover {
  background-color: #ffeff0;
}
.futr-box h5 {
    font-size: 16px;
    color: var(--secondary-color);
}
.dwdd-bt {
/*  display: flex;*/
}
.dwdd-bt {
  border: solid thin var(--secondary-color);
  border-radius: 20px;float: left; margin-right: 12px;width: auto;margin-bottom: 25px;
}
.dwdd-bt:hover {
  border: solid thin var(--primary-color);
}
.dwdd-bt a img {
  height: 70px!important;width: auto;border-radius: 20px;
}
.futr-box p {
  font-size: 16px;
    line-height: 22px;
}

.app-slider img {
  height: 500px!important;
}
.app-slider-cc {
    padding: 60px 0;
    background-color: #F4F6FC;
    padding-bottom: 40px;
}
.app-slider-cc .swiper-slide {
  width: auto;
}
.texth-desc-cc p {
  text-align: left;
}
.upcoming-event-cc {
  background-color: #F4F6FC;
  padding: 70px 0;
}
.join-grp-c a {
    display: flex;
    align-items: center;
    line-height: 20px;
    /* font-size: 24px; */
    font-size: 14px;
    color: #3C3B60;
    text-decoration: none;
    margin-bottom: 10px;
     -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.join-grp-c a:hover {
    color: var(--secondary-color);
}
.join-grp-c a:hover i {
    color: var(--secondary-color);
}
.join-grp-c i {
      margin-right: 10px;
    font-size: 22px;
    color: var(--primary-color);
       -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.img-container {
  position: relative;
}
.countdown  {
  display: flex;
}
.event________ .count {
  display: block;

  font-size:22px;
  text-transform: uppercase;
  color:var(--primary-color);
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 400;
}
.event span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--secondary-color);
}
.evnt-box {
	padding-top:10px;
	     -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.evnt-box span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: var(--secondary-color);
}
.evnt-box .countdown { margin-top:10px;margin-bottom:15px;}
.evnt-box .count {
  font-size:12px!important;  font-weight: 400;
  color: var(--secondary-color); 
	margin-right: 5px;
  margin-left: 5px;
}
.testimonials-inside-cc {
	padding: 35px 0 !important;
}
.testimonials-home-cc .tab-pane {
    margin-top: 30px;
}
.testimonials-home-cc .nav {
    padding-top: 0px;
}
/* .event-counter {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    overflow: auto;
    width: 290px;
    position: absolute;
    left: 50%;
    margin-left: -145px;
    top: 50%;
    margin-top: -50px;
} */
.event-counter {
    border-radius: 15px;
    padding: 0px;
    text-align: left;
    overflow: auto;
}
.event-slider-top h4 {
	font-size:26px;
}

.event-single .event-counter {
        border-radius: 15px;
    padding:0;
    text-align: left;
    overflow: auto;
}
.event-single .count {
  display: block;

  font-size: 20px;
  text-transform: uppercase;
  color:var(--primary-color);
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 500;
}
.event-single .event-slider-top h4 {
	font-size:36px;
}
.evnt-box:hover {
	background-color: rgba(var(--primary-color-rgb), 0.09);
	border-radius:25px;
	
}
.evnt-box .ongoing, .news-inside-grid .ongoing {
      padding: 5px 16px 3px 16px;
    margin-bottom: 13px;
    background-color: #8aee8d;    display: inline-block;position: absolute;z-index: 10;
    border-radius: 33px;top: 0px;
    color: #1d1d1d;    font-size: 13px;letter-spacing: .5px;text-transform: uppercase;

}
.evnt-box .completed, .news-inside-grid .completed {
      padding: 5px 16px 3px 16px;top: 0px;
    margin-bottom: 13px;
    background-color: #C54949;text-transform: uppercase;    display: inline-block;position: absolute;z-index: 10;
    border-radius: 33px;
    color: #fff;    font-size: 13px;letter-spacing: .5px;
}
.evnt-box .upcoming, .news-inside-grid .upcoming {
      padding: 5px 16px 3px 16px;top: 0px;
    margin-bottom: 13px;
    background-color:#ffc107;text-transform: uppercase;
    border-radius: 33px;
    color: #1d1d1d;    font-size: 13px;letter-spacing: .5px;    display: inline-block;position: absolute;z-index: 10;
}
.evnt-box .ended, .news-inside-grid .ended {
      padding: 5px 16px 3px 16px;
    margin-bottom: 13px;top: 0px;
    background-color:#C54949;text-transform: uppercase;    display: inline-block;position: absolute;z-index: 10;
    border-radius: 33px;
    color: #fff;
        font-size: 13px;letter-spacing: .5px;
}


.single-blog-cc .ongoing {
      padding: 5px 16px 3px 16px;
    margin-top: 13px;
    background-color: #8aee8d;    display: inline-block;
    border-radius: 33px;top: 0px;
    color: #1d1d1d;    font-size: 13px;letter-spacing: .5px;text-transform: uppercase;

}
.single-blog-cc .completed {
      padding: 5px 16px 3px 16px;top: 0px;
    margin-top: 13px;
    background-color: #C54949;text-transform: uppercase;    display: inline-block;
    border-radius: 33px;
    color: #fff;    font-size: 13px;letter-spacing: .5px;
}
.single-blog-cc .upcoming {
      padding: 5px 16px 3px 16px;top: 0px;
    margin-top: 13px;
    background-color:#ffc107;text-transform: uppercase;
    border-radius: 33px;
    color: #1d1d1d;    font-size: 13px;letter-spacing: .5px;    display: inline-block;
}
.single-blog-cc .ended {
      padding: 5px 16px 3px 16px;
    margin-top: 13px;top: 0px;
    background-color:#C54949;text-transform: uppercase;    display: inline-block;
    border-radius: 33px;
    color: #fff;
        font-size: 13px;letter-spacing: .5px;
}
.woo-tab-c {
	margin-bottom: 27px;border-radius:0px!important;
}

.magaz-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
  margin-bottom: 25px;
}
.evnt-box .news-imgg {
  position: relative;
}
.evnt-box h4 {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 20px;
}
.evnt-date {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--secondary-color);

}
.mentor-inside-ccc {
  background-color: #F4F6FC;
}
.right_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.right_part .date {
  color: #3C3B60;font-size: 14px;
}
.right_top h3 {
  font-size: 22px;
  color: var(--secondary-color);
}
.right_bottom .btn img {
  margin-right: 8px;
}
.mentor-c {
  font-size: 14px;
  color: var(--secondary-color);
  margin-top: 10px;
}
.newsletter-cc {
  background-color: rgba(var(--primary-color-rgb), 0.09);
  padding: 40px 0;
}
.newsletter-cc h2 {
  font-size: 30px;
}
.newsletter-cc input { margin: 0px;background-color: #fff;}
.newsletter-cc .form-group {
    margin-bottom: 0px;
}
.newsletter-cc form {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.newsletter-cc .awiv {
  margin-bottom: 0px;
  color: #3C3B60;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.brdcrmb-cc {
  border-bottom: solid thin #D2D0D0;
/*   background: linear-gradient(180deg, #ffe2e2 0%, #ffe2e200 100%); */
  background: linear-gradient(180deg, rgba(var(--primary-color-rgb),.2) 0%, #ffe2e200 100%);	
  padding: 10px 0;
  color: #3C3B60;
}
.brdcrmb-cc a, .brdcrmb {
  color: #3C3B60;
}
.brdcrmb-cc a:hover{
  color: #E32D5D;
}

 #myToast.error {
    background-color: red;
  }
  #myToast.success {
    background-color: #000;
  }
  .spinner-border {
    display: none;
  }
.d-inline-block {
	display:inline-block;
}

.copy-cc {
    background-color: #3A3088;
    padding: 0px 0 30px 0;
    color: #959595;
    font-size: 15px;
}
.footr-boxes li {
    display: inline-block;
    list-style: none;
    letter-spacing: .5px;
}
.testi-slider {
  margin-bottom: 53px!important;
}

.testimonial-cc .utube-container {
  margin-top: 0px;
}
.quate {
    margin-bottom: 10px;
}
.mb-3 {
  padding-bottom: 10px;
}
.testimonial-data {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.tesi-cc {
    padding-bottom: 40px!important;
}
/*.footer-links-c,.footer-about-c {
  margin-bottom: 35px;
}*/
/*.swiper-pagination-bullet {
  background: #fff!important;
}
*/
.tab-cc-inside {

}
.tab-top-content {
  text-align: center;
  max-width: 950px;
  margin: auto;
}
.tab-bottom-content {
  margin-top: 30px;
}
.tab-video {
/*  min-height: 550px;*/
  max-width: 850px;
  background-color: #eee;
  
  border-radius: 25px;
  border:solid 25px #000;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 50px;
  position: relative;
}

.skill-img-c {
  position: relative;
}
.skill-img-c:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: -2px;
  right:-1px;
  z-index: 1;
  background-image: url(../img/shape.svg);
  background-size:cover;
}
.skill-img-c-b {
  position: relative;
}
.skill-img-c-b:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right:0;
  z-index: 1;
  background-image: url(../img/shape_b.svg);
  background-size:cover;
}
.skill-title {
  padding: 40px;
  background: linear-gradient(180deg, rgba(58, 48, 136, 0.00) 0%, rgba(58, 48, 136, 0.91) 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding-bottom: 80px;
}
.skill-title h4 {
  margin-top: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}
.skill-slider .swiper-slide {
  background-color: #fff;
}
.skill-slider .swiper-pagination {
    bottom: 40px!important;
    left: 0;
    width: 50%!important;
  }
.skill-slider .swiper-pagination-bullet-active {
  background-color: #fff!important;
}
.skill-slider .swiper-pagination-bullet {
   background-color: #fff!important;
}
.ico-cc {
  display: flex;
      align-items: center;
    justify-content: center;
}
.ico-cc img {
  width: 60px;
}
.menter-session-vide-c {
  position: relative;
	display:block;
}
.direto-title {
      color: #3a3088;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
}
.pause-play-img {
  position: absolute;
  z-index: 33;
  left: 50%;
  top: 50%;
  width: 76px;
  margin-left: -38px;
  margin-top: -38px;
}
.tab-cc-inside .utube-container {
  position: relative; 
  padding-bottom: 65.25%; 
  height: 88%; 
  overflow: hidden; 
  max-width: 100%;
  margin-top: 0px;
  border-radius: 0px;
  overflow: hidden;
}
.utube-container {
  position: relative; 
  padding-bottom: 65.25%; 
  height: 88%; 
  overflow: hidden; 
  max-width: 100%;
  margin-top: 40px;
  border-radius: 30px;
  overflow: hidden;
}
.home-about-cc select {
  padding-right: 20px;
}
.search-form input {
  background-color: #FFF;
  border: solid thin #E4E3EF;
}
.search-form-bt {
  width: 40px;
    height: 40px;
    background-image: url(../img/search-ico.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    position: absolute;
    top: 4px;
    right: 6px;
    border: none!important;
}
.search-form-bt:hover {
  background-color: #F4F6FC;
}
.course-block {
  margin-bottom: 25px;
}
select {
  -webkit-appearance: menulist-button;
  color: black;
  font-weight: 500;
}
.dropdown-menu {
    right: 30px !important;
    max-width: 250px;
}
select {

    /** for the dropdown indicator */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
.utube-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

/***************************************************
 * Generated by SVG Artista on 11/21/2023, 6:27:01 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.coding .svg-elem-1 {
  stroke-dashoffset: 81px;
  stroke-dasharray: 81px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.coding.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-2 {
  stroke-dashoffset: 197.86485290527344px;
  stroke-dasharray: 197.86485290527344px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.coding.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-3 {
  stroke-dashoffset: 78.71025085449219px;
  stroke-dasharray: 78.71025085449219px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.coding.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-4 {
  stroke-dashoffset: 9.905694007873535px;
  stroke-dasharray: 9.905694007873535px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.coding.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-5 {
  stroke-dashoffset: 9.905694007873535px;
  stroke-dasharray: 9.905694007873535px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.coding.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-6 {
  stroke-dashoffset: 29.986604690551758px;
  stroke-dasharray: 29.986604690551758px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.coding.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-7 {
  stroke-dashoffset: 24.34714126586914px;
  stroke-dasharray: 24.34714126586914px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.coding.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-8 {
  stroke-dashoffset: 24.34714126586914px;
  stroke-dasharray: 24.34714126586914px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.coding.active .svg-elem-8 {
  stroke-dashoffset: 0;
}
.page-id-2058 #customer_login .u-column1 {
    display: none!important;
}
.coding .svg-elem-9 {
  stroke-dashoffset: 21px;
  stroke-dasharray: 21px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.coding.active .svg-elem-9 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-10 {
  stroke-dashoffset: 59px;
  stroke-dasharray: 59px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.coding.active .svg-elem-10 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-11 {
  stroke-dashoffset: 149.2977752685547px;
  stroke-dasharray: 149.2977752685547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.coding.active .svg-elem-11 {
  stroke-dashoffset: 0;
}

.coding .svg-elem-12 {
  stroke-dashoffset: 11.42477796076938px;
  stroke-dasharray: 11.42477796076938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

.coding.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.coding .svg-elem-13 {
  stroke-dashoffset: 11.42477796076938px;
  stroke-dasharray: 11.42477796076938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.coding.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.coding .svg-elem-14 {
  stroke-dashoffset: 11.42477796076938px;
  stroke-dasharray: 11.42477796076938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.coding.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

/***************************************************
 * Generated by SVG Artista on 11/21/2023, 6:58:39 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.ai .svg-elem-1 {
  stroke-dashoffset: 88.3026351928711px;
  stroke-dasharray: 88.3026351928711px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.ai.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-2 {
  stroke-dashoffset: 23px;
  stroke-dasharray: 23px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
}

.ai.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-3 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

.ai.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-4 {
  stroke-dashoffset: 14.5px;
  stroke-dasharray: 14.5px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.44999999999999996s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.44999999999999996s;
}

.ai.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-5 {
  stroke-dashoffset: 14.5px;
  stroke-dasharray: 14.5px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

.ai.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-6 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s;
}

.ai.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-7 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8999999999999999s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8999999999999999s;
}

.ai.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-8 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s;
}

.ai.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-9 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

.ai.active .svg-elem-9 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-10 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3499999999999999s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3499999999999999s;
}

.ai.active .svg-elem-10 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-11 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.ai.active .svg-elem-11 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-12 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.65s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.65s;
}

.ai.active .svg-elem-12 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-13 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s;
}

.ai.active .svg-elem-13 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-14 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.95s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.95s;
}

.ai.active .svg-elem-14 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-15 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.ai.active .svg-elem-15 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-16 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.25s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.25s;
}

.ai.active .svg-elem-16 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-17 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

.ai.active .svg-elem-17 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-18 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.55s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.55s;
}

.ai.active .svg-elem-18 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-19 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6999999999999997s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6999999999999997s;
}

.ai.active .svg-elem-19 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-20 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.85s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.85s;
}

.ai.active .svg-elem-20 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-21 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
}

.ai.active .svg-elem-21 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-22 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.15s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.15s;
}

.ai.active .svg-elem-22 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-23 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
}

.ai.active .svg-elem-23 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-24 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4499999999999997s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4499999999999997s;
}

.ai.active .svg-elem-24 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-25 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5999999999999996s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5999999999999996s;
}

.ai.active .svg-elem-25 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-26 {
  stroke-dashoffset: 31.705440521240234px;
  stroke-dasharray: 31.705440521240234px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.75s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.75s;
}

.ai.active .svg-elem-26 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-27 {
  stroke-dashoffset: 31.705440521240234px;
  stroke-dasharray: 31.705440521240234px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
}

.ai.active .svg-elem-27 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-28 {
  stroke-dashoffset: 32.205440521240234px;
  stroke-dasharray: 32.205440521240234px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.05s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.05s;
}

.ai.active .svg-elem-28 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-29 {
  stroke-dashoffset: 32.205440521240234px;
  stroke-dasharray: 32.205440521240234px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s;
}

.ai.active .svg-elem-29 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-30 {
  stroke-dashoffset: 10px;
  stroke-dasharray: 10px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.35s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.35s;
}

.ai.active .svg-elem-30 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-31 {
  stroke-dashoffset: 10px;
  stroke-dasharray: 10px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s;
}

.ai.active .svg-elem-31 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-32 {
  stroke-dashoffset: 10px;
  stroke-dasharray: 10px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6499999999999995s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6499999999999995s;
}

.ai.active .svg-elem-32 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-33 {
  stroke-dashoffset: 10px;
  stroke-dasharray: 10px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s;
}

.ai.active .svg-elem-33 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-34 {
  stroke-dashoffset: 23.5px;
  stroke-dasharray: 23.5px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.95s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.95s;
}

.ai.active .svg-elem-34 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-35 {
  stroke-dashoffset: 23.5px;
  stroke-dasharray: 23.5px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1s;
}

.ai.active .svg-elem-35 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-36 {
  stroke-dashoffset: 33.5px;
  stroke-dasharray: 33.5px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.25s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.25s;
}

.ai.active .svg-elem-36 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-37 {
  stroke-dashoffset: 33.5px;
  stroke-dasharray: 33.5px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.3999999999999995s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.3999999999999995s;
}

.ai.active .svg-elem-37 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-38 {
  stroke-dashoffset: 21.896957397460938px;
  stroke-dasharray: 21.896957397460938px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.55s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.55s;
}

.ai.active .svg-elem-38 {
  stroke-dashoffset: 0;
}

.ai .svg-elem-39 {
  stroke-dashoffset: 11.5px;
  stroke-dasharray: 11.5px;
  -webkit-transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.7s;
          transition: stroke-dashoffset 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.7s;
}

.ai.active .svg-elem-39 {
  stroke-dashoffset: 0;
}


/***************************************************
 * Generated by SVG Artista on 11/21/2023, 8:05:03 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.math .svg-elem-1 {
  stroke-dashoffset: 29.086971282958984px;
  stroke-dasharray: 29.086971282958984px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.math.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.math .svg-elem-2 {
  stroke-dashoffset: 34.51844787597656px;
  stroke-dasharray: 34.51844787597656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.math.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.math .svg-elem-3 {
  stroke-dashoffset: 11.912216186523438px;
  stroke-dasharray: 11.912216186523438px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.math.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.math .svg-elem-4 {
  stroke-dashoffset: 11.911933898925781px;
  stroke-dasharray: 11.911933898925781px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.math.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.math .svg-elem-5 {
  stroke-dashoffset: 14.708099365234375px;
  stroke-dasharray: 14.708099365234375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.math.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.math .svg-elem-6 {
  stroke-dashoffset: 14.91571044921875px;
  stroke-dasharray: 14.91571044921875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.math.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.math .svg-elem-7 {
  stroke-dashoffset: 105.65827941894531px;
  stroke-dasharray: 105.65827941894531px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.math.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.math .svg-elem-8 {
  stroke-dashoffset: 13.770162582397461px;
  stroke-dasharray: 13.770162582397461px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.math.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

.math .svg-elem-9 {
  stroke-dashoffset: 42.422332763671875px;
  stroke-dasharray: 42.422332763671875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.math.active .svg-elem-9 {
  stroke-dashoffset: 0;
}

.math .svg-elem-10 {
  stroke-dashoffset: 61.054481506347656px;
  stroke-dasharray: 61.054481506347656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.math.active .svg-elem-10 {
  stroke-dashoffset: 0;
}

.math .svg-elem-11 {
  stroke-dashoffset: 21.434062957763672px;
  stroke-dasharray: 21.434062957763672px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.math.active .svg-elem-11 {
  stroke-dashoffset: 0;
}

.math .svg-elem-12 {
  stroke-dashoffset: 14.95311834341519px;
  stroke-dasharray: 14.95311834341519px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.math .svg-elem-13 {
  stroke-dashoffset: 14.95311834341519px;
  stroke-dasharray: 14.95311834341519px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.math.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}




/***************************************************
 * Generated by .life  Artista on 11/21/2023, 8:08:14 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.life  .svg-elem-1 {
  stroke-dashoffset: 85.32149505615234px;
  stroke-dasharray: 85.32149505615234px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.life.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.life  .svg-elem-2 {
  stroke-dashoffset: 125.15444946289062px;
  stroke-dasharray: 125.15444946289062px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

.life.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.life  .svg-elem-3 {
  stroke-dashoffset: 52.34141540527344px;
  stroke-dasharray: 52.34141540527344px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

.life.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.life  .svg-elem-4 {
  stroke-dashoffset: 53.71099090576172px;
  stroke-dasharray: 53.71099090576172px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

.life.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.life  .svg-elem-5 {
  stroke-dashoffset: 96.80213928222656px;
  stroke-dasharray: 96.80213928222656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

.life.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.white {
  color: #fff;
}

/* ------------------------------------- */
/* *. 7 - Features Styles .............. */
/* ------------------------------------- */
#features {
  position: relative;
  background-color:#3A3088;
  padding: 80px 0;
  background-image: url(../img/logo_pattern.svg);
  }

#features:before {
  content: "";
  background-image: url(../img/left_logo.svg);
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.feature-left, .feature-right {
  margin-top: 27px;
}
  #features .overlay {
    opacity: 0.8; }
  #features .container {
    position: relative;
    z-index: 10; }
  #features .single-feature {
    padding: 0.5rem; 
    
  }
    #features p {
      font-size: 15px;
      line-height: 22px;
    }
#features .single-feature a {
  background-color: #2D2472;
  text-decoration: none;
  padding: 20px 30px;
  min-height: 170px;
}

  #features .reflection-text,
  #features h5,
  #features p,
  #features a,
  #features i {
    color: inherit;color:#C8C1FB; }
 /* #features .feature-left a {
    text-align: right; }
    #features .feature-left a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -20%;
      text-decoration: none;
      width: 0;text-decoration: none
      height: 2px;
      background-color: #0a0e0a;
      opacity: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: width 0.4s ease-out;
      transition: width 0.4s ease-out; }*/
   /* #features .feature-left a::before {
      content: '';
      position: absolute;
      top: 50%;
      right: -21%;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #0a0e0a;
      opacity: 0;
      -webkit-transform: translateY(-48%);
              transform: translateY(-48%);
      -webkit-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }*/
 /* #features .feature-right a {
    text-align: left;
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out; }
    #features .feature-right a::after {
      content: '';
      position: absolute;
      top: 50%;
      text-decoration: none;
      left: -20%;
      width: 0;
      height: 2px;
      background-color: #0a0e0a;
      opacity: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: width 0.4s ease-out;
      transition: width 0.4s ease-out; }
    #features .feature-right a::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -21%;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #0a0e0a;
      opacity: 0;
      -webkit-transform: translateY(-48%);
              transform: translateY(-48%);
      -webkit-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }*/
  #features .feature-link {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    overflow: visible; }
    #features .feature-link.active {

      background-color: #F5A706;color:#000;


    }
#features h5 {
  color: #F5A706;
}
    #features .feature-link.active h5, #features .feature-link.active p {

      color:#000;


    }

      #features .feature-link.active i::after {
        -webkit-animation: rotateEffect 8s linear infinite;
                animation: rotateEffect 8s linear infinite;
        display: block; }
    #features .feature-link.active::after {
      opacity: 1;
      width: 30%; }
    #features .feature-link.active::before {
      opacity: 1; }
    #features .feature-link i {
      position: relative;
      margin: 0 1rem;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      font-size: 2rem;
      line-height: 4rem;
      background: rgba(0, 0, 0, 0.42); }
    #features .feature-link i::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 2px dashed white;
      top: 0;
      left: 0;
      display: none; }
@-webkit-keyframes rotateEffect {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotateEffect {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #features .images-slider .owl-features {
    max-width: 300px;
    margin: 0 auto; }




/***************************************************
 * Generated by SVG Artista on 11/21/2023, 8:09:56 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.finance .svg-elem-1 {
  stroke-dashoffset: 325.1855773925781px;
  stroke-dasharray: 325.1855773925781px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.finance.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.finance .svg-elem-2 {
  stroke-dashoffset: 242px;
  stroke-dasharray: 242px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.finance.active .svg-elem-2 {
  stroke-dashoffset: 0;
}


/***************************************************
 * Generated by .lg Artista on 11/21/2023, 8:13:18 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.lg .svg-elem-1 {
  stroke-dashoffset: 114.66339874267578px;
  stroke-dasharray: 114.66339874267578px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.lg .svg-elem-2 {
  stroke-dashoffset: 39.663272857666016px;
  stroke-dasharray: 39.663272857666016px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.lg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.lg .svg-elem-3 {
  stroke-dashoffset: 44.573753356933594px;
  stroke-dasharray: 44.573753356933594px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.lg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.lg .svg-elem-4 {
  stroke-dashoffset: 21.25624656677246px;
  stroke-dasharray: 21.25624656677246px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.lg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.lg .svg-elem-5 {
  stroke-dashoffset: 131.61172485351562px;
  stroke-dasharray: 131.61172485351562px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.lg.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.lg .svg-elem-6 {
  stroke-dashoffset: 10.408876412967734px;
  stroke-dasharray: 10.408876412967734px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.lg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}




/***************************************************
 * Generated by .design Artista on 11/23/2023, 4:52:34 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.design .svg-elem-1 {
  stroke-dashoffset: 4.597444534301758px;
  stroke-dasharray: 4.597444534301758px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.design.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.design .svg-elem-2 {
  stroke-dashoffset: 4.988173007965088px;
  stroke-dasharray: 4.988173007965088px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.design.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.design .svg-elem-3 {
  stroke-dashoffset: 4.81049370765686px;
  stroke-dasharray: 4.81049370765686px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.design.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.design .svg-elem-4 {
  stroke-dashoffset: 4.810441732406616px;
  stroke-dasharray: 4.810441732406616px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.design.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.design .svg-elem-5 {
  stroke-dashoffset: 4.81052827835083px;
  stroke-dasharray: 4.81052827835083px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.design.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.design .svg-elem-6 {
  stroke-dashoffset: 4.810396432876587px;
  stroke-dasharray: 4.810396432876587px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.design.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.design .svg-elem-7 {
  stroke-dashoffset: 33.9675178527832px;
  stroke-dasharray: 33.9675178527832px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.design.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.design .svg-elem-8 {
  stroke-dashoffset: 32.097970962524414px;
  stroke-dasharray: 32.097970962524414px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.design.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

.design .svg-elem-9 {
  stroke-dashoffset: 17.20690631866455px;
  stroke-dasharray: 17.20690631866455px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.design.active .svg-elem-9 {
  stroke-dashoffset: 0;
}

.design .svg-elem-10 {
  stroke-dashoffset: 69.64177703857422px;
  stroke-dasharray: 69.64177703857422px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.design.active .svg-elem-10 {
  stroke-dashoffset: 0;
}

.design .svg-elem-11 {
  stroke-dashoffset: 77.30482482910156px;
  stroke-dasharray: 77.30482482910156px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.design.active .svg-elem-11 {
  stroke-dashoffset: 0;
}

.design .svg-elem-12 {
  stroke-dashoffset: 44.10184860229492px;
  stroke-dasharray: 44.10184860229492px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

.design.active .svg-elem-12 {
  stroke-dashoffset: 0;
}

.design .svg-elem-13 {
  stroke-dashoffset: 32.74217414855957px;
  stroke-dasharray: 32.74217414855957px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.design.active .svg-elem-13 {
  stroke-dashoffset: 0;
}

.design .svg-elem-14 {
  stroke-dashoffset: 37.06566619873047px;
  stroke-dasharray: 37.06566619873047px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.design.active .svg-elem-14 {
  stroke-dashoffset: 0;
}

.design .svg-elem-15 {
  stroke-dashoffset: 48.20622634887695px;
  stroke-dasharray: 48.20622634887695px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

.design.active .svg-elem-15 {
  stroke-dashoffset: 0;
}

.design .svg-elem-16 {
  stroke-dashoffset: 242px;
  stroke-dasharray: 242px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

.design.active .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}




/***************************************************
 * Generated by .data_science Artista on 11/23/2023, 4:59:04 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.data_science .svg-elem-1 {
  stroke-dashoffset: 147.78213500976562px;
  stroke-dasharray: 147.78213500976562px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.data_science.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.data_science .svg-elem-2 {
  stroke-dashoffset: 148.8995819091797px;
  stroke-dasharray: 148.8995819091797px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.data_science.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.data_science .svg-elem-3 {
  stroke-dashoffset: 147.7821807861328px;
  stroke-dasharray: 147.7821807861328px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.data_science.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.data_science .svg-elem-4 {
  stroke-dashoffset: 73.42595672607422px;
  stroke-dasharray: 73.42595672607422px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.data_science.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.data_science .svg-elem-5 {
  stroke-dashoffset: 12px;
  stroke-dasharray: 12px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.data_science.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.data_science .svg-elem-6 {
  stroke-dashoffset: 12px;
  stroke-dasharray: 12px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.data_science.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.data_science .svg-elem-7 {
  stroke-dashoffset: 7px;
  stroke-dasharray: 7px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.data_science.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.data_science .svg-elem-8 {
  stroke-dashoffset: 5px;
  stroke-dasharray: 5px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.data_science.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

.data_science .svg-elem-9 {
  stroke-dashoffset: 8.283185307179586px;
  stroke-dasharray: 8.283185307179586px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.data_science.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.data_science .svg-elem-10 {
  stroke-dashoffset: 8.283185307179586px;
  stroke-dasharray: 8.283185307179586px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.data_science.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.data_science .svg-elem-11 {
  stroke-dashoffset: 17.707963267948966px;
  stroke-dasharray: 17.707963267948966px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.data_science.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.data_science .svg-elem-12 {
  stroke-dashoffset: 14.566370614359172px;
  stroke-dasharray: 14.566370614359172px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

.data_science.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.data_science .svg-elem-13 {
  stroke-dashoffset: 14.566370614359172px;
  stroke-dasharray: 14.566370614359172px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.data_science.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.data_science .svg-elem-14 {
  stroke-dashoffset: 242px;
  stroke-dasharray: 242px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.data_science.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}




/***************************************************
 * Generated by .space_tech Artista on 11/23/2023, 5:00:49 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.space_tech .svg-elem-1 {
  stroke-dashoffset: 7.04193115234375px;
  stroke-dasharray: 7.04193115234375px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.space_tech.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-2 {
  stroke-dashoffset: 70.08908081054688px;
  stroke-dasharray: 70.08908081054688px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.space_tech.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-3 {
  stroke-dashoffset: 19.876020431518555px;
  stroke-dasharray: 19.876020431518555px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.space_tech.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-4 {
  stroke-dashoffset: 5.90274715423584px;
  stroke-dasharray: 5.90274715423584px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.space_tech.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-5 {
  stroke-dashoffset: 5.6668431758880615px;
  stroke-dasharray: 5.6668431758880615px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.space_tech.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-6 {
  stroke-dashoffset: 18.50090217590332px;
  stroke-dasharray: 18.50090217590332px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.space_tech.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-7 {
  stroke-dashoffset: 6.125189304351807px;
  stroke-dasharray: 6.125189304351807px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.space_tech.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-8 {
  stroke-dashoffset: 6.125189304351807px;
  stroke-dasharray: 6.125189304351807px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.space_tech.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-9 {
  stroke-dashoffset: 6.125189304351807px;
  stroke-dasharray: 6.125189304351807px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.space_tech.active .svg-elem-9 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-10 {
  stroke-dashoffset: 6.125187873840332px;
  stroke-dasharray: 6.125187873840332px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.space_tech.active .svg-elem-10 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-11 {
  stroke-dashoffset: 20.798274993896484px;
  stroke-dasharray: 20.798274993896484px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.space_tech.active .svg-elem-11 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-12 {
  stroke-dashoffset: 20.79822540283203px;
  stroke-dasharray: 20.79822540283203px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

.space_tech.active .svg-elem-12 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-13 {
  stroke-dashoffset: 15.523542404174805px;
  stroke-dasharray: 15.523542404174805px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.space_tech.active .svg-elem-13 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-14 {
  stroke-dashoffset: 15.523521423339844px;
  stroke-dasharray: 15.523521423339844px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.space_tech.active .svg-elem-14 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-15 {
  stroke-dashoffset: 84.71038818359375px;
  stroke-dasharray: 84.71038818359375px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

.space_tech.active .svg-elem-15 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-16 {
  stroke-dashoffset: 62.54339599609375px;
  stroke-dasharray: 62.54339599609375px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

.space_tech.active .svg-elem-16 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-17 {
  stroke-dashoffset: 62.54339599609375px;
  stroke-dasharray: 62.54339599609375px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}

.space_tech.active .svg-elem-17 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-18 {
  stroke-dashoffset: 12.008297380247148px;
  stroke-dasharray: 12.008297380247148px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

.space_tech.active .svg-elem-18 {
  stroke-dashoffset: 0;
}

.space_tech .svg-elem-19 {
  stroke-dashoffset: 242px;
  stroke-dasharray: 242px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

.space_tech.active .svg-elem-19 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
/***************************************************
 * Generated by .citizen Artista on 11/23/2023, 5:03:24 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.citizen .svg-elem-1 {
  stroke-dashoffset: 143.3716694115407px;
  stroke-dasharray: 143.3716694115407px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.citizen.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.citizen .svg-elem-2 {
  stroke-dashoffset: 58.67059326171875px;
  stroke-dasharray: 58.67059326171875px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.citizen.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.citizen .svg-elem-3 {
  stroke-dashoffset: 58.67061233520508px;
  stroke-dasharray: 58.67061233520508px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.citizen.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.citizen .svg-elem-4 {
  stroke-dashoffset: 47px;
  stroke-dasharray: 47px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.citizen.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.citizen .svg-elem-5 {
  stroke-dashoffset: 48px;
  stroke-dasharray: 48px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.citizen.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.citizen .svg-elem-6 {
  stroke-dashoffset: 42px;
  stroke-dasharray: 42px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.citizen.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.citizen .svg-elem-7 {
  stroke-dashoffset: 42px;
  stroke-dasharray: 42px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.citizen.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.citizen .svg-elem-8 {
  stroke-dashoffset: 78.8160400390625px;
  stroke-dasharray: 78.8160400390625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.citizen.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.citizen .svg-elem-9 {
  stroke-dashoffset: 33.41592653589793px;
  stroke-dasharray: 33.41592653589793px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.citizen.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

/***************************************************
 * Generated by .art Artista on 11/23/2023, 5:05:45 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.art .svg-elem-1 {
  stroke-dashoffset: 168.0764923095703px;
  stroke-dasharray: 168.0764923095703px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.art.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.art .svg-elem-2 {
  stroke-dashoffset: 23.991148575128552px;
  stroke-dasharray: 23.991148575128552px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.art.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.art .svg-elem-3 {
  stroke-dashoffset: 23.991148575128552px;
  stroke-dasharray: 23.991148575128552px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.art.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.art .svg-elem-4 {
  stroke-dashoffset: 23.991148575128552px;
  stroke-dasharray: 23.991148575128552px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.art.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.art .svg-elem-5 {
  stroke-dashoffset: 23.991148575128552px;
  stroke-dasharray: 23.991148575128552px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.art.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.art .svg-elem-6 {
  stroke-dashoffset: 117.63078308105469px;
  stroke-dasharray: 117.63078308105469px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.art.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.art .svg-elem-7 {
  stroke-dashoffset: 125.50514221191406px;
  stroke-dasharray: 125.50514221191406px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.art.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.art .svg-elem-8 {
  stroke-dashoffset: 242px;
  stroke-dasharray: 242px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.art.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}


/***************************************************
 * Generated by .stem Artista on 11/23/2023, 5:09:19 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.stem .svg-elem-1 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.stem.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.stem .svg-elem-2 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.stem.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.stem .svg-elem-3 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.stem.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.stem .svg-elem-4 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.stem.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.stem .svg-elem-5 {
  stroke-dashoffset: 120.10443115234375px;
  stroke-dasharray: 120.10443115234375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.stem.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.stem .svg-elem-6 {
  stroke-dashoffset: 64.42618560791016px;
  stroke-dasharray: 64.42618560791016px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.stem.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.stem .svg-elem-7 {
  stroke-dashoffset: 66.01028442382812px;
  stroke-dasharray: 66.01028442382812px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.stem.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.stem .svg-elem-8 {
  stroke-dashoffset: 66.01025390625px;
  stroke-dasharray: 66.01025390625px;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.stem.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

.stem .svg-elem-9 {
  stroke-dashoffset: 52.57370376586914px;
  stroke-dasharray: 52.57370376586914px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.stem.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.stem .svg-elem-10 {
  stroke-dashoffset: 37.35479736328125px;
  stroke-dasharray: 37.35479736328125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.stem.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.stem .svg-elem-11 {
  stroke-dashoffset: 74.0640869140625px;
  stroke-dasharray: 74.0640869140625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.stem.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}

.stem .svg-elem-12 {
  stroke-dashoffset: 52.5035400390625px;
  stroke-dasharray: 52.5035400390625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

.stem.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(58, 48, 136);
}
.animated-background {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: placeHolderShimmer;
        animation-name: placeHolderShimmer;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: #eeeeee;
        background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
        background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
        background: linear-gradient(to right,  #eeeeee 8%,#dddddd 18%,#eeeeee 33%);
        -webkit-background-size: 800px 104px;
        background-size: 800px 104px;
        position: relative;
    border-radius:10px
    }


 @-webkit-keyframes placeHolderShimmer{
        0%{
            background-position:-468px 0
        }
        100%{
            background-position:468px 0
        }
    }

    @keyframes placeHolderShimmer{
        0%{
            background-position:-468px 0
        }
        100%{
            background-position:468px 0
        }
    }


/***************************************************
 * Generated by .yoga Artista on 11/23/2023, 5:10:41 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.yoga .svg-elem-1 {
  stroke-dashoffset: 22.450153350830078px;
  stroke-dasharray: 22.450153350830078px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.yoga.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.yoga .svg-elem-2 {
  stroke-dashoffset: 5.926748514175415px;
  stroke-dasharray: 5.926748514175415px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.yoga.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.yoga .svg-elem-3 {
  stroke-dashoffset: 8.666698455810547px;
  stroke-dasharray: 8.666698455810547px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.yoga.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.yoga .svg-elem-4 {
  stroke-dashoffset: 271.8879089355469px;
  stroke-dasharray: 271.8879089355469px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.yoga.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.yoga .svg-elem-5 {
  stroke-dashoffset: 38.61467361450195px;
  stroke-dasharray: 38.61467361450195px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.yoga.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.yoga .svg-elem-6 {
  stroke-dashoffset: 242px;
  stroke-dasharray: 242px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.yoga.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
/***************************************************
 * Generated by .robotic Artista on 11/23/2023, 5:11:34 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.robotic .svg-elem-1 {
  stroke-dashoffset: 10.226901054382324px;
  stroke-dasharray: 10.226901054382324px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.robotic.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.robotic .svg-elem-2 {
  stroke-dashoffset: 30.73211097717285px;
  stroke-dasharray: 30.73211097717285px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.robotic.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.robotic .svg-elem-3 {
  stroke-dashoffset: 30.732189178466797px;
  stroke-dasharray: 30.732189178466797px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.robotic.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.robotic .svg-elem-4 {
  stroke-dashoffset: 17.571319580078125px;
  stroke-dasharray: 17.571319580078125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.robotic.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.robotic .svg-elem-5 {
  stroke-dashoffset: 142.25552368164062px;
  stroke-dasharray: 142.25552368164062px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.robotic.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.robotic .svg-elem-6 {
  stroke-dashoffset: 19.83953388340964px;
  stroke-dasharray: 19.83953388340964px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.robotic.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.robotic .svg-elem-7 {
  stroke-dashoffset: 19.83953388340964px;
  stroke-dasharray: 19.83953388340964px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.robotic.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.robotic .svg-elem-8 {
  stroke-dashoffset: 23.285609696985357px;
  stroke-dasharray: 23.285609696985357px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.robotic.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
/***************************************************
 * Generated by .music Artista on 11/23/2023, 5:12:28 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.music .svg-elem-1 {
  stroke-dashoffset: 58.505859375px;
  stroke-dasharray: 58.505859375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.music.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.music .svg-elem-2 {
  stroke-dashoffset: 19.315444946289062px;
  stroke-dasharray: 19.315444946289062px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.music.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.music .svg-elem-3 {
  stroke-dashoffset: 42.200462341308594px;
  stroke-dasharray: 42.200462341308594px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.music.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.music .svg-elem-4 {
  stroke-dashoffset: 55.02735900878906px;
  stroke-dasharray: 55.02735900878906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.music.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.music .svg-elem-5 {
  stroke-dashoffset: 30.757636496136392px;
  stroke-dasharray: 30.757636496136392px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.music.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.music .svg-elem-6 {
  stroke-dashoffset: 30.757636496136392px;
  stroke-dasharray: 30.757636496136392px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.music.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.music .svg-elem-7 {
  stroke-dashoffset: 30.757636496136392px;
  stroke-dasharray: 30.757636496136392px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.music.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.music .svg-elem-8 {
  stroke-dashoffset: 53.27307891845703px;
  stroke-dasharray: 53.27307891845703px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.music.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.music .svg-elem-9 {
  stroke-dashoffset: 64.13018035888672px;
  stroke-dasharray: 64.13018035888672px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.music.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.music .svg-elem-10 {
  stroke-dashoffset: 242px;
  stroke-dasharray: 242px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.music.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
/***************************************************
 * Generated by .graphic Artista on 11/23/2023, 5:13:21 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

.graphic .svg-elem-1 {
  stroke-dashoffset: 16.385727882385254px;
  stroke-dasharray: 16.385727882385254px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.graphic.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

.graphic .svg-elem-2 {
  stroke-dashoffset: 16.753002166748047px;
  stroke-dasharray: 16.753002166748047px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

.graphic.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

.graphic .svg-elem-3 {
  stroke-dashoffset: 13.80492877960205px;
  stroke-dasharray: 13.80492877960205px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}

.graphic.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

.graphic .svg-elem-4 {
  stroke-dashoffset: 8.718257904052734px;
  stroke-dasharray: 8.718257904052734px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}

.graphic.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

.graphic .svg-elem-5 {
  stroke-dashoffset: 8.718236923217773px;
  stroke-dasharray: 8.718236923217773px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}

.graphic.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

.graphic .svg-elem-6 {
  stroke-dashoffset: 45.27936553955078px;
  stroke-dasharray: 45.27936553955078px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

.graphic.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

.graphic .svg-elem-7 {
  stroke-dashoffset: 187.1467742919922px;
  stroke-dasharray: 187.1467742919922px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}

.graphic.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

.graphic .svg-elem-8 {
  stroke-dashoffset: 143.16883850097656px;
  stroke-dasharray: 143.16883850097656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
}

.graphic.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

.graphic .svg-elem-9 {
  stroke-dashoffset: 94.92744445800781px;
  stroke-dasharray: 94.92744445800781px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
}

.graphic.active .svg-elem-9 {
  stroke-dashoffset: 0;
}


#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


.currikulam-cc {
  padding: 45px 0;
  margin-bottom: 60px;
}
.nav {
    justify-content: center;
    padding-top: 10px;
}
.nav .nav-link {
    text-transform:none;
    font-weight: 500;
    border: none;
    padding: 0px;
    padding-bottom: 8px;
    margin: 0 20px;
    color: #9C9C9C;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color:var(--primary-color);
    border-bottom: solid 1px var(--primary-color);
}
.course-tab-cc {
  padding-top: 50px;
}
.nav-tabs .nav-link  {
  background-color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    border: solid thin #CCCCCC;
    border-radius: 33px;
    margin-left: 6px;
        margin: 0 10px;
    padding: 8px 18px!important;
   color: var(--primary-color);
   font-size: 15px;
}
.woo-tab-c .nav-link.active  {
    color: #fff!important;
    background-color: var(--primary-color)!important;
    border: solid 1px var(--primary-color);
}
.nav-tabs .nav-link:hover  {
    color: #fff!important;
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
}
.woo-tab-c .nav-tabs .nav-link.active  {
  color: var(--primary-color)!important;
}
.abt-sec-cc .nav-tabs .nav-link:hover  {
  color: var(--primary-color)!important;
}
.abt-sec-cc .nav-tabs .nav-link  {
  padding-left: 0 !important;
}

.nav .nav-link:hover {
    color: #3A3088;
}
.nav-tabs {
  border: none;
}
.skill-box  {
  border-radius: 21px;
  display: block;    
  overflow: auto;
    padding: 20px;
  background-color: #fff;
  margin-bottom: 28px;
        -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.skill-box:hover  {
  background: radial-gradient(50% 50% at 50% 50%, rgba(251, 222, 162, 0.00) 0%, #FFEABE 100%);
}
.skill-box:hover .ico-cc {
  background-color: #fff;
}
.ico-cc {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 20px;
  float: left;
  background-color: #E6E3FF;
        -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.content-cc {
  width: calc(100% - 120px);
  float: left;
}
.skill-box h3 {
  font-size: 18px;
    margin-bottom: 5px;
}
.tab-pane {
  margin-top: 60px;
}
.whydoschool-cc {
  background-color:#F0F0F5;
  padding: 80px 0px;
  position: relative;
}
.whydoschool-cc:before {
  content: "";
  background-image: url(../img/left_logo.svg);
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.posi-absolute {
  position: absolute;
}
/*.whydo-slider {
  margin-top: 40px;
}*/
.media-box img {
  max-width: 70%;
  height: auto;
}
.media-box {
    overflow: hidden;
    border-radius: 25px;
    border: solid thin #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.media-box:hover {
border:solid thin #e0e0e0;
}
.media-cc {
  padding: 80px 0;
  position: relative;
	overflow:hidden;
}
.media-slider:hover {
  cursor: move;
}
.media-slider {
  margin-top: 40px;
}

.partners-cc {
  padding: 60px 0;overflow:hidden;
  position: relative;background-color: #F4F6FC;
}
.partners-cc .swiper-pagination {
    bottom: 0px !important;

}

.partners-box {
   overflow: hidden;
    border-radius: 25px;
    border: solid thin #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    background-color: #fff;
    text-decoration: none;
	padding-bottom: 5px;
	    -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
.partners-box:hover {
	border: solid thin var(--primary-color);cursor:pointer;
}
.partners-inside .partners-box{
	margin-bottom:25px;
}
.partner-logo {
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: center;
    margin-bottom:0px;
}
.partner-logo img {
    width: 100%;
    max-width: 80%;
    max-height: 90%;
}
.more-bt {
    text-decoration: none;
    color: #3A3088;
    font-size: 13px;
    margin-top:13px;
    float: right;
}
.make-unique-cc {
   padding: 70px 0;
	overflow:hidden;
}
.make-unique-cc .swiper-container{
  position: relative;
}
.partners-box h4 {
    font-size: 15px;
    text-decoration: none;
    color: #3D5360;
    width: 100%;
    /* margin-top: 18px; */
    margin-bottom: 3px;
    color: var(--secondary-color);
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    /* text-transform: uppercase; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    border-top: solid thin #ededed;
    padding-top: 15px;
}
.partners-inside .partners-box h4 {
	height: 54px;
    border-top: solid thin #ededed;
    padding-top: 15px;
}
/* .partners-box h4 {
	font-size: 15px;
    text-decoration: none;
    color: #3D5360;
    margin-top: 18px;
    margin-bottom: 3px;
    color: var(--secondary-color);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
} */
.partners-box p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.partners-cc .swiper-wrapper {
  padding-bottom: 40px!important;
}
.testimonials-home-cc {
  padding: 80px 0;
	overflow:hidden;
	padding-bottom:5px;
}
.testimonials-home-cc .section-title-wrap h2 span {
  display: inline-block;

}
.section-title-wrap h2 {
  padding-bottom: 0px;margin-bottom: 0px;
}
.media-cc .swiper-button-next, .media-cc .swiper-button-prev {
    border-radius: 33px;
    background-color: #F6F9FF;
    border: solid thin #B4B3D5;
    width:42px!important;
    height:42px!important;
}
.media-cc .swiper-button-next, .media-cc .swiper-button-prev {
    top: 45%;
}
.video {
  background-color: #000;
}
.video-paly-pop:hover {
  cursor: pointer;
}
/* .modal {
  z-index: 10000000000;
} */
.testi-slider .swiper-wrapper {
  padding-bottom: 25px;
}
.testi-slider .swiper-pagination {
    bottom: 0px !important;position: static;
}
/*
.close-bt {
      position: absolute;
    right: -30px;
    width: 30px;
    height: 30px;
    z-index: 10;
    text-align: center;
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    margin-top: -10px;
}*/

.testi-data-cc {
    background-color: #F4F6FC;
    border-radius: 30px;
    min-height: 360px;
}
.testi-data-cc h6 {
    color: #E32D5D;margin: 0;
}
.test-message {
    height:200px;
    overflow: auto;
}
.test-message p {
 display: inline;
	padding-bottom:20px;
/*   -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; */
}
.nae-dtld-cc:after {
    content: "";
    position: fixed;
    height: 30px;
    left: 0;
    right: 0;
    top: -30px;
    background: linear-gradient(180deg, #fff0 0%, #f4f6fc 100%);
}
.position {
   font-size: 12px;
    color: #3d5360ad;
    text-transform: uppercase;
}
.test-person {
  display: block;
  margin: auto;
  width:85px;
  margin-top: 10px;
  height: 85px;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  position: relative;
}
.test-person img {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -10px;
}
audio {
  border: solid thin #D0D5E7;
  border-radius: 50px;
  margin: 15px 0;
}
audio::-webkit-media-controls-panel {
  background-color: #F4F6FC;
}

.footer-logo {
  width: 150px;
}

.footer-links-c {
  margin-bottom: 15px;
}
.footer-menu-c {
  text-transform: uppercase;
}
footer {
  position: relative;
  padding: 60px 0;
  padding-bottom: 0px;
}
.copy {
  align-items: flex-end;color: #71708B;font-size: 14px;
}
footer h3 {
    color: #232323;
    position: relative;
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.footr-boxes a {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    font-size: 13px;
        margin: 0 20px;
}

footer {
    background-color: #fff;
    clear: both;
    background-image: url(../img/footer-bg.svg);

    background-position: left top;
    background-size: 700px;
    background-repeat: no-repeat;
}
footer .nav-link {
  text-transform: none;
}
.copy-row {
  border-top: solid thin #cbcbcb;
  padding: 20px 0;
  margin-top: 40px;
}
footer h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 18px;
  color: var(--secondary-color);
  letter-spacing: .5px;
}
footer {
  position: relative;
}
footer .nav-link {
    margin: 0px!important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-links-c a:hover {
  color:#F6AC14!important;
}
footer .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 15px !important;
    color: #3C3B60 !important;
    margin-bottom: 8px !important;
    font-weight: 400;
}
footer .menu-list {
  list-style: none;
}
footer .menu-list li a {
    font-size: 14px !important;
    color: #3C3B60 !important;
    margin-bottom: 8px !important;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;margin: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;    

}
footer .menu-list li a:hover {
	color:var(--primary-color)!important;
}
footer .menu-list li {
    margin-bottom: 7px!important;
}

@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 25%; }
  .col-md-5-5 { width: 100%; }
  .navbar-expand-lg .navbar-collapse {
    display:block!important;
}
.navbar-collapse {
      flex-grow: unset;
}
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}



.media-cc .swiper-wrapper {
    padding-bottom: 50px;
}
.media-cc .swiper-pagination {
  bottom: 8px!important;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}
.wpcf7 p {
	line-height:22px;    margin-bottom: 0;
}









@media (min-width: 1490px) {
.container {
    max-width: 1420px;
}
}
@media (max-width:1088px){
	.navbar-light .navbar-nav .nav-link {
		margin-left:0px;
		padding-right: 0.6rem;
        padding-left: 0.6rem;
	}
}

@media (max-width: 992px){
header nav ul li {
    display: block;
    padding: 0;
    text-align: center;
}
.navbar-light .navbar-nav .nav-link {
	margin-left:0px;
}
.ftr-box {
    height: auto;
}
.menu-bg {
  background-color: rgb(2 2 2 / 70%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.app-slider-cc .swiper-slide {
    width:100%;
}
.app-slider img {
  height: auto!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    border-top: solid thin #c8c8c8;
    width: 100%;
    padding: 12px 0!important;
}
#navbarScroll {
	margin-right: 0px;
	    padding-bottom: 20px;
}
.hdr-right {
	position: fixed;
    right: 90px;
    top: 31px;
}
.inside-banner-cc h1 {
    font-size: 42px;
}
  header .btn {
    padding: 0.375rem 0.75rem!important;
    margin-top: -3px;
  }
.home-content p {
    margin-top: 0px;
    margin-bottom: 0;
}
	.home-content {
        padding: 0px;
    }
  .banner-cc h1 {
    font-size: 48px;
	  line-height:48px;
}
.banner-slider {
    position: relative;
    overflow: hidden;
}
.qlt-block img {
    max-width: 44px;
} 
.serv-box {
    padding-left: 17px;
    padding-right: 17px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../img/menu.svg);
    }
.nmbr {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
.nmbr:before {
    content: "";
    width: 70px;
    height: 70px;
  }
.process-box:hover .nmbr:before {
    width: 80px;
  height: 80px;
}
.process-box {
    width: 33.33%;
    flex: 0 0 auto;
}
.arrow {
    margin-top: -1px;
    width: 10px;
    }
.footer-links-c,.footer-about-c {
  margin-bottom: 35px;
}
.swiper-button-next,.swiper-button-prev {
  display:none!important;
}
.testi-slider {
  margin-bottom: 53px!important;
}
.tesi-cc {
    padding-bottom: 40px!important;
}
.footer-links-c,.footer-about-c {
  margin-bottom: 35px;
}
/*.swiper-pagination-bullet {
  background: #fff!important;
}*/
header .btn {
    padding: 0.375rem 0.75rem!important;
    margin-top: -6px;
}
.navbar-toggler {
    top: 27px;
}
.conta-box {
    margin-bottom: 25px;
}
#scene  {
  display: none;
}
.serv-content {
  padding-top: 50px;
}
.skill-slider .swiper-wrapper {
  background-color: #fff;
}

header .sub-menu {
/* 	display:block; */
    position: static;
    padding: 10px 0px;
    border-radius: 20px;
    width:auto;
    background-color: var(--secondary-color);
    box-shadow:none;
	        padding: 10px;
}
header .sub-menu li a {
    background-color: #2d2667!important;border: none !important;
}
header #menu-header-menu li {
    text-align: left;        margin: 0;
        padding: 0 !important;margin-bottom:5px;
}
#menu-header-menu .nav-item.menu-item-has-children::after {
    top: 23px;
}
.navbar-light .navbar-nav .nav-link {
  border: solid thin #ffffff1f;padding:12px 15px!important
}
.navbar-light .navbar-nav .nav-link.active {
    border: none;
  border-bottom: solid thin #F5A706;
}
.navbar-light .navbar-nav .nav-link:hover {
  border: none;
}
.top_logo {
    margin-top: -105px;
    width: 121px;
}
.qlt-cont-c {
    margin-top: -2px;
}

.mnt-grl {
    width: 160%;
}
	.world-map-c {
		margin-bottom:30px;
	}
.home-about-cc {
    padding: 40px 0;
}
.service-and-products-cc {
		padding: 40px 0;
}
.home-tab-cc .nav-link {
    line-height: 18px;
    font-size: 14px;
	min-height:80px;
}	
.tab-pane {
    margin-top: 34px;
}	
	#oneTimeModal .pop-img {
    	min-height: 247px;
	}	


.all-need-box {
    margin-bottom: 20px;
    height: auto;
}

}




@media (max-width: 768px) {
.desk-banner {
	display:none;
}
.mob-banner {
	display:block;
}

  .emerging-cc img {
    margin-bottom: 30px;
  }
.founder-box {
  margin-bottom: 30px;
}
.feature-left, .feature-right {
    margin-top:0px;
}
.book-demo h4 {
  margin-top: 80px;
}
.video-paly-pop {
  margin-top: 20px;
}
/* .map-container .point {
	display:none;
}
.point-mobile {
    width: 10px;
    height: 10px;
    background-color: #e32d5d;
    cursor: pointer;
    position: absolute;
    margin-top: 70px;
    margin-left: 45px;
    z-index: 2;
    border-radius: 100%;
} */
.director-msg-cc {
    margin-top: 00px;
}
.newsletter-cc .awiv {
    margin-bottom: 20px;
}
.mnt-grl {
    max-width: none;
}
.top_logo {
    margin-top: 22px;
    width: 121px;
}
.foot_logo {
    margin-bottom: 25px;
    width: 100px;
    margin-top: -93px;
    position: absolute;
    margin-left: -50px;
    left: 50%;
}
.vertically-center {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
        text-align: center;

}
.service-and-products-slide-cc {
   
    margin-top: 0px;
}




 /* .inside-banner-cc {
    min-height: 200px;
  }*/
  .inside-banner-cc h1 {
    text-align: center;
  }
  .brdcrmb {
    float: none;
    text-align: center;
    opacity: .8;
  }
  .cat-cc a {
    min-width: auto;
  }
/*  .swiper-slide {
    display: flex;
    align-items: center;
    background-position: bottom right;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: 150%;
}*/
.banner-slider {
    position: relative;
    overflow: hidden;
}
.logo {
    height: 56px!important;
    padding: 5px 0;
}
   .product-gallery-cc {
          float: left;
          width: 100%!important;
          margin-bottom: 40px;
   } 

.navbar-toggler {
    top: 19px;
}
.navbar-toggler {
    position: absolute;
    right: 11px;
    }
.hdr-right {
    position: fixed;
    right: 73px;
    top: 31px;
}
.qlt-block {
  width: 33.33%;
  flex: 0 0 auto;
  margin-bottom:25px;
}
.qltys-cc {
    padding-bottom: 40px;
}
.home-about-cc:before {
    width: 100%;

}
.section-title {
    font-size: 30px;
}
.section-title span {
    font-size: 30px;
}
.serv-box h3 {
    font-size: 20px;
}
.serv-box {
    margin-bottom: 31px;
}
.conta-box {
    height: auto;
}
.process-box {
    width: 50%;
    flex: 0 0 auto;
}
.carbon-cc .text-end {
    text-align: center!important;
}
.carbon-block {
    float: none;
    max-width:inherit;
    margin-top: 38px;
}
.carbon-data {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.carbon-cc .btn {
    margin-top: 0px;
}
.qlits-cc-inside .qlty-br-box {
    font-size: 44px;
    margin-bottom: -4px;
}
.qlt-box {
  margin-bottom: 40px;
}
.qlt-box h6:after {
    bottom: -20px;
  }
.qlits-cc-inside {
    padding-bottom: 60px;
}
.footer-links-c,.footer-about-c {
  margin-bottom: 35px;
}
footer h3 {
    padding-bottom: 3px;
}
.inside-banner-cc {
  text-align: center;
}
.brdcrmb {
      justify-content: center;
}
.inside-banner-cc h1 {
    font-size: 36px;
}
.actio-bt-c {
    justify-content: center;
}
.action-cc h3 {
    font-size: 30px;
    text-align: center;
}
.corporate-cc figure {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    min-height: 400px;
    overflow: hidden;
}
.corporate-cc .abt-data-c {
    padding: 42px 15px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.value-box {
  height: auto;
    margin-bottom: 84px;
}
/*.inside-banner-cc {
    margin-top: 77px;
    }*/
header .btn {
    margin-top: -10px;
}
.tab-video {
    border: solid 18px #000;
}
.news-imgg {
  float: none;
}
.nav-tabs.new-tab {
    border: none;
    margin: 50px 0;
    margin-bottom: 0px;text-align: center;
  }
.nav-tabs li {
  width: 100%;
    display: block;
}
.nav-tabs li button {
  width: 100%;
  margin: 0 0px!important;
  display: block;
  margin-bottom: 15px!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 11px;
    border-radius: 33px;
    color: #3A3088;
    background-color: #fff;
    border-bottom: none;
}

.skill-box {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.media-cc .text-end {
  text-align: left!important;
}
.more-bt {
    text-decoration: none;
    color: #3A3088;
    font-size: 13px;
    margin-top: 13px;
    float: left;
}
.video-block-c {
    margin-bottom: 30px;
}
.vision-cc img {
  margin-bottom: 30px;
}
.contact-page-top {
    padding-top: 0px;
}
.contact-page-top img {
  margin-bottom: 40px;
}
.address-cc .futures-box {
  margin-bottom: 40px;
}
.section-title br {
  display: none;
}
.section-title span {
    display: inline-block;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.woo-tab-c .nav-link {
	margin:0px!important; 
	margin-right:5px!important;
}
.programs-block {
    margin-top: 15px;
}
.programs-block h4 {
    margin-top: 20px;
}
.home-tab-cc .nav-item {
    width: 200px;
    margin-right: 5px;
	display: inline-block!important;
}
.nav-tabs {
    border: none;
    overflow: auto;
    white-space: nowrap;
    display: block;
    padding-bottom: 10px;
}
.tab-img-ccc {
	margin-top:20px;
}
.section-title {
    margin-bottom: 7px;
}	
.tab-content h2 {
    font-size: 24px;
}	
.cat-img-c {
    border-radius: 20px;
}
/*	.cat-img-c {
		margin-bottom:20px;
	}*/
	.newsletter-cc .btn {
		float:left;
	}
	.footer-item {
		margin-bottom:30px;
	}	
.footer-logo {
    width: 150px;
    margin: auto;
    display: block;
}
.vertically-center {
        text-align: center !important;
        line-height: 18px;
        margin-top: 5px;
    }	
	.map-container {
		display:none;
	}
.abt-data-c {
    padding-right: 28px;
    margin-top: -80px;
}	
    .nav-tabs li {
        width: auto;
        margin-right:0px;
        display: inline-block;
    }
	.abt-sec-cc .nav .nav-link {
		font-size: 30px !important;
		padding: 0px !important;
		margin-bottom: 0px !important;
	}	
	.awaard-cc .whydo-slider {
    padding-bottom: 10px;
}
	.modal-content .team-img {
		margin-bottom:20px;
	}
	.modal-content .section-title {
        margin-bottom: 7px;
        font-size: 22px;
    }
	.modal-content .position {
		margin-top: 0px;
	}	
	.team-data {
		margin-top:20px;
	}
.corse-ico {
    margin-right: 10px;
}
	.mbo-p {
		padding-left: 47px;
	}
.message-c {
    padding: 20px;
}
.partners-box h4 {
    height: 52px;
	white-space: normal;
}	
	.our-story-cc .vertically-center {
    margin-top: 20px;
  }
.care-right-box {
    margin-bottom: 30px;
}	
	.career-firstdata--cc .abt-data-c {
        margin-top: 00px;
    }
.info-wrapp {
    margin-top: 40px;
}
.hdr-ico-box {
    width: 30px;
    }	
	        .woo-items {
            margin-right: 40px;
        }

.nmbr-box-c {
margin-bottom:20px;

}
.exm-grid-b {
    grid-template-columns: repeat(2, calc(98% / 2));
}
.brdcrmb br {
	display:none;
}
::marker {
  color: var(--primary-color);
}


@media (max-width: 540px) {
  .product-gallery-cc .swiper-slide {
      height: 350px!important  ;
    }
    .product-gallery-thumbs .swiper-slide {
      width: 50px!important;
      height:50px!important;
      opacity: 0.8; border-radius: 8px;border: solid thin #dedede;
    }
    .qlt-block {
      width: 50%;
      flex: 0 0 auto;
      margin-bottom:25px;
    }
.tab-video {
    border: solid 13px #000;
}

.butn-wrap {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}

.banner-btns-cc {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}
	.counter-box .counter {
		font-size: 72px;
	}

.login-form-cc {
    padding:0px;
}

}




