@font-face {
    font-family: 'FiraGO';
    src: url('https://gtu.ge/bitrix/templates/GTU/fonts/FiraGO-Regular.eot');
    src: local('☺'), url('https://gtu.ge/bitrix/templates/GTU/fonts/FiraGO-Regular.woff') format('woff'), url('https://gtu.ge/bitrix/templates/GTU/fonts/FiraGO-Regular.ttf') format('truetype'), url('https://gtu.ge/bitrix/templates/GTU/fonts/FiraGO-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'FiraGO-Bold';
    src: url('https://gtu.ge/bitrix/templates/GTU/fonts/FiraGO-Bold.woff2') format('woff2'),
        url('https://gtu.ge/bitrix/templates/GTU/fonts/FiraGO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'BPG Le';
    src: url('https://gtu.ge/bitrix/templates/GTU/fonts/bpg-le-studio-04-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('https://gtu.ge/bitrix/templates/GTU/fonts/bpg-le-studio-04-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://gtu.ge/bitrix/templates/GTU/fonts/bpg-le-studio-04-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('https://gtu.ge/bitrix/templates/GTU/fonts/bpg-le-studio-04-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('https://gtu.ge/bitrix/templates/GTU/fonts/bpg-le-studio-04-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://gtu.ge/bitrix/templates/GTU/fonts/bpg-le-studio-04-caps-webfont.svg#bpg_le_studio_04_capsregular') format('svg'); /* Legacy iOS */
         font-style: normal;
         font-display: swap;

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein { 
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #2a2871;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #8462ff;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #181744;
}


body{
    background-color: #f3f3ff !important;
}

button#ShowFaculties {
    display: none;
}

a#GeorgianTechUni {
    display: flex;
    margin-right: auto;
}

img.Student {
        float: left;
        margin: 0px 10px 0px 0px;
        margin-top: 0px;
        padding-right: 20px;
}

img.Student2 {
    float: right;
    margin: 0px 0px 0px 30px;
    margin-top: -10px;
    padding-left: 20px;
}
.Konkursi {
    background: #9e5df2;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-family: 'firago';
    font-weight: 700;
    font-feature-settings: 'case' on;
}
.Konkursi > a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 20px;
    margin: 0px 20px;
}
.Konkursi > a:hover {
    background: #fff;
    border: 1px solid #9e5df2;
}

/* GTU Menu to grid */

ul.GTU_custom_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}

ul.GTU_custom_grid>li {
    flex: 1;
    flex-basis: 30%;
    color: #181744;
    margin: 10px;
    font-family: 'FiraGo';
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #181744;
    border-radius: 10px;
    font-feature-settings: 'case' on;
}

ul.GTU_custom_grid>li>a {
    text-decoration: none;
    color: #181744;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

ul.GTU_custom_grid>li:hover {
    border: 1px solid #8462ff;
    background: hsl(240, 100%, 94%);
    transition: 300ms;
}
ul.GTU_custom_grid>li:hover a {
    color: #8462ff;
    
}


/* GTU Fastlinks */

.GTU_fastlinks_holder {
    position: fixed;
    left: 25px;
    top: 165px;
    z-index: 999;
    display: none;
}

ul.GTU_fastlinks {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.GTU_fastlinks>li {
    list-style-type: none;
    text-indent: -999px;
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin: 20px 0;
    padding: 0;
    opacity: 1;
    border: 1px solid #9e64f7;
}

ul.GTU_fastlinks>li>a:hover {
    color: #181744 !important;
}

ul.GTU_fastlinks>li:hover {
    text-indent: 1px;
    padding-left: 44px;
    border: 1px solid #fff !important;
    background-color: #9d63f6 !important;
}

ul.GTU_fastlinks>li:hover a {
    padding-left: 59px;
    background: #9d63f6;
    border-radius: 25px;
    display: block;
    color: #fff;
    font-family: 'firaGo';
    text-decoration: none;
    text-align: center;
    width: 200px;
    line-height: 52px;
    margin-left: -48px;
    cursor: pointer;
    z-index: -999999999 !important;
    margin-top: -4px;
    position: fixed;
    border: 1px solid #fff;
    padding-right: 15px;
}

ul.GTU_fastlinks li#s1 {
    background: url(https://gtu.ge/images/float/1.webp) no-repeat;
    background-size: 22px;
    background-position: center;
    background-color: #181744;
    border-radius: 50%;
}

ul.GTU_fastlinks li#s2 {
    background: url(https://gtu.ge/images/float/2.webp) no-repeat;
    background-size: 22px;
    background-position: center;
    background-color: #181744;
    border-radius: 50%;
}

ul.GTU_fastlinks li#s3 {
    background: url(https://gtu.ge/images/float/3.webp) no-repeat;
    background-size: 22px;
    background-position: center;
    background-color: #181744;
    border-radius: 50%;
}

ul.GTU_fastlinks li#s4 {
    background: url(https://gtu.ge/images/float/4.webp) no-repeat;
    background-size: 22px;
    background-position: center;
    background-color: #181744;
    border-radius: 50%;
}

ul.GTU_fastlinks li#s5 {
    background: url(https://gtu.ge/images/float/5.webp) no-repeat;
    background-size: 22px;
    background-position: center;
    background-color: #181744;
    border-radius: 50%;
}

ul.GTU_fastlinks li#s6 {
    background: url(https://gtu.ge/images/float/6.webp) no-repeat;
    background-size: 22px;
    background-position: center;
    background-color: #181744;
    border-radius: 50%;
}


/* GTU Fastlinks */

a:hover {
    color: #8462ff !important;
    transition: 300ms;
}

.carousel {
    margin-bottom: 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

span.facebook {
    color: #046ee5;
}


/* Carousel base class */

.carousel {
    margin-bottom: 4rem;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    width: 364px;
    background: rgba(255, 255, 255, 0.1);
    float: left;
    padding: 15px;
    margin-bottom: 72px;
}


/* Declare heights because of positioning of img element */


.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}


/* rtl:begin:ignore */

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        position: static;
        width: 269px;
        height: 56px;
        left: 4px;
        top: 2px;
        font-family: FiraGO;
        font-style: normal;
        font-weight: 350;
        font-size: 18px;
        line-height: 20px;
        /* or 156% */
        display: flex;
        align-items: center;
        letter-spacing: 0.01em;
        text-transform: lowercase;
        font-feature-settings: 'case' on;
        color: #FFFFFF;
        /* Inside Auto Layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


/*BULLET*/
.GTU_more {
    text-align: center;
    display: flex;
    padding: 20px 0px 20px 0px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.GTU_more > a {
    padding: 15px 35px;
    border-radius: 41px;
    color: #181744;
    font-family: 'FiraGo-Bold';
    font-feature-settings: 'case' on;
    text-decoration: none;
    border: 1px solid #181744;
}
.GTU_more > a:hover{
    background: transparent;
    border:1px solid #9d63f6;
    color: #9d63f6;
}


nav.navbar.navbar-expand-md.navbar-dark.bg-default {
    margin-bottom: -170px;
    z-index: 99;
    padding-top: 29px;
}

.carousel-item.min-vh-100.active {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.carousel-indicators [data-bs-target] {
    flex: 0 1 auto;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    padding: 0;
    background: none;
    border: 2px solid white !important;
    margin-right: 18px;
    margin-left: 18px;
    text-indent: -999px;
    cursor: pointer;
    border: 0;
    opacity: .5;
    transition: opacity .6s ease;
}

    .link1{
        margin-top:1rem;
        text-align:right;
    }
    .link1>a {
background: #8462ff;
    padding: 5px 25px;
    border-radius: 41px;

    line-height: 22px;
    margin: 25px 0px;
    letter-spacing: 0px;
    color: #fff;
    font-family: 'FiraGO-Bold';
    text-decoration: none;
    }
.link1 a:hover {
    background: #6610f2;
    color: #ffffff !important;
}

.SlideDesc {
    position: relative;
    color: #fff;
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.SlideDesc.center-block > h1 {
    font-size: 50px;
    font-family: 'FiraGO-Bold';
    color: #fff;
    font-weight: 900;
    letter-spacing: 0px;
    padding: 0px;
    margin: 0px;
}



.SlideDesc a {
    background: #7351ed;
    padding: 5px 25px;
    border-radius: 41px;
    font-size: 18px;
    line-height: 22px;
    margin: 25px 0px;
    letter-spacing: 0px;
    color: #fff;
    font-family: 'FiraGO-Bold';
    text-decoration: none;
}

.SlideDesc a:hover {
    background: #6348c3;
    color: #ffffff !important;
    transition: 300ms;
}

.SlideDesc h2 {
    padding: 25px 50px;
    border-radius: 45px;
    margin: 50px 0px;
}

.SlideInfo {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.SlideInfo>h2 {
    opacity: 1 !important;
    position: absolute;
    bottom: 0px;
    background: hsl(0deg 0% 0% / 21%);
    padding: 40px 45px;
    border-radius: 45px;
    color: #fff;
    font-family: firago;
    font-feature-settings: 'case' on;
    font-size: 20px;
    height: 101px;
}

span.Srulad {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    color: #FFFFFF;
    float: right;
    margin-top: -25px;
}

.carousel-inner::after {
    display: none !important;
}

.carousel-caption h1 {
    position: static;
    height: 28px;
    left: 4px;
    right: -24.48px;
    top: 2px;
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 10px 0px 25px 0px;
    margin: 0px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators {
    justify-content: unset;
    margin-bottom: 50px !important;
    margin-left: 20%;
}


span.GTU_menu {
    color: #fff;
    font-size: 16px;
    line-height: 0px;
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case' on;
    padding: 0px 0px 0px 20px;
    margin-top: 13px;
}

div#LangSelector {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case' on;
}
div#Language > a:hover {
    color: #8462ff !important;
    transition: 300ms;
}
.Floating {
    position: fixed;
    z-index: 9999;
    color: #fff;
    top: 15%;
    left: 15px;
    background: #181744;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.Floating img {
    width: 24px;
    margin: 6px;
}

.Floating:hover {
    background: #8268f9;
    transition: 300ms;
    cursor: pointer;
}

.FloatingText {
    display: none;
    z-index: -1;
}

.detail_pictureimg {
    min-width: 300px;
    height: auto;
    max-width: 550px;
    border-radius: 10px;
    margin: 20px 30px 20px 0px !important;
}

div#ElServices:hover .FloatingText,
div#Library:hover .FloatingText,
div#Tv:hover .FloatingText,
div#Contct:hover .FloatingText,
div#Blg:hover .FloatingText {
    display: block;
    border: 1px solid #fff;
    position: fixed;
    left: 0px;
    color: white !important;
    left: 50px;
    top: 16%;
    left: 20px;
    background: #181744;
    padding: 7px 51px;
    margin-top: -9px;
    margin-left: -7px;
    border-radius: 50px;
    width: 245px;
    text-align: center;
    font-family: 'FiraGO';
    height: 41px;
    font-size: 16px;
}

h2.GTU_center_title {
    font-family: 'FiraGo-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 33px;
    line-height: 42px;
    text-align: center;
    font-feature-settings: 'case' on;
    color: #181744;
    padding: 30px 0px;
}

.box {
    margin: 100px auto;
    width: 300px;
    height: 50px;
}

.container-2 {
    white-space: nowrap;
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 35px;
    font-family: 'FiraGo-Bold';
}

.container-2>form>input[type="submit"] {
    background: url(https://gtu.ge/bitrix/templates/GTU/images/search.webp);
    border: 0;
    width: 27px;
    height: 27px;
}

.container-2 input#search {
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    font-feature-settings: 'case' on;
    font-size: 12px;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
    color: #65737e;
}

.container-2 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

.container-2 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

.container-2 input#search:-ms-input-placeholder {
    color: #65737e;
}

.container-2 .icon {
    position: absolute;
    top: 50%;
    margin-left: 17px;
    margin-top: 17px;
    z-index: 1;
    color: #4f5b66;
}

.container-2 input#search:focus,
.container-2 input#search:active,
.container-2 input#search:hover {
    outline: none;
    width: 200px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transition: 300ms;
}

.container-2 input#search::placeholder {
    color: #fff !important;
    font-family: 'FiraGO-Bold';
}

.container-2:hover input#search {
    width: 200px;
}

