.logo, .footer-logo{
    width: 170px;
}
.carousel-item h3{
    color: #fff;
    font-family: Poppins;
    font-size: 3.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.75rem;
}
.carousel-item p{
    color: #fff;
font-family: Poppins;
font-size: 1.34738rem;
font-style: normal;
font-weight: 400;
line-height: 2.41106rem;
border-left: 5px solid #fff;
padding: 0 20px;
width: 89%;
}
.Sponsoring-ul h4{
    color: #1B3D7D;
font-size: 1.3rem;
font-style: normal;
font-weight: 600;
line-height: 1.703rem;
}
nav.navbar.navbar-expand-lg.navbar-light.py-lg-0.px-lg-5.wow.fadeIn.bg-white{
    background: #1B3D7D !important;
}
nav.navbar.navbar-expand-lg.navbar-light.py-lg-0.px-lg-4.wow.fadeIn.bg-white{
    background: #1B3D7D !important;
}
:root {
    --primary: #26AE61;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    border-radius: 1.875rem;
    color: #FFF;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    height: 3.375rem;
}
.Newsletter{
    padding: 0.97288rem 9.79363rem 0.97288rem 1.362rem;
align-items: flex-start;
flex-shrink: 0;
border-radius: 6.48588rem;
border: 1.038px solid #8E8AB2 !important;
background: #FFF!important;
}
.Subscribe-btn{
    padding: 0.38913rem 1.125rem 0.36088rem 1.125rem;
    top: 3px;
    right: 3px;
    height: 3.2rem;
}
.btn-light{
    background-color: #D9FFFB;
    border-color: #D9FFFB;
}
.btn-light small{
    color: #007D70;
text-align: center;
font-size: 1.06788rem;
font-style: normal;
font-weight: 400;
line-height: 1.06788rem;
}
.btn-square {
    width: 38px;
    height: 38px;
}
a.btn.btn-light.btn-sm-square.rounded-circle {
    width: 2.66975rem;
    height: 2.66975rem;
    /* padding: 0.76281rem 0.91919rem 0.839rem 1.06788rem; */
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
a.btn.btn-light.btn-sm-square.rounded-circle.ms-3 {
    width: 2.66975rem;
    height: 2.66975rem;
    /* padding: 0.76281rem 0.91919rem 0.839rem 1.06788rem; */
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.hd-t{
    color: #1B3D7D;
font-family: Poppins;
font-size: 2.8125rem;
font-style: normal;
font-weight: 600;
line-height: 2.8125rem;
}
.bor-bottom{
    width: 5.885rem;
    height: 0.3325rem;
    border-radius: 1.3125rem;
background: var(--linear-2-paints, #26AE61);
margin: 0 auto 50px;
}
.overwiew p{
    color: #6A737C;
    text-align: justify;
    font-family: Poppins;
    font-size: 0.92875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66875rem;
    margin-bottom: 0;
}
.overwiew span{
    color: #26AE61;
    text-decoration: underline;
}
.main-item{
    border-radius: 0.625rem;
border: 1px solid #EDEDED;
background: rgba(231, 236, 241, 0.30);
text-align: center;
align-items: center;
min-height: 29.1875rem;
justify-content: center;
padding: 30px;
transition: 0.25s linear;
position: relative;
z-index: 9;
}
.main-item:hover {
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: 5px 5px 20px 0px rgba(10, 53, 70, 0.10);
    transform: translateY(-20px);
}
.form-control:focus{
    box-shadow: none;
}
/* .main-item:hover:before {
background-image: url(../img/pseudo.png);
content: '';
width: 100px;
height: 100px;
position: absolute;
z-index: -1;
right: -99px;
bottom: 0;
background-repeat: no-repeat;
} */
.main-item h3{
    color: #4A4A4A;
    text-align: center;
    font-family: Poppins;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    margin-top: 40px;
    margin-bottom: 40px;
    
}
.main-item p{
    color: #7A7F87;
text-align: center;
font-family: Poppins;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 1.75rem;
margin-bottom: 0;
}
.c-icon{
    width: 6.75rem;
    height: 6.75rem;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
    box-shadow: 0 0.2rem 3rem rgb(0 0 0 / 8%) !important;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 8px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
    color: #DFE5EF;
font-size: 1rem;
font-style: normal;
font-weight: 500;
line-height: 1.75rem;
text-transform: uppercase;
position: relative;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link.router-link-active {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link.router-link-active:before,
.navbar .navbar-nav .nav-link.active:before{
    width: 0.375rem;
    height: 0.375rem;
    position: absolute;
    content: '';
    border-radius: 0.375rem;
background: var(--linear, linear-gradient(135deg, #008E9B 0%, #008F7A 81.45%));
bottom: 15px;
left: 50%;
}
.display-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }
    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: #000;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;color: #1b3d7d;
    }
    .Login {
        background-color: #fff;
        border-color: #1b3d7d;
        color: #1B3D7D;
        box-shadow: 0 0 2px #ddd;
    }
    div#navbarCollapse {
        background: #fff;
        padding-bottom: 5px;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}
.service-main{
    object-fit: cover;top: -70px;left: 100px;
}
.item-bg{
    background-image: url(../img/bg2.png); height: 498px; background-repeat: no-repeat; background-size: cover; background-position: center;
}
.Sponsoring{
    line-height: 3.5rem;
}
.carousel-img{
    width: 65%;
}
.main-carousel-img{
    display: flex;
    justify-content: flex-end;
}
.Login{
    background-color: #fff;
    border-color: #fff;
    color: #1B3D7D;
}
.Login:focus, .Login:hover {
    color: #1B3D7D;
    background-color: #ddd;
    border-color: #ddd;
}
.main-team{
    text-align: center;
    margin: 30px 0;
}
.main-team h3{
    color: #4A4A4A;
    text-align: center;
    font-size: 1.568rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.99563rem;
    margin-top: 20px;
}
.main-team p{  
    color: #7A7F87;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.99563rem; 
}
.main-team img{  
    width: 200px;
    height: 200px;
}
.main-partner {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1.2px solid #E2E4F0;
    padding: 15px;
}
.main-partner a img{
object-fit: contain;
}
.main-bar{
    margin-top: 78px;
}
.main-banner{
    background-image: url('../img/Project_Components.png');
    min-height: 350px;
}
.address{
    list-style: none;
}
.address li{
    gap: 10px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.hd-main-form {
    width: 49%;
    left: 2%;
    position: relative;
}
.hd-main-c{
    width: 40% !important;
}
.hd-main{
    position: absolute;
    bottom: 0;
    background: linear-gradient(102deg, rgba(0, 142, 155, 0.80) 0%, rgba(0, 143, 122, 0.80) 84.51%);
    padding: 20px;
    width: 60%;
    left: 10%;
}
.hd-main h3{
    color: #FFF;
font-size: 2.97856rem;
font-style: normal;
font-weight: 600;
line-height: 4.00025rem; 
}
.hd-main p{ 
    color: #FFF;
    font-size: 1.14919rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1269rem;
    border: none;
    padding: 0;
    width: 100%;
}
.job-hd{
    position: absolute;
    top: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    left: 20%;
}
.job-hd h3{
    color: #FFF;
    text-align: center;
    font-size: 3.37519rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.00025rem;
}
.job-hd p{
    color: #FFF;
    text-align: center;
    font-size: 1.11113rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9365rem;
    border: none;
    padding: 0;
    width: 100%;
}
.Job-description h3{
    color: #121212;
font-size: 1.39594rem;
font-style: normal;
font-weight: 700;
line-height: 1.67513rem;
}
.Job-description p{
    color: #64666C;
font-size: 0.8675rem;
font-style: normal;
font-weight: 400;
line-height: 1.4rem;
}
.Job-description ul li{
    color: #64666C;
font-size: 0.8675rem;
font-style: normal;
font-weight: 400;
line-height: 1.4rem;
}
.job-hd .search {
    position: relative;display: flex;   width: 90%;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}
.job-hd .search .fa-search  {
    position: absolute;
    top: 20px;
    left: 16px; color: #26AE61;
}
.job-hd .search .fa-map  {
    position: absolute;
    top: 20px;
    right: 46.5%; color: #26AE61;
}
.job-hd .search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    border-radius: 0.27919rem;
    border: 1.117px solid var(--linear-2-paints, #26AE61);
    background: var(--linear-2-paints, #26AE61);
}
.job-hd .search input.in-search {
    height: 60px; 
    text-indent: 25px;  border-radius: 8px;
}
.job-hd .search input.in-map {
    height: 60px; 
    text-indent: 25px; border-radius: 0 10px 10px 0;
}
.jobs-hd-tabs img{
    width: 4.18775rem;
    height: 4.18775rem;
}
.jobs-hd-tabs h3{
    color: #121212;
font-size: 1.39594rem;
font-style: normal;
font-weight: 700;
line-height: 1.67513rem;
}
.jobs-hd-tabs p{
    color: #14A077;
    font-size: 0.97713rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.61231rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.job-lo{
    color: #64666C;
font-size: 0.97713rem;
font-style: normal;
font-weight: 400;
line-height: 1.61231rem;
display: flex;
    gap: 20px;
}
.jobs-tab {
    background: transparent !important;
    background-color: transparent !important;
}
.jobs-hd-tabs {
    display: flex;
    gap: 15px;
}
.jobs-tab{
    cursor: pointer;
}
.job-type ul {
    padding: 0;
    margin: 0;list-style: none;
    overflow: hidden;
}
.active.jobs-tab{
    border: 1.117px solid #E5E5E5 !important; cursor: pointer;
}
.jobs-tab hr{
    border: 1.117px solid #E5E5E5;
    padding: 0;
}
.job-type ul li{
    border-radius: 3.48981rem;
    background: #F1F1F1;
    padding: 0.349rem 1.32963rem 0.47463rem 1.39594rem;
    width: 120px;
    float: left;
    color: #121212;
    font-size: 0.83756rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.38194rem;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}
.job-type ul .Urgent{
    border-radius: 3.48981rem;
background: rgba(220, 53, 69, 0.20);
color: #DC3545;
font-size: 0.83756rem;
font-style: normal;
font-weight: 500;
line-height: 1.38194rem;
}
.jobs-amount{
    display: flex;
    justify-content: space-between;
}
.jobs-amount p{
    color: #121212;
    font-size: 1.11675rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.84263rem;
    padding: 0;
    margin: 0;
}
.jobs-amount p small{
    color: #64666C;
font-size: 0.97713rem;
font-style: normal;
font-weight: 400;
line-height: 1.61231rem;
}
.jobs-date{
    color: #64666C;
font-size: 0.97713rem;
font-style: normal;
font-weight: 400;
line-height: 1.61231rem;
}
.jobs-tab{
    border: 1.117px solid #E5E5E5 !important;
    border-radius: 0 !important;
    padding: 10px 20px;
}
.tab-content {
    width: 66.7%;
}
.job-content{
    padding: 2.86163rem 1.81469rem 2.16369rem 1.81469rem;
align-items: flex-start;
border: 1.117px solid #E5E5E5;
background: #FFF;
}
.job-apply button{
    border-radius: 5px;
}
.job-apply{
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.job-apply p{
    color: #DC3545;
    text-align: right;
font-size: 0.97713rem;
font-style: normal;
font-weight: 500;
line-height: 1.61231rem; 
}
.job-apply p span{
    color: #121212;
    text-align: right;
    font-size: 0.97713rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.61231rem;
}
.jobs-amount p{
    color: #121212;
text-align: right;
font-size: 1.11675rem;
font-style: normal;
font-weight: 600;
line-height: 1.84263rem;
}
.card{
    background-color: #F6F7F9;
}
.card.p-3 h3 {
    font-size: 16px;
}
.card.p-3 p {
    margin-bottom: 10px;
    margin-top: 15px;
}
.badge-success {
    background-color: #d6f0e0;
    color: #0d6832;
}
.badge-primary {
    background-color: #dfe7f6;
    color: #2c58a0;
}
.badge-warning {
    background-color: #fbf0da;
    color: #73510d;
}
.Support{
    position: absolute;
    top: 10%;
    width: 100%;
}
.Support p{
    color: #FFF;
font-size: 1.74606rem;
font-style: normal;
font-weight: 500;
line-height: 4.00025rem;
margin-bottom: 0;
border: none;
padding: 0;

}
.Support h3{
    color: #FFF;
    font-size: 3.37519rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.00025rem;
}
.Support .search {
    position: relative;
    display: flex;
    width: 90%;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}
.Support .search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
    color: #fff;
}
.Support .search input.in-search {
    height: 55px;
    text-indent: 34px;
    border-radius: 0.79363rem;
    border: 1.27px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
    width: 63%;

}
.Support .search input.in-search::placeholder {
    color: #fff; 
}
.faq-d p{
    color: #FFF;
     font-size: 1.34919rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.38094rem;
}
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #26AE61;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em;
    color: #64666C;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #26AE61;
  }
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #26AE61;
    border: 1px solid #26AE61;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded='true'] {
    color: #26AE61;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    /* overflow: hidden; */
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em;
  }
  .gal {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
-moz-column-count: 3; /* Firefox */
column-count: 3;

}	
.jobs-filter{
    display: none;
}
.job-logo{
    width: 6.97963rem !important;
    height: 6.97963rem !important;
    margin-right: 20px; 
}
.details-it {
    width: 80%;
}
.bordered tr td {
    border: 1px solid #DFE4FD;
}
.Videos{
    position: relative;
}
.new-event-v {
    padding: 10px;
    border: 1px solid #C9C9C9;
    border-radius: 11px;
}
.play {
    position: absolute;
    background-color: #00000038;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;border-radius: 6px;
}
.overlay-area{
    display: none;
    position: absolute;
    z-index: 9999;
    background: rgb(2 2 2 / 66%);
    left: 0;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
}
.modal-content{
    background-color: transparent;
    border: none;
}
.new-detail h3{
    color: #4A4A4A;
    font-size: 1.3663rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.08294rem; 
    padding-top: 20px;
}
.new-detail .date{
    color: #B2B3B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
}
.new-detail p{
    color: #B2B3B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}
.new-event h3{
    color: #1E1666;
    font-size: 1.3663rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2.08294rem; 
}
.new-event p{
    width: 90%;
    margin-top: 10px;
    padding: 2px 18px;
    color: #FFF;
    font-size: 1.0085rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.17213rem;
    letter-spacing: 0.03881rem;
    border-radius: 0.23275rem;
    background: var(--Linear, linear-gradient(102deg, #008E9B 0%, #008F7A 84.51%));
}
.Useful h4::after {
    content: '';
    position: absolute;
    height: 37px;
    width: 3px;
    background: #e70000;
    left: 0;
}
.Useful{
    background-color: #F4F4F4;
    padding: 20px;
position: relative;
}
.Useful h4{
    color: #1B3D7D;
font-size: 1.3663rem;
font-style: normal;
font-weight: 700;
line-height: 2.33569rem; /* 120% */
letter-spacing: 0.01463rem;
}
.Useful ul{
    list-style: none;
    padding: 0;

}
.Useful ul li{
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
}
.announcement h4{
    font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 1.33569rem; /* 120% */
letter-spacing: 0.01463rem;
}
.announcement {
    border-bottom: 1px solid #ddd; 
    padding: 10px 0;
}

.announcement .date{
    padding: 0 0 10px;
}
.announcement p{
    padding-top: 10px;
    color: #B2B3B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1400px) {
    .Hiring2{
        padding: 0 2.50975rem 0.50975rem 2.6875rem ;
    }
}
@media (max-width: 1200px) {
    .carousel-caption {
        top: 60px;
    }
    .carousel-item h3{
        font-size: 2.375rem;
    }
    .carousel-item p{
        font-size: 1.2rem;
        margin-bottom: 10px !important;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
        background-image: url("../img/carousel-1.jpg");
        background-size: contain;
    }
    #header-carousel .hd-icon {
        display: flex;
        margin-top: 20px !important;
        margin-bottom: 0px;
    }
    .carousel-caption{
        align-items: start;
    }
    .carousel-img{
        width: 70% !important;
      
    }
    .service-main{
        object-fit: cover;
        top: 0;
        left: 0px;
        position: relative !IMPORTANT;
    }
    .Hiring {
        padding: 15px !important;
    }
    .Hiring2{
        padding: 15px !important;
    }
}
@media (max-width: 992px) {
    .accordion .accordion-content p {
        font-size: 12px;
        font-weight: 300;
        margin: 1em;
    }
    .faq-d p{
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
    }
    .Support p{
        font-size: 12px;
        line-height: normal;
    }
    .Support h3 {
        font-size: 1.37519rem;
        line-height: normal;
    }
    .Support .search input.in-search{
        width: 100%;
    }
    .Support{
        top: 20%;
    }
    .jobs-amount p {
        font-size: 16px;
        line-height: normal;
    }
    .jobs-date {
        color: #64666C;
        font-size: 12px;
    }
    .job-type ul li{
        width: 100px;
        padding: 0.349rem 0.32963rem 0.47463rem 0.39594rem;
    }
    .job-contant{
        flex-direction: column;
    }
    .tab-content {
        width: 100%;
        margin-top: 20px;
    }
    .jobs-filter{
        display: block;
        margin: 0;
    }
    div#v-pills-tab {
        /* display: none; */
        /* position: absolute;
        background: #fff;  */
        margin: 0 !important;
        width: 100%;
    }
    .job-hd{
        width: 96%;
        left: 2%;
    }
    .job-hd .search{
        width: 100%;
    }
    .job-hd .search .fa-map {
        position: absolute;
        top: 21px;
        right: 45.5%;}

    .job-hd h3{
        font-size: 2rem;
        line-height: 2.00025rem;
    }
    .job-hd p{
        font-size: 1rem;
        font-style: normal;
        line-height: normal;
    }
    .hd-main{
        width: 77%;
    }
    .main-bar {
        margin-top: 70px;
    }
    .navbar-light .navbar-toggler{
        color: rgb(255 255 255 / 55%);
        border-color: rgb(255 255 255 / 10%);
        background: #fff;
    }
    .carousel-img{
        width: 200px !important;
        display: none;
    }
    .navbar .navbar-nav .nav-link.active:before{
        bottom: 21px;
        left: 0;
    }
    .navbar .navbar-nav .nav-link{
        padding: 10px 15px;
    }
    .Login {
        margin-left: 20px;
    }
    .Sponsoring{
        line-height: 3.5rem;
    }
    .Achievements {
        margin-top: 0px;
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .job-hd{
        top: 10%;
    }
    .job-hd .search button{
        bottom: 5px;
        top: auto;
    }
    .job-hd .search input.in-map {
           margin-top: 5px;
           border-radius: 10px;
    }
    .job-hd .search .fa-map {
        position: absolute;
        top: 70%;
        left: 14px;
    }
    .job-hd .search input.in-search{
        border-radius: 10px;
    }
    .job-hd .search {
        width: 100%;
        flex-direction: column;
    }
    .job-type .jobs-amount {
        /* justify-content: flex-end; */
    }
    .jobs-tab hr{
        margin: 6px;
    }
    .jobs-hd-tabs h3{
        margin-bottom: 0;
        font-size: 16px;
    }
    .job-content {
        padding: 0.86163rem 0.81469rem 0.16369rem 0.81469rem;
        align-items: flex-start;
        border: 1.117px solid #E5E5E5;
        background: #FFF;
    }
    .job-lo {
        color: #64666C;
        font-size: 12px;      
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .tab-content .jobs-hd-tabs{
        flex-direction: column;
    }
    .job-hd h3{
        font-size: 2rem;
        line-height: 2.00025rem;
    }
    .job-hd p{
        font-size: 1rem;
        font-style: normal;
        line-height: normal;
    }
    .pmd{
margin: 0 !important;
    }
    .hd-main {
        width: 92% !important;    left: 3%;
    }
    .hd-main-form{
        width: 100%;
        left: 0;
        padding: 0;
    }
    .hd-main h3 {      
        font-size: 2rem;
        line-height: 2.00025rem;
    }
    .hd-main p {
        font-size: 1rem;
        font-style: normal;
        line-height: normal;
    }
    .navbar-light .navbar-toggler{
        color: rgb(255 255 255 / 55%);
        border-color: rgb(255 255 255 / 10%);
        background: #fff;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 310px;
        background-image: url(../img/carousel-12.png);
        background-size: 166%;
        background-repeat: no-repeat;
    }
    #header-carousel .carousel-item img{ 
        display: none;
    }
    #header-carousel .col-lg-5.mx-4{
        margin: 0 !important;
    }

    #header-carousel .hd-icon {
        display: flex;
        margin-top: 40px !important;
        margin-bottom: 0px;
    }
    .Sponsoring-ul h4{
        font-size: 1rem;
    }
    /* #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    } */
    .carousel-caption{
        align-items: start;
    }
    .service-main{
        object-fit: cover;
        top: 0;
        left: 0px;
        position: relative !IMPORTANT;
    }
    .Newsletter {
        padding: 0.5288rem 0.9363rem 0.5288rem 1.362rem;
        font-size: 12px;
    }
    .carousel-item h3{
        font-size: 1.375rem;
        line-height: normal;
        padding: 0 !important;
        margin: 0;
    }
    .carousel-item p{
        font-size: 12px;
        line-height: normal;
        margin: 10px 0 !important;
    }
    .carousel-img{
        width: 90% !important;
        display: none;
    }
    .Subscribe-btn{
        position: relative !important;
        top: 10px;
        right: 3px;
        height: 2.2rem;
        width: 100%;
        padding: 0;
        line-height: normal;
    }
    .Consortium-tab h5 {
       font-size: 16px;
    }
    .main-item{
        min-height: auto;
        padding: 15px;
    }
    .hd-t{
        font-size: 1.5rem;
        line-height: normal;
    }
    .item-bg{
        background-image: url(../img/bg2.png); height: 150px; background-repeat: no-repeat; background-size: cover; background-position: center;
    }
    .Hiring {
        padding: 15px !important;
    }
    .Hiring2{
        padding: 15px !important;
    }
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    
}


.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    /* opacity: 0.20000000298023224; */
background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%), url(../img/bg.png), transparent 0px 34.727px / 100% 121.599% no-repeat;
background-repeat: no-repeat;
background-size: cover;
}
.Consortium-tab{
    color: #4F4F4F;
    text-align: center;
    font-family: Poppins;
    font-size: 1.27519rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.98363rem;
    border-bottom: 1px solid #26ae61 !IMPORTANT;
    border-radius: 0 !important;
}
button.Consortium-tab.nav-link.p-3.px-4.mb-4.active{
    background-color: transparent;
    border-bottom:3px solid #26AE61 !important;
border-radius: 0;
color: #26AE61;

}
.footer{
    background-image: url(../img/footer-bg.png);
    background-size: cover;
}
.Consortium-body p{
    color:  #6A737C;
    text-align: justify;
    font-family: Poppins;
    font-size: 0.92875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66875rem;
}
.Consortium-tab .active{
    background-color: transparent;
    border-bottom:2px solid #26AE61;
}
/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


.send-btn{
    width: 15.875rem;
height: 4rem;
padding: 0.9375rem 3.1875rem;
line-height: normal;
flex-shrink: 0;
border-radius: 2.5625rem;
background: #282938;
}
.Message-body{
    border-radius: 0.75rem;
background:  #F4F6FC;
}
.team-ul{
    list-style: none;
    color: #57647C;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 2.25rem;
}
.team-ul li::before{
    content: "\2022";
    color: #008E9B;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.hd-2{
    color: #1B3D7D;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 4.0625rem;
}
.sec-p{
       font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
}
.sec-p a{
    color: #26AE61 !important;
    font-weight: 500;
}
.apply-btn{
    color: #FFF;
font-size: 0.875rem;
font-style: normal;
font-weight: 500;
height: 3.375rem;
width: 10.3125rem;
}
.apply-btn:focus{
    box-shadow: none;
    border-color: transparent;
}
.apply-btn:active:focus{
    box-shadow: none;
}
.Hiring{
    /* padding: 5.5625rem 6.6875rem 5.50975rem 0; */
    padding: 0 6.6875rem 0.50975rem 0;
}

.Achievements{
    margin-top: 20px;
    margin-bottom: 0;
}
.Achievements p{
    color: #004248;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    position: relative;
    top: -25px;
}

.Achievements li {
    list-style-image: url(../img/Frame.png);
    list-style-type:square;
  }
.Sponsoring-ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.Sponsoring-ul li{
    color: #004248;
    font-size: 1.41906rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.12863rem;
}
.Consortium-tab h5 {
    font-weight: 600 !important;
}
.Consortium-tab.active h5 {
    color: #26AE61;
}
/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    height: auto;
    border: none;
    box-shadow: none;
    color: #D9D9D9;
font-size: 0.9375rem;
font-style: normal;
font-weight: 400;
line-height: 2.25rem;
padding-bottom: 0;
margin-bottom: 0;
}
.footer h4{
    color: #FFF;
      font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: 0.01875rem;
}
.footer p{
    color: #FFF;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
}
.footer-small{
    color: #D9D9D9;
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.625rem;
letter-spacing: 0.01875rem;
}
.footer .btn-square{
    background: #005B50;
    border-color: #005B50;
}
/* .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
} */

/* .footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
} */

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}



.card-block {
    padding:1.25rem
  }
  .card {
    border-radius:5px;
    -webkit-box-shadow:0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow:0 1px 20px 0 rgba(69,90,100,0.08);
    border:none;
    margin-bottom:30px
  }
  .card .card-footer {
    background-color:#fff;
    border-top:none
  }
  .card .card-header {
    background-color:transparent;
    border-bottom:none;
    padding:25px 20px
  }
  .card .card-header .card-header-left {
    display:inline-block
  }
  .card .card-header .card-header-right {
    border-radius:0 0 0 7px;
    right:10px;
    top:18px;
    display:inline-block;
    float:right;
    padding:7px 0;
    position:absolute
  }
  .card .card-header .card-header-right i {
    margin:0 8px;
    cursor:pointer;
    font-size:16px;
    color:#919aa3;
    line-height:20px
  }
  .card .card-header .card-header-right i.icofont.icofont-spinner-alt-5 {
    display:none
  }
  .card .card-header .card-header-right .card-option {
    -webkit-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out
  }
  .card .card-header .card-header-right .card-option li {
    display:inline-block
  }
  .card .card-header span {
    color:#919aa3;
    display:block;
    font-size:13px;
    margin-top:5px
  }
  .card .card-header+.card-block,
  .card .card-header+.card-block-big {
    padding-top:0
  }
  .card .card-header h5 {
    margin-bottom:0;
    color:#505458;
    font-size:14px;
    font-weight:600;
    display:inline-block;
    margin-right:10px;
    line-height:1.4
  }
  .card .card-block table tr {
    padding-bottom:20px
  }
  .card .card-block .sub-title {
    font-size:14px;
    font-weight:600;
    letter-spacing:1px
  }
  .card .card-block code {
    background-color:#eee;
    margin:5px;
    display:inline-block
  }
  .card .card-block .dropdown-menu {
    top:38px
  }
  .card .card-block p {
    line-height:25px
  }
  .card .card-block a.dropdown-item {
    margin-bottom:0;
    font-size:14px;
    -webkit-transition:0.25s;
    transition:0.25s
  }
  .card .card-block a.dropdown-item:active,
  .card .card-block a.dropdown-item .active {
    background-color:#01a9ac
  }
  .card .card-block.remove-label i {
    margin:0;
    padding:0
  }
  .card .card-block.button-list span.badge {
    margin-left:5px
  }
  .card .card-block .dropdown-menu {
    background-color:#fff;
    padding:0
  }
  .card .card-block .dropdown-menu .dropdown-divider {
    background-color:#ddd;
    margin:3px 0
  }
  .card .card-block .dropdown-menu>a {
    padding:10px 16px;
    line-height:1.429
  }
  .card .card-block .dropdown-menu>li>a:focus,
  .card .card-block .dropdown-menu>li>a:hover {
    background-color:rgba(202,206,209,0.5)
  }
  .card .card-block .dropdown-menu>li:first-child>a:first-child {
    border-top-right-radius:4px;
    border-top-left-radius:4px
  }
  .card .card-block .badge-box {
    padding:10px;
    margin:12px 0
  }
  .card .card-block-big {
    padding:30px 35px
  }
  .card .card-block-small {
    padding:15px 20px
  }