{
    padding: 0
;
    margin: 0
;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #676a81;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

a, a:hover, a:active, a:focus {
    display: inline-block;
    text-decoration: none;
    color: #103931;
    font-size: 16px;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #43485c;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

p {
    margin: 0;
    line-height: 1.8;
    color: #43485c;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;

}

select, input, textarea, button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

select, input, textarea, button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
}

html, body {
    height: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}

.min-h-80vh {
    min-height: 80vh;
}
.content-container {
    max-width: 1140px;
    margin-inline: auto;
}

.about-content {
    text-align: center;
    padding-top: 50px;
}

.about-content > div {
    border: 1px solid #103931;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.about-card {
    border: 3px solid #103931;
    border-radius: 12px;
    padding: 24px;
    width: 30%;
    position: relative;
}

.about-card-container {
    display: flex;
    justify-content: space-between;
}

.about-card-badge {
    position: absolute;
    top: -4.3px;
    right: 15px;
}

.about-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #103931;
}

.about-content p {
    font-size: 20px;
    margin-bottom: 24px;
}

.about-content p span {
    font-size: 20px;
    font-weight: 700;
}

.about-content img {
    margin-bottom: 11px;
}

.researchers-content {
    padding-top: 50px;
}

.researcher-descr {
    font-size: 16px;
    font-weight: 400;
}

.researcher-descr span {
    font-weight: 600;
}

.lecturer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.lecturer-container h3 {
    font-size: 30px;
    font-width: 600;
    color: #103931;
    margin-bottom: 24px;
    margin-top: 50px;
}

.lecturer-container p {
    font-size: 20px;
}

.lecturer-container img {
    height: 300px;
    border-radius: 50%;
}

.lecturer-container a {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.lecturers-imgs {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    border: none;
    background: none;
}

.lecturers-imgs img {
    max-height: 300px;
    border-radius: 50%;
    cursor: pointer;
}

.lecturers-imgs img.active {
    border: 2px solid #103931;
}

#lecturer-1 {
    display: block;
}

.title-background {
    height: 90px;
    width: 100%;
    background: #103931;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 50px;
}

.title-background h2 {
    color: #fff;
    font-size: 36px;
    font-width: 700;
}

.what-todo li {
    color: #103931;
    font-size: 20px;
    font-weight: 400;
    padding-inline: 12%;
}

.what-todo li span {
    font-weight: 700;
}

.legal-english_type {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

.legal-english_type a {
    color: #b08119;
    font-size: 24px;
    font-weight: 500;
}

.fha-section {
    padding-top: 30px;
    border-top: 2px solid #103931;
}

.intro-text p {
    color: #103931;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 20px;
}

.main-text {
    margin-top: 50px;
}

.main-text p {
    font-size: 16px;
}

.main-text span {
    color: #a7783b;
    font-weight: 600;
}

.themes-list {
    margin-left: 20px;
}

.themes-list li {
    color: #103931;
    font-size: 20px;
    font-weight: 400;
    padding-inline: 0;
    list-style: disc;
}

.favicon {
    width: 16px;
    height: 8px;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

.fix {
    position: relative;
    clear: both;
}

/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}

@media (min-width: 1024px) {
}

@media (max-width: 1200px) {
    .content-container {
        margin-inline: 20px;
    }
}

nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand, .navbar-header a.navbar-brand:hover, .navbar-header a.navbar-brand:focus {
    display: inline-block;
    padding: 15px;
}

.navbar-header a.navbar-brand img {
    width: 100px;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 20px;
}

nav.navbar.bootsnav ul.nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:focus, nav.navbar.bootsnav ul.nav > li.active > a {
    color: #103931;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {
    color: #6f6f6f;
}

.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover, .sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus, .sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active > a {
    color: #103931;
}

/*.nav li*/

.cursor-pointer {
    cursor: pointer;
}

.my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*.menu-ui-design*/
.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: #103931;
}

/*.menu-ui-design*/


/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #103931;
    padding: 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #103931;
}

/*.navbar-toggle */
.dropdown-menu {
    width: 205px;
    left: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: max-content;
    line-height: 40px;
}

.dropdown-item {
    color: #6f6f6f;
    font-weight: 600;
}

.accordion .card {
    border: none;
}

.accordion .card-header {
    background: none;
    border: none;
    padding: 0;
}