.container-2:hover .icon {
    color: #93a2ad;
}

div.search-filter h2 {
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case' on;
}

div.search-page input.search-query,
div.search-page input.search-suggest,
table.search-filter input.input-field,
table.search-filter select.select-field {
    background: #ffffff;
    border-color: #181744;
    border-radius: 10px;
    font-size: 16px;
    padding: 5px;
    font-family: 'FiraGO';
    font-feature-settings: 'case' on;
}

div.search-page input.search-button {
    font-size: 1.2em;
    background: #181744;
 
    color: #fff;
    border-radius: 20px;
    padding: 2px 20px;
    border: 0px;
    font-size: 16px;
    line-height: 35px;
    font-family: 'FiraGo-Bold';
    font-feature-settings: 'case' on;
}

div.search-page input.search-button:hover {
    color: #fff;
    background: #8462ff;
    transition: 300ms;
}

div.search-item h4 a {
    text-decoration: none;
    color: #8462ff;
    font-feature-settings: 'case' on;
}

div.search-advanced-filter a {
    outline: none;
    font-family: 'FiraGO-Bold';
    color: #181744;
    text-decoration: none;
}

.dropbtn {
    background: none;
    color: #fff;
    padding: 0px 16px;
    font-family: 'FiraGO-Bold';
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-feature-settings: 'case' on;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 2px 16px;
    text-decoration: none;
    display: block;
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case' on;
    max-width: 70px;
    height: 30px;
}

div#Login>.dropdown-content a {
    max-width: 150px !important;
}

.dropdown-content a:hover {
    color: #8462ff;
    transition: 300ms;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.bx-composite-btn-fixed {
    display: none !important;
}


/* News */

div#middle {
    margin-top: 39px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.GTU_newsletter {
    padding-left: 20px;
}

.GTU_news p {
    font-family: NotoSans;
    font-size: 16px;
    line-height: 160%;
    color: #999999;
}

.GTU_news>h3 {
    line-height: 25px;
}

.GTU_news h3>a {
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: lowercase;
    color: #4A4358;
    padding-top: 18px;
    text-decoration: none;
}

span.date {
    font-family: FiraGO;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -3e-05em;
    text-transform: lowercase;
    color: #9D63F7;
}

.GTU_news_item {
    padding: 15px;
}

.card {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: unset !important;
}



h2.GTU_news_title>a {
    font-family: 'FiraGo-Bold';
    font-feature-settings: 'case' on;
    font-size: 20px;
    color: #212529;
    text-decoration: none;
}
.card-body > h2 {
    line-height: 25px;
}

h2.GTU_news_title ::before {
    content: '';
    display: block;
    border-top: 3px solid #8462ff;
    width: 150px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.GTU_news_container {
    padding: 30px 0px;
    background: #f3f3FF;
}

.GTU_news {
    padding: 20px 30px;
}


/* Redesign */

.news-detail-content {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: justify;

}

.GTU_succ_desc {
    padding: 30px 10px;
    background: url(https://gtu.ge/bitrix/templates/GTU/images/quote.webp);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: right top;
}



.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
    align-items: flex-start !important;
}


/* Redesign */

div#HOTnews {
    margin-top: 39px;
}

li.root-item-selected {
    color: #8462ff;
}

img.preview_picture {
    width: 430px;
    height: auto;
    border-radius: 10px;
}

h3.HotName {
    padding: 10px 0;
}

h3.HotName>a {
    font-size: 24px;
    line-height: 29px;
}

.news-detail>img {
    min-width: 300px;
    height: auto;
    max-width: 350px;
    border-radius: 10px;
}

div#HOTnews>form {
    display: none;
}


/*ScrollToTop*/

.GTU_scrolltotop>.container {
    text-align: right;
    padding-bottom: 41px;
}

button#toTop {
    border: 0;
    background: url(https://gtu.ge/bitrix/templates/GTU/images/up.webp);
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    filter:brightness(0)
}

button#toTop:hover {
    border: 0;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    filter:brightness(1);
    transition: 300ms;
}


/*Newsletter*/

span.GTU_newsletter_title {
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 37px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    color: #828282;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px 10px;
    padding-bottom: 21.56px;
}

.GTU_subscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 26px;
    width: 171px;
    background: #FFFFFF;
    border: 1px solid #741FF5;
    box-sizing: border-box;
    border-radius: 48px;
}


/* შიდა გვერდის CSS */

input#newsletter_email {
    font-family: 'NOTOSANS';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    width: 306px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    color: #999999;
    flex: none;
    border: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #999999;
    order: 0;
    margin: 0px 10px 43px 10px;
}

.GTU_newsletter img {
    margin-top: 43px;
    margin-bottom: 15.66px;
    border-radius: 15px;
}

button.GTU_subscribe {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #741FF5;
    margin: 0px 10px;
}

button.GTU_subscribe:hover {
    background: rgb(24 23 68);
    color: #ffffff;
}

.GTU_primary_news h3 {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    color: #4A4358;
    padding-top: 15.63px;
}

.GTU_primary_news p {
    font-family: 'NOTOSANS';
    font-size: 18px;
    line-height: 21px;
    color: #999999;
}

.GTU_primary_news img {
    margin-top: 30px;
    border-radius: 15px;
}

.GTU_news_heading {
    font-family: 'FiraGo-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 33px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #181744;
    padding: 30px 0px;
}

footer.GTU_footer {
    background: #181744;
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    border-top: 25px solid #8462FF;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}

.GTU_social_holder {
    display: inline-flex;
    padding-right: 34px;
    float: left;
    color: #fff;
}

div#GTU_copyright {
    text-align: right;
    border-top: 1px solid #4F4F4F;
}

.socials {
    padding-top: 23px;
    padding-bottom: 18px;
}

.GTU_copyright_text {
    text-align: right;
    margin-top: -15px;
    padding-bottom: 20px;
    color: #fff;
}

.GTU_footer_link {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    text-align: left;
}

.GTU_footer_linkf {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    text-align: left;
}

h6.GTU_footer_title {
    font-family: 'FiraGO-Bold';
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: left;
    letter-spacing: 0.01em;
    font-feature-settings: 'case' on;
    color: #FFFFFF;
}

ul.GTU_footer_menu {
    list-style: none;
    padding-left: 0px;
}

ul.GTU_footer_menu li {
    padding-bottom: 8px;
    font-weight: 350;
}

ul.GTU_footer_faculties {
    list-style: none;
    padding-left: 0;
}

ul.GTU_footer_faculties li {
    padding-bottom: 8px;
}

