/*Header*/

.GTU_logo {
    position: absolute;
    z-index: 999999999;
    box-shadow: -10px 5px 20px rgb(0 0 0 / 20%)
}

.GTU_menu_holder.container {
    margin-top: 50px;
    width: 70%;
    z-index: 1000;
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-bottom: -16px;
    position: absolute;
    right: 0;
    border-bottom-left-radius: 25px;
}

.search-form > form > input[type="text"] {
    border: 1px solid #fd5a3d !important;
    width: 90%;
    border-radius: 25px;
    height: 35px;
    margin-right: 10px;
    padding: 0px 15px;
}
.search-form > form > input[type="submit"] {
    border-radius: 25px;
    height: 35px;
    background: #fd5a3d;
    color: #fff;
    padding: 0px 15px;
    font-feature-settings: 'case' on;
    border: 1px solid #1260eb;
}

/*Header*/
header.fixed-header {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top:0px;
}
header.fixed-header > .container > a > div {
    margin-top: 5px;
    width: 100px;
    height: 100px;
    background-size: contain;
}
header.fixed-header > .GTU_faculty_head {
    height: 40px;
    padding: 10px 0px;
    line-height: 20px;
}

header.fixed-header > .GTU_menu_holder.container {
    height: 50px;
    margin-top: 40px;
}

header.fixed-header > .GTU_menu_holder.container > ul > li > a {
    font-size: 17px;
    padding-top: 14px;
    padding-right: 20px;
}
header.fixed-header > .GTU_menu_holder.container > ul > li > ul > li > a{
    font-size: 15px;
}

header.fixed-header > .GTU_faculty_head > ul > li > a {
    font-size: 16px;
}


.GTU_faculty_head {
    background: #fd5a3d;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 15px;
}

.GTU_faculty_head>ul {
    display: flex;
    color: #fff;
    list-style: none;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    padding: 0px;
}

.GTU_faculty_head>ul>li>a {
    color: #fff;
    padding: 30px;
    font-family: 'FiraGO-Bold';
    text-decoration: none;
    font-feature-settings: 'case' on;
    font-size: 18px;
}

.GTU_faculty_head>ul>li>a:hover {
    color: #d0dcff !important;
}

.GTU_Progs.container {
    padding: 80px 0px;
}

.GTU_partners {
    padding: 80px 0px 0px 0px;
}

.IMS_GTU_news {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*News*/
.newsBox > h3 {
    line-height: 22px;
    margin-top: 5px;
}
.newsBox>h3>a {
    text-decoration: none;
    color: #090909;
    line-height: 24px;
    font-size: 20px;
    font-feature-settings: 'case' on;
}
.GTU_faculty_stories {
    background: rgb(253 90 61 / 10%);
    padding: 80px 0px 20px 0px;
}

.GTU_News_Item {
    border: 1px solid #f4f4f4;
    padding: 15px 50px;
    font-family: 'FiraGO';
    margin: 15px;
    box-shadow: 5px 5px 20px rgb(253 90 61 / 10%);
    border-radius: 25px;
}

.IMS_GTU_news {
    display: flex;
    flex-direction: column;
}

.GTU_IMS_more {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.GTU_IMS_more > a {
    color: #fd5a3d;
    font-family: 'FiraGO';
    font-feature-settings: 'case' on;
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid;
    text-decoration: none;
}
.GTU_IMS_more > a:hover{
    background-color: #fd5a3d;
    color: #fff !important;
}



div#SpecialImage {
    padding: 10px 0px 0px 0px;
}

.carousel-item {
    transition: width 0.1s linear 0.1s !important;
}

img.succesful-students {
    float: left;
    border-radius: 50%;
    margin-right: 50px;
    margin-top: -50px;
    margin-bottom: 50px;
    border: 5px solid #fd5a3d;
    box-shadow: -5px 0px 30px rgb(0 0 0 / 30%);
}

li.active.has-submenu > a {
    color: #fd5a3d !important;
}