@font-face {
    font-family:roboto-light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family:roboto-medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family:roboto-bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family:Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family:Roboto-BoldItalic;
    src: url(../fonts/Roboto-BoldItalic.ttf);
}
@font-face {
    font-family:Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family:Roboto-BlackItalic;
    src: url(../fonts/Roboto-BlackItalic.ttf);
}
@font-face {
    font-family:METROPOLIS-REGULAR;
    src: url(../fonts/METROPOLIS-REGULAR.OTF);
}
@font-face {
    font-family:Metropolis-Bold;
    src: url(../fonts/METROPOLIS-BOLD.OTF);
}
@font-face {
    font-family: 'DancingScript'; /* FIX: Renamed the font-family to 'DancingScript' for consistency and reliability */
    src: url(../fonts/DancingScript-Medium.ttf);
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-family:Roboto-Regular;
    color: #222222;
}

html.homepage {
    overflow-x: hidden !important;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
    font-size: 16px;
}

a:hover {
    text-decoration: none !important;
    color: inherit;
}

p {
    font-size: 16px;
    line-height: 24px;
}

/*header*/

.mainHomePage header {
    top: 0px;
    display: block;
    margin: auto;
    width: 100%;
    z-index: 99;
    transition: ease all 0.5s;
    padding: 0;
    position: fixed;
    background-color: transparent;
}
header {

    top: 0px;
    display: block;
    margin: auto;
    width: 100%;
    z-index: 99;
    transition: ease all 0.5s;
    padding: 0;
    position: fixed;
    background-color: #fff;
    height: 80px;

}
header:hover {
    transition: ease all 0.5s;
}
.homebody header
{
 background-color:#fff;  
} 
.sticky {
    background-color: #fff!important;
}
/*.sticky {
position: fixed;
top: 0;
width: 100%;
background: #fff;
transition: all ease .3s;
padding: 0;
box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
border-bottom: none;
z-index: 9999;
}*/

.my-sidenav {
    display: none;
}
/*-----------Header Css End-------------*/

.ham-icon {
    text-align: right;
    cursor:pointer;
    float: left;
}

.nav-icon3 {
    width:33px;
    height:23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
    top: 0px;
}

.nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
    top:8px;
}

.nav-icon3 span:nth-child(4) {
    top:16px;
}

.nav-icon3.open span:nth-child(1) {
    top: 16px;
    width: 0%;
    left: 50%;
}

.nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
}

.my-sidenav1 {
    display:none;
    position: fixed;
    top:85px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width:100%;
    width: 100%;
    background:#05376f;
    height: 100%;
    border-top: 1px solid #5f84ad;
}
.logo {
    width: 20%;
}

.container.cntrflex {
    display: flex;
    justify-content: space-between;
    height: 95px;
    align-items: baseline;
    margin-top: 0;
}

