@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
a {
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: black;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: black;
    background-color: transparent;
}
/*=====================*/
.bottom_header {
    position: sticky;
    top: 0px;
    z-index: 111;
    background: white;
    box-shadow: 0 0 20px #00000069;        
}
.top_header {
    text-align: center;
    background: #1d3b56;
    padding: 8px 0px;
}
.top_header p {
    margin: 0px;
    color: white;
}
.top_header span {
     font-weight: bold;
      background: linear-gradient(270deg, #ffffff, #ff9900, #33cc33, #ffffff, #9900cc);
      background-size: 1000% 1000%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: rainbow 8s ease infinite;   
}
@keyframes rainbow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.navbar-brand img {
    width: 165px;
}
.btn_group {
    display: flex;
    gap: 5px;
    align-items: end;
}
.btn_group a.btn_one {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 18px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border: 2px solid;
    border-color: #ffa500;
    color: #ffa500;
}
.btn_group a.btn_two {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 18px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border: 2px solid;
    background: #ffa500;
    border-color: #ffa500;
    color: white;
}
.btn_group .btn_one::before,
.btn_group .btn_two::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.btn_group .btn_one:hover::before,
.btn_group .btn_two:hover::before {
    color:white;
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.btn_group button {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 18px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: #ffa500;
    border-color: #ffa500;
    color: white;
    line-height: 30px;
        border: 1px solid;
}
.btn_group button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.btn_group button:hover::before {
    color:white;
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.custom_dropdown a {
    font-weight: 500;
}
.custom_dropdown .dropdown-menu {
    margin: 0px;
    padding: 0px;
}
.navbar {
    padding:0;
}
.navbar-light .navbar-nav .nav-link {
    color: #474e55;
    font-size: 14px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
    margin-right: 15px;
}
/*=====================*/
.hero_section {
    background-image: url(../img/banner_back_bg.png);
    padding: 100px 0px;
    position: relative;
        z-index: 1;
            background-repeat: no-repeat;
    background-size: cover;
}
.hero_section:before {
    content:'';
    background: linear-gradient(45deg, black, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
}
.data_banner p {
    color:white;
}
.data_banner h4 {
        font-size: 50px;
    font-weight: 600;
    color: white;
}

.banner_img {
 position:relative; 
     text-align: center;
}
.banner_img img {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    width: 100%;
}
.fill-blue {
    fill: #1d3b53 !important;
}
/*=====================*/
.footer-area {
    background: linear-gradient(227deg, #193751, #1f8a97);
    padding: 50px 0 0px;
}
.footer-logo img {
width: 200px;    
}
.row.subscribe {
        border-radius: 20px;
    background-color: rgb(255 255 255);
    padding: 15px;
    margin-bottom: 50px;
}

.footer-subcribe-title h3 {
    font-size: 24px;
    color:#183751;
    font-weight: 600;
}

.footer-subcribe-title h3 span {
    display: inline-block;
    color: #1f8996;
}

.subscribe-box input::placeholder {
    opacity: 0.502;
    font-size: 15px;
    line-height: 30px;
    color:#183751;
    font-weight: 400;
}

.subscribe-box {
        width: 100%;
    height: 52px;
    border-radius: 26px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #183751;
    padding: 0px 0 0 36px;
    line-height: 50px;
}

.subscribe-box input {
    font-size: 15px;
    color:#183751;
    background: transparent;
    border: 0;
    outline: 0;
}

.subscribe-box button {
    width: 52px;
    height: 52px;
    border-radius: 26px;
    background-color:#208b97;
    border: 0;
    color:white;
    float: right;
    position: relative;
}

.subscribe-box span {
    display: inline-block;
    margin-right: 4px;
    color:var(--primary-color);
}

.subscribe-box button span {
    display: inline-block;
    color:white;
}

.footer-widget-title h4 {
    font-size: 24px;
    color:white;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-desc p {
    font-size: 16px;
    line-height: 26px;
    color: white;
    font-weight: 400;
    margin-bottom: 20px;
    width: 90%;
}
.footer-widget-menu ul {
        padding: 0px;
    list-style: none;
    margin: 0px;
}
.footer-widget-menu ul li {
    margin-bottom: 10px;
    color:white;
}
.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.footer-widget-menu ul li a:hover{
    color:#1bcbdc;
}

.footer-widget-menu ul li i {
    margin-right: 12px;
    color:white;
}

.footer-widget-blog.first {
    margin-top: 30px;
}

.footer-widget-blog {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-widget-blog-content a {
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color:white;
    font-weight: 400;
    transition: 0.5s;
}

.footer-widget-blog-content a:hover{
    color: var(--primary-color);
}

.footer-widget-blog-content p {
    font-size: 15px;
    line-height: 24px;
    color:var(--primary-color);
    font-weight: 400;
}

.footer-contact-phone p {
    font-size: 22px;
    color: white;
    font-weight: 500;
    font-family: "Outfit";
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.footer-contact-phone p img {
    margin-right: 10px;
}

.footer-contact-address span i {
    display: inline-block;
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-contact-address span {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

.row.add-footer-class {
    border-bottom: 1px solid  rgba(255,255,255,0.10196078431372549);
    padding-bottom: 30px;
    margin-bottom: 24px;
}

.footer-bottom-desc p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin:0;
}
.footer-bottom {
    padding-bottom: 15px;
}
.payment_img {
    text-align:right;
}
.payment_img span {
        color: white;
    display: block;
}
.payment_img img {
    width: 40%;
    background: white;
    border-radius: 0px;
}
.footer-bottom-desc p a {
    display: inline-block;
    color:var(--primary-color)
}
.footer-bottom-social-icon ul {
    margin:0;
    padding:0;
}
.footer-bottom-social-icon ul li {
    display: inline-block;
    margin: 0 3px;
}

.footer-bottom-social-icon ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: rgba(255,255,255,0.10196078431372549);
    text-align: center;
    color: #fff;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.footer-bottom-social-icon ul li a::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:var(--primary-color);
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.footer-bottom-social-icon ul li a:hover::before{
    width: 100%;
}

  .footer-bottom-social-icon ul li a:hover{
    color: #fff;
}
.footer-area.five {
    padding: 100px 0 20px;
}
.footer-area.six {
    padding-top: 202px;
}
.payemnt_option_data {
     margin-top: 20px;
    display: flex;
    gap: 15px;   
    margin-bottom: 30px;
}
.payemnt_option_data span {
 color:white;   
}
.data_section {
    
}
.main_title_left {
        font-weight: 700;
    color: black;
    position: relative;
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.main_title_left:before {
    content:'';
    width: 20px;
    height: 5px;
    margin-right: 5px;
    border-radius: 10px;
    position: absolute;
    background: #ffa500;
    bottom: 0px;
    left: 0px;
}
.main_title_left:after {
    content:'';
    width: 45px;
    height: 5px;
    margin-right: 5px;
    border-radius: 10px;
    position: absolute;
    background: #1f8a97;
    bottom: 0px;
    left: 25px;
}
.main_title_center {
        font-weight: 700;
    color: black;
    position: relative;
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
}
.main_title_center:before {
    content:'';
    width: 20px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    background: #173550;
    bottom: 0px;
    left: -50px;
    right: 0px;
    margin: auto;
    
}
.main_title_center:after {
    content:'';
    width: 45px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    background: #1f8a97;
    bottom: 0px;
    left: 25px;
    right: 0px;
    margin: auto;
}
.text_hight_light {
    background: linear-gradient(45deg, #193751, #1f8a97);
    color: white;
    padding: 9px;
    width: fit-content;
    border-radius: 10px;
    font-weight: 600;
}
.img_all_side img {
    width:100%;
    border-radius: 10px;
}
.metrics-grid {
    background: linear-gradient(227deg, #193751, #1f8a97);
    padding: 50px 0px;
    border-radius: 20px;
    margin-bottom: 50px;
    position: relative;
}
.metrics-grid .metric-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
}
.metrics-grid .metric-card.border_add {
    border-right: 1px solid;
}
.metrics-grid .metric-card span {
    font-size: 45px;
    font-weight: 800;
}
.metrics-grid .metric-card .metric-symbol {
    font-size: 25px;
    margin-left: 5px;
    color: #ffa500;
}
.metrics-grid .metric-label {
        font-weight: 700;
}
.Flexible_item {
    border-radius: 5px;
    padding: 25px;
    background: linear-gradient(to right, #208997b8 0%, #218a98eb 50%, #208b98 51%, #208997b8 100% 100%);
    margin-bottom: 25px;
    color:white;
}
.Flexible_item h5 {
      margin: 15px 0px 5px;
    color: white;
    font-weight: 500;  
}
.ForFaculties_section {
    background: linear-gradient(227deg, #193751, #1f8a97);
    padding: 50px 0px;
    margin-bottom: 50px;
}
.ForFaculties_section .main_title_center {
    color:white;
}
.ForFaculties_section p {
    color:white;
}
.ForFaculties_section h5 {
    color:white;
}
.ForFaculties_section .btn_group a.btn_one {
    color: white;
    border-color: white;
}
.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 60px 0;
}

/* Connecting lines between steps */
.process-steps::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 15%;
    right: 15%;
    height: 4px;
    background: linear-gradient(227deg, #193751, #1f8a97);
    z-index: 1;
}
        
.process-steps .step {
    position: relative;
    z-index: 2;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-steps .step-icon {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(227deg, #193751, #1f8a97);
    color: white;
    font-size: 3rem;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px rgba(74, 107, 175, 0.3);
}
.process-steps .step-icon img {
        filter: invert(1);
}
.process-steps .step-number {
    position: absolute;
    top: -15px;
    right: -5px;
    background: #f5a42c;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 5px 10px rgba(255, 107, 107, 0.3);
}

.process-steps h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.process-steps p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
    }
    .ForStudents_section .btn_group {
        margin-bottom: 25px;
    }
    .process-steps::before {
        display: none;
    }
    
    .process-steps .step {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .process-steps .step:last-child {
        margin-bottom: 0;
    }
    
    .process-steps h3 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .process-section {
        padding: 40px 20px;
    }
    
    .process-steps h3 {
        font-size: 1.8rem;
    }
    
    .process-steps .step-icon {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
    }
} 
.item_box_test {
        box-shadow: 0 0 16px #d9d4d4;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    border-top: 2px solid #1f8a97;
} 
.item_box_test img {
        width: 65px;
} 
.item_box_test h5 {
    margin: 0px;
} 
.item_box_test .img_title {
        display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
} 
.item_box_test .star_icon i {
        color: #ffc61e;
} 
.testimonila_slider .slick-slide {
    margin: 20px;
}
.cta_bg_count {
    position: relative;
    background: #252424;
    padding: 55px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 45px;
}
.cta_bg_count:before {
    content:'';
    background-image: url(../img/number-view.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
}
.cta_bg_count h1 {
    color: white;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .bottom_header .btn_group {
        display:none;
    }
    .data_banner h4 {
        font-size: 22px;
    }
    .btn_group a {
        padding: 5px !important;
        font-size: 11px !important;
        line-height: 20px;
    }
    .payemnt_option_data span,
    .payemnt_option_data {
        display: block;
    }
    .about_section .data_section {
        margin-bottom: 25px;
    }
    .metrics-grid {
        padding: 30px;
    }
    .metrics-grid .metric-card.border_add {
        border-right: 0px;
        border-bottom: 1px solid;
    }
    .border_none {
        border-bottom: 0px  !important;
    }
    .metrics-grid .metric-card {
        margin-bottom: 55px;
    }
    .process-steps .step {
        text-align:center;
    }
    .cta_bg_count {
        padding: 35px 10px;
    }
    .cta_bg_count h1 {
        font-size: 20px;
    }
    .footer-widget-content {
        margin-bottom: 25px;
    }
    .navbar-expand-lg .navbar-collapse {
        margin-right: 0px;
        position: absolute;
        top: 100%;
        background: #1c3a54;
        left: 0px;
        right: 0px;
        padding: 8px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
    }
}