.GTU_programs_slider.slick-initialized.slick-slider.slick-dotted>.slick-list.draggable>.slick-track {
    display: flex !important;
}

span.GTU_all_news a {
    float: right;
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    color: #999999;
    font-feature-settings: 'case' off;
    padding-top: 30px;
    text-decoration: none;
}

h2.GTU_faculteis_title {
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #181744;
    width: 500px;
    border-bottom: 4px solid #8462FF;
    margin-bottom: 30px;
    text-decoration: none;
    padding-left: 310px;
    width: 40%;
    padding-bottom: 24px;
}

.GTU_Faculties {
    padding: 40px 0px;
}

span.GTU_all_news a:hover {
    color: #8462FF;
    cursor: pointer;
    padding-bottom: 2px;
}

input#newsletter_email:focus {
    outline: none;
    border-bottom: 1px solid #8462ff;
}


.GTU_social_holder:hover {
    color: #8462ff;
    cursor: pointer;
    transition: 300ms;
}

.GTU_copyright_text a {
    text-decoration: none;
    color: #fff;
}

.GTU_copyright_text a:hover {
    color: #8462ff;
}

.GTU_footer_link:hover {
    color: #8462ff;
    background: transparent;
}

.GTU_primary_news h1:hover,
.GTU_news h3>a:hover,
span.GTU_newsletter_title:hover {
    color: #8462ff;
    cursor: pointer;
}

.GTU_primary_news {
    padding-top: 43px;
}

.GTU_testimonial {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    align-content: center;
    flex-direction: row;
    background: #f3f3FF;
    padding: 100px 0px;
}

.GTU_testimonial > .container > img:hover ~ h3 {
    color: #8462ff !important;
}

a.GTU_testimonial_read:hover img {
    margin-left: 10px;
    margin-right: -10px;
}

.GTU_testimonial p {
    font-family: 'FiraGo-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 155%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.065em;
    text-transform: lowercase;
    font-feature-settings: 'case' on, 'cpsp' on;
    color: #181744;
    flex: none;
    order: 0;
    flex-grow: 1;
    font-weight: 700;
}

.GTU_testimonial img {
    margin: 40px 0px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 3s ease;
}
.GTU_testimonial img:hover {
    transform: scale(1.1);
}

.counter-count:hover {
    /*background: hsl(254deg 87% 97%);*/
    border: 2px solid #9579f7;
}

.counter {
    background-color: #f3f3ff;
    text-align: center;
    background-position: left;
    background-repeat: no-repeat;
}

.counter-count {
    font-size: 33px;
    cursor: default;
    border-radius: 50%;
    border: 2px solid #181744;
    position: relative;
    color: #181744;
    text-align: center;
    line-height: 214px;
    width: 210px;
    height: 210px;
    font-family: 'FiraGo-Bold';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

p#GTU_center {
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.employment,
.design {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.graduate-p {
    display: flex;
    align-content: flex-start;
    justify-content: center !important;
} 

.graduate-p,
.employment-p,
.order-p,
.design-p {
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 33px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    letter-spacing: 0.03em;
    color: #181744;
    font-family: 'FiraGo-Bold';
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 15px 0px;
    font-feature-settings: 'case' on;
}

div#GTU_stats_custom_row {
    align-items: center;
    justify-content: center;
    padding: 40px 50px 80px 50px
}


/* Slider Fixes */

.carousel-caption {
    border-radius: 5px !important;
}

.carousel-caption:hover {
    background: rgb(0 0 0 / 20%) !important;
}

.menu-wrap {
    position: relative;
    height: 55px;
    z-index: 1;
}

.menu-wrap .toggler {
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 55px;
    opacity: 0;
    z-index: 2;
}

.menu-wrap:hover .hamburger>div {
    background: #8462ff !important;
}


.menu-wrap .hamburger {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
}


/* Hamburger line */ 

.menu-wrap .hamburger>div {
    position: relative;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}


/* Top and bottom lines */

.menu-wrap .hamburger>div:before,
.menu-wrap .hamburger>div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}


/* Moves line down */

.menu-wrap .hamburger>div:after {
    top: 10px;
}


/* Toggler animate */

.menu-wrap .toggler:checked+.hamburger>div {
    transform: rotate(135deg);
    background-color: #fff !important;
}


/* Turn Lines into X */

.menu-wrap .toggler:checked+.hamburger>div:before,
.menu-wrap .toggler:checked+.hamburger>div:after {
    top: 0;
    transform: rotate(90deg);
    background: #fff !important;
}


/* Rotate on hover when checked */

.menu-wrap .toggler:checked:hover+.hamburger>div {
    transform: rotate(225deg);
    background: #fff !important;
}


/* Show menu */

.menu-wrap .toggler:checked~.menu {
    visibility: visible;
    background: #181744;
    animation: none;
}


.menu-wrap .toggler:checked~.menu>div {
visibility: visible;
background: #181744;
    display: block;
    animation: none !important;
    animation-duration: unset !important;
    animation-iteration-count: unset !important;
    object-fit: cover;
    background-size: 100%;
} 
.menu-wrap .toggler:checked~.menu>div:before {
    position: fixed;
    content: ' ';
    top: 40px;
    position: fixed;
    color: #fff;
    background: url(https://gtu.ge/bitrix/templates/GTU/images/logo-horizontal-white.svg);
    height: 67px;
    width: 267px;
    left: 120px;
    animation: none;
}

.menu-wrap .toggler:checked~.menu>div>div {
    opacity: 1;
}

.menu-wrap .menu {
    position: relative;
}

.menu-wrap .menu>div {
visibility: hidden;    
right: 0px;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    display: none;
}

.menu-wrap .menu>div>div {
    text-align: center;
    opacity: 0;
}

.menu-wrap .menu>div>div>ul>li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
}

.menu-wrap .menu>div>div>ul>li>a {
    color: inherit;
    text-decoration: none;
}

.GTU_second_submenu {
    position: fixed;
    left: -500px;
    height: 100%;
    top: 0;
    width: 500px;
    background: rgb(24 23 68 / 92%);
}

.GTU_third_submenu {
    color: #fff !important;
    z-index: 99999999999;
    position: fixed;
    left: -150%;
    background: rgb(24 23 68 / 92%);
    height: 100%;
    top: 0;
    padding-right: 180px;
    padding-left: 200px;
    padding-right: 361px;
}

.topnav a {
    display: block;
    width: 100%;
    color: #FFF;
}

.topnav li>ul {
    display: none;
}

.topnav li {
    background: red;
}

.topnav li li {
    background: blue;
    text-indent: 20px;
}

.topnav li li li {
    background: green;
    text-indent: 40px;
}

.opened {
    background: #000 !important;
    color: #FFF !important;
}

.active {
    background: inherit !important;
}

.atlink {
    background: #960025 !important;
}

.slick-initialized .slick-slide>a {
    text-decoration: none;
    color: inherit;
}

.slick-initialized .slick-slide>a:hover {
    color: #8462ff;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    padding-bottom: 40px;
    padding-top: 60px;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #181744;
    text-indent: -9999px;
    margin: 0 15px;
}

.slick-dots li.slick-active button {
    background-color: #4A4358;
}

button.slide-arrow.next-arrow.slick-arrow {
    bottom: 36px;
    position: absolute;
    right: 25%;
    background: url('https://gtu.ge/bitrix/templates/GTU/images/right.webp');
    height: 20px;
    width: 40px;
    background-repeat: no-repeat;
    border: 0;
}

button.slide-arrow.prev-arrow.slick-arrow {
    width: 40px;
    position: absolute;
    background: url('https://gtu.ge/bitrix/templates/GTU/images/left.webp');
    height: 20px;
    background-repeat: no-repeat;
    border: 0px;
    left: 25%;
    bottom: 36px;
}
button.slide-arrow.prev-arrow.slick-arrow:hover {
    background: url(https://gtu.ge/bitrix/templates/GTU/images/left-hover.webp) !important;
    background-repeat: no-repeat !important;
}

button.slide-arrow.next-arrow.slick-arrow:hover {
    background: url(https://gtu.ge/bitrix/templates/GTU/images/right-hover.webp) !important;
    background-repeat: no-repeat !important;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 42px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 176px;
    min-height: 1px;
    width: 176px;
    border-radius: 50%;
    border: 1px solid #181744;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 170px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.slick-slide img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Programs */

div#Programs-1 {
    padding-bottom: 50px;
    padding-top: 40px;
}

div#Programs-2 {
    padding-bottom: 20px;
}

div#Bach {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div#Bach>h2 {
    position: absolute;
    color: #fff;
    font-family: firago;
    font-feature-settings: 'case' on;
}

/*div#Bach>h2>a {
    color: unset;
    text-decoration: none;
    font-weight: 700;
}
*/
div#Bach>h2>a {
    text-decoration: none;
    font-weight: 700;
    background: rgb(255 255 255 / 70%);
    padding: 5px 25px;
    border-radius: 25px;
    color: #181744;
    font-family: 'FiraGo-Bold';
    font-size: 24px;
}

div#GTU_programs_holder {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.GTU_programs {
    border-right: 20px solid #8462ff;
    padding-bottom: 80px;
    padding-top: 20px;
}

ul.GTU_programs_menu>li.act:after {
    content: 'იხილეთ სრულად';
    color: white;
    font-size: 16px;
    background: #8462ff;
    padding: 10px;
    display: block;
    width: 175px;
    border-radius: 25px;
    line-height: 16px;
    float: right;
    display: none;
}