ul.dropdown li a {
    font-size: 14px;
    font-family: Roboto-Regular;
    color: #000;
    line-height: 1;
}
.menu {
    width: 95%;
}
.right-item {
    float: right;
    margin-top: 30px;
    width: 88%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.dropdown {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.morelinks a {
    color: #000;
    font-size: 14px;
}
.mainHomePage .morelinks a {
    color: #000;
  
}
.morelinks {
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    align-items: center;
}
a.signup {
    background: #F9DB34;
    padding: 5px;
    color: #000;
    border-radius: 5px;
    height: 30px;
}
/*Footer */
footer a {
    color: #fff;
}
footer {
    background: #030E2B;
    color: #fff;
    padding: 50px 0 10px;
}
ul.footerlinks li a {
  font-size: 14px;
  line-height: 1;
}
ul.footerlinks {
    display: flex;
    justify-content: space-between;
}
ul.footerlinks {
    padding: 0;
    list-style: none;
}
span.breakblock {
    display: block;
}
footer p{
    font-size: 12px;
}
p.t-right {
    text-align: right;
}
p.t-right a{
    font-size: 12px;
}
.social-icon img{
    width: 20px;
}
.fb-icon {
    width: 10px!important;
}
.social-icon {
    display: flex;
    justify-content: space-between;
}
/* Homepage */
section.videosec {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
}
.main-heading{
    font-size: 45px;
    font-family:Roboto-BoldItalic;
    text-align: center;
}
.clrblck{
    color: #222222;
}
.clrwht{
    color: #fff;
}
.env-acco .panel-title {
  padding: 0!important;
  margin-bottom: 0!important;
  padding-left: 0px!important;
}

.env-acco .panel-title a {
  font-size: 25px;
  color: #fff;
  font-family:Roboto-Regular;
  padding-right: 50px;
}
.env-acco .panel-title>a::before {
  float: right !important;
  content: '';
  position: absolute;
  right: 30px;
  margin-top: 0px;
  background-image: url(../images/acco-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  transition: all ease .5s;
  transform: rotate(0deg);
}
.env-acco .panel-title>a.collapsed::before {
  background-image: url(../images/acco-arrow.webp);
  transform: rotate(180deg);
  transition: all ease .5s;
}
.env-acco .panel-body {
    padding: 20px 50px 20px 0;
}
.env-acco p {
  margin-bottom: 15px;
  color: #fff!important;
}

.env-acco p:last-child {
  margin-bottom: 0px;
}
.env-acco .panel {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  border-bottom: 1px solid #8c80a4;
  border-radius: 0px;
  margin: 0px !important;
  padding: 10px 0px;
}

.env-acco .panel-default>.panel-heading {
  background-color: transparent;
  padding-left: 0;
}

.env-acco .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}
section.faq-sec {
    padding: 80px 0;
    background: #214099;
}
.env-acco h3 {
    font-size: 30px;
    font-family: Roboto-Regular;
    margin-bottom: 25px;
    color: #fff;
    margin-top: 50px;
}
.new-inner{
    padding: 20px;
}
.new-inner h3{
    font-family:Roboto-BoldItalic;
    font-size: 20px;
    color: #222222;
}
.new-inner p{
    font-size: 12px;
    color: #222222;
    margin-top: 20px;
}
.news-details:hover {
    box-shadow: 0px 3px 6px #00000029;
}
.news-slider {
    margin: 30px 0px;
}
.news-details {
    margin: 10px 5px;
}
section.news-sec {
    padding: 50px 0;
    position: relative;
}
.registr-txt a {
    background: #F9DB34;
    color: #000000;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    max-width: 160px;
    justify-content: center;
    font-family:METROPOLIS-REGULAR;
}
.rgstr-sec h2{
    text-align: left;
}
.registr-txt {
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.redbg-sec {
    background: url(../images/orange-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
    padding-bottom: 30px;
    padding: 50px 0;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}
.rdinner p {
    color: #fff;
    padding: 10px 0;
}
.rdinner {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.rdinner {h3
   margin-bottom: 30px;
}

.benimg {
    height: 175px;
    display: flex;
    align-items: end;
    margin-bottom: 10px;
    overflow:hidden;
}
.box20 img {
    height: 140px;
}
.box20 {
    box-shadow: 0px 3px 6px #00000029;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff ;
}
.box20 p {
    padding: 0 20px;
    text-align: center;
    height: 50px;
}
.benifit-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.mbl-sec {
    background: url(../images/mblimg.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    height: 100%;
    display: flex;
    align-items: center;
}
.mbl-breakblock{
    display: block;
}
.started-inner p {
    color: #fff;
    font-style: italic;
}
.started-inner h2{
    text-align: left;
    margin-bottom: 20px;
}
.gradienttxt {
    background: linear-gradient(to right, #214099 0%, #1688C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: roboto-bold;
    font-size: 30px;
    display: inline-block;
    max-width: 850px;
    line-height: 35px;
    margin-top: 30px;
}
section.traking-sec {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgb(33, 64, 153) 50%);
    display: flex;
    align-items: center;
    text-align: center;
    padding: 70px 0;
}
.circle-sec {
    background: url(../images/ensure-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 50px 0 0;
}
.redbg {
    padding: 20px 0 50px;
    background: url(../images/orange-bg.webp) ;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}
.how20flex {
    max-width: 1050px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    margin: 0 auto;
}
.how20 p{
    color: #fff;
    text-align: left;
}
.how20 {
    width: 18%;
    margin: 20px 1%;
}
.download-app a {
    background: #214099;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    max-width: 260px;
    justify-content: center;
    font-family:METROPOLIS-REGULAR;
}
section.get-sec {
    background: #214099;
    padding: 50px 0 100px;
    position: relative;
}
.download-app {
    display: flex;
    justify-content: center;
}
.ylobg{
    background: #F9DB34!important;
}
.ylobg .download-app a {
    background: #214099;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin-top: 20px;
    max-width: 260px;
    justify-content: center;
    font-family:METROPOLIS-REGULAR;
}
.ylobg .download-app a img {
    margin: 0px 0px 0px 10px;
    filter: invert(1);
}
.download-app img {
    margin: 0px 0px 0px 10px;
        filter: invert(1);
}
img.get1 {
    position: absolute;
    top: 0;
    left: 5%;
}
img.get2 {
    position: absolute;
    bottom: -20px;
    left: 22%;
}
img.get3 {
    position: absolute;
    bottom: 0px;
    right: 20%;
    width: 15%;
}
img.get4 {
    position: absolute;
    top: 0;
    right: 10%;
}
img.red-fmly {
    width: 25%;
    position: relative;
    bottom: 0;
    z-index: -1;
    margin-bottom: 30px;
}
.howit {
    position: relative;
    z-index: 0;
}
.ylobg img.get2 {
    position: absolute;
    bottom: 33px;
    left: 22%;
    width: 9%;
}
.educ-slider .news-details {
    box-shadow: 0px 3px 6px #00000029 !important;
    height: 415px;
}

.new-inner h4 {
    font-family: Roboto-BoldItalic;
    font-size: 18px;
    color: #222222;
}
h3.aca-head {
    font-size: 28px;
    font-family: Roboto-BoldItalic;
    text-align: center;
    margin: 40px 0 15px;
}
.educ-slider .new-inner p {
   font-size: 15px;
   margin-top: 10px;
}

.non-acad-slider .new-inner p {
    margin-top: 10px;
    font-size: 15px;
}
.non-acad-slider .news-details {
    box-shadow: 0px 3px 6px #00000029;
    
}

.non-acad-slider {
    margin-top: 50px 0;
}
.education-sec{
    padding: 80px 0;
    position: relative;
}
.rdinner h2 {
    margin-bottom: 20px;
}
.banner-details a {
    background: #EF7525;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    max-width: 260px;
    justify-content: center;
    font-family: METROPOLIS-REGULAR;
}
.banner-details a img {
    margin: 0px 0px 0px 10px;
    filter: invert(1);
}
section.videosec .container {
    position: absolute;
    margin: 0 auto;
    left: -100px;
    right: 0;
    max-width: 1070px;
    width: 100%;
}
.banner-details h1 {
    font-size: 46px;
    font-family: roboto-bold;
    color: #fff;
    margin-bottom: 10px;
}
.banner-details h2 {
    font-size: 69px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'DancingScript'; /* FIX: Using the simplified and consistent font-family name */
    transform: rotate(-3deg);
}
img.news1 {
    position: absolute;
    bottom: 135px;
    left: 35px;
    z-index: 9;
}
img.news2 {
    position: absolute;
    bottom: 60px;
    right: 30px;
}
img.news3 {
    position: absolute;
    top: 70px;
    right: 65px;
}
section.rgstr-sec {
    padding: 50px 0;
    position: relative;
}
img.register-icon1 {
    position: absolute;
    right: 25px;
    bottom: 100px;
}
img.register-icon2 {
    position: absolute;
    top: 40px;
    right: 60px;
}
img.register-icon3 {
    position: absolute;
    top: 100px;
    right: 410px;
}
img.register-icon4 {
    position: absolute;
    bottom: 100px;
    right: 410px;
}
img.register-icon5 {
    position: absolute;
    top: 175px;
    left: 425px;
}
.itmcrcl {
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.circle-orng {
    background: url(../images/circle-orng.webp) no-repeat;
    background-position: center;
}
.circle-blue {
    background: url(../images/circle-blue.webp) no-repeat;
    background-position: center;
}
.circle-bluelight {
    background: url(../images/circle-bluelight.webp) no-repeat;
    background-position: center;
}
img.allimg-1 {
    position: absolute;
    top: 20px;
    right: 45%;
}
img.allimg-2 {
    position: absolute;
    top: 25%;
    right: 5%;
}
img.allimg-3 {
    position: absolute;
    bottom: 13%;
    right: 20%;
}
img.allimg-4 {
    position: absolute;
    bottom: 5%;
    left: 2%;
}
img.allimg-5 {
    position: absolute;
    top: 40%;
    left: 115px;
}
.crclitm-details h3 {
    font-family: Roboto-BoldItalic;
    font-size: 26px;
    margin-bottom: 5px;
}
.crclitm-details {
    max-width: 305px;
    margin-top: 50px;
}
.crclitm-details p {
    font-style: italic;
}
.started-inner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
}
.itmcrcl img {
    width: auto!important;
}
.circle-slider .owl-nav .owl-next {
    background-image: url(../svg/right-arrow-circle-slider.svg) !important;
    width: 42px;
    height: 100%;
    background-repeat: no-repeat!important;
    bottom: 0px;
    right: 0;
    z-index: 9;
    position: absolute;
    background-position: center!important;
}
.circle-slider .owl-nav .owl-prev {
    background-image: url(../svg/right-arrow-circle-slider.svg) !important;
    width: 42px;
    height: 100%;
    background-repeat: no-repeat !important;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    background-position: center!important;
}
.circle-slider .owl-nav button.owl-next:focus, .owl-theme .owl-nav [class*=owl-]:hover {
    outline: none;
    background-color: transparent;
}
.circle-slider .owl-nav {
    margin-top: 30px;
    text-align: right;
}
/*.circle-slider button.owl-prev.disabled {
    display: none!important;
}
.circle-slider button.owl-next.disabled {
    display: none!important;
}*/
.owl-item.active{

}
.srvcimg1, .srvcimg2, .srvcimg3, .srvcimg4, .srvcimg5, .srvcimg6{
    position: absolute;
}
img.srvcimg5 {
    left: -10%;
    top: -7%;
}
img.srvcimg5 {
    left: -10%;
    top: 0;
}
img.srvcimg6 {
    right: 0px;
    bottom: 5%;
}
img.srvcimg4 {
    bottom: 7%;
    left: 55%;
}
img.srvcimg3 {
    right: 10%;
    top: 22%;
}
img.srvcimg1 {
    left: 7%;
    bottom: 20%;
}
img.srvcimg2 {
    top: 8%;
    left: 27%;
}
.acaicon1, .acaicon2, .nonicon1, .nonicon2, .nonicon3{
    position: absolute;
}
img.acaicon1 {
    right: 0%;
    top: 38%;
    width: 7%;
}
img.acaicon2 {
    left: 0%;
    top: 10%;
    width: 8%;
}
img.nonicon2 {
    top: 57%;
    right: 10%;
}
img.nonicon3 {
    right: 0%;
    bottom: 5%;
}
img.nonicon1 {
    bottom: 12%;
    left: 10%;
}
.ftrhr{
    border-color: #8c80a4;
}
.downarrow img {
    width: 15px;
}
.downarrow {
        position: absolute;
    left: calc(100% - 88%);
    z-index: 999999;
    bottom: 55px;
    cursor: pointer;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}
.ensur-circl{
    width: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; 
    background: url(../images/mind-circle.webp) no-repeat;
    height: 450px;
    max-width: 450px;
    background-position: center;
    margin: 40px auto 45px;
}
.ensur-circl img {
    width: auto!important;
}
.ensur-details h3{
    font-size: 28px;
    font-family:roboto-bold;
    color: #222;
    max-width: 350px;
    text-align: center;
}
.mind-img1, .mind-img2, .mind-img3, .mind-img4, .mind-img5, .mind-img6, .mind-img7, .mind-img8, .mind-img9, .mind-img10, .mind-img11, .mind-img12, .mind-img13, .mind-img14, .mind-img15, .mind-img16, .mind-img17{
    position: absolute;
}
img.mind-img5 {
    right: -7%;
    bottom: 25%;
}
img.mind-img1 {
    top: -5%;
    right: 21%;
}
img.mind-img6 {
    top: 18%;
    right: -7%;
}
img.mind-img4 {
    left: 0%;
    top: 10%;
}
img.mind-img3 {
    bottom: -19%;
}
img.mind-img2 {
    left: -40%;
    bottom: -4%;
    width: 80%!important;
}
img.mind-img9 {
    right: -5%;
    bottom: 21%;
}
img.mind-img10 {
    width: 50%!important;
    top: -11%;
    right: 0%;
}
img.mind-img8 {
    left: -10%;
    bottom: 27%;
    width: 35%!important;
}
img.mind-img7 {
    left: 4%;
    top: 0%;
}
img.mind-img11 {
    right: -5%;
    bottom: 21%;
}
img.mind-img14 {
    top: -3%;
    right: 7%;
}
img.mind-img13 {
    left: -28%;
    bottom: 27%;
}
img.mind-img12 {
    left: -10%;
    top: -8%;
    width: 50%!important;
}
img.mind-img15 {
    top: 50%;
    left: -22%;
}
img.mind-img16 {
    right: -14%;
    bottom: 12%;
}
img.mind-img17 {
    right: 4%;
    top: -12%;
    width: 65%!important;
}
.circle-slider2 .owl-nav .owl-next {
    background-image: url(../svg/right-arrow.svg) !important;
    width: 40px;
    height: 21px;
    background-repeat: no-repeat !important;
    position: absolute;
    bottom: 0px;
    top: 0;
    right: 0;
    margin: auto;
}
.circle-slider2 .owl-nav .owl-prev {

    background-image: url(../svg/left-arrow.svg) !important;
    width: 40px;
    height: 21px;
    background-repeat: no-repeat!important;
    left: 0;
    bottom: 0px;
    top: 0;
    margin: auto;
    z-index: 9;
    position: absolute;
}
.circle-slider2 .owl-nav button.owl-next:focus, .owl-theme .owl-nav [class*=owl-]:hover {
    outline: none;
    background-color: transparent;
}
.circle-slider2 .owl-nav {
    margin-top: 30px;
    text-align: right;
}
a.signup:hover {
    background: #EF7525;
    color: #fff!important;
}
.banner-details a:hover {
    background: #F8BF13;
    color: #fff;
}
.banner-details a:hover img{
   filter: invert(1);
}
.registr-txt a:hover{
    background: #EF7525;
    color: #fff;
}
.download-app a:hover {
     background: #EF7525;
    color: #fff;
}
.download-app a:hover img{
 filter: invert(1);
}
.box20 img {
    transform: scale(1);
    transition: all ease .5s;
}
.box20:hover img {
    transform: scale(1.2);
    transition: all ease .5s;
}
.news-imgg {
    overflow: hidden;
}
.news-details:hover img{
    transform: scale(1.2);
    transition: all ease .5s;
}
.news-imgg img {
    transform: scale(1);
    transition: all ease .5s;
}
.circle-slider {
    height: 100vh;
    display: flex!important;
    align-items: center;
}
.news-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    border-radius: 50px;
    background: #ddd;
}

.news-slider.owl-theme .owl-dots .owl-dot.active span,
.news-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #2E1859;
}

.news-slider .owl-dots {
/* text-align: left !important;*/
bottom: 0;
}
.educ-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    margin: 5px 3px;
    border-radius: 50px;
    background: #D86CE2;
}

.educ-slider.owl-theme .owl-dots .owl-dot.active span,
.educ-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #2E1858;
}

.educ-slider .owl-dots {
    text-align: left !important;
    position: absolute;
    bottom: 0;
}
.non-acad-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    margin: 5px 3px;
    border-radius: 50px;
    background: #D86CE2;
}

.non-acad-slider.owl-theme .owl-dots .owl-dot.active span,
.non-acad-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #2E1858;
}

.non-acad-slider .owl-dots {
    text-align: left !important;
    position: absolute;
    bottom: 0;
}
.benift-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    margin: 5px 3px;
    border-radius: 50px;
    background: #D86CE2;
}

