    @-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
html,
select, {
  scrollbar-color: rgba(var(--clr-1), 1) transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 5px;
    background-color: #000;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} 
::-webkit-scrollbar-thumb {
  background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #2b7fff 0%, #2b7fff 100%);
}
::selection {
  color: #fff;
  background: #187FD3;
}
body,
select,
.discription ul {
  scrollbar-width: 5px;
  scrollbar-color: rgba(var(--clr-1), 1) transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: radial-gradient(169.76% 133.64% at 82.39% 99.58%, #2b7fff 0%, #2b7fff 100%);
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Segoe UI';
}
body {
  font-family: 'Segoe UI';
  margin: 0;
  overflow-x: hidden;
}
a{
    transition: all 0.5s ease-in-out !important;
    text-decoration: none !important;
}
a:hover{
    transition: all 0.5s ease-in-out !important;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
p{
    font-size: 17px;
    line-height: 177%;
    margin: 0;
}
.round-img{
    border-radius: 15px;
}
/*-----------------------------------
            COLORS
-----------------------------------*/
.clr-light{
  color: #fff;
}
.clr-dark{
  color: #09090B;
}
.clr-blue{
    color: #2B7FFF;
}
.bg-black{
  background-color: #000000;
}
.bg-blue{
    background: #2B7FFF;
}
.bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*-----------------------------------
            SPACING
-----------------------------------*/
.pt-150 {
    padding-top: 150px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.ft-19{
    font-size: 19px;
    line-height: 138%;
}
.fw-semi{
    font-weight: 600;
}
/*-----------------------------------
            THEME-BTN
-----------------------------------*/
.theme-btn {
    display: inline-block;
    padding: 12px 26px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    position: relative;
    border: 1px solid #2B7FFF;
}
.arrow-btn {
    padding: 19px 61px;
}
.arrow-btn img {
    margin-left: 15px;
}
.theme-btn:hover {
    background: #ffffff;
    color: #2B7FFF;
}
.arrow-btn:hover img {
    transition: linear 0.5s;
}
.dark-arrow {
    position: absolute;
    top: 25px;
    right: 61px;
}
.arrow-btn:hover .dark-arrow {
    display: block !important;
}
.arrow-btn:hover .light-arrow {
    opacity: 0;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1332px;
    }
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.eot');
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.blue-layer {
    background: #2B7FFF;
    width: 100%;
    height: 681px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/*-----------------------------------
              HEADER
-----------------------------------*/
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 15px 0;
}
header::before {
    content: '';
    width: 96%;
    border: 2px solid rgba(255, 255, 255, 0.08);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
header .container-fluid {
    padding-left: 7%;
    padding-right: 7%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-right: 80px;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #2B7FFF;
}
.login-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 13px 45px;
    border-radius: 4px;
}
.login-btn:hover {
    background: #ffffff;
    color: #2B7FFF;
}
/*-----------------------------------
            BANNER
-----------------------------------*/
.Home_sec-01 {
    height: 971px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scale 40s linear infinite;
}
.Banner_content h1 {
    font-size: 60px;
    font-weight: 400;
}
.Banner_content h2 {
    color: #ffffff;
    font-size: 78px;
    line-height: 107%;
    font-weight: 700;
    padding: 15px 0 60px;
}
.theme-content h3 {
    font-size: 30px;
}
.theme-content h4 {
    font-size: 66px;
    line-height: 67px;
    font-weight: 600;
}
.theme-list li {
    font-size: 17px;
    line-height: 177%;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}
.theme-list li img {
    position: absolute;
    top: 8px;
    left: 0;
}
/*-----------------------------------
            HOME-SEC-03
-----------------------------------*/
.Home_sec-03 {
    padding-top: 132px;
    padding-bottom: 132px;
    background-attachment: fixed;
}
/*-----------------------------------
            HOME-SEC-04
-----------------------------------*/
#services_slider {
    padding-left: 120px;
}
.service_box {
    position: relative;
}
.service_box .service_img {
    height: 603px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.service_box .service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_box .service_content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.13%, #000000 101.87%);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 603px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 40px;
}
.service_box .service_content h3 {
    font-weight: 600;
    transform: translateY(100px);
    transition: linear 0.5s;
}
.service_box .service_content p {
    transition: linear 0.5s;
    transform: translateY(150px);
}
.service_box:hover .service_content p,
.service_box:hover .service_content h3 {
    transform: unset;
}
#services_slider .owl-nav {
    position: absolute;
    top: -95px;
    right: 24%;
}
#services_slider .owl-nav button {
    font-size: 38px;
    color: #ffffff29;
    outline: none;
}
#services_slider .owl-nav button:hover {
    color: #ffffff;
}
#services_slider .owl-nav button.owl-next {
    margin-left: 15px;
    color: #ffffff;
}
.blue_box {
    padding: 32px 40px;
    margin-top: 110px;
    margin-left: -36px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
/*-----------------------------------
            HOME-SEC-06
-----------------------------------*/
.Home_sec-06 .service_box .service_content {
    height: 426px;
    padding: 35px;
}
.Home_sec-06 .service_box .service_img {
    height: 426px;
}
.Home_sec-06 .service_box .service_content h3 {
    transform: unset;
}
.Home_sec-06 .service_box .service_content p {
    transform: unset;
}
.arw_button {
    position: absolute;
    top: 20px;
    right: 20px;
}
.arw_button span {
    width: 49px;
    height: 49px;
    background: #2B7FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: rotate(-45deg);
}
.service_box:hover .arw_button a {
    transform: unset;
}
/*-----------------------------------
            HOME-SEC-07
-----------------------------------*/
.Founders_list {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}
.Founders_list .founder_box:nth-child(even) {
    padding-top: 100px;
}
.Home_sec-07 {
    padding-top: 98px;
    padding-bottom: 98px;
}
/*-----------------------------------
            HOME-SEC-08
-----------------------------------*/
.Home_sec-08 {
    padding-top: 102px;
    padding-bottom: 102px;
}
.contact_form .form-group label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
.contact_form .form-group input,
.contact_form .form-group select {
    width: 100%;
    height: 43px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 17px;
}
.contact_form .form-group select option {
    color: #2B7FFF;
}
.contact_form .form-group {
    margin-bottom: 20px;
}
.contact_form button {
    width: 100%;
    height: 43px;
    background: #ffffff;
    border: 0;
    border-radius: 6px;
    font-size: 17px;
    color: #2B7FFF;
}
.Home_sec-08 .px-5 {
    padding-left: 5rem !important;
    padding-right: 21rem !important;
}
.join_img {
    height: 572px;
    overflow: hidden;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.join_img img {
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
/*-----------------------------------
            FOOTER
-----------------------------------*/
footer {
    background: #0D0D0D;
    padding-top: 98px;
    padding-bottom: 0;
}
.footer_menu ul li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 51px;
    font-weight: 600;
}
.footer_menu ul li a i {
    margin-right: 5px;
    color: #2B7FFF;
    font-size: 16px;
}
.newsletter h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.newsletter_form input {
    width: 100%;
    height: 49px;
    padding: 0 15px;
    background: transparent;
    border: 2px solid #2B7FFF;
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
}
.newsletter_form input::placeholder {
    color: #ffffff47;
}
.newsletter_form {
    position: relative;
    padding-bottom: 40px;
}
.newsletter_form button {
    background: transparent;
    padding: 0 0;
    border: 0;
    position: absolute;
    top: 10px;
    right: 20px;
}
.social-icons ul li a {
    color: #ffffff;
    font-size: 26px;
    margin-right: 35px;
}
.social-icons ul li a:hover {
    color: #2B7FFF;
}
.footer_menu ul li a:hover {
    color: #2B7FFF;
}
.copyright {
    padding: 20px 0;
    border-top: 1px solid #ffffff36;
    margin-top: 120px;
}
.copyright p {
    font-size: 18px;
}
/*-----------------------------------
            BREADCRUMBS
-----------------------------------*/
.Breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 210px;
    padding-bottom: 160px;
}
.Breadcrumbs h1 {
    font-size: 78px;
    font-weight: 600;
}
.Breadcrumbs ul li {
    font-size: 18px;
    font-weight: 600;
}
.Founder_full-content .Founders_list {
    display: block;
    width: 100%;
    padding-top: 0;
}
.Founder_full-content .Founders_list .founder_box {
    display: flex;
    padding-top: 0;
}
.Founder_full-content p {
    line-height: 167%;
}
/*-----------------------------------
            NEWS-PAGE
-----------------------------------*/
.news_box {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 0 10px 0 #0000001c;
    border: 1.5px solid #2b7fff4a;
    min-height: 540px;
}
.news_box .news_img {
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-radius: 12px;
}
.news_box .news_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: linear 0.5s;
}
.news_box .news_content h3 {
    font-size: 24px;
    font-weight: 600;
}
.news_box .news_content p {
    line-height: 152%;
}
.news_box:hover .news_img img {
    transform: scale(1.1);
    transition: linear 0.5s;
    filter: brightness(0.5);
}
.news_img-full {
    width: 100%;
    height: 720px;
    overflow: hidden;
    border-radius: 15px;
}
.news_img-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_detail-content h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    position: relative;
}
.news_detail-content h2::before {
    content: '';
    background: #2b7fff;
    width: 210px;
    height: 5px;
    position: absolute;
    bottom: 15px;
    left: 0;
    border-radius: 40px;
}
/*-----------------------------------
        COMMUNITY-PAGE
-----------------------------------*/
.Community_content .Community_box {
    background: #2b7fff1a;
    padding: 28px 20px;
    border-radius: 15px;
    border: 1.5px solid #2b7fffb0;
}
.Community_content .Community_box  i {
    font-size: 50px;
    color: #2b7fff;
    margin-right: 15px;
}
.Community_content .Community_box  h3 {
    font-size: 28px;
    font-weight: 700;
}
.Community_content .Community_box p {
    padding-left: 80px;
}
/*-----------------------------------
        DROPDOWN-MENU
-----------------------------------*/
.dropdown-toggle::after {
    border: 0;
    content: '\2b';
    position: absolute;
    top: 0;
    font-size: 22px;
}
.dropdown-menu {
    min-width: 12rem;
    padding: 0 0;
    background: #2b7fff;
    border-radius: 10px;
    border: 1.5px solid #ffffff;
}
.dropdown-menu li a {
    color: #ffffff !important;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #ffffff;
    background: transparent !important;
}
.dropdown-menu li:last-child a {
    border: 0;
}
.dropdown-menu li a:hover {
    padding-left: 30px;
}
.theme-content h5 {
    font-size: 40px;
    font-weight: 600;
}
.sets_content h4 {
    font-size: 20px;
}
.sets_content {
    background: #2b7fff14;
    padding: 30px;
    border-radius: 12px;
    min-height: 220px;
    border: 1.5px solid #2b7fff96;
}
.quote_para {
    padding: 30px 0 30px 50px;
    position: relative;
}
.quote_para::before {
    content: '\f10d';
    position: absolute;
    left: 0;
    top: 25px;
    margin: auto;
    font-family: 'Font Awesome 5 Free';
    color: #307cff;
    font-size: 36px;
}
.big_box {
    background: #2b7fff1a;
    padding: 50px 20px;
    border-radius: 15px;
    border: 2.5px solid #2b7fffb0;
}
.theme-content h6 {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}
.theme-content h6::before {
    content: '';
    background: #2B7FFF;
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 40px;
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid #2b7fff38;
    border-radius: 0 !important;
}
.accordion-button {
    padding: 30px 15px;
    font-size: 24px;
    color: #09090B;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: inset 0 -1px 0 #0c63e4;
}
.navbar-nav .nav-item ul {
    display: none;
}
.navbar-nav .nav-item:hover ul {
    display: block;
}
.resources_box .resources_img {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 9px 9px 0px 0px;
}
.resources_box .resources_img img {
    height: 100%;
    object-fit: cover;
    transition: linear 0.5s;
}
.resources_box {
    border: 3px solid #2B7FFF;
    border-radius: 12px;
    min-height: 574px;
    background: #2b7fff0f;
}
.resources_box .resource-content {
    padding: 20px;
    border-top: 3px solid #2B7FFF;
}
.resources_box .resource-content h3 {
    font-size: 24px;
}
.resources_box:hover .resources_img img {
    transform: scale(1.1);
    transition: linear 0.5s;
    filter: brightness(0.6);
}
span#typed-fancy {
    height: 45px;
    display: block;
}