ul.GTU_programs_menu {
    list-style: none;
    padding-top: 50px;
}

label.GTU_programs_btn.image-toggler {
    cursor: pointer;
}

ul.GTU_programs_menu>li.act {
    color: #8462FF;
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 37px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
}

ul.GTU_programs_menu>li.act>span {
    margin-left: -250px;
    padding-right: 250px;
    border-bottom: 1px solid #4A4358;
}

ul.GTU_programs_menu>li {
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 67px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    color: #4A4358;
    margin-bottom: 20px;
    margin-top: 30px;
    cursor: pointer;
}

label.GTU_programs_btn.image-toggler:hover {
    color: #8462ff;
}

span.GTU_programs_numb {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 28px;
    /* display: flex; */
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: lowercase;
}

.GTU_programs_gallery {
    float: right;
    padding-right: 130px;
}

.GTU_programs_title_holder {
    display: block;
    height: 110px;
    margin-bottom: 40px;
}

.GTU_programs_gallery img {
    width: 80%;
    margin-left: 120px;
    margin-top: -25px;
}

.GTU_programs_title_holder h2 {
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #181744;
    border-bottom: 4px solid #8462FF;
    padding-left: 20px;
    float: right;
    padding-right: 310px;
    padding-top: 15px;
}


/* Programs */

/* Updated Programs */
div#Programs-1 > .col-md-6 > img {
    width: 75%;
    filter:opacity(0.8);
}
div#Programs-2 > .col-md-6 > img {
    width: 75%;
    filter:opacity(0.8);
}
div#Programs-1 > .col-md-6 > img:hover {
    filter:opacity(1);
}
div#Programs-2 > .col-md-6 > img:hover {
    filter:opacity(1);
}
.slick-list.draggable {
    padding: 0px !important;
}
.GTU_Progs {
    padding: 30px 0px 60px 0px;
}
.GTU_Progs > .slick-slider > ul {
    margin-top: -60px;
}
.GTU_Progs.slick-initialized.slick-slider.slick-dotted > .slick-list.draggable {
    padding: 80px 0px !important;
}
.GTU_programs_slide.slick-slide.slick-current.slick-active.slick-center {
  height: auto !important;
    border-radius: 45px !important;
    width: 630px !important;
    box-shadow: 10px 15px 30px rgb(0 0 0 / 30%);
    margin: 10px 80px 35px 80px;
}
.GTU_programs_slide.slick-slide > a > h2 {
    font-family: 'FiraGO';
    font-feature-settings: 'case' on;
    font-weight: 700;
    color: #181744;
}
.GTU_programs_slide.slick-slide.slick-current.slick-active.slick-center > img {
    height: 500px !important;
    width: 629px !important;
    border-top-right-radius: 45px !important;
    border-top-left-radius: 45px !important;
    margin-bottom: 10px;
}


.GTU_programs_slide.slick-slide {
    width: 580px !important;
    margin-top: 30px;
    height: 515px !important;
    border: 1px solid #dde7e9;
    background: #fff;
    border-radius: 45px;
}
.GTU_programs_slide.slick-slide > img {
    display: unset;
    margin: unset;
    margin-bottom: 5px;
    width: 100%;
    height: 460px;
    transition: unset;
    transform: unset;
    filter: unset;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;

}
/* Updated Programs */


/* Testimonials */

a.GTU_testimonial_read:hover {
    color: #8462ff;
}

.GTU_testimonial_text {
    padding-left: 10px;
    display: flex;
}

h3.GTU_testimonial_title {
    font-family: firago;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 18px;
    font-feature-settings: 'case' on;
    color: #a2a6be;
}

.carousel-item.active {
    background: none !important;
}

p.GTU_testimonial_content {
    align-items: center;
    text-align: right;
    display: flex !important;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    font-family: FiraGO;
    font-style: italic;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #4A4358;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

h3.GTU_testimonial_author {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #4A4358;
}

a.GTU_testimonial_read {
    font-family: FiraGO;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #635B71;
    text-decoration: none;
}

.GTU_carousel {
    padding: 5% 0;
    display: flex;
    box-shadow: inset -347px 0px #8462ff;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

div#GTU_testimonials {
    margin-bottom: unset;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0;
}


/* Testimonials */


.GTU_partners {
    padding: 40px 0px;
}

/* Institutes */

.GTU_institutes {
    background: #f4f1fd;
    padding: 40px 0px;
}

.GTU_institute:hover {
    font-family: 'FiraGO';
    cursor: default;
}

div#ActiveInstitute {
    font-family: 'FiraGO';
    font-feature-settings: 'case' on;
}

.GTU_Institutes_heading {
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    display: block;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #181744;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #8462FF;
    margin-bottom: 80px;
}

span.GTU_all_inst a {
    float: right;
    font-family: FiraGO;
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    color: #999999;
    font-feature-settings: 'case' off;
    padding-top: 30px;
    text-decoration: none;
}

span.GTU_all_inst a:hover {
    color: #8462FF;
}

.GTU_institute:hover {
    border: 1px solid #7e65f2;
    transition: 5ms;
}

.GTU_institute.active {
    margin: 30px 100px;
    padding: 15px 30px;
    border-radius: 46px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    font-family: 'FiraGO';
    color: #181744;
    direction: ltr;
    background: transparent !important;
}

.GTU_institutes_holder {
    background: #fff;
    margin: 10px;
    border-radius: 46px;
    height: 600px;
    padding: 5px;
    overflow: hidden;
    border-bottom: 5px solid rgb(207 207 207 / 22%);
    margin-top: 50px;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 9%);
}

.GTU_institutes_holder.ToogleOverflow {
    margin: 10px;
    border-radius: 46px;
    height: 600px;
    padding: 5px;
    overflow-y: scroll !important;
    border-top: 5px solid rgb(207 207 207 / 22%);
    border-bottom: 5px solid rgb(207 207 207 / 22%);
}

.GTU_institutes_holder.ToogleOverflow::-webkit-scrollbar-track {
    background: url('https://gtu.ge/bitrix/templates/GTU/images/border.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.GTU_institutes_holder.ToogleOverflow::-webkit-scrollbar {
    width: 50px;
}

.GTU_institutes_holder.ToogleOverflow::-webkit-scrollbar-thumb {
    background: url('https://gtu.ge/bitrix/templates/GTU/images/scroll.webp');
    background-repeat: no-repeat;
    background-position: center;
}

.GTU_institutes_holder.ToogleOverflow::-webkit-scrollbar-thumb:hover {
    background: url('https://gtu.ge/bitrix/templates/GTU/images/scroll-hover.webp');
    background-repeat: no-repeat;
    background-position: center;
}

.GTU_institute {
    padding: 20px 30px;
    border-radius: 46px;
    font-family: 'FiraGO';
    font-feature-settings: 'case' on;
    background: #f3f3ff;
    color: #181744;
    direction: ltr;
    border: 1px solid #efefef;
}

.GTU_instlinkholder {
    margin: 30px 90px;
}

.GTU_institutes_title_holder h2 {
    font-family: FiraGO;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #181744;
    float: left;
    border-bottom: 4px solid #8462FF;
}

a.OpenInstitute {
    background: #7e65f2;
    color: #fff;
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case' on;
    padding: 5px 20px;
    border-radius: 50px;
    float: right;
    text-decoration: none;
}

.InstituteLinkHolder {
    display: none;
}

.GTU_institute:hover .InstituteLinkHolder {
    display: block;
}

a.OpenInstitute:hover {
    background: #6a55d1;
    color: #ffffff !important;
}


/* Institutes */


/* Partners */

.GTU_partners_title {
    font-family: 'FiraGo-Bold';
    font-style: normal;
    font-weight: normal;
    font-size: 33px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    font-feature-settings: 'case' on;
    color: #181744;
    padding:30px 0px 90px 0px;
}


/* Partners */


/* Banners */

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: fixed;    
    height: calc(100% - 200px);
}

nav ul li {
    font-size: 14px;
}

nav ul li a {
    display: flex;
    color: #fff;
    text-decoration: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-end;
}



.menu-wrap.ToogleDark {
    position: fixed;
    right: 120px;
    top: 40px;
}
ul#third {
    left: 55%;
    width: 30%;
    height: calc(100% - 300px);
    top: 150px;
}

.submenu-content {
visibility: hidden;
}

.submenu-content a {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 0px;
    font-weight: 350;
    font-size: 16px;
    margin-left: 40px;
    height: calc(100% - 300px);
}

li.submenu-dropdown.has-submenu.active>.submenu-content {
    visibility: visible;
}

.submenu-dropdown>.submenu-content {
    width: 55%;
    position: fixed;
    font-size: 14px;
    top: 150px;
    background: #181744;
    left: 33%;
    height: calc(100% - 300px);
    visibility: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

span.sub-toggle > img {
    width: 10px;
    margin-left: 10px;
    margin-top: -3px;
}

.submenu-dropdown:hover>.submenu-content>li:hover {
    border-left: 5px solid #fff;
}


li.slimmenu-sub-menu.active {
    background: none !important;
}

li.submenu-dropdown.has-submenu.active > ul > li.submenu-dropdown.has-submenu.active > ul#third {
    visibility: visible;
}

li.submenu-dropdown.has-submenu > ul > li.submenu-dropdown.has-submenu.active > ul#third {
    visibility: hidden;
}