.benift-slider.owl-theme .owl-dots .owl-dot.active span,
.benift-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #2E1858;
}

.benift-slider .owl-dots {
    text-align: left !important;
    position: absolute;
    bottom: 0;
}

.howicon1, .howicon2, .howicon3, .howicon4{
    position: absolute;
}
img.howicon3 {
    right: 33%;
    top: 26%;
}
img.howicon4 {
    right: 24%;
}
img.howicon2 {
    left: 34%;
    top: 27%;
}
img.howicon1 {
    left: 22%;
}
section.mbl-sec .container {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1070px;
    width: 100%;
}
.mbl-sec .main-heading {
    font-size: 45px;
    font-family: Roboto-BoldItalic;
    text-align: center;
    padding-top: 145px;
}
.hingg {
  animation: pulse linear .70s;
  animation-iteration-count: infinite;
}
@keyframes performance-bar {
  0% {
   transform: rotatex(90deg);
}
100% {
   transform: rotatex(0deg);
}
}
.animall{

}

/*sanni styles*/
.insidePageBanner {
  height: 100vh;
  display: flex; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  align-items: center;
}
.bg_1{
 background-image: url("../images/individuals/banner-img.webp");
}
.insideCaps h2 span{
    display: block;
    font-size: 18px;
    font-family:Roboto-Regular;
    line-height: 20px;
    margin-bottom: 5px;
}
.insideCaps h2{
    font-size: 45px;
    color: #222222;
    font-family:Metropolis-Bold;
    line-height: 50px;
}