.accordion .btn-link {
    text-align: left;
    width: 100%;
    color: #6f6f6f;
    text-decoration: none;
    font-size: 16px;
    padding: unset;
    font-weight: 600;
}

.accordion .btn-link img, .nav-link img {
    width: 13px;
}

.btn-link img:nth-child(2), .nav-link img:nth-child(2) {
    display: none;
}

.btn-link:hover img:first-child, .nav-link:hover img:first-child {
    display: none;
}

.btn-link:hover img:nth-child(2), .nav-link:hover img:nth-child(2) {
    display: inline-block;
}

.accordion .btn-link:hover, .dropdown-item:hover {
    text-decoration: none;
    color: #103931;
    font-weight: 600;
}

.accordion .collapse .card-body {
    /*padding: 10px 15px;*/
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
}

.welcome-hero {
    position: relative;
}

.welcome-hero video {
    background-repeat: no-repeat;
    width: 100vw;
    margin-top: -200px;
}

.welcome-hero .header-text {
    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
}

.partner-card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 120rem;
}

.partner-card-container {
    display: flex;
    justify-content: center;
}

.partner-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 10px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    transition: transform 0.3s ease;
}

.program-card {
    transition: transform 0.3s ease;
}

.partner-card:hover, .program-card:hover {
    transform: translateY(-10px);
}

.partner-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.partner-card a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px;
    font-weight: bold;
}


.pt-100px {
    padding-top: 100px;
}

/*.header-text-area*/
.header-text h1 {
    color: #b08119;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

.header-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0 60px;
    padding-inline: 200px;
}

.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #103931;
    border: 1px solid #103931;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.header-text a:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
    background: #103931;
    border: 1px solid #103931;
}

/*.header-text-area*/

/*-------------------------------------
        4.  About
--------------------------------------*/

/*.single-about-txt*/
.single-about-txt h3 {
    font-size: 18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
}

.single-about-txt p {
    font-size: 16px;
    color: #999fb3;
    padding: 35px 0 43px;
    border-bottom: 1px solid #999fb3;
}

.single-about-add-info {
    margin: 35px 0;
}

.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}

.single-about-add-info p {
    font-weight: 300;
    border: 0;
    padding: 0;
    margin-top: 3px;
}

/*.single-about-txt*/

/*.single-about-img */
.single-about-img {
    position: relative;
    box-shadow: 0 5px 20px rgba(14, 25, 80, .30);
}

.single-about-img:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 109%;
    height: 100%;
    background: rgba(31, 44, 108, .3);
}

.single-about-img img {
    max-width: 500px;
    height: 468px;
}

.about-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 109%;
    height: 90px;
    background: #1f2c6c;
}

/*.ab-list-icon */
.about-list-icon ul {
    display: flex;
}

.about-list-icon ul li a {
    padding-right: 22px;
    cursor: pointer;
    color: #fff;
}

.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.about-list-icon ul li a i {
    margin-left: 6px;
}

.education {
    background: #f9fbfd;
    padding-top: 50px;
}

.education-horizontal-timeline {
    padding: 80px 0;
}

/*.education-horizontal-timeline*/
.education-horizontal-timeline .col-sm-4 {
    padding: 0 2px;
}

.single-horizontal-timeline .experience-time h3 {
    text-transform: capitalize;
}

.single-horizontal-timeline .experience-time h3 span {
    text-transform: lowercase;
}

.single-horizontal-timeline .timeline-content h5 {
    margin: 15px 0;
}

.single-horizontal-timeline p {
    color: #999fb3;
    max-width: 335px;
}

/*.timeline-horizontal-border*/
.timeline-horizontal-border {
    display: flex;
    align-items: center;
    padding: 26px 0 30px;
}

.timeline-horizontal-border i {
    font-size: 10px;
    color: #103931;
    margin-right: 5px;
}

span.single-timeline-horizontal {
    display: inline-block;
    background: #b2c1ce;
    height: 1px;
    width: 380px;
}

span.single-timeline-horizontal.spacial-horizontal-line {
    width: 88px;
}


.skills {

}

.skill-content {
    padding: 50px 0 80px;
}

.single-skill-content {
    padding-top: 100px;
}

.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5ebf2;
}

.single-progress-txt {
    display: flex;
}

.single-progress-txt h3 {
    width: 10%;
    color: #103931;
    position: relative;
    top: 6px;
    left: 20px;
}