.submenu-dropdown>.submenu-content>li>ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    background: #181744;
    position: fixed;
    left: 65%;
    right: unset;
    padding-right: unset;
    height: calc(100% - 200px);
}


.submenu-dropdown>.submenu-content>li {
    line-height: 25px;
    padding-bottom:15px;
}

ul.GTU_mainmenu {
    position: fixed;
    overflow: auto;
    left: 120px;
    background:#181744;
    top: 150px;
    width: 24%;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    float: left;
    text-align: left;
    height: calc(100% - 300px);
}



ul.GTU_mainmenu li {
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case' on;
    font-size: 20px;
    line-height: 55px;
    width: 100%;
    display: inline-flex;
    float: left;
    text-align: left;
}

.submenu-dropdown.has-submenu > ul > li.slimmenu-sub-menu {
    line-height: 24px;
    overflow: unset;
    padding-bottom: 15px;
}

.submenu-dropdown>.submenu-content>li>ul>li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
} 


ul.GTU_mainmenu li>a {

    text-align: left;
    float: left;
}

.GTU_institutes_title_holder {
    height: 100px;
}

.GTU_logo {
    background: url('https://gtu.ge/bitrix/templates/GTU/images/logo.svg');
    background-repeat: no-repeat !important;
    height: 133px;
    width: 267px;
    font-size: 0px;
}
.GTU_logo:hover {
    background-image: url(https://gtu.ge/bitrix/templates/GTU/images/logo-brand.svg);
    transition: 300ms;
}
.GTU_logo_dark {
    background: url('https://gtu.ge/bitrix/templates/GTU/images/logo-horizontal-blue.svg');
    background-repeat: no-repeat !important;
    height: 67px;
    width: 267px !important;
    font-size: 0px;
}
.GTU_logo_dark:hover {
    background-image: url(https://gtu.ge/bitrix/templates/GTU/images/logo-horizontal-brand.svg);
    transition: 300ms;
}

.carousel-indicators [data-bs-target] {
    width: 5px !important;
    height: 5px !important;
}


/*Faculty Slider*/

.GTU_faculties_slider.slick-initialized.slick-slider {
    padding-top: 40px;
}

.GTU_faculties_slider.slick-initialized.slick-slider>button.slick-prev.slick-arrow {
    position: absolute;
    background: #181744;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 32px;
    border: 0px;
    left: 350px;
    bottom: 0px;
    z-index: 99999999999 !important;
}
.GTU_faculties_slider.slick-initialized.slick-slider>button.slick-prev.slick-arrow:hover {
    background: #8462ff;
}
.GTU_faculties_slider.slick-initialized.slick-slider>button.slick-next.slick-arrow {
    position: absolute;
    background: #181744;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 32px;
    border: 0px;
    right: 350px;
    bottom:0;
}
.GTU_faculties_slider.slick-initialized.slick-slider>button.slick-next.slick-arrow:hover {
    background: #8462ff;
}

.slick-list.draggable {
    padding: 0px !important;
}

.GTU_faculties_slider.slick-initialized.slick-slider.slick-dotted>.slick-list.draggable {
    padding: 30px 0px 60px 0px !important;
}

.GTU_fac_slide.slick-slide>h2 {
    font-size: 0px;
}

.GTU_fac_slide.slick-slide.GTU_fac_slide.slick-slide.slick-current.slick-active.slick-center>h2 {
    font-size: 22px;
    font-feature-settings: 'case' on;
}

.GTU_fac_slide.slick-slide.GTU_fac_slide.slick-slide.slick-current.slick-active.slick-center>h2>a {
    text-decoration: none;
    color: #181744;
    font-weight: 700;
    position: absolute;
    font-family: 'BPG Le';
    bottom: 0px;
    width: 100%;
    left: 0;
}

.GTU_fac_slide.slick-slide.GTU_fac_slide.slick-slide.slick-current.slick-active.slick-center {
    height: auto !important;
    position: relative;
    border-radius: 0px;
    /*margin: 0 50px !important;*/
    padding-bottom: 150px;
}

.GTU_fac_slide.slick-slide {
    max-width: 260px !important;
    width: 100%;
    height: auto !important;
    border: unset;
    margin: 0 50px !important;
}

.GTU_fac_slide.slick-slide>img {
    display: unset;
    margin: unset;
    width: 100%;
    height: auto;
    transition: unset;
    filter: grayscale(1);
    transform: unset;
}


.GTU_fac_slide.slick-slide>a>img {
    display: unset;
    margin: unset;
    width: 100%;
    height: auto;
    transition: unset;
    filter: opacity(0.5);
    transform: unset;
}
.GTU_fac_slide.slick-slide.GTU_fac_slide.slick-slide.slick-current.slick-active.slick-center > img {
    filter: opacity(1) !important;
}

.GTU_Faculties>.slick-slider>ul {
    margin-top: -100px;
    margin-bottom: -20px;
}

.GTU_Faculties>.slick-slider>ul {
    margin-top: -50px !important;
}


/*Faculty Slider*/

div#Language,
div#Login {
    padding: 0px 20px;
}

.container-2 {
    padding-right: 20px;
    padding-left: 20px;
}



/*Responsive*/



@media screen and (min-width:320px) and (max-width:1200px) and (orientation:landscape) {
    .container-2{
        display: none;
    }

    .menu-collapser{
        display: none !important;
    }
    /*Menu*/
    
    .GTU_content>.container{
        padding: 0px 30px;
    }
    ul.GTU_mainmenu {
        width: 100%;
        padding-right: 5%;
    }
    ul.slimmenu.collapsed li>ul{
        position: relative !important;
    }

    /* Slide */
    .SlideDesc>h1 {
        font-size: 22px !important;
    }
    .SlideInfo>h2 {
        font-size: 18px;
    }
    .SlideDesc a {
        font-family: 'FiraGO-Bold';
        background: #9d63f6;
        padding: 10px;
        border-radius: 30px;
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0px;
    }
    /* Migwevebi */
    div#GTU_stats_custom_row {
        padding: 50px 0px;
    }
    .graduate-p,
    .employment-p,
    .order-p,
    .design-p {
        font-size: 14px;
        line-height: 24px;
    }


    .counter-count {
        line-height: 130px;
        width: 130px;
        height: 130px;
    }
    p#GTU_center {
        line-height: 130px;
        width: 130px;
        height: 130px;
    }
    /*News*/
    h2.GTU_news_title>a {
        font-size: 18px;
        line-height: 22px;
    }
   
    .GTU_partners {
        display: none;
    }
    .GTU_succ_stories.container {
        display: none;
    }
    .GTU_institutes {
        padding: 20px 0px;
    }
    .GTU_Progs {
        padding: 40px 0px 0px 0px !important;
    }
}



@media (max-width: 700px) {
    .GTU_faculties_slider.slick-initialized.slick-slider>button.slick-next.slick-arrow {
display:none !important;
}
.GTU_faculties_slider.slick-initialized.slick-slider>button.slick-prev.slick-arrow {
display:none !important;
}
.news-detail-body > .news-detail-content{
    padding: 30px;
}
}


