.cs_site_header.cs_style_1 .cs_top_header .container::before, .cs_accent_bg{
    background-color: #772e8b;
}
.cs_nav .cs_nav_list ul{
    border-top: 5px solid #772e8b;
}
.cs_site_header.cs_style_1 .cs_main_header_center{
    justify-content: end;
}
.cs_site_header{
    /* position: unset !important; */
}
.cs_nav .cs_nav_list > li > a{
    color: #000;
    font-weight: 600;
}
.about_us {
background: url(../images/back_1.png);
}
.framework {
background: url(../images/back_2.png);
}
.breadcumb-area {
/* background-position: center; */
position: relative;
text-align: center;
overflow: hidden;
padding: 300px 0px 120px;
}
.breadcumb-area:before {
position: absolute;
content: '';
left: 0px;
bottom: 0px;
top: 0px;
right: 0px;
background-color: rgba(0, 0, 0, 0.60);
}
.breadcumb-content {
position: relative;
/* z-index: 33; */
}
.breadcumb-title h4 {
display: inline-block;
font-size: 50px;
color: #fff;
font-weight: 600;
margin-bottom: 15px;
}
.breadcumb-content ul li {
display: inline-block;
text-align: center;
font-size: 16px;
line-height: 30px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
font-family: "Outfit";
}

.breadcumb-content ul li a {
font-size: 16px;
line-height: 30px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
font-family: "Outfit";
}
.breadcumb-content ul li a span {
display: inline-block;
margin: 0 8px 0;
}

