.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 0;
}

.back {
    background-color: #fff;
}

.title {
    color: #1F2837;
    font-size: 22px !important;
    font-weight: bold;
    letter-spacing: 2.22px;
    line-height: 34px;
    text-transform: uppercase;
}

.rounded-item {
    background-color: #F3F4F6;
    padding: 20px 40px;
    border-radius: 20px;
    /* height: 720px; */
}

.carousel-tag {
    font-size: 16px;
    text-transform: uppercase;
    color: #460303;
}

.carousel-text {
    font-size: 24px !important;
    margin-top: 20px !important;
}

.carousel-image img {
    max-width: 300px;
    margin: 0 auto;
    margin-top: -40px;
}

.rounded-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.back {
    overflow: visible !important;
}

.owl-nav {
    display: flex;

}

.articleItem {
    width: 100% !important;
    padding: 0 !important;
}

.lmn-font-overpass {
    padding: 30px 0;
}

.carousel-2>.owl-stage-outer>.owl-stage>.owl-item {
    max-width: 1100px !important;
    width: 100%;

}

.owl-stage-outer {
    max-height: 800px !important;
    height: 100%;
}

.lmn-col-lg-5.portlet {
    padding: 0 0 0 124px;
}

.carousel___U8vOP {
    width: 100%;
}

.owl-prev,
.owl-next {
    background-color: transparent !important;
    height: 52px !important;
    font-size: 40px !important;
    border: 1px solid rgb(20 184 166) !important;
    border-radius: 10px !important;
    color: rgb(20 184 166) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0.5rem !important;
    transition: .2s;
    min-width: 52px !important;
}

.owl-next span,
.owl-prev span {
    display: block;
    margin-top: -9px;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #e9effc !important
}

.carousel-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 600px;
}

.grid_item {
    max-width: 1240px;
    max-height: 900px;
    width: 100%;
    height: 100%;
}

.card-image img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 20px 0 0 20px;
    position: relative;
    object-fit: cover;
}

.card_text {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
}

.grid_carousel {
    padding-top: 90px;
    padding-bottom: 90px;
}

.card_text {
    background-color: #1F2837;
    color: #fff;

}

.card-text_inner button {
    font-size: 20px !important;
}

.card_text-inner {
    font-size: 18px !important;
}

.card_title {
    font-size: 19px !important;
    margin-bottom: 20px !important;
}

.card-text_inner {
    padding: 30px 67.5px 30px 46.5px;
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
    color: #fff;
}

.footer_item {
    /* max-width: 350px; */
    width: 100%;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background: #bdc3c7;
    line-height: 1.5;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff
}

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

#header {
    position: fixed;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    height: 5.5rem;
    position: relative;
    /* max-width: 1240px; */
    margin: 0 auto;
}

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}


.search {
    padding: 30px
}

input {
    border: none;
    padding: 10px;
    border-radius: 20px
}

.logo {
    padding: 5px 0;
}

.icgds dl,
.icgds ol,
.icgds ul {
    margin-bottom: 1px !important;
}

.logo a {
    font-size: 28px;
    display: block;
    padding: 0 0 0 20px
}

nav {
    float: right;
}

nav>ul {
    float: left;
    position: relative
}

nav li {
    list-style: none;
    float: left
}

nav .dropdown {
    position: relative
}

nav li a {
    float: left;
    padding: 35px
}

.header-btn {
    background-color: transparent;
    border: 1px solid rgb(20 184 166);
    padding: 0;
}


nav li ul {
    display: none
}

nav li:hover ul {
    display: inline
}

nav li li {
    float: none
}

nav .dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #34495e
}

nav .dropdown li {
    white-space: nowrap
}

nav .dropdown li a {
    padding: 10px 35px;
    font-size: 13px;
    min-width: 200px
}

nav .mega-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    overflow: hidden;
    padding: 20px 35px;
    border-bottom: 3px solid #34495e
}

nav li li a {
    float: none;
    color: #333;
    display: block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px
}

nav li li a:hover {
    background: #bdc3c7;
    background: #FAFBFB
}

.mega-col {
    width: 25%;
    float: left
}

#menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 30px;
    display: none
}

#menu-icon span {
    border: 2px solid #fff;
    width: 30px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .1s
}

.nav_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 620px;
    width: 100%;
    list-style: none;
    padding-top: 14px;
}

.nav_links>li>a {
    color: #1F2837 !important;
    text-transform: initial !important;
    position: relative !important;
    padding-bottom: 5px;
    font-size: 16px !important;
}