@media (max-width: 576px) {

    .news-detail-content{
        text-align: unset !important;
    }

    .table > tbody > tr > td > p {
        font-size: 13px !important;
        line-height: 15px !important;
    }

    .table > tbody > tr > td > h2{
        font-size: 16px  !important;
    }


    img.Rectorats {
    width: 120px !important;
    height: 120px !important;
    margin-left: -5px !important;
}

    .bx_pagination_bottom{
        position: unset !important;
        padding-top: unset !important;
        padding-bottom: 20px;
        margin-top: -10px;
    }

    li#\34 36ca > ul, li#ac4ce > ul{
        width: unset !important;
    }

    .news-detail-content > p > img {
        padding: 10px;
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }

    .news-detail-body > .news-detail-content{
        padding: 40px 30px 30px 30px !important;
        overflow-wrap: break-word  !important;
    }


    .GTU-news-detail-date{
        width: unset !important;
        float: unset !important;
    }


    .row.news-list {
        width: 100%;
    }
    

    .news-list-item{
        padding-right: 0px !important;
        padding-left: 25px !important;
    }

    .GTU_fac_slide.slick-slide.slick-current.slick-active>h2>a{
        width:330px !important;
    }

    .Menu_QuickLinks > ul{
        left:3px;
    }


    .menu-collapser, .collapse-button {
        display: none !important;
    }

    ul.GTU_mainmenu{
        position: fixed;
        overflow: auto;
        left: 30px;
        top: 150px;
        width: unset;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        height: unset;
    }

    .GTU_news_container > .container > .row > div {
        padding-right: unset !important;
        padding-left: unset !important;
    }


    .GTU_testimonial{
        padding: 10px 0px 80px 0px;
    }

    .GTU_fac_slide.slick-slide>img{
        filter: unset !important;
    }

    .GTU_fac_slide.slick-slide.slick-current.slick-active{
        display: flex;
        flex-direction: column;
    }

    .GTU_succ_stories:before {
        content: 'წარმატების ისტორიები';
        font-family: 'FiraGo-Bold';
        font-style: normal;
        font-weight: normal;
        font-size: 33px;
        line-height: 42px;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: lowercase;
        font-feature-settings: 'case' on;
        color: #181744;
        padding: 30px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        margin-top: -50px;
    }

    img.GTU_succ{
        width: 100% !important;
        padding: 0px 10px !important;
        margin-bottom:unset !important;
    }

    a.GTU_succ_a {
        order: -1 !important;
    }


    .GTU_content>.container{
        padding: 0px 30px;
    }

    .carousel-item>img {
        position: absolute;
        top: 0;
        left: -572px !important;
        min-width: 100%;
    }


    .SlideDesc.center-block > h1{
        font-size: 22px;
        
    }

    .menu-wrap .toggler:checked~.menu>div:before{
        left: 20px; 
        top: 25px;
    }
    ul.slimmenu {
        padding-top: 15px;
        padding-left: 5px;
    }

    .carousel-item.min-vh-100.active{
        justify-content: space-evenly;
    }
    ul.submenu-content.hide {
        display: none !important;
    }
    ul.submenu-content.show {
        display: inline-flex !important;
    }
    ul.GTU_custom_grid{
        padding-left: 0px;
    }
    
    div#Programs-1 > .col-md-6 > img {
        width: 90%;
    }
    div#Programs-2 > .col-md-6 > img {
        width: 90%;
    }
    .Konkursi > a {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .Konkursi.wow.fadeInDown {
        margin-bottom: 40px;
    }
    .GTU_content>.container>h2 {
        font-size: 25px;
        line-height: 28px;
    }
    .news-detail-content {
        font-size: 16px !important;
        margin-top: -20px;
    }
    /* New Menu */
    li#\35 9862 > ul{
        width: 100% !important;
    }


    .menu-wrap .toggler:checked~.menu>div>nav {
        padding-top: 30%;
        background: #181744;
    }

    .submenu-dropdown:hover>.submenu-content:after{
        display: none;
    }
    .submenu-dropdown>.submenu-content>li>ul:after{
        display: none;
    }

    li.submenu-dropdown.has-submenu > ul.submenu-content {
        padding-bottom: 20px;
    }

    li.submenu-dropdown.has-submenu > ul.submenu-content > li > a {
        line-height: 25px;
        padding: 5px 0px;
        width: unset !important;
    }


    .submenu-dropdown>.submenu-content{
        transition: unset;
    transition-delay: unset;
    animation-delay: none;
    transform:unset;
    flex:unset;
    left:unset;
    top:unset;
    visibility: unset;
    opacity: unset;
    width: unset;
    height: unset;
    overflow: hidden;
    }
    ul.slimmenu.collapsed li>ul {
        padding-right: 20px;
        padding-left: 10px;
    }
    ul#third{
        display: flex;
        width:unset;
        top: unset;
        transform: unset;
        left: unset;
        transition: unset;
        transition-delay: unset;
        animation-delay: none;

        animation: unset;
        padding-left: 20px;
        padding-top: 10px;
    }


    .GTU_copyright_text{
        font-size: 10px !important;
    }

    img.GTUGerbi {
        width: 90px;
        float:left;
    }

    div#GTU_footer_logo_holder {
        position: absolute;
        width: 50px;
        left: 20px;
    }

    .GTU_social_holder > a {
        color: rgb(255 255 255 / 50%) !important;
    }
    .GTU_copyright_text, .GTU_copyright_text a{
        color: rgb(255 255 255 / 50%) !important;
    }
    

    /* New Menu */
    .GTU_institutes{
        display: none;
    }
    .GTU_fac_slide.slick-slide {
        max-width: unset !important;
        margin-top: 0px;
    }
    .GTU_faculties_slider.slick-initialized.slick-slider {
        padding-top: 20px;
    }

    .GTU_succ {
        display: flex;
        flex-direction: column;
    }
    
    .GTU_succ_desc{
        background: unset;
    }

    .GTU_succ_desc>h2 {
        font-family: 'FiraGO-Bold';
        font-feature-settings: 'case' on;
        color: #181744 !important;
        padding: 0px 0px 0px 0px !important;

    }

    .GTU_succ_desc>a {
        margin: 5px 25px 60px 20px !important;
    }

    .GTU_succ_stories.container {
        padding: 25px;
    }
    .SlideDesc {
        font-family: FiraGO;
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: 43px;
        display: flex;
        align-items: baseline;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: lowercase;
        font-feature-settings: 'case' on;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-end;
        justify-content: center;
        margin-left: 1%;
        margin-top: 20%;
    }
    .SlideInfo>h2 {
        height: auto !important;
        border-radius: 0px !important;
        text-align: center;
        display: none;
    }
    .carousel-caption {
        display: none;
    }
    .Menu_socials {
        bottom: unset !important;
        top: -50px;
        left: -205px;
        display: none;
    }
    .GTU_news {
        padding: 20px 15px;
    }
    img.preview_picture {
        width: 100%;
    }
    button#ShowFaculties {
        border: 1px solid #8462FF;
        box-sizing: border-box;
        border-radius: 48px;
        background: #fff;
        width: 250px;
        padding: 10px 25px;
        margin-left: 60px;
        font-family: 'FiraGO';
        font-feature-settings: 'case' on;
        font-size: 18px;
        margin-top: 70px;
        display: block;
    }
    .GTU_logo {
        background: url(https://gtu.ge/bitrix/templates/GTU/images/logo.svg) !important;
        font-size: 0px;
        width: 100px;
        height: 100px;
        background-size: 100% !important;
        top: 15px;

    }
    nav.navbar.navbar-expand-md.navbar-dark.bg-default {
        background: transparent !important;
        padding-top: 10px;
    }
    div#navbarCollapse {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 3px;
    }
    .container-2,
    div#Language,
    div#Login {
        display: none;
    }
    .menu-wrap {
        margin-top: 0px !important;

        animation: unset !important;
    }
    .carousel-indicators {
        margin-bottom: 20px;
    }
    h2.GTU_center_title {
        font-feature-settings: 'case' on;
        color: #181744;
        font-family: 'FiraGO-Bold';
        font-size: 25px;
        text-align: center;
    }
    div#navbarCollapse>.col-md-4>.container-2 {
        background: url('https://gtu.ge/bitrix/templates/GTU/images/search-dark.webp');
        background-position: left;
        background-repeat: no-repeat;
        background-color: #fff;
        margin-top: -50px;
    }
    .container-2 input#search:hover {
        border-bottom: 1px solid #fff;
        width: 271px;
        margin-left: 15px;
        z-index: 999999999999999999 !important;
        background: #fff;
        position: relative;
        margin-left: 25px;
        margin-right: 10px
    }
    .container-2 input#search {
        color: #fff;
    }
    div#LangSelector {
        display: none;
    }
    div#navbarCollapse>.col-md-2 {
        display: none !important;
    }
    div#LangSelector {
        display: block !important;
        position: absolute;
        margin-right: 100px;
    }
    button.dropbtn {
        color: #181744;
    }
    .menu-wrap .hamburger>div {
        background: #fff;
    }
   
    .menu-wrap .hamburger>.ToogleDark {
        background: #fff !important;
    }
    .menu-wrap {
        right: 0 !important;
        top: 15px;
    }
    div#LangSelector {
        display: block !important;
        margin-left: -65px;
    }
    .navbar>.container {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    h2.GTU_faculteis_title {
        font-family: FiraGO;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 44px;
        letter-spacing: 0.02em;
        text-transform: lowercase;
        font-feature-settings: 'case' on;
        color: #181744;
        width: 500px;
        border-bottom: 4px solid #8462FF;
        margin-bottom: 30px;
        text-decoration: none;
        padding-left: 30px;
        margin-left: -11px;
        width: 260px;
    }
    .GTU_carousel {
        display: none;
    }
    .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 100px 30px 30px 30px;
        transition: left 0.3s ease 0s;
        /* for scroll on menu */
        overflow: auto;
    }
    .menu__list>li {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .menu__list>li:last-child {
        margin-bottom: 0;
    }
    .menu__list>li._active .menu__sub-list {
        display: block;
    }
/*   .submenu-content {
        position: relative;
        background-color: #fff;
        flex: 1 1 100%;
        margin-top: 20px;
        display: none;
    }*/
    .menu__sub-link {
        font-size: 20px;
        color: #000;
    }
    div#GTU_faculties_footer,
    div#FastLinks,
    div#Extra {
        display: none;
    }
    div#AboutSTU>.GTU_footer_block {
        float: right;
        margin-bottom: 40px;
    }
    div#GTU_footer_logo_holder>img {
        float: left;
        width: 120px;
        position: absolute;
        left: 20px;
    }
    .GTU_copyright_text {
        padding-bottom: 10px;
        margin-top: 5px;
        text-align: center;
        color: #fff;
    }
    .socials {
        padding-top: 23px;
        padding-bottom: 18px;
        margin-top: -70px;
        margin-bottom: 40px;
        margin-left: 80px;
    }
    .GTU_institutes_holder {
        width: 100%;
    }
    .GTU_instlinkholder {
        margin: 15px 5px 5px -10px;
    }
    div#GTU_news_holder {
        display: flex!important;
        align-content: flex-start;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    .GTU_primary_news img {
        margin-top: 15px;
        width: 320px;
    }
    div#middle {
        margin-top: 10px;
        border-left: 0px solid #CCCCCC;
        border-right: 0px solid #CCCCCC;
        margin-right: 0px;
    }
    .GTU_news_container>.container>.GTU_news_heading {
        width: 100% !important;
        /* margin-left: -20px !important; */
    }
    .GTU_newsletter {
        margin-left: 20px;
        padding-bottom: 30px;
    }
    .GTU_faculteis {
        padding-top: 80px;
        border-left: 10px solid #8462ff;
        border-right: 10px solid #8462ff;
    }
    .GTU_faculty_secondary {
        display: none;
    }
    .GTU_testimonial img {
        padding-bottom: 15px;
        padding-top: 0px;
        
    }
    .GTU_testimonial p {
        font-family: 'FiraGo-Bold';
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 125%;
        padding-top: 15px;
    }
    .GTU_programs_title_holder h2 {
        padding-right: 30px;
        font-size: 30px;
    }
    .GTU_programs {
        display: none;
    }
    .GTU_faculties_img>a>img {
        width: 100%;
    }
    .GTU_news_container>.container>.GTU_news_heading {
        font-size: 30px;
    }
    .GTU_news_item>img {
        width: 310px;
        height: 190px;
        border-radius: 35px;
        background-position: center center;
        object-fit: cover;
        margin-bottom: 25px;
        border-bottom: 2px solid #9579f7;
    }
    span.GTU_all_news a {
        padding-top: 10px;
    }
    div#GTU_footer_logo_holder {
        margin-top: -1rem;
    }
    div#ShowFaculty {
        display: block;
    }
    .GTU_faculties_img {
        display: none;
    }
    .GTU_primary_news {
        margin-left: 20px;
    }
    .submenu-content {
        width: 100%;
        right: 0;
        background:#181744;
    }
    .GTU_partners {
        border-left: 10px solid #8462FF;
    }
    .Floating {
        left: 10px;
    }
    .GTU_newsletter img {
        width: 85%;
    }
    .GTU_primary_news img {
        width: 85%;
    }
    .GTU_partners {
        display: none;
    }
    /* GTU Fastlinks */
    .GTU_fastlinks_holder {
        display: none;
    }
    /* GTU Fastlinks */
    span.GTU_menu {
        color: #fff; 
        z-index: 999;
        position: fixed;
        right: 50px;
        display: none;
    }
    /* Menu Fixes */
    .GTU_Progs {
        padding: 60px 0px 0px 0px;
    }
    .GTU_Faculties {
        padding: 40px 0px;
    }
    div#GTU_stats_custom_row {
        padding: 33px 0px;
    }
    .menu-wrap .toggler:checked~.menu>div {
        height: 100%;
        animation: none !important;
        overflow-y: auto;
    }
    .submenu-dropdown>.submenu-content>li>ul>li {
        align-content: flex-start !important;
    }
    li.submenu-dropdown {
        border: 0px !important;
    }
    .submenu-dropdown>.submenu-content>li {
        line-height: 25px;
        margin: 0;
    }
    /* ReRedisgn */
    div#Bach>img {
        border-radius: 50px;
        width: 350px;
        padding: 15px;
    }
    div#Programs-1,
    div#Programs-2 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .GTU_institute {
        margin-left: 25px;
    }
    .GTU_institutes {
        padding: 60px 0px;
    }
    .GTU_institutes_holder.ToogleOverflow {
        margin: 0px;
        touch-action: pan-y;
    }
    .GTU_faculties_slider.slick-initialized.slick-slider>button.slick-prev.slick-arrow {
        left: 10px;
        width: 40px;
        height: 40px;
    }
    .GTU_fac_slide.slick-slide.slick-current.slick-active>img {
        margin-bottom: 100px;
        width: 250px;
    }
    .GTU_faculties_slider.slick-initialized.slick-slider>button.slick-next.slick-arrow {
        right: 10px;
        bottom: 0px;
        width: 40px;
        height: 40px;
    }
    .GTU_faculties_slider.slick-initialized.slick-slider>button.slick-prev.slick-arrow > img, .GTU_faculties_slider.slick-initialized.slick-slider>button.slick-next.slick-arrow > img{
        width: 16px !important;
        margin-top: -7px !important;
        margin-left: 0px !important;   
    }
    a#SainjinroEkonomikisFac {
        font-size: 18px;
        width: 350px;
    }
    .GTU_fac_slide.slick-slide.slick-current.slick-active>h2 {
        font-size: 20px;
        font-feature-settings: 'case' on;
        padding: 0 30px;
        font-family: 'FiraGO-Bold';
        position: absolute;
        bottom: 0px;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }
    .GTU_fac_slide.slick-slide.slick-current.slick-active>h2>a {
        text-decoration: none;
        color: #181744;
    }
    /*Mtavari Migwevebi*/
    .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
        width: 180px;
    }
    .counter-count {
        font-size: 24px;
        line-height: 110px;
        width: 110px;
        height: 110px;
        display: inline-block;
    }
    .graduate-p,
    .employment-p,
    .order-p,
    .design-p {
        font-family: FiraGO;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.03em;
        color: #181744;
        margin: 15px 0px;
        font-feature-settings: 'case' on;
    }
    p#GTU_center {
        width: 110px;
        height: 110px;
        display: flex;
        line-height: 110px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}