.indOverview h3 {
  color: #214099;
  text-align: center;
  font-size: 28px;
  margin-bottom: 22px;
  font-family: Roboto-BoldItalic;
}
.indOverview p {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  font-family: roboto-bold;
  background: linear-gradient(to right, #214099 0%, #1688C9 100%);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indOverview {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.indOverview a {
  background: #2E1858 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 70px #F1A50126;
  border-radius: 10px;
  text-align: center;
  display: block;
  max-width: 114px;
  margin: 0px auto;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  padding: 9px 0px;
  font-family: METROPOLIS-REGULAR;
}
.indOverview a:hover
{
 background: #EF7525;   
}
.overMax{
    max-width: 885px;
    width: 100%;
    display: block;
    margin: 0px auto;
    position: relative;
}

.mobileImg {
    position: absolute;
    top: -137px;
    left: -120px;
}
.dollarImg {
    width: 156px;
    position: absolute;
    right: 140px;
    top: -160px;
}
.dollarImg img {
  width: 100%;
}
.busImg {
  position: absolute;
  right: 50px;
  bottom: -90px;
}
.problemWe {
    display: flex;
    height: 100vh;
    background: url(../images/orange-bg.webp);
    align-items: center;
}

.problemWe h3 {
    font-size: 45px;
    color: #fff;
    font-family: Roboto-BoldItalic;
    margin-bottom: 15px;
}

.problemWe p {
    color: #fff;
    font-size: 16px;
}
.servicesIn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    max-width: 904px;
    align-items: center;
    margin: auto;
    gap: 33px;
}