.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.progress {
    border-radius: 3px;
    overflow: visible;
    background: #e6ecf3;
    height: 8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}

.progress-bar {
    background: #103931;
    border-radius: 3px;
    -webkit-transition: width 1.5s ease-in-out;
    -ms-transition: width 1.5s ease-in-out;
    -moz-transition: width 1.5s ease-in-out;
    -o-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

.tooltip {
    position: relative;
    float: right;
}

.tooltip > .tooltip-inner {
    background-color: transparent;
    padding: 1px 5px;
    color: #103931;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
}

.popOver + .tooltip > .tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -1px;
    transform: translateX(-50%);
    margin-left: 0;
}

/*-------------------------------------
        7. Experience
-------------------------------------*/
.experience {
    padding: 50px 0 100px;
    border-top: 1px solid #e5ebf2;
}

.experience-content {
    padding-top: 100px;
}

.single-timeline-box {
    margin-bottom: 75px;
}

/*experience-time*/
.experience-time {
    position: relative;
}

.experience-time h2 {
    font-weight: 400;
}

.experience-time h3 {
    font-size: 16px;
    font-weight: 300;
    color: #636a82;
    margin-top: 14px;
    text-transform: uppercase;
}

/*experience-time*/

/*main-timeline*/
.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 2px;
    height: 84%;
    background: #b2c1ce;
    position: absolute;
    top: 1.5%;
    left: 45.8%;
    z-index: -1;
}

.main-timeline .timeline {
    position: relative;
}

.timeline-content span > i, .experience-time span > i {
    color: #103931;
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}

.timeline-content h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.timeline-content h5 {
    color: #636a82;
    font-size: 14px;
    font-weight: 300;
    margin: 18px 0 20px;
}

.main-timeline .description {
    font-size: 14px;
    color: #999fb3;
}

.main-timeline .timeline-content.right {
    float: right;
    text-align: left;
}

.timeline-single-before:before {
    content: '';
    top: 57px;
    left: -3px;
    position: absolute;
    width: 100%;
    height: 400px;
    border-left: 15px solid #fff;
}

.experience-time-responsive {
    display: none;
}

/*-------------------------------------
        8. Profiles
--------------------------------------*/
.profiles {
    padding: 50px 0 100px;
    border: 1px solid #e5ebf2;
}

.profiles-content {
    padding-top: 100px;
}

.profiles-content .col-sm-3 {
    padding: 0;
}

.profile-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.single-profile {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b2c1ce;
    overflow: hidden;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.profile-icon-name {
    text-transform: capitalize;
    color: #636a82;
    font-size: 16px;
}

.single-profile.profile-no-border {
    border-right: transparent;
}

.profile-border {
    border-bottom: 1px solid #b2c1ce;
}

.single-profile-overlay {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: #103931;
    background: -moz-linear-gradient(left, #103931 0%, #103931 100%);
    background: -webkit-linear-gradient(left, #103931 0%, #103931 100%);
    background: linear-gradient(to right, #103931 0%, #103931 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103931', endColorstr='#103931', GradientType=1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-profile:hover .single-profile-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
}

.single-profile:hover .profile-icon-name, .single-profile:hover .profile-txt a > i {
    color: #fff;
}

.single-profile:hover .profile-border {
    border: transparent;
}

/*-------------------------------------
        9. Portfolio
--------------------------------------*/
.portfolio {
    padding: 50px 0 100px;
    border: 1px solid #e5ebf2;
}

.portfolio-content {
    padding-top: 100px;
}

/* ---- .item ---- */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}

.isotope .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

/*.item img*/
.isotope .item img {
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope .item:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

/*.item img*/

/*.isotope-overlay*/
.isotope-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(31, 44, 108, .5);
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    flex-direction: row;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.isotope-overlay a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.isotope .item:hover .isotope-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: 0;
}

/*.isotope-overlay*/

/*-------------------------------------
        10. Clients
--------------------------------------*/
.clients {
    padding-top: 50px;
}

.clients-area {
    display: flex;
    align-items: center;
    height: 250px;
}

.clients-area .item {
    padding: 0 25px;
}

.clients .clients-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}

/*-------------------------------------
        11. Contact
--------------------------------------*/
.contact {
    background: #f9fbfd;
    padding: 50px 0 100px;
}

.single-contact-box {
    padding-top: 100px;
}

.contact-form .form-group {
    margin-bottom: 20px;

}

.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0 !important;
    background: #fff;
    color: #636a82;
    resize: none;
}

/*--contct button--*/
.contact-form .single-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    text-transform: capitalize;
    margin-top: 3px;
    background: #103931;
    border: 1px solid #103931;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact-form .single-contact-btn .contact-btn,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top: 0px;
    outline: 0 !important;
    border: 0;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}