/*Laptop Fixes (Macbook)*/
@media screen and (min-width:800px) and (max-width:1500px) {
    ul.GTU_mainmenu li{
        font-size: 18px !important;
        line-height: 55px !important;
    } 
    div#ProgramsUpdated {
        column-gap: 20px;
    }
    li#\34 36ca > ul, li#ac4ce > ul, li#\35 9862 > ul {
        width: 25% !important;
    }
    div#ProgramsUpdated > .col-md-3 > a > img {
        width: 80% !important;
    }
    div#ProgramsUpdated > .col-md-3{
        width: 23%;
    }
    .slick-dots{
        padding-top:0px;
    }
    .submenu-dropdown.has-submenu > ul > li.slimmenu-sub-menu {
    line-height: unset !important;
    }
    span.sub-toggle > img{
        margin-left: 10px !important;
    }

    .submenu-dropdown.has-submenu > ul > li.slimmenu-sub-menu{
        overflow-y: unset !important;
        padding-right: 20px;
        line-height: 40px !important;
        padding-bottom: 0px;
    } 
    ul#third{
        
    left: 60% !important;

    }
    li#f881d > ul {
        width: 25% !important;
    }
    li#\35 9862 > ul {
        width: 55% !important;
    }

    .submenu-dropdown>.submenu-content>li.has-submenu {
        line-height: 40px !important;
        padding-bottom: unset !important;
    }


}




div#Programs-1 > .col-md-6 > img{
    border-radius: 35px;
} 

.carousel-control-next{
    display: none !important;
}
.GTU_third_menu > ul{
    display: none;
}
div#Login {
    display: none;
}


/*Responsive*/




div > h3 > a {
    color: #8462ff;
    text-decoration: none;
    font-size: 22px;
    font-feature-settings: 'case';
}

/*BS hacks*/
.accordion-button:not(.collapsed) {
    color: #8462ff !important;
    background-color: #f1edff !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-feature-settings: 'case' on;
}
.accordion-button:focus{
    box-shadow: 0 0 0 2px rgb(132 98 255 / 30%) !important;
    border-color: #8462ff !important;
}
.accordion-flush .accordion-item .accordion-button{
    font-feature-settings: 'case' on;
}
.nav-tabs {
    border-bottom: 0px !important;
    font-feature-settings: 'case' on;
    font-size: 18px;
}
.nav-tabs .nav-link.active{
    color: #8462ff !important; 
}
.nav-link{
    color: rgb(24 23 68) !important;
}
.nav-tabs .nav-link{
    border:0px !important;
}



/* New Programs Toko */
.GTU_programsnew {
    padding: 0px 0px 80px 0px;
}


div#ProgramsUpdated > .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 15px;
}

div#ProgramsUpdated > .col-md-3 > a  {
    width: 300px;
    height: 300px;
    overflow: hidden;
}
div#ProgramsUpdated > .col-md-3 > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 3s ease;
}
div#ProgramsUpdated > .col-md-3 > a > img:hover {
    transform: scale(1.2);
}
div#ProgramsUpdated > .col-md-3 > a:hover h2{
    color: #8462ff;
}
div#ProgramsUpdated > .col-md-3 > a > h2 {
    text-decoration: none !important;
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case';
    text-align: left;
    background: rgb(243 243 255);
    font-size: 24px;
    margin-top: -60px;
    padding: 5px 10px;
    color: #181744;
    position: absolute;
}

.GTU_news_item > .card > a > img:hover {
    transform: scale(1.1);
}
.GTU_news_item > .card > a > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 3s ease;
}

h4.card-title > a {
    font-family: 'FiraGO-Bold';
    text-decoration: none;
    color: #181744;
    font-feature-settings: 'case';
    font-size: 20px;
    line-height: 22px;
}

.news-list-view.news-list-post-params {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #8462ff;
    padding: 10px;
}
.news-list-param{
    color:#fff;
    font-family: 'FiraGO-Bold';
}


.GTU_news_item > .card > a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.GTU_news_item > .card:hover h2.GTU_news_title>a {
    color: #8462ff !important;
}

div#Language>button:hover {
    color: #8462ff !important;
}
span.sub-toggle{
    color:#8462ff;
}


font.notetext {
    color: green;
    font-family: 'FiraGo-Bold';
}

img.GTU_next {
    height: 15px;
    padding-left: 5px;
    margin-top: -3px;
}

.GTU_faculties_slider.slick-initialized.slick-slider>button.slick-next.slick-arrow > img {
    width: 20px;
    margin-top: -7px;
    margin-left: 5px;
}

.GTU_faculties_slider.slick-initialized.slick-slider>button.slick-prev.slick-arrow > img{
    width: 20px;
    margin-top: -7px;
    margin-left: -5px;
}

.menu-wrap .hamburger:hover div {
    background: #8462ff;
}