.servicesIn > div:first-child {
    width: 392px;
}
.servicesIn h3{
    font-size: 28px;
    font-family:Roboto-BoldItalic;
    margin-bottom: 10px;
}
.allServies {
    display: flex;
    height: 100vh;
    align-items: center;
}

.benefitsIn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    max-width: 904px;
    align-items: center;
    margin: auto;
    gap: 33px;
}
.benefitsIn > div:first-child{
    padding-left: 40px;
}
.benefitsIn > div:last-child {
    width: 392px;
}
.benefitsIn h3{
    font-size: 28px;
    font-family:Roboto-BoldItalic;
    margin-bottom: 10px;
}
.benefitsIn p, .servicesIn p{
    color: #131212;
}
.joinNow{
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.joinNow a{
    color: #2E1858;
    font-size: 16px;
    font-family:roboto-bold;
}
.joinNow a span img {
    width: 20px;
}
.appDownloads {
    background-color: #5DD199;
    height: 331px;
}
.downloadsInd {
    display: flex;
    align-items: center;
    height: 331px;
}
.carsMan {
    margin-top: 27px;
}
.downloadsInd h3 {
    font-size: 45px;
    color: #fff;
    font-family: Roboto-BoldItalic;
    margin-bottom: 20px;
}
.downloadsAr {
    background: #F9DB34 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 70px #F1A50126;
    border-radius: 10px;
    max-width: 262px;
    padding: 15px 30px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}
.downloadsAr a img{
    width: 16px;
}
.downloadsAr span{
    font-family:METROPOLIS-REGULAR;
    font-size: 16px;
}
.requirementSec{
    display: flex;
    height: 100vh;
    align-items: center;
    position: relative;
}
.allFives{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.allFives > div {
    width: 20%;
    text-align: center;
    padding: 20px;
}
.allFives > div  p{
    font-size: 18px;
    margin-top: 10px;
}
.allFives > div:hover{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}
.requirTop h3{
  font-size: 45px;
  font-family: Roboto-BoldItalic;
  text-align: center;
}
.requirTop p{
    font-family: Roboto-BoldItalic;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.posRel{
    position: relative;
}
.greenGraph {
    position: absolute;
    left: 30px;
    bottom: 140px;
}
.redMbl {
    position: absolute;
    right: 0px;
}
.bg_2{
 background-image: url("../images/about-us/banner-img.webp");
}
.aboutPage .overMax .icon_1 {
    position: absolute;
    top: -65px;
}
.aboutPage .overMax .icon_2 {
    position: absolute;
    right: 120px;
    top: -120px;
}
.aboutPage .overMax .icon_3 {
    position: absolute;
    left: 0px;
}
.aboutPage .overMax .icon_4 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -160px;
    text-align: center;
}
.aboutPage .overMax .icon_5 {
    position: absolute;
    right: 20px;
}
section.thePerfect {
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(../images/orange-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.thePerfect p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.throughIts {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.throughIts .row{
    display: flex;
    align-items: center;
}
.throughIts h3 {
    font-size: 45px;
    font-family: Roboto-BoldItalic;
    color: #222222;
    position: absolute;
    right: -70px;
    top: -80px;
    display: inline-block;
    width: 100%;
}
.headwithImg {
    display: flex;
    align-items: center;
}
.headwithImg > div:last-child {
    width: 435px;
}

.headwithImg > div:first-child {
    width: 280px;
    position: relative;
}
.whatWeDo{
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(../images/about-us/what-we-do-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.whatWeDo h3{
   font-size: 45px;
   font-family: Roboto-BoldItalic;
   color: #222222;
   margin-bottom: 10px;
}
.foundersList h3{
   font-size: 45px;
   font-family: Roboto-BoldItalic;
   color: #222222;
   margin-bottom: 30px;
   text-align: center;

}
.foundersList h4 {
  margin-top: 10px;
  font-size: 27px;
  line-height: 33px;
  font-family: roboto-bold; 
 background: linear-gradient(45deg,  #207cca 0%,#1e5799 0%,#214099 0%,#2989d8 100%,#1688c9 100%);
;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.foundersList p{
    text-align: center;
}
.indiFouder img{
    display: block;
    margin: 0px auto;
}
.foundersList{
    height: 100vh;
    display: flex;
    align-items: center;
     margin-top: 100px;
}
.foundersList .icons_1 {
    position: absolute;
    left: 30%;
    top: 71px;
}
.foundersList .icons_2 {
    position: absolute;
    right: 10%;
    top: 90px;
}
.foundersList .icons_3 {
    position: absolute;
    left: 3%;
    bottom: 120px;
}
.foundersList .icons_4 {
    position: absolute;
    right: 31%;
    bottom: 85px;
}
.fleetPage .appDownloads {
    background-color: #F8BF13;
    height: 331px;
}
.fleetPage .requirTop span {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.fleetPage .allFives{
    max-width: 945px;
    margin: auto;
}
.fleetPage .allFives > div {
    width: 25%;
    text-align: center;
    padding: 20px;
}
.servicesIn > div:last-child {
    padding-right: 30px;
}
.fleetPage .greenGraph {
    position: absolute;
    left: 0;
    bottom: auto;
}
.fleetPage .problemWe {
    display: flex;
    height: 100vh;
       background-image: url(../images/orange-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
}
.fleetPage .problemWe .row{
   display: flex;
   height: 100vh;
   align-items: center;
}
.fleetPage .problemWe h3, .fleetPage .problemWe p {
    color: #222222;
}
.fleetPage .overMax .icons_1 {
    position: absolute;
    left: 33%;
    top: -149px;
}
.fleetPage .overMax .icons_2 {
    position: absolute;
    right: 90px;
    top: -54px;
}
.fleetPage .overMax .icons_3{
    position: absolute;
}
.fleetPage .overMax .icons_4{
    position: absolute;
}
.fleetPage .overMax .icons_5 {
    position: absolute;
    right: 40px;
}
.bg_3{
 background-image: url("../images/fleet-owners/banner-img.webp");
}
.fleetPage .carsMan {
    margin-top: 31px;
}


.breadTxtLink {
   color: #222222;
   font-size: 12px;
   padding-top: 100px;
}
.breadTxtLink a {
  font-size: 12px;
  color: #222222;
}
.breadTxtLink a.active{
  color: #222222;
}

.parent-banner
{
    background-image: url(../images/parent/parent-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.banner-text
{
    height: 66vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.parent-banner h6
{
    font-size: 18px;
    padding-bottom: 15px;
}
.parent-banner h1
{
    font-size: 45px;
    line-height: 50px;
    font-family:Metropolis-Bold;
}
.parent-banner h1 span
{
    display: block;
}
.p-overview-text
{
    padding: 160px 0px;
    max-width: 780px;
    width:100%;
    text-align: center;
    margin: auto;
    position: relative;
}
.p-overview-text h4
{
    color: #214099;
    font-size: 28px;
    padding-bottom: 12px;
    font-family:Roboto-BoldItalic;
}
.p-overview-text h5
{
  font-size: 30px;
  line-height:36px;
  font-family:roboto-bold;
  background: linear-gradient(to right, #214099 35%, #1688C9 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.join-btn
{
    text-align: center;
    margin-top: 40px;
}
.join-btn a {
    background: #F8BF13;
    color: #fff;
    font-size: 16px;