.link>a {
    font-size: 18px !important;
}

.nav_links>li {
    position: relative;
    font-family: "Overpass", sans-serif !important;
}

.icgds.citigpa a:not(.not-default-link):hover,
.icgds.citigpa-dev a:not(.not-default-link):hover {
    text-decoration: none !important;
}

.nav_links>li>a::after {
    content: '';
    position: absolute;
    left: 10%;
    bottom: -20px;
    width: 80%;
    height: 3px;
    background-color: #245BE3;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.nav_links>li>a:hover::after {
    transform: scaleX(1);
    text-decoration: none !important;
}
.language_switcher img{
    max-width: 30px;
    background-color: transparent;
}
.language_switcher{
    border: none;
    transition: .2s;
}
.language_switcher:hover{
    background-color: #d4d4d4;
    cursor: pointer;
}

.nav_links > li > a:hover::after {
    transform: scaleX(1); 
    text-decoration: none !important;
}
.btn.padd{
    position: relative;
}
.language_wrapper{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(100, 100, 111, 0.2);
}
.active_lang{
    display: block;
}
.lang_img > img{
    max-width: 30px;
}
.language_item > a{
    display: flex;
    align-items: center;
    padding: 0 3px;
    column-gap: 15px;
    transition: .2s;
}
.language_item > a:hover{
    background-color: #d4d4d4;
    border-radius: 4px;
}
.lang_info {
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 1170px) {
    nav>ul>li>a {
        padding: 0
    }
}

@media only screen and (min-width: 960px) {
    nav {
        display: block !important
    }
}

@media only screen and (max-width: 959px) {
    nav {
        display: none;
        width: 100%;
        clear: both;
        float: none;
        max-height: 400px;
        overflow-y: scroll
    }

    #menu-icon {
        display: inline;
        top: 45px;
        cursor: pointer
    }

    #menu-icon.active .first {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 10px
    }

    #menu-icon.active .second {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: -9px;
    }

    #menu-icon.active .third {
        display: none
    }

    .search {
        float: none
    }
    .nav_links{
        display: none;
    }

    .search input {
        width: 100%
    }
    .btn{
        padding-right: 12px !important;
    }

    nav {
        padding: 10px
    }

    nav ul {
        float: none
    }

    nav li {
        float: none
    }

    nav ul li a {
        float: none;
        padding: 8px;
        display: block
    }

    #header nav ul ul {
        display: block;
        position: static;
        background: none;
        border: none;
        padding: 0
    }

    #header nav a {
        color: #fff;
        padding: 8px
    }

    #header nav a:hover {
        background: #fff;
        color: #333;
        border-radius: 3px
    }

    #header nav ul li li a:before {
        content: "- "
    }

    .mega-col {
        width: 100%
    }
}


@media(max-width: 768px) {
    .GpaCard___Ndh4B .Card___oAEy\+.fullCard___KWhu6 {
        height: 467px;
    }

    .owl-prev,
    .owl-next {
        background-color: transparent !important;
        height: 32px !important;
        font-size: 20px !important;
        border: 1px solid rgb(20 184 166) !important;
        border-radius: 10px !important;
        color: rgb(20 184 166) !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0.5rem !important;
        transition: .2s;
        min-width: 32px !important;
    }

    .owl-next span,
    .owl-prev span {
        display: block;
        margin-top: -2px;
    }

    .lmn-col-lg-5.portlet {
        padding: 0;
    }

    .carousel-text {
        font-size: 18px !important;
    }

    .rounded-item {
        padding: 40px 20px !important;
        height: 490px !important;
    }


    #carouselBodyGpaCardCarousel {
        flex-direction: column !important;
        gap: 30px;
    }

    .card-image img {
        width: 100%;
        border-radius: 20px 20px 0 0;
        height: 239px;
    }

    .card_text {
        border-radius: 0 0 20px 20px !important;
    }

    .card-text_inner {
        min-height: 350px;
    }

    .GpaCard___Ndh4B .Card___oAEy\+.fullCard___KWhu6 {
        height: 100%;
    }

    .carousel-card {
        grid-template-columns: 1fr;
        height: 100%;
    }

    .card_title {
        font-size: 20px !important;
    }

    .card_text-inner {
        font-size: 16px !important;
    }
}

@media(max-width:762px) {
    .owl-stage-outer {
        overflow: hidden !important;
    }

    .container {
        padding: 15px;
    }

    .footer_grid {
        grid-template-columns: 1fr;
    }
}