/*Menu QuickLinks*/



.Menu_bottomSection {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 20px 100px 0px 100px;
    border-top: 1px solid #8462ff;
    background: #191543;
}

.Menu_QuickLinks > ul {
    display: flex;
}
.Menu_socials {
    float: right;
}
.Menu_QuickLinks > ul > li {
    padding: 0px 5px;
    font-family: 'FiraGo-Bold';
    font-feature-settings: 'case';
}

/*Menu QuickLinks*/


/* Fix About Us */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #fff !important;
}
.carousel-control-next{
    display: block !important;
}
.news-detail-content > p > img {
    padding: 10px;
}



/*News Pager on Home*/
.bx_pagination_bottom .bx_pagination_page li:first-child, .bx_pagination_bottom .bx_pagination_page li:last-child {
    display: block;
}
.bx_pagination_bottom .bx_pagination_page li:first-child {
    float: left;
}
.bx_pg_section.pg_pagination_num, .bx_pagination_bottom .bx_pagination_page ul{
    width: 100%;
}
.bx_pagination_bottom .bx_pagination_page li:last-child {
    float: right;
}
.bx_pagination_bottom .bx_pagination_page li{
    display: none;
}
.bx_pagination_bottom .bx_pagination_page li:first-child, .bx_pagination_bottom .bx_pagination_page li:last-child {
    display: flex;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #eff0f1;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #333333 !important;
    font-size: 18px;
}
.bx_pagination_bottom .bx_pg_text, .bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
    display: none;
}
.bx_pg_section.bx_pg_show_col {
    display: none;
}

.bx_pagination_bottom {
    color: #8d8d8d;
    font-size: 11px;
    position: absolute;
    width: 100%;
    left: 0px;
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
}





img.Rectorats {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.table > tbody > tr > td > h2 {
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case';
    font-size: 24px;
    color: #8462ff;
}

.table > tbody > tr > td > h3 {
    font-family: 'FiraGo';
    font-size: 18px;
    font-feature-settings: 'case';
    color: #0d6efd;
}

h2.GTUSecondaryTitle {
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case';
    color: #8462ff;
    font-size: 24px;
}

h3.GTUSecondaryFaculty {
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case';
    font-size: 20px;
    color: #181744;
}

ol.InstList > li > a {
    text-decoration: none;
    color: #181744;
    font-feature-settings: 'case';
}

img.GTUGerbi {
    width: 160px;
}
img.GTUGerbi:hover {
    transform: scale(1.1);
    transition: 500ms;
}
.carousel-item.min-vh-100 > div > div > h1 {
    visibility: hidden;
}
.carousel-item.min-vh-100.active > div > div > h1 {
    visibility: visible;
    width: 100%;
}
.carousel-item.min-vh-100 > div > div > a {
    visibility: hidden;
}
.carousel-item.min-vh-100.active > div > div > a {
    visibility: visible;
}
div#Language > a {
    color: #fff;
    text-decoration: none;
    font-family: 'FiraGO-Bold';
}

.navbar>.container{
    display: flex !important;
    flex-wrap: inherit !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

li#\34 36ca > ul, li#ac4ce > ul {
    width: 25%;
}
li#\35 9862 > ul{
    width: 25%;
}


.news-list-more {
    display: none;
}

img.card-img-top {
    height: 400px;
    filter: brightness(0.7);
    object-fit: cover;
    width: 100%;
}
.news-list .card-title a {
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case';
}

.slick-initialized .slick-slide:hover{
    border: 1px solid #8462ff;  
}
.slick-dots li > button:hover {
    background: #8462ff;
}
.mb-1.catalog-filter-block-title {
    display: none;
}
label.GTUFilterLabel {
    display: flex;
    font-family: 'FiraGO';
    font-feature-settings: 'case';
    padding-bottom: 5px;
}
.col.bx-filter-title {
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case';
    color: #181744;
}

div#GTUFilterBlockInside {
    margin-top: 10px;
    border-top: 1px solid #dde7e9;
    padding-top: 10px;
}
.GTUNewsRangeTitle{
    font-family: 'FiraGO';
    font-feature-settings: 'case'; 
    padding-bottom: 5px;
    padding-top: 5px;
}
.mb-3.catalog-filter.bx-blue {
    background: #fafaff;
    border: 1px solid rgb(42 40 113 / 10%);
    border-radius: 15px;
    margin-bottom: 50px !important;
}
.catalog-filter-block-body > input {
    width: 90%;
    border-radius: 5px;
    padding: 3px 5px;
    border: 1px solid #dddded;
    font-family: 'FiraGO';
    font-size: 13px !important;

}
.catalog-filter-block-body > input:hover {
    border: 1px solid #8462ff;
}
.catalog-filter-block-body > .col-12 {
    display: flex;
    padding-bottom: 10px;
}
.catalog-filter-block-body > div > input {
    width: 100%;
    border-radius: 5px;
    padding: 3px 5px;
    border: 1px solid #dddded;
    font-family: 'FiraGO';
    font-size: 13px !important;
}

input.btn.btn-primary {
    background: transparent;
    color: #8462ff;
    font-family: 'FiraGo-Bold';
    font-feature-settings: 'case';
    border: 1px solid #8462ff;
    padding: 3px 15px;
    font-size: 14px;
    line-height: 21px;
}
input.btn.btn-primary:hover {
    color: #fff;
    background: #8462ff;
    border: 1px solid #4e2fbf;
}
input#Ganuleba {
    color: #181744;
    font-family: 'FiraGO';
    font-size: 14px;
}
input#Ganuleba:hover {
    color: #dc3545;
}
img.calendar-icon {
    vertical-align: top;
    cursor: pointer;
    width: 20px;
    height: 22px;
    margin: 0 0 0 5px;
    box-sizing: content-box;
    border: 1px solid transparent;
    position: relative;
}
.catalog-filter-block-body > div > input:focus-visible {
    outline: none;
    border: 1px solid #8462ff !important;
}
.catalog-filter-block-body > input:focus-visible {
    outline: none;
    border: 1px solid #8462ff !important;
}

button#GTUFilterToogle {
    float: right;
    width: 100px;
    background: #ffffff;
    color: #181744;
    font-size: 14px;
    font-family: 'FiraGO';
    font-feature-settings: 'case';
    padding: 2px 15px !important;
    height: 27px;
    margin-top: 1px;
    border: 1px solid #dee2e6;   
     border-radius: 5px;
}
button#GTUFilterToogle:hover {
    color: #8462ff;
}
div#GTUFilterTitleHead {
    margin-bottom: 0px !important;
}

.GTUCustomOrdersList {
    background: #fafaff;
    border: 1px solid #e5e5f1;
    margin-bottom: 10px;
    border-radius: 10px;
}

p#GTUCustomOrdersText > a {
    color: #181744;
    text-decoration: none;
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case';
    line-height: 22px;
    font-size: 16px;
}
h4#GTUCustomOrdersName {
    padding: 3px 100px 15px 0px;
    font-size: 16px;
    color: #535c69;
    font-family: 'FiraGO';
    font-feature-settings: 'case';
}
p#GTUCustomOrdersText {
    margin-bottom: 0px;
    padding: 5px 0px;
}
div#GTUCustomOrdersListCalendar {
    padding: 5px 10px;
    border-radius: 5px;
}
.GTUCustomOrdersList:hover {
    border: 1px solid #8462ff;
}
p#GTUCustomOrdersText > b > i > a {
    color: #181744;
    font-family: 'FiraGO';
    font-size: 15px;
    font-style: normal;
    padding-left: 5px;
}


.menu-wrap:hover > .menu-wrap .hamburger>div  { 
    background: #8462ff;
}


.card > a > img.card-img-top {
    height: 250px;
    filter: unset;
}

.news-list-item > .card > a {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
}

.news-list-item > .card > a > img {
    width: 100%;
    transition: 2s all ease-in-out;
}

.news-list-item > .card > a > img:hover {            
    transform: scale(1.15);

}

.news-list-item {
    padding-bottom: 20px;
}
.GTU_fac_slide.slick-slide:hover {
    border: unset !important;
}

section.customer-logos > .slick-list > .slick-track > div {
    width: 176px !important;
}

.bx_pagination_bottom .bx_pagination_page li a{
    color: #333 !important;
}

.bx_pagination_bottom .bx_pagination_page li:hover {
    background: #ddd4ff;
}

.GTU_content>.container>p>a, .news-detail-body > .news-detail-content > p >a {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #8462ff;
}
.GTU_content>.container>p>a:hover, .news-detail-body > .news-detail-content > p >a:hover {
    color: #2e1293 !important;
}


.GTU_update > p {
    font-family: 'FiraGO';
    margin-bottom: 0px;
    font-size: 14px;
    color: #000 !important;
}
.GTU_update > h3 {
    font-family: 'FiraGO-Bold';
    font-feature-settings: 'case';
    font-size: 16px;
}
.GTU_update {
    background: white;
    padding: 20px;
    max-width: 500px;
    /* float: right; */
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 9999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.GTU_update > p > a {
    font-weight: 700;
    color: #5231c9;
    text-decoration: none;
    font-family: 'FiraGO-Bold';
}

.GTU_update > span {
    float: right;
    position: absolute;
    top: -30px;
    font-family: FiraGo;
    color: #c71627;
    right: 20px;
    cursor: pointer;
}
.GTU_update > span:hover {
    color: #e9192d;
    cursor: pointer;
}