.about-section, .vision_mission {
background: url(https://solutek-html.netlify.app/assets/images/home-3/about3-bg.png);
padding: 120px 0 125px;
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
}
.about-thumb {
position: relative;
z-index: 1;
/* margin-left: -96px; */
}
.about-section .about-contact {
margin-left: 80px;
}
.about-section .section-title.text-left {
margin-bottom: 36px;
}
.about-section h6.section-sub-title {
margin-left: 70px;
}
h6.section-sub-title {
display: inline-block;
font-size: 17px;
line-height: 28px;
text-transform: uppercase;
color: #772e8b;
font-weight: 600;
font-family: "Poppins";
position: relative;
z-index: 1;
margin-bottom: 15px;
font-family: "Outfit";

}
.about-section h6.section-sub-title::before {
width: 60px;
left: -69px;
}
h6.section-sub-title::before {
position: absolute;
content: '';
width: 70px;
height: 2px;
background-image: linear-gradient(270deg, #ffffff 0%, #772e8b 100%);
left: -76px;
top: 12px;
}
h1.section-main-title {
font-size: 42px;
line-height: 55px;
color: #050a1e;
font-weight: 700;
font-family: "Poppins";
margin: 0;
font-family: "Outfit";
z-index: 99;
position: relative;
}
h1.section-main-title span {
display: inline-block;
color: #772e8b;
}
.about-section p.section-title-descr {
width: 100%;
margin: 0;
padding: 12px 0 0px;
font-family: "Outfit";
color: #000;
}
.about-thumb img{
border: 4px solid #772e8b;
border-radius: 20px;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.pulse_img_class{
animation: pulseZoom 2s ease-in-out infinite;
position: absolute;
width: 100px;
right: 20px;
}
@keyframes pulseZoom{
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
}

/* mission */
.sservice-area {
background: #f4f4f4;
padding: 120px 0 108px;
position: relative;
z-index: 1;
overflow: hidden;
}
.section-title.text-center {
margin-bottom: 45px;
}
.sservice-area h5.section-sub-title {
font-size: 16px;
color: #ff3c00;
font-weight: 600;
font-family: "Poppins";
border-radius: 20px;
background-color: rgba(255, 60, 0, 0.03137254901960784);
border: 1px solid rgba(122, 122, 122, 0.15);
display: inline-block;
padding: 6px 29px;
margin: 0;
position: relative;
z-index: 1;
margin-bottom: 22px;
line-height: 25px;
}
.sservice-area h5.section-sub-title::before {
position: absolute;
content: "";
width: 30px;
height: 7px;
background: #ff3d00;
border-radius: 30px;
left: -8%;
top: 14px;
}
.sservice-area h6.section-sub-title {
margin-left: 80px;
}
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.service-shape {
position: absolute;
top: 0;
right: 0;
}
@keyframes float-bob3{
0% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
50% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}
.service-shape2 {
position: absolute;
top: 16%;
left: 3%;
}
.service-shape2 img {
animation: dance 3s alternate infinite;
-webkit-animation: dance 2s alternate infinite;
animation: dance 3s alternate infinite;
}
@keyframes dance{
0% {
-webkit-transform: scale(0.5);
}
100% {
-webkit-transform: scale(1.2);
}
}
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
.service-shape3 {
position: absolute;
top: 2%;
left: 0;
}
@keyframes float-bob4{
0% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
100% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
}

/* vision_mission */
.circular-card {
position: relative;
/* width: 500px;
height: 500px; */
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease;
}
.inner-circle {
position: relative;
width: 400px;
height: 400px;
background: white;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px;
text-align: center;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
z-index: 2;
}
.about-thumbs img{
width:100px;
}
.about-content h2{
font-size: 25px;
margin-top: 16px;
margin-bottom: 8px;
font-family: "Outfit";
}
.about-content p{
font-size: 16px;
color: #000;
padding: 20px;
}
.circle-border {
position: absolute;
width: 410px;
height: 400px;
border-radius: 50%;
/* background: conic-gradient(from 0deg, transparent 0deg, transparent 90deg, #ff4500 90deg, #ff6b35 180deg, transparent 180deg, #ff6b35 315deg, #ff4500 360deg); */
background: conic-gradient(from 90deg, transparent 0deg, transparent 45deg, transparent 45deg, transparent 90deg, #ff4500 90deg, #ff6b35 180deg, transparent 180deg, #ff6b35 315deg, #ff4500 360deg);
animation: rotate 4s linear infinite;
}
.circle-border.vision {
background: conic-gradient(from 90deg, transparent 0deg, transparent 45deg, transparent 45deg, transparent 90deg, #00bcd4 90deg, #26c6da 180deg, transparent 180deg, #26c6da 315deg, #00bcd4 360deg);
}
@keyframes rotate{
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}
.section-title-descr{
width: 100%;
margin: 0;
padding: 12px 0 0px;
font-family: "Outfit";
color: #000;
font-size: 17px;
z-index: 99;
position: relative;
}
.about-area {
padding: 120px 0 120px;
position: relative;
z-index: 1;
}
.about-area::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
background: url(https://solutek-html.netlify.app/assets/images/about5.png);
background-repeat: no-repeat;
right: -72%;
top: -8%;
}
.about-area .section-title.text-left {
margin-bottom: 0;
}
.about-area h5.section-sub-title {
font-size: 16px;
color: #772e8b;
font-weight: 600;
border-radius: 20px;
background-color: rgba(255, 60, 0, 0.03137254901960784);
border: 1px solid rgba(122, 122, 122, 0.15);
display: inline-block;
padding: 6px 29px;
margin: 0;
position: relative;
z-index: 1;
margin-bottom: 22px;
line-height: 25px;
}
.about-area h5.section-sub-title::before {
position: absolute;
content: "";
width: 30px;
height: 7px;
background: #772e8b;
border-radius: 30px;
left: -8%;
top: 14px;
}

.td_hero_img_wrap {
position: absolute;
height: 600px;
width: 600px;
text-align: center;
padding: 50px;
left: 12%;
transform: translateY(-50%);
top: 50%;
margin-top: 35px;
}
.td_hero_img {
height: 100%;
width: 100%;
border-radius: 50%;
}
.td_hero_img img {
height: inherit;
width: inherit;
object-fit: cover;
border-radius: inherit;
}
.td_hero_img_1 {
left: -80px;
top: 37%;
}
.td_hero_img_1, .td_hero_img_2, .td_hero_img_3 {
height: 120px;
width: 120px;
border-radius: 50%;
z-index: 2;
}
.td_hero_img_1 img, .td_hero_img_2 img, .td_hero_img_3 img {
height: inherit;
width: inherit;
object-fit: cover;
border-radius: inherit;
}
.td_hero_img_2 {
right: 16%;
bottom: -45px;
}
.td_hero_img_3 {
right: 19%;
top: -9%;
}
.td_avatars_wrap.td_type_1 {
position: absolute;
right: -22%;
top: 24%;
padding: 15px 15px;
background-color: #fff;
border-style: solid;
border-width: 1px 3px 3px 1px;
border-color: #ebeced #6440fb #6440fb #ebeced;
border-radius: 10px;
}
.td_avatars_wrap {
z-index: 1;
left: -3%;
right: initial;
top: 78%;
}
.td_hero_shape_1 {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.td_accent_color {
color: #6440fb;
}
.td_hero_shape_1 svg {
animation: rotate-anim 60s linear infinite;
}
@keyframes rotate-anim {
100% {
transform: rotate(360deg);
}
}
.td_avatars {
display: flex;
padding-left: 0px;
}
.td_avatars > * {
border-width: 2px;
height: 44px;
width: 55px;
margin-left: 0px;
border: 4px solid #fff;
}
.td_avatars > * img {
height: 100%;
width: 100%;
object-fit: cover;
border-radius: inherit;
}
.td_hero_funfact {
background-color: #fff;
border-style: solid;
border-width: 1px 3px 3px 1px;
border-color: #ebeced #6440fb #6440fb #ebeced;
border-radius: 10px;
display: inline-flex;
align-items: center;
position: absolute;
z-index: 1;
top: 49%;
right: -14%;
padding: 3px 15px;
gap: 10px;
}
.td_hover_layer_1, .td_hover_layer_2, .td_hover_layer_3, .td_hover_layer_4, .td_hover_layer_5 {
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.td_hero_funfact img {
flex: none;
}
.td_hero_funfact .td_fs_40 {
margin-bottom: -5px;
}
.td_heading_color {
color: #00001b;
}
.td_bold {
font-weight: 700;
}
.td_fs_40 {
font-size: 21px;
line-height: 1.25em;
}
.td_heading_color {
color: #00001b;
}
.td_opacity_5 {
opacity: 0.5;
}
.td_fs_12 {
font-size: 12px;
line-height: 1.57em;
}

.td_mb_5 {
margin-bottom: 5px;
}
.td_avatars_wrap {
display: flex;
text-align: left;
align-items: center;
gap: 15px;
}
.td_avatars_wrap {
z-index: 1;
left: -3%;
right: initial !important;
top: 78% !important;
}
.td_avatars > *:last-child {
border: none;
position: relative;
}
.td_avatars > * i {
font-size: 12px;
}
.td_avatars > * i {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 27, 0.85);
color: #fff;
border-radius: inherit;
}

/* quote */
.quote {
display: inline-block;
margin: 1em;
overflow: hidden;
margin-top: 17px;
margin-bottom: 3px;
border-radius: 6px;
}
blockquote {
background-color: #fff;
border: solid 2px #757575;
display: inline-block;
margin: 0;
padding: 1em;
position: relative;
}
blockquote:before {
background-color: #fff;
bottom: -10%;
content: "";
left: 0;
position: absolute;
right: 0;
top: -10%;
transform: rotate(-46deg) skew(5deg);
}
.quote p {
position: relative;
padding-left: 15px;
font-family: 'Outfit';
color: #000;
font-size: 17px;
}
.quote p::before {
content: "“";
font-family: Georgia;
font-size: 64px;
position: absolute;
opacity: 0.5;
/* bottom: 55px; */
left: -17px;
}
.quote p::after {
content: "”" !important;
font-family: Georgia;
font-size: 64px;
position: absolute;
opacity: 0.5;
bottom: -11px;
/* left: 90px; */
right:24%;
}
.kids-campus-elem3 {
position: absolute;
right: 7%;
top: 22%;
}
.kids-campus-elem3 img {
width: 70%;
animation: animName 15s linear infinite;
}
@keyframes animName{
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.tgmobile__menu {
position: fixed;
right: 0;
top: 0;
width: 370px;
padding-right: 30px;
max-width: 100%;
height: 100%;
transform: translateX(0%);
z-index: 9999;
border-radius: 0px;
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
background: #fff;
}
.tgmobile__menu-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
overflow-x: hidden;
background: var(--tg-color-white-default);
padding: 0px 0px;
z-index: 5;
box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
}
.tgmobile__menu .navigation:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation {
position: relative;
display: block;
width: 100%;
float: none;
margin: 0;
padding: 0;
}
.tgmobile__menu .navigation li {
position: relative;
display: block;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li a.active {
color: #76328c;
font-weight: 900;
}
.tgmobile__menu .navigation li > a {
position: relative;
display: block;
line-height: 1.5;
padding: 13px 60px 13px 25px;
font-size: 16px;
font-weight: 500;
color: var(--tg-heading-color);
text-transform: capitalize;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border: none;
}
.tgmobile__menu .navigation > li > .active::before {
height: 100%;
}
.tgmobile__menu .navigation li > a::before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 0;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
width: 2px;
background: #76328c;
pointer-events: none;
}
.tgmobile__menu-outer .navigation li .active i {
background: #76328c;
color: #fff;
border: 2px solid #76328c;
}
.tgmobile__menu-outer .navigation li a i {
width: 35px;
height: 35px;
line-height: 31px;
border-radius: 100%;
background: #fff;
text-align: center;
color: #02164f;
border: 2px solid #02164f;
margin-right: 10px;
}
.tgmobile__menu .nav-logo {
position: relative;
padding: 5px 20px;
}
.tgmobile__menu .nav-logo img {
max-height: 80px;
}
.tgmobile__menu-bottom {
margin-top: auto;
}
.tgmobile__menu-bottom .contact-info {
padding: 12px 25px 0px;
}
.list-wrap {
margin: 0px;
padding: 0px;
}
.contacts_wraps li:first-child {
padding-bottom: 10px;
}
.list-wrap li {
list-style: none;
}
.tgmobile__menu-bottom .contact-info .list-wrap li a {
color: #000;
display: inline-block;
font-weight: 500;
margin-bottom: 5px;
}
.wrapss li a i {
width: 35px;
height: 35px;
line-height: 32px;
background: #02164f;
border-radius: 100%;
text-align: center;
color: #fff;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border: 2px solid #fff;
}
.contacts_wraps li a i, .contacts_wraps .foot_icon i {
margin-right: 10px;
border: 2px solid #f37022;
box-shadow: none;
background: #fff;
color: #02164f;
line-height: 32px;
width: 35px;
height: 35px;
border-radius: 100%;
text-align: center;
}
.tgmobile__menu-bottom .social-links {
padding: 5px 25px 10px;
background: #00001b;
}
.tgmobile__menu-bottom .social-links ul {
display: flex;
position: relative;
text-align: center;
align-items: center;
flex-wrap: wrap;
padding: 15px 0 0;
gap: 15px;
place-content: center;
}
.tgmobile__menu-bottom .social-links ul li {
position: relative;
display: inline-block;
}
.tgmobile__menu-bottom .social-links ul li a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
position: relative;
font-size: 18px;
color: var(--tg-theme-secondary);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.new_twitter {
background: #000000 !important;
color: #fff !important;
}
.new_facebook {
background: #1d73f5 !important;
color: #fff !important;
}
.new_instagram {
background: radial-gradient(circle at 30% 107%, #000000 0%, #9c8f00 5%, #fd5949 45%, #d6249f 60%, #225aff 90%) !important;
color: #fff !important;
}
.new_linkedin {
background: #0077B5 !important;
color: #fff !important;
}
.new_youtube {
background: #c4302b !important;
color: #fff !important;
}
.tgmobile__menu-backdrop {
display: none;
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
opacity: 1;
visibility: visible;
z-index: 9;
background: rgb(0 0 0 / 64%);
}
.tgmobile__menu .close-btn {
position: absolute;
right: 15px;
top: 27px;
line-height: 25px;
width: 25px;
text-align: center;
font-size: 17px;
color: #02164f;
cursor: pointer;
z-index: 10;
border-radius: 100%;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
height: 25px;
transition: all 0.5s ease;
border: 1px solid #02164f;
}
.mob_header{
display: none;
}
@media(max-width:1199px){
.cs_nav_list{
display: none;
}
.cs_active{
display: block;
}
.cs_active .tgmobile__menu-backdrop{
display: block;
}
}
@media(max-width:992px){
.about-section, .vision_mission{
padding: 50px 0 125px;
}
.about-section .about-contact{
margin-left: 0px;
margin-top: 40px;
}
.sservice-area .about-contact{
margin-bottom: 50px;
}
.td_hero_img_wrap{
position: relative;
width: 400px;
height: 400px;
transform: translateY(0%);
margin-top: 0;
}
.td_hero_shape_1 svg{
width:400px;
}
.nesw_old{
margin-left: 0px !important;
margin-top: 100px;
}
}
@media(max-width:1519px){
.circular-card{
width: 510px;
height: 510px;
margin: auto;
margin-bottom: 40px;
}
}
@media(max-width:547px){
.circular-card, .inner-circle{
width: 200px;
height: 200px;
/* border-radius: 4px; */
}
.circle-border{
    width: 210px;
    height: 200px;
}
}
@media(min-width:768px) and (max-width:992px){
    .cs_footer_row.cs_type_1 .cs_footer_col:nth-child(2) .cs_footer_widget, .cs_footer_row .cs_footer_col:nth-child(4) .cs_footer_widget{
        margin-left: 23%;
    }
}
@media (max-width: 767px) {
    .cs_footer_row .cs_footer_col {
        width: 100%;
    }
}

.td_cta.td_style_1 {
    min-height: 570px;
    padding: 70px 0;
    position: relative;
}
.td_heading_bg {
    background-color: #772e8b;
}
.td_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.td_cta.td_style_1 .td_cta_shape_1 {
    position: absolute;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    background-color: #ebeced;
    opacity: 0.11;
    top: 50%;
    margin-top: -250px;
    left: 10%;
}
.td_hover_layer_1, .td_hover_layer_2, .td_hover_layer_3, .td_hover_layer_4, .td_cta .td_hover_layer_5 {
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(600px) translate3d(0, 0, 0);
}
.td_cta.td_style_1 .td_cta_shape_2 {
    position: absolute;
    bottom: 50px;
    left: 46%;
    animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes swing-anim{
	65% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-48px) rotate(-75deg);
}
}
.td_cta.td_style_1 .td_cta_shape_3 {
    position: absolute;
    right: 5%;
    top: 45%;
}
.td_cta.td_style_1 .td_cta_thumb_shape {
    width: 350px;
    height: 350px;
    background-color: #fff;
    opacity: 0.08;
    border-radius: 50%;
    position: absolute;
    right: 21%;
    bottom: 47%;
    animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes animo-x{
50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(44px);
}
}
.who_we_are h1.section-main-title , .who_we_are .section-title-descr{
	color: #fff;
}
.pricing-list {
    margin-bottom: 40px;
	margin-top: 40px;
}
.pricing-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing-list ul li {
    background-image: url(https://html.awaikenthemes.com/proshield/images/icon-check-white.svg);
	background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}
.pricing-list ul li {
    color: #ffffff;
}
.circle-border.values {
	background: conic-gradient(from 90deg, transparent 0deg, transparent 45deg, transparent 45deg, transparent 90deg, #ffa000 90deg, #ffb74d 180deg, transparent 180deg, #ffb74d 315deg, #ffa000 360deg);
}

.about-contact h1::after {
    top: 0px;
    /* right: -100px; */
    left: -220px;
    background-image: url(https://velammalnexus.com/wp-content/themes/velammal/img/Chairman-Message-section-1-Right.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 100px;
    height: 100px;
}

.working-proces-area {
    padding: 110px 0 125px;
	background-image: url(https://nayonacademy.com/html/arkdin-php/assets/img/how_to_work_bg.svg);
}
.working-proces-area .section-title.text-center {
    margin-bottom: 62px;
}

.working-proces-area h6.section-sub-title::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background-image: linear-gradient(270deg, #ffffff 0%, #772e8b 100%);
    left: -76px;
    top: 12px;
}
.working-proces-area h6.section-sub-title::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background-image: linear-gradient(270deg, #772e8b 0%, #ffffff 100%);
    right: -74px;
    top: 12px;
}
/* .working-process-box {
    text-align: center;
    padding: 0 50px 0;
    position: relative;
    margin-bottom: 30px;
}
.working-process-box.before-transprent:before {
    background: transparent;
}
.working-process-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -81px;
    top: 73px;
}
.process-thumb {
    position: relative;
    margin-bottom: 40px;
}
.process-thumb:before {
    position: absolute;
    content: "";
    width: 240px;
    height: 240px;
    left: 36px;
    top: -13px;
    border: 2px dashed #772e8b;
    border-radius: 50%;
    animation: rotateme 20s linear infinite;
}
@keyframes rotateme{
	0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.process-number span {
    position: absolute;
    left: 8%;
    top: 13%;
    z-index: 1;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background-color: #772e8b;
    transition: .5s;
    text-align: center;
}
.process-content h4 {
    margin: 20px 0 10px;
    transition: .5s;
    font-size: 20px;
    line-height: 36px;
    color: #050a1e;
    font-weight: 600;
}
.process-content p {
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    transition: 0.5s;
}
.working-process-box.after-transprent:after {
    background: transparent;
}
.working-process-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -81px;
    top: 73px;
} */

.new-matric-section-about-8{
    position: absolute;
right: 56%;
z-index: 1;
animation: pulseZoom 4s ease-in-out infinite;
}
.new-matric-section-about-8 img{
    width:150px;
}
.td_gap_y_30 {
gap: 30px 0;
place-content: center;
}
.td_card.td_style_4 {
background-color: #fff;
border-radius: 50px;
gap: 15px 45px;
display: flex;
padding: 20px;
/* box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.1) inset; */
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
position: relative;
overflow: hidden;
border: 3px solid #ff6b35;
}
.td_card.td_style_4 .td_card_1 {
position: absolute;
right: -30px;
top: -60px;
}
.td_card.td_style_4 .td_card_2 {
position: absolute;
right: -30px;
bottom: -60px;
}
.td_shape_section_6{
position: relative;
overflow: hidden;
}
.new_old {
background-color: #00001b;
padding: 0px 0px 120px;
}
.td_shape_section_6 .td_shape_position_1 {
left: 5%;
top: 55%;
animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
height: 42px;
width: 42px;
border-radius: 50%;
opacity: 0.7;
}
.td_shape_section_6 .td_shape_position_1::before {
top: 0px;
border-color: #fff;
background-color: var(--heading-color);
z-index: 1;
animation: swing-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_6 .td_shape_position_1::before, .td_shape_section_6 .td_shape_position_1::after {
content: "";
position: absolute;
height: 100%;
width: 100%;
border-radius: 50%;
border: 1px solid;
left: 0;
}
@keyframes swing-anim{
65% {
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transform: translateY(-48px) rotate(-75deg);
}
}
.td_shape_section_6 .td_shape_position_1::after {
top: 8px;
border-color: rgba(255, 255, 255, 0.3);
animation: swing-anim 120s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_6 .td_shape_position_2 {
right: 10%;
top: 40%;
animation: swing-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_6 .td_shape_position_2, .td_shape_section_6 .td_shape_position_3 {
height: 30px;
width: 30px;
border: 1px solid #fff;
opacity: 0.15;
border-radius: 5px;
}
.td_shape_section_6 .td_shape_position_3 {
right: 5%;
top: 75%;
animation: swing-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
animation-direction: reverse;
}
.td_shape_section_6 > *:not(.td_shape){
position: relative;
z-index: 4;
}
.td_half_white_bg::before {
content: "";
position: absolute;
height: 50%;
width: 100%;
left: 0;
top: 0;
background-color: #fff;
}
@media screen and (min-width: 992px) {
.td_height_80 {
    height: 80px;
}
}
.td_shape_section_6 h1.section-main-title, .td_shape_section_6 .section-title-descr{
color: #ffffff;
}
.td_card.td_style_4 iframe{
width: 100%;
border-radius: 50px;
}

.flex {
    display: flex;
}
.slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
	z-index: 99;
}
.slide-track {
    animation: scroll 42s linear infinite;
    display: flex;
    width: auto;
    align-items: center;
}
@keyframes scroll{
	0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-250px * 7));
}
}
.w-48 {
    width: 20rem;
    place-content: center;
    display: flex;
}
.relative {
    position: relative;
}
.slider img {
    min-height: 382px;
    max-height: 382px;
    margin-bottom: 10px;
    margin-right: 40px;
    max-width: 576px;
    object-fit: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.school-blur {
    position: relative !important;
    max-width: fit-content !important;
    height: 150px !important;
    min-height: auto !important;
    object-fit: contain !important;
}
.min-wid-78 {
    min-width: 150px;
}
.h-24 {
    height: 6rem;
}
.w-24 {
    /* width: 6rem; */
}
.working-proces-area::before {
    content: '';
    position: absolute;
    /* top: -200px; */
    /* bottom: 0px; */
    height: 600px;
    background-image: url(https://velammalnexus.com/wp-content/themes/velammal/img/Belong-section-Bottom1.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    width: 100%;
    z-index: auto;
}

.cs_footer_row.cs_type_1 .cs_footer_col:nth-child(2){
    -webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cs_footer_row .cs_footer_col {
-webkit-box-flex: 1.7;
-ms-flex: 1.7;
flex: 1.7;
}
.touch_menu li {
display: flex;
flex-wrap: wrap;
margin-bottom: 25px !important;
align-items: center;
}
.touch_menu li .foot_icon {
width: 30px;
height: 30px;
background: #fff;
border-radius: 100px;
display: flex;
align-items: center;
place-content: center;
color: #772e8b;
margin-right: 12px;
margin-bottom: 0px;
}
.footer-widget-menu ul li a {
display: inline-block;
font-size: 16px;
line-height: 30px;
color: #ffffff;
font-weight: 400;
font-family: "Outfit";
transition: 0.5s;
}
.footer-bottom-social-icon ul li {
display: inline-block;
margin: 0 3px;
}
.footer-bottom-social-icon ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 100px;
background-color: rgba(255, 255, 255, 0.10196078431372549);
text-align: center;
color: #fff;
transition: 0.5s;
position: relative;
z-index: 1;
display: flex;
place-content: center;
align-items: center;
}
.footer-bottom-social-icon ul li a::before {
position: absolute;
content: "";
height: 100%;
width: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #1e4b74;
border-radius: 100%;
margin: auto;
z-index: -1;
transition: .5s;
}
.cs_footer_copyright a{
color: #fff !important;
text-decoration: underline;
}

/* innerpage_header_design */
#dna-cloud1 {
    user-select: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 10%;
    left: 25%;
    animation: dnacloud1 30s infinite;
    animation-direction: alternate;
}
@keyframes dnacloud1{
    0% {
        left: 0%;
        top: 30%;
    }
    100% {
        left: 100%;
        top: 50%;
    }
}

#dna-cloud3 {
    user-select: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: -40%;
    animation: dnacloud3 30s infinite;
    animation-direction: alternate;
}
@keyframes dnacloud3{
    100% {
        left: 0%;
        top: 40%;
    }
    0% {
        left: 100%;
        top: 85%;
    }
}
 .star-group.stars-1 {
    top: 31%;
    bottom: auto;
    left: 40%;
    position: absolute;
}
.star-group .star:nth-child(1) {
    animation-delay: 0s !important;
    right: 1rem;
    top: 2rem;
}
.star-group .star:nth-child(2) {
    animation-delay: 2s !important;
    right: 0;
    top: 0;
}
.star-group .star {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 40px;
    height: 50px;
    -webkit-animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
    -moz-animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
    animation: stars 5s infinite cubic-bezier(.65, .49, .21, .98);
}
.star-group .star:nth-child(3) {
    animation-delay: 3s !important;
    right: -1.5rem;
    top: 1.5rem;
}
 .star-group.stars-2 {
    top: 70%;
    bottom: auto;
    right: 15%;
    position: absolute;
}
@keyframes stars{
    0%, 100% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}
.about-who-we-are {
    position: absolute;
    left: 2%;
    bottom: 0%;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: .8;
    transform: translateZ(0) scale(1);
}
.about-who-we-are img {
    width: 90%;
}
@media(max-width:767px){
    .new_old .about-contact{
        margin-top: 60px;
    }
    .td_half_white_bg{
        margin-bottom: 40px;
    }
}
@media(max-width:450px){
    .td_hero_shape_1 svg {
        width: 300px;
    }
    .td_hero_img_wrap {
        width: 300px;
        height: 300px;
        left: 0;
    }
    .td_hero_img_1, .td_hero_img_2, .td_hero_img_3 {
        height: 80px;
        width: 80px;
    }
    .td_avatars_wrap, .td_hero_funfact{
        display: none;
    }
}
.cs_nav_list li a:hover{
    color: #ff5500;
}
.cs_nav_list li .actives{
    color: #ff5500 !important;  
}
.place-center{
    display: grid;
    place-content: center;
}
.place-item-center{
    display: grid;
    place-items: center;
}
.mt-50
{
    margin-top: 50px;
}
p{
    text-align: justify;
}

/* ribbon */
.ribbon-line {
    position: relative;
    text-align: center;
}

.ribbon-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    /* background: linear-gradient(90deg, transparent, #782e8b, #ff6b35, #ff6b35, #ff6b35, #782e8b, transparent); */
    background: linear-gradient(90deg, transparent, #ff6b35, #f7931e, #ff6b35, transparent);
    transform: translateY(-50%);
    animation: pulse_line 2s ease-in-out infinite;
}

@keyframes pulse_line {

    0%,
    100% {
        opacity: 0.5;
        transform: translateY(-50%) scaleX(0.8);
    }

    50% {
        opacity: 1;
        transform: translateY(-50%) scaleX(1);
    }
}
@media(max-width:500px){
    .about-who-we-are{
        left: -45%;
    }
    .about-who-we-are img {
        width: 41%;
    }
    .about-section, .vision_mission {
        padding: 50px 0 60px;
    }
    .service-shape3{
        display: none;
    }
    .service-shape2{
        top: 1%;
    }
}
@media(max-width:425px){
    .td_hero_img_1, .td_hero_img_2, .td_hero_img_3 {
        width: 60px;
        height: 60px;
    }
    .td_hero_img_2{
        bottom: 0px;
    }
    .td_hero_img_3{
        top: 0%;
    }
    .td_hero_img_1{
        left:-28px;
    }
}

.cs_header_social_links_wrap p{
    color: #fff;
    font-family: 'Outfit';
}


.navbar-collapse {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    left: 0px;
    top: 0px;
    right: 100%;
    /* background-color: #002776; */
    z-index: 999;
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    text-align: left !important;
    margin: 0;
    transition: all 500ms ease-in;
}
/* .main-menu {
    background: url(https://velammalnexus.com/wp-content/themes/velammal/img/white-curve.png) no-repeat;
    -moz-background-size: 60% 100%;
    background-size: 60% 100%;
    left: 0;
    opacity: 1;
    width: 70%;
    z-index: 6;
    height: 100%;
    position: absolute;
    text-align: left;
    top: 0;
} */
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .main-menu .first-div {
        /* padding: 270px 100px !important; */
    }
}
.main-menu .first-div {
    position: absolute;
    /* padding: 140px 100px; */
    padding: 0px 10px 0px 100px;
    height: 100%;
    display: flex;
    place-content: center;
    align-items: center;
    left: 200px;
}
/* .main-menu .first-div {
    position: absolute;
    padding: 100px 100px;
} */
.main-menu li{
    list-style: none;
}
.main-menu .first-div ul .nav-item .nav-link {
    color: #002776 !important;
    padding: 5px 1rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
@media (min-height:602px) and (max-height:672px){
    .main-menu .first-div ul .nav-item .nav-link { 
        margin-bottom: 20px;
    }
}
@media(max-height:601px){
    .main-menu .first-div ul .nav-item .nav-link { 
        font-size: 20px;
        margin-top: 9px;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .navbar-collapse.collapse.show .nav-link {
        font-size: 34px !important;
    }
}
.navbar-collapse.collapse.show .nav-link {
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.nav-link {
    display: block;
}
.nav-link i{
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    color: #02164f;
    border: 2px solid #02164f;
    margin-right: 10px;
    font-size: 20px;
    display: none;
}
.invisible_logo{
    max-width: 300px;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 60px;
    right: 0;
}
.curved-shape {
            position: absolute;
            top: -50px;
            left: -200px;
            width: 60vw;
            height: 120vh;
            background: #fff;
            border-radius: 0 50% 50% 0;
            /* transform: rotate(-10deg); */
            box-shadow: 0 20px 60px rgba(255, 23, 68, 0.3);
            animation: float 8s ease-in-out infinite;
        }

        .curved-shape::before {
            content: '';
            position: absolute;
            top: 20px;
            left: 20px;
            width: calc(100% - 40px);
            height: calc(100% - 40px);
            background: rgba(255, 255, 255, 0.1);
            border-radius: 0 50% 50% 0;
        }
        /* @media(max-height:2500px){
            .main-menu .first-div ul .nav-item .nav-link{
                font-size: 50px;
                margin-bottom: 70px;
            }
        } */
        @media (min-width:1048px) and (max-width:1203px){
            .main-menu .first-div{
                left: 105px;
            }
            .invisible_logo{
max-width: 200px;
            }

        }
        @media (min-width:768px) and (max-width:1048px){
            .curved-shape{
                width: 80vw;
            }
            .main-menu .first-div{
                left: 105px;
            }
            .invisible_logo{
max-width: 200px;
            }
        }
         @media(max-width:767px){
            .curved-shape{
                width: 125vw;
            }
            .main-menu .first-div{
                left: 105px;
            }
            .invisible_logo{
max-width: 200px;
            }
         }
         @media(max-width:497px){
            .navbar-collapse.collapse.show .nav-link{
                font-size: 25px;
                margin-bottom: 10px;
            }
         }

          .cs_toggle_active{
            line-height: 25px;
            width: 30px !important;
            text-align: center;
            font-size: 6px;
            color: #fff;
            cursor: pointer;
            position: relative;
            z-index: 999;
            border-radius: 100%;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
            height: 30px !important;
            transition: all 0.5s ease;
            border: 1px solid #fff;
            right: 0px;
         }
         .cs_menu_toggle span{
            left:2px;
         }
         .cs_menu_toggle span, .cs_menu_toggle span:before, .cs_menu_toggle span:after {
            width: 80%;
        }

        @media (max-width: 500px) {
            .curved-shape {
                width: 145vw;
            }
        }
        .breadcumb-content ul{
            margin: 0px;
        }

        .cs_gescout_sticky{
            top: 0 !important;
            opacity: 1;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            z-index: 9999;
            position: fixed !important;
        }




        .main-aboutuszigimg {
            -o-object-fit: cover;
            object-fit: cover;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: -99;
        }
        .getintouch, .main-aboutc {
            background-color: #fff;
            border: 1px solid #772e8b;
            border-radius: 20px;
            padding: 10px;
        }
        .main-aboutc {
            position: relative;
            z-index: 99;
        }
        .getintouch-image-holder:before, .new-image-holder:before {
            background-color: #f9f7f7;
            content: "";
            position: absolute;
            top: -12px;
            z-index: 99;
        }
        .new-image-holder:before {
            height: 3px;
            left: 56px;
            width: 270px;
        }
        .shape-img {
            left: 49px;
            position: absolute;
            top: -11px;
        }
        .about-ussection-btn, .getintouch-btn {
            align-items: center;
            border-radius: 60px;
            display: flex;
            cursor: pointer;
            gap: 1.5rem;
            height: 75px;
            justify-content: center;
            left: 83px;
            position: absolute;
            z-index: 100;
        }
        .about-ussection-btn {
            top: -10px;
            width: 217px;
        }
        .fw-400 {
            font-weight: 400;
        }
        .abbtnarrow {
            margin-left: 10px;
            transform: rotate(45deg);
            width: 20px;
        }
        .about-insideimg, .getintouch-insideimg {
            align-items: center;
            background-repeat: no-repeat;
            background-size: 100%;
            display: flex
        ;
        }
        .about-insideimg {
            background-image: url(https://sportstimingsolutions.in/frontend/img/index/s-about.svg);
            border-radius: 15px;
            justify-content: space-between;
            min-height: 389px;
            padding: 39px 45px 39px 64px;
        }
        .about-insidepra, .getintouch-insidepra {
            line-height: 30px;
            padding-top: 47px;
        }
        .dark-sts {
            color: #251f1f;
        }
        .abtimg {
            border-radius: 15px;
            width: 100%;
        }
        .cmn-imagesize {
            height: 270px !important;
            -o-object-fit: cover;
            object-fit: cover;
            width: 394px !important;
        }
        .btn-blue {
            --bs-btn-color: #fff;
            --bs-btn-bg: #772e8b;
            --bs-btn-border-color: #772e8b;
            --bs-btn-hover-color: #fff;
            --bs-btn-hover-bg: #772e8b;
            --bs-btn-hover-border-color: #772e8b;
            --bs-btn-focus-shadow-rgb: 49, 132, 253;
            --bs-btn-active-color: #fff;
            --bs-btn-active-bg: #772e8b;
            --bs-btn-active-border-color: #772e8b;
            --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            --bs-btn-disabled-color: #fff;
            --bs-btn-disabled-bg: #772e8b;
            --bs-btn-disabled-border-color: #772e8b;
        }
        
        .dark-sts p{
            color: #000;
            font-family: 'Outfit';
            font-size: 17px;
        }
        .card-container, .card-one {
            align-items: center;
            display: flex;
            justify-content: center;
        }
        
        .card-container {
            flex-direction: column;
        }
        .visible {
            visibility: visible !important;
        }
        .card-container .card3, .card-container.visible .card2, .card-container.visible .card3 {
            margin-bottom: 0;
        }
        .card-one {
            opacity: 1;
            transition: transform .8s ease, opacity .8s ease, margin-bottom .8s ease;
            width: 100%;
        }
        .card-container.visible .card-one {
            opacity: 1;
        }
        .new-image-holder-founder:before {
            height: 3px;
            left: 50%;
            transform: translate(-50%);
            width: 318px;
        }
        .new-image-holder-founder:before, .new-image-holder-mission:before {
            background-color: #f9f7f7;
            content: "";
            position: absolute;
            top: -12px;
            z-index: 99;
        }
        .shape-img-founder {
            left: 50%;
            position: absolute;
            top: 13%;
            transform: translate(-50%, -13%);
        }
        .founder-ussection-btn {
            left: 50%;
            top: 15%;
            transform: translate(-50%, -15%);
            width: 266px;
        }
        .founder-ussection-btn, .mission-ussection-btn {
            align-items: center;
            border-radius: 60px;
            display: flex;
            gap: 1.5rem;
            height: 75px;
            justify-content: center;
            position: absolute;
            z-index: 100;
        }
        .founder-insideimg {
            background-image: url(https://sportstimingsolutions.in/frontend/img/index/our-founderbg.svg);
            min-height: 391px;
            padding: 15px;
        }
        .founder-insideimg, .mission-insideimg {
            align-items: center;
            background-repeat: no-repeat;
            background-size: 100%;
            display: flex;
        }
        @media screen and (min-width: 1398px) {
            .abou-align {
                left: -20px;
                position: relative;
            }
        }
        .new-image-holder-mission:before {
            height: 2px;
            right: 57px;
            width: 310px;
        }
        .shape-img-mission {
            position: absolute;
            right: 49px;
            top: -11px;
        }
        .mission-ussection-btn {
            right: 81px;
            top: -10px;
            width: 260px;
        }
        .mission-insideimg {
            background-image: url(https://sportstimingsolutions.in/frontend/img/index/missionbg.svg);
            border-radius: 15px;
            justify-content: space-between;
            min-height: 389px;
            padding: 39px 40px 39px 52px;
        }
        .btn-blue .h4{
            font-weight: 500;
            font-family: outfit;
            font-size: 20px;
        }
        .third_new_img{
            position: relative;
            top: 40px;
        }
        @media screen and (max-width: 1400px) {
            .about-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/s-about.svg);
                background-repeat: no-repeat;
                background-size: 100%;
                min-height: 335px;
                padding: 30px 30px 30px 56px;
            }
            .founder-insideimg, .mission-insideimg {
                align-items: center;
                display: flex;
                min-height: 335px;
            }
            .founder-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/our-founderbg.svg);
            }
            .mission-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/missionbg.svg);
                background-repeat: no-repeat;
                background-size: 100%;
                padding: 15px;
            }
            .founder-insideimg, .mission-insideimg {
                align-items: center;
                display: flex;
            }
        }
        @media screen and (max-width: 1200px) {
            .about-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/s-about.svg);
                background-repeat: no-repeat;
                background-size: cover;
                min-height: 335px;
                padding: 15px;
            }
            .cmn-imagesize {
                height: 242px !important;
                -o-object-fit: cover;
                object-fit: cover;
                width: 394px !important;
            }
            .founder-insideimg {
                background-size: unset;
                background-size: cover;
            }
            .mission-insideimg {
                background-size: 100%;
                background-size: cover;
            }
        }
        @media screen and (max-width: 992px) {
            .about-insidemain, .getintouch-insidemain {
                padding-left: 0;
            }
            .about-insidepra {
                line-height: 28px;
                padding-top: 78px;
            }
            .abtimg-main {
                padding-top: 62px;
            }
            .cmn-imagesize {
                height: 272px !important;
                -o-object-fit: cover;
                object-fit: cover;
                width: 394px !important;
            }
            .founder-insideimg {
                padding: 90px 15px 29px;
            }
            .mission-insidemain {
                padding-top: 23px;
            }
        }
        @media screen and (max-width: 768px) {
            .abtimg-main {
                padding-top: 26px;
            }
            .founder-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/newofbgmb.svg);
                min-height: unset;
            }
            .founder-insideimg {
                padding: 80px 15px 15px 30px !important;
            }
            .mission-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/missionmb.svg);
            }
        }
        @media screen and (max-width: 576px) {
            .new-image-holder:after, .new-image-holder:before {
                background-color: #f9f7f7;
                content: "";
                position: absolute;
                z-index: 99;
            }
            .new-image-holder:before {
                height: 4px;
                left: -1px;
                top: -14px;
                width: 154px;
            }
            .shape-img {
                left: -11px;
                position: absolute;
                top: -12px;
            }
            .about-ussection-btn {
                align-items: center;
                border-radius: 60px;
                display: flex;
                font-size: 14px;
                gap: 1.5rem;
                height: 44px;
                justify-content: center;
                left: -6px;
                position: absolute;
                top: -7px;
                width: 142px;
            }
            .about-heading, .getintouch-heading {
                font-size: 14px;
            }
            .about-insideimg, .getintouch-insideimg {
                background-repeat: no-repeat;
                background-size: cover;
                padding: 15px;
            }
            .about-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/about-mbbg.svg);
                min-height: unset;
            }
            .about-insidepra, .getintouch-insidepra {
                font-size: 14px;
                line-height: 24px;
                padding-top: 58px;
            }
            .abtimg-main {
                padding-bottom: 10px;
                padding-top: 20px;
            }
            .cmn-imagesize, .msnimg {
                -o-object-fit: cover;
                object-fit: cover;
            }
            .abtimg {
                padding-top: 0;
            }
            .cmn-imagesize {
                height: 214px !important;
                width: 312px !important;
            }
            .dark-sts h2{
                font-size: 27px;
            }
            .dark-sts p{
                font-size: 15px;
            }
            .card-container .card-aboutone.card1, .card-container .card-abouttwo.card2, .card-container .card1, .card-container .card2, .card-container .card3, .card-container.visible .card2 {
                margin-bottom: 0;
            }
            .new-image-holder-founder:before {
                background-color: #f9f7f7;
                content: "";
                height: 4px;
                left: 50%;
                position: absolute;
                top: -12px;
                transform: translate(-50%);
                width: 208px;
                z-index: 99;
            }
            .shape-img-founder {
                left: 50%;
                position: absolute;
                top: -22%;
                transform: translate(-50%, -22%);
            }
            .founder-ussection-btn {
                align-items: center;
                border-radius: 60px;
                display: flex;
                gap: 1.5rem;
                height: 44px;
                justify-content: center;
                left: 51%;
                position: absolute;
                top: 12%;
                transform: translate(-50%, -21%);
                width: 171px;
            }
            .founder-heading, .what-we-do-heading, .why-choose-us-heading {
                font-size: 14px;
            }
            .founder-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/newofbgmb.svg);
                background-repeat: no-repeat;
                background-size: cover;
                min-height: unset;
                padding: 80px 15px 29px;
            }
            .new-image-holder-mission:before {
                background-color: #f9f7f7;
                content: "";
                height: 4px;
                position: absolute;
                right: -8px;
                top: -12px;
                width: 186px;
                z-index: 99;
            }
            .shape-img-mission {
                position: absolute;
                right: -12px;
                top: -12px;
            }
            .mission-ussection-btn {
                height: 44px;
                right: -6px;
                top: -6px;
                width: 159px;
            }
            .mission-heading {
                font-size: 14px;
            }
            .mission-insideimg {
                padding: 15px 10px !important;
            }
            .mission-insideimg {
                background-image: url(https://sportstimingsolutions.in/frontend/img/index/missionmb.svg);
                background-repeat: no-repeat;
                background-size: cover;
                min-height: unset;
            }
            .mission-insidemain, .plr-0 {
                padding-right: 0;
            }
            .btn-blue .h4{
                font-size: 15px;
            }
        }
        .it-choose-shape-1 {
            position: absolute;
            top: -25px;
            left: -25px;
            z-index: -1;
        }
        .it-choose-shape-2 {
            position: absolute;
            bottom: -30px;
            right: -29px;
            z-index: -1;
        }

        h6.section-sub-title::after {
            position: absolute;
            content: '';
            width: 70px;
            height: 2px;
            background-image: linear-gradient(270deg, #772e8b 0%, #ffffff 100%);
            right: -74px;
            top: 12px;
        }

        .rotate-360 {
            animation: rotate-360 5s infinite linear;
        }
        
        @keyframes rotate-360{
        0% {
            transform: rotate(0deg);
        }
        
        100% {
            transform: rotate(359deg);
        }
        }
         .item-circle {
            width: 500px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .about-thumb-wrapper{
            position: relative;
            z-index: 1;
        }


        .top-features-box {
            /* background: linear-gradient(208.29deg, #F5D9D5 0%, #F5EAB4 42.92%, #99D9F5 100%); */
            border-radius: 10px;
            padding: 40px;
            position: relative;
            z-index: 1;
            box-shadow: var(--shadow-1);
            border: 1px solid #fff;
        }
            .bg-gradient-15 {
            background: linear-gradient(151.71deg, #29C986 0%, #2FC8E5 100%) !important;
        }
        .bg-gradient-21{
            background: linear-gradient(151.71deg, #772e8b 0%, #9a2c76 100%) !important;
        }
        .top-features-box .inner .content .title {
            color: #fff;
        }
        .top-features-box .inner .thumbnail {
            margin-bottom: 30px;
            margin-top: 30px;
        }
        .top-features-box .inner .thumbnail img {
            width: auto;
        }
        .top-features-box .inner .rbt-badge-group {
            margin: -5px;
        }
        .rbt-badge-group {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin: -10px;
        }
        .rbt-badge {
            display: inline-block;
            height: 30px;
            /* line-height: 30px; */
            padding: 0 22px;
            background: #F6F6F6;
            font-size: 14px;
            letter-spacing: 0.3px;
            border-radius: 6px;
            color: #6b7385;
        }
        .top-features-box .shape-image {
            position: absolute;
            right: 0;
            top: 23px;
            z-index: -1;
        }
        .top-features-box .inner .rbt-badge {
            padding: 0 12px;
            background: rgba(255, 255, 255, 0.05);
            /* letter-spacing: 0; */
            font-weight: 600;
            color: #fff;
            margin: 5px;
            width: 100%;
            text-align: justify;
            height: -webkit-fill-available;
        }
        .bg-gradient-16 {
            background: linear-gradient(151.71deg, #FF652D 0%, #FFA426 100%) !important;
        }
        .bg-gradient-17 {
            background: linear-gradient(151.71deg, #30C4FF 0%, #7259FF 100%) !important;
        }
        .rbt-badge-group li{
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            color: #000;
            font-weight: 400;
            font-family: "Outfit";
            text-align: justify;
        }
        .rbt-badge-group .label{
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .rbt-badge-group{
            margin: -31px !important;
            margin-top: 12% !important; 
        }
        .sal-animate{
            margin-bottom: 40px;
        }
        .new_style_one_box{
            top: 3%;
            left: 30px;
            right: 0;
            width: 24%;
        }
        @media(max-width:1472px){
            .new_style_one_box{
                width: 35%;
            }
        }
        @media(max-width:576px){
            .new_mob{
                position: relative;
                top:-45px;
            }
        }