.single-contact-btn:hover {
    background: #103931;
    border: 1px solid #103931;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

/*--contct button--*/

/* contact-adress */
.contact-add-head h3 {
    font-size: 24px;
    color: #3c4258;
}

.contact-add-head p {
    font-size: 16px;
    text-transform: capitalize;
    color: #636a82;
    font-weight: 300;
    margin-top: 6px;
}

/* contact-adress */

/*.contact-add-info */
.contact-add-info {
    margin: 42px 0 52px;
}

.single-contact-add-info h3 {
    color: #636a82;
    font-weight: 500;
}

.single-contact-add-info p {
    color: #999fb3;
    font-size: 16px;
    margin-top: 18px;
}

.single-contact-add-info {
    margin-bottom: 26px;
}

/*.contact-add-info */

/*hm-foot-icon*/
.hm-foot-icon {

}

.hm-foot-icon ul li {
    float: left;
}

.hm-foot-icon ul li > a {
    color: #636a82;
    margin-right: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hm-foot-icon ul li > a:hover {
    color: #103931;
}

/*hm-foot-icon*/

.hm-footer-copyright p {
    color: #888ea5;
    text-transform: capitalize;
    padding: 38px 0;
}

.hm-footer-copyright p a {
    color: #888ea5;
}

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #103931;
    border: 1px solid #103931;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    background: #fff;
    color: #103931;
    border: 1px solid #103931;
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;

}

.sport-title {
    margin-block: 20px;
    background: #103931;
    color: white;
    border-radius: 10px;
    padding: 20px;
}

.course-description {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.course-description h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.event-container {
    background: #103931;
    border-radius: 10px;
    color: white;
    padding: 20px;
    margin-block: 20px;
}

.event-container p {
    color: white;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 3px solid white;
    margin-bottom: 20px;
}

.course-content-header {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sponsor-button {
    height: 54px;
    width: 200px;
    text-align: center;
    margin-bottom: 16px;
    background: #103931;
    color: whitesmoke;
    border-radius: 25px;
    padding-inline: 10px;
    align-content: center;
}

.sponsor-button, .sponsor-button:hover, .sponsor-button:active, .sponsor-button:focus {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: unset;
    padding-inline: 10px;
}

/*.tab {*/
/*    overflow: hidden;*/
/*    background: #103931;*/
/*    color: white;*/
/*    border-radius: 25px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    width: 70%;*/
/*}*/

@media screen and (max-width: 600px) {
    .course-content-header {
        flex-direction: column-reverse;
    }

    .course-content-header > div {
        width: 100%;
        margin-bottom: 10px;
    }

    .sponsor-button {
        height: 40px;
        text-align: center;
    }
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 20px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #7d987c;
    color: white;
}

.h-100 {
    height: 100%
}

/* Ensure the row uses flexbox */
.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 -10px;
}

/* Make sure each card has the same height */
.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Flexbox ensures that the cards stretch to fill the available space */
.card-body {
    flex-grow: 1;
}

/* Flex settings for the column */
.col-md-4 {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    padding: 0 10px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .col-md-4 {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .col-md-4 {
        flex: 1 1 100%;
    }
}

.tabcontent, .course-tab-content {
    display: none;
    animation: fadeEffect 2s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.event-container ul {
    list-style: none;
}

.event-container li {
    margin-bottom: 10px;
}

.module-subheader {
    background: #103931;
    padding: 20px;
    border-radius: 50px;
    color: white;
    margin-block: 20px;
}

.module-ol-list li {
    margin-bottom: 10px;
}

.module {
    border: 1px solid #c3c3c3;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.modules-title {
    font-weight: 700;
    color: #103931;
    font-size: 32px;
}

.event-container ul li:before {
    content: '✓';
}

.participants-block {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 20px;
}

.participants-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.participants-list > div {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 20px;
    width: 30%;
    background: #7d987c;
    color: white;
}

@media screen and (max-width: 600px) {
    .participants-list {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .participants-list > div {
        width: 100%;
        margin-bottom: 20px;
    }
}


.participants-title {
    font-weight: 700;
    color: #103931;
}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes example {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 7px;
    }
}


/* Founders Section */
.founders-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.founder-profiles {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cohort-section-title {
    font-size: 22px;
    color: #103931;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
}

.w-80rem {
    width: 80rem;
}
.cohort-section-content {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cohort-list {
    list-style: none;
    padding-left: 0;
    margin-left: 20px;
}

.cohort-list li {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 30px;
}

.cohort-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-size: 18px;
    top: 0;
}

.cohort-list li:hover {
    background-color: #f1f1f1;
    transition: background-color 0.3s ease;
}

.highlight {
    color: #28a745;
    font-weight: bold;
}

/* Founder Profile */
.founder-profile {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.founder-profile:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Founder Image */
.founder-image {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #4a90e2;
    transition: transform 0.3s;
}

.founder-profile:hover .founder-image {
    transform: scale(1.1);
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Founder Info */
.founder-info {
    max-width: 800px;
}

.founder-info h2 {
    color: #4a90e2;
    margin: 0 0 10px;
}

.founder-info p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.learn-more {
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    color: #fff;
    background: #4a90e2;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s;
}

.learn-more:hover {
    background: #357ab7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .founder-profile {
        flex-direction: column;
        text-align: center;
    }

    .founder-image {
        margin: auto;
    }

    .founder-info {
        text-align: center;
    }
}

/* General container styling */
#program-objectives, #description {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Title styling */
#program-objectives .text-center {
    text-align: center;
}

#program-objectives .fw-bold {
    font-weight: bold;
}

#program-objectives .fs-3 {
    font-size: 1.75rem;
}

#program-objectives .my-5 {
    margin: 3rem 0;
}

#program-objectives .my-4 {
    margin: 2rem 0;
}

/* Card styling */
.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #007bff;
    color: #fff;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: bold;
}

.card-body {
    padding: 15px;
}

.card-title {
    /*font-size: 1.25rem;*/
    margin-bottom: 10px;
}

.card-text {
    /*font-size: 1rem;*/
    color: #555;
}

/* Icon styling */
.card-title i {
    margin-right: 8px;
    color: #007bff;
    /*font-size: 1.25rem;*/
}

/* List group styling */
.list-group {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-group-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    /*font-size: 1rem;*/
}

.list-group-item i {
    margin-right: 10px;
    color: #28a745;
    font-size: 1.2rem;
}

.list-group-item:nth-of-type(odd) {
    background: #7d987c;
    color: white
}

.mb-4 {
    margin-bottom: 16px;
}


/* Footer Styling */
.footer {
    background-color: #103931;
    color: white;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    justify-self: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    min-width: 200px;
    flex-direction: column;
    justify-content: center;
}

.footer-logo-image {
    width: 80px;
    margin-right: 10px;
}

.footer-logo-text {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.footer-links {
    flex: 1;
    min-width: 200px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link {
    color: white;
    text-decoration: none;
    margin: 5px 0;
    display: inline-block;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-contact {
    flex: 1;
    min-width: 200px;
}

.footer-text {
    margin: 5px 0;
    color: whitesmoke;
}

.footer-bottom {
    margin-top: 20px;
}

.footer-bottom-text {
    margin: 5px 0;
}

.smooth-link-container {
    display: flex;
    text-align: center;
    justify-items: center;
    gap: 24px;
    justify-content: center;
    margin-top: 24px;
    font-weight: bold;
}

/* Container for the cards */
.people-card-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Individual people card */
.people-card {
    position: relative;
    width: 300px;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.people-card:hover {
    transform: scale(1.05);
}

/* Person's image */
.people-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hover overlay with icons */
.people-card-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.7);
    justify-items: center;
    align-items: center;
    gap: 15px;
    transition: bottom 0.3s ease;
}

.people-card:hover .people-card-overlay {
    bottom: 0;
}

/* Icons inside the overlay */
.people-card-icon img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-inline: 10px;
    border-radius: 50px;
}

.people-card-icon img:hover {
    transform: scale(1.2);
    opacity: 0.8;
}

.people-card-title {
    color: white;
    margin-block: 15px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.m-block-130px {
    margin-block: 130px
}

.page-title {
    font-size: 48px;
    text-align: center;
    color: #103931;
    font-weight: bold;
    margin-bottom: 24px;
}


/*========================Thank you=================
