
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fustat:wght@200..800&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Manrope:wght@200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@700&display=swap');

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0 !important;
    padding: 0px !important;
    font-family: Fustat;
    overflow-x: hidden;
    color: #fff;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}
section {
    overflow: hidden;
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
input,
select,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
}
:root {
    --blue: #0e65bf;
    --white: #ffffff;
}

ul li {
    list-style: none;
}

:focus {
    outline: none;
}

img {
    border: none;
    width: 100%;
}

a {
    transition: all ease 0.5s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

a,
a:link,
a:visited,
input {
    outline: none;
}

@font-face {
  font-family: "Fustat";
  src: url("font/fustat-latin-ext-700-normal.ttf") format("truetype");
  font-weight: 400;
}

h1{
 color: #000;
font-family: Fustat;
font-size: 87px;
font-style: normal;
font-weight: 700;
line-height: 98px; /* 112.644% */ 
}

.btn {
     font-family: Fustat; 
}




img.logo-img {
    width: 200px;
}

.menu {
    border-radius: 130px;
    border: 1px solid rgba(255, 255, 255, 0.49);
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(6.599999904632568px);
    padding: 8px 30px 8px 10px;
    display: flex;
    gap: 18px;
    margin-left: 50px;
}
section.hero {
        background: linear-gradient(to bottom, rgb(0 0 0 / 73%), rgb(0 0 0 / 66%)), url(../images/banner1.webp);
    background-size: cover;
  background-position: center;
    margin: 10px;
    border-radius: 20px;
    height: 98vh;
}
section.hero .container
 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: baseline; */
    height: 100%;
    /*padding-bottom: 60px;*/
}
.banner-features ul {
    display: flex;
    align-items: center;
}
.banner-features ul li {
    width: 100%;
}
.banner-contant-main h1 {
    margin-bottom: 55px;
}
.banner-contant-main p {
    margin-bottom: 28px;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner-features h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-features ul li{
    padding: 20px 0px 20px 0px;
}
span.features-thumb {
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-family: Fustat;
    font-weight: 400;
    border-radius: 130px;
border: 1px solid rgba(255, 255, 255, 0.49);
background: rgba(255, 255, 255, 0.11);
backdrop-filter: blur(6.599999904632568px);
}
.banner-features ul li a {
    padding: 30px 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.banner-features ul li a {
    border-top: 2px solid rgba(191, 191, 191, 0.51);
}
.banner-features ul li a:hover > span.features-thumb {
    border-radius: 30px;
    background: #F9004D;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.banner-features ul li a:hover{
    border-top: 2px solid #F9004D;
}
button.b-btn {
    border-radius: 130px;
    background: #FFF;
    padding: 15px 30px;
    color: #000;
    font-family: Fustat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
button.b-btn:last-child {
border: 1px solid rgba(255, 255, 255, 0.49);
background: rgba(255, 255, 255, 0.11);
backdrop-filter: blur(6.599999904632568px);
    color: #fff;
    margin-left: 26px;
}
header.text-white {
    padding-top: 30px;
}
.menu li a.active {
    border-radius: 90px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    padding: 4px 20px !important;
    color: #666 !important;
}
.menu li a {
    display: flex !important;
    height: 100%;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}
button.btn.btn-outline-light.me-2.get-in-touch {
    display: flex;
    border-radius: 130px;
    background: #F9004D;
    padding: 10px 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: normal; */
    align-items: center;
    gap: 20px;
    max-height: 50px;
}
.text-end.header-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
button.btn.btn-warning.more {
    border-radius: 130px;
    border: 1px solid rgba(255, 255, 255, 0.49);
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(6.599999904632568px);
    color: #fff;
    width: 46px;
    height: 46px;
    font-size: 20px;
}
.user-thumb-group img {
    width: 50px;
    height: 50px;
    border-radius: 140px;
}
h2 {
    color: #1E1E1E;
    font-family: Fustat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    margin-top: 10px;
    margin-bottom: 33px;
}
span.pre-head b {
    background: linear-gradient(90deg, #F9004D 0%, #B64695 35.58%, #936BBB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.pre-head {
    font-family: Fustat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1E1E1E;
    text-transform: uppercase;
}
.abt-contentWrapper p.description {
    color: #6C757D !important;
    font-family: Fustat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 28px;
    
}
.abt-contentWrapper ul li {
    color: #1E1E1E;
    font-family: Fustat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
span.traning-text.text-dark {
    color: #6C757D !important;
    font-family: Fustat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    width: 100% !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.section-margine
 {
    height: 10vh;
}

.abt-contentWrapper ul{
  margin-bottom: 33px;  
}
.user-thumb-group {
    margin-bottom: 22px;
    display: flex;
}
.abt-contentWrapper {
    padding-right: 60px;
}
img.abt-img {
    width: 70vh;
}
.abt-img-Wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.abt-contentWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height: 75vh;*/
    padding-left: 30px;
}
h2 b {
    background: linear-gradient(90deg, #F9004D 0%, #748FF2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Fustat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
}
.abt-contentWrapper ul li:last-child{
  margin-bottom: 0px;  
}
.abt-badge {
    position: absolute;
    padding: 20px;
    border-radius: 30px;
    background: linear-gradient(129deg, #F9004D 36.97%, #748FF2 89.95%);
    width: 20vh;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.abt-badge h3{
    color: #FFF;
text-align: center;
font-family: Fustat;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 63px; /* 105% */
}
.abt-badge p{
   color: #FFF;
font-family: Fustat;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 63px; /* 210% */ 
}
.tittleflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-itms p {
    font-size: 18px;
}
p{
color: #6C757D;
font-family: Fustat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
h4 {
    color: #1E1E1E;
    font-family: Fustat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}
h4 b {
    background: linear-gradient(90deg, #F9004D 29.81%, #748FF2 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Fustat;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 43px;
}
.abtCreerDescription h4 {
   margin-bottom: 12px;
}
.user-thumb-group img {
    margin-left: -15px;
    border-radius: 53px;
border: 1px solid #FFF;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.user-thumb-group img:first-child {
    margin-left: 0px;
}

.f-itms ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 40px
}
.f-itms ul li {
    border-radius: 20px;
    background: #F2F2F2;
    display: flex;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    gap: 10px;
}
.f-itms ul li h3 {
    font-family: Fustat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #F9004D 0%, #748FF2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai_section {
    background: url("../images/ai.webp");
}
.ai_section {
    background: url(../images/ai.webp);
    border-radius: 40px;
    padding: 30px;
    margin: 20px;
    height: 80vh;
    display: flex;
}
.ai_section h2 {
    color: #fff;
}
.ai_section span.pre-head {
    color: #fff;
}
.ai_section p {
    margin-bottom: 30px;
}
section.features-sections {
    padding: 0% 12%;
}
.ml10p {
    /*margin-left: 10%;*/
}
.abt-features img {
    border-radius: 30px;
}
.abt-features {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.d-flex.features-wrapper {
    justify-content: center;
    gap: 70px;
}
.f-details {
    width: 70%;
}
.f-details {
    width: 50%;
    display: flex;
    align-items: center;
}
span.seperatorline {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
section.our-clients {
    background: background: #EFEFEF;
    background: #EFEFEF;
    padding: 80px 0px;
}
.client-logo {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 5 / 2;
}
.clientList {
    width: calc(100% / 5);
    padding: 20px;
}
.out-clients {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.client-logo img {
    width: 150px;
    height: 130px;
    object-fit: contain;
}
.programs-grid img {
    border-radius: 20px;
    object-fit: cover;
}
.programs-grid {
    position: relative;
    margin-bottom: 20px;
}
.programs-grid a {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    color: #FFF;
    font-family: Fustat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.programs-grid.hf-height img {
    height: 40vh;
}
.programs-grid.full-height img {
    height: 82vh;
}
.programs-grid a i {
    margin-left: 10px;
}
.programoverlay {
    position: absolute;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.testimonials {
    background: #0D1430;
    padding: 4% 0px;
}
.testimonial-itm {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: 40px;
}
ul.startrating {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
}
.testimonial-img img {
    width: 55vh;
    border-radius: 50px;
border: 6px solid #FFF;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
img.quotes {
    width: 30vh;
    margin-top: 50px;
}
.testimonial-content p {
    margin-bottom: 40px;
    color: #fff;
}
.testimonial-content h4 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
font-style: normal;
font-weight: 700;
}

.testimonials h2{
    color: #fff;
}

.testimonials span.pre-head {
    color: #fff; 
}
footer {
    background: #141414;
}
.footer-content h3 {
    color: #FFF;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1.44px;
}

.copyright img {
    width: 200px;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.16);
    background: #141414;
}
ul.footer-menu {
    display: flex;
    gap: 20px;
    color: #fff;
}
ul.socialinks {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

ul.socialinks a {
    color: #fff;
    font-size: 24px;
}
ul.footer-menu li a {
    color: #fff;
}
label.footerlabel {
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    opacity: .6;
    margin-bottom: 10px;
}
.footer-content h6 {
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.72px;
}
ul.footer-menu a {
    color: #FFF;
   font-family: Fustat !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner-features h6 {
    padding-right: 20px;
}

.more{
    display: none;
}
.sticky {
    position: fixed;
    background: #000000c2;
    width: 100%;
    z-index: 9;
    padding: 0px !important;
    top: 0;
    height: fit-content;
    left: 0;
    right: 0;
    top: 0px;
    padding: 0% 2% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.sticky .container {
    padding-bottom: 0px !important;
    padding-top: 16px;
}
section.hero.inner {
    height: 15vh;
    background: url(../images/innerbanner.png) !important;
    background-repeat: no-repeat !important;
    border-radius: 20px;
    background-position: center;
    background-size: cover !important;
}
.abt-sections {
    padding: 0% 8%;
}
.abt-inner-img img {
    border-radius: 30px;
}
.row.blue-bg-about {
    border-radius: 30px;
    background: #0D1430;
    padding: 100px;
}
.row.blue-bg-about img{
    border-radius: 30px;
    width: 100%;
}
.img-f-about {
    display: flex;
    justify-content: center;
}
.listing-abt h4 {
    color: #FFF;
    font-family: Fustat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
}
.listing-abt p {
    color: #FFF;
    font-family: Fustat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.listing-abt ul {
    display: flex;
    flex-wrap: wrap;
}
.listing-abt ul li {
   width: 50%;
    margin-bottom: 30px;
    padding: 20px;
}
.hub-details h4 {
    color: #1E1E1E;
    font-family: Fustat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.hub-img img {
    height: 220px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}
.hub-details {
    display: flex;
    padding: 10px 30px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border: 1px solid #ccc;
    border-radius: 0px 0px 10px 10px;
     /*min-height: 20.5vh;*/
}
.huslist {
    margin-bottom: 20px;
   
}

.qstn h3 {
    color: #1E1E1E;
    font-family: Fustat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}
.hubs-wrapper-list {
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    background: linear-gradient(180deg, #FFF 0%, #F2F4FF 100%);
    display: flex;
    padding: 30px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}
.qstn p {
    color: #6C757D;
font-family: Fustat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.hubs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hub-details p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
    margin-bottom: 20px;

}
.hub-details h4 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
    margin-bottom: 20px;
    margin-top: 10px;

}
.hub-details a {
    overflow: hidden;
    color: #0087FF;
    text-overflow: ellipsis;
    font-family: Fustat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}
.send-msg {
    border-radius: 20px;
    border: 1px solid #EDEDED;
    background: #FBFBFB;
    padding: 40px;
}
.msg-hd-form h5 {
    color: #1E1E1E;
    font-family: Fustat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
}
.msg-hd-form p {
    color: #6C757D;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 36px;
}
.form-floating {
    margin-bottom: 32px !important;
}
.form-floating input, .form-floating textarea {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    background: none;
}
.form-floating label {
    color: #1E1E1E;
    font-family: Fustat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-floating textarea {
    height: 115px !important;
}
.address-head {
    
}
.address-head {
    display: flex;
    align-items: center;
    gap: 15px;
}
.address-head span {
    width: 37px;
    height: 37px;
    border-radius: 110px;
background: linear-gradient(180deg, #F9004D 0%, #748FF2 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.address-head h5 {
    color: #1e1e1e;
    font-family: Fustat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.address-itm ul {
    margin-top: 20px;
}
.address-itm ul li {
    margin-top: 22px;
}
.address-itm ul li h6 {
    color: #1E1E1E;
    font-size: 20px;
    font-family: Fustat;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #F9004D 0%, #748FF2 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.address-itm ul li p {
    color: #666;
    font-family: Fustat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.company-address {
    margin-left: 60px;
}
.address-itm {
   border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
}
.company-address
 {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.col-lg-4 .hub-img img {
    height: 300px;
}
header#mainHeader {
    transition: all ease .3s;
}
section.hero.inner header.text-white {
    padding-top: 0px;
}
section.hero.inner .container {
    padding-bottom: 0px;
    justify-content: center;
}
.abt-sections .col-lg-4 {
    display: flex;
    align-items: center;
}
button.btn.btn-outline-light.me-2.get-in-touch i {
    width: 28px;
    height: 28px;
}







