.mega-menu .mega-menu-information-item:after { content: none !important; }
.mega-menu-information-item { color: #404347; border-bottom: 1px solid #D2DAE1; line-height: 20px; padding: 14px 0; height: auto !important; text-align: center; font-size: 15.5px !important; display: block; }
.mega-menu-information-item:hover { color: #001641; }
.mega-menu-information-image { position: absolute; left: 15px; right: 15px; bottom: 0; top: 0; }
.mega-menu-information-item.last { border-bottom: 0; }

header li .mega-menu{
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%!important;
    max-width: 1920px!important;
    margin: 0 auto;
    top: 100px;
    border: none;
    background-color: #DEDEDE;
    border-bottom: 8px solid #024F99;
}
header li .mega-menu::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .13;
    z-index: -1;
    background: url(/public/media/uploads/editor/mega-bg.png) no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 453px;
    height: 100%;
    max-height: 777px;
}
header li#kurumsal .mega-menu::after{
    right: auto;
    left: 0;
    background: url(/public/media/uploads/editor/mega-bg-left.png) no-repeat;
    max-width: 330px;
    max-height: 415px;
    opacity: 1;
}
header li .mega-menu .container-fluid{
    max-width: 1400px;
}

li.mega.to-right .mega-menu{
    padding: 0!important;
}
li.mega.to-right .mega-menu .col-md-3{
    padding-top: 21px;
    padding-bottom: 21px;
}
li.mega.to-right .mega-menu .white-bg{
    background: transparent!important;
    padding: 30px 0px;
}
li.mega.to-right .mega-menu .white-bg [class*="col-"]{
    padding: 0!important;
}
li.mega.to-right .container-fluid{
    padding: 0;
    margin-right: 0;
}
li.mega.to-right .mega-menu a{
    font-size: 15.5px!important;
    font-weight: 400;
    text-align: left;
    padding: 13px 0px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

li.mega.to-right .mega-menu a:hover{
    background-color: #fff;
    color: #000;
}

li.mega.to-right .mega-menu a:last-child {
    border-bottom: 0;
}

@media (max-width: 1280px) {
    header li .mega-menu, header li.small .mega-menu {
        left: 0;
        right: 0;
    }
}

/* BLOG SLIDER */
/* BLOG SLIDER */
.section_home_blogs{
    background-color: #F6F6F9;
}
.home_blog_slider .slick-track{
    display: flex;
}

 .blog-item{
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #000;
    border: 1px solid #B7B7B7;
    /* height: inherit; */
    height: 100%;
}
.home_blog_slider .blog-item{
    height: inherit!important;
}
 .blog-item .blog-item-image {
    width: 100%;
    height: 220px;
    flex-shrink: 0;
    overflow: hidden;
    border-bottom: 1px solid #B7B7B7;
}
 .blog-item .blog-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .blog-item .item-content{
    padding: 25px 17px 44px;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}
 .blog-item .item-content .blog-item-title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #024F99;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(2em + .5em);
}
 .blog-item .item-content .blog-item-desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 40px;
}
 .blog-item .item-content .blog-item-desc *{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 21px;
}
 .blog-item .item-content .blog-item-button{
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    max-width: max-content;
    padding: 0 90px 0 20px;
    border: 1px solid #25578C;
    color: #25578C;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: auto;
    transition: all .25s;
}

.blog-item:hover .blog-item-button{
    background-color: #25578C;
    color: #fff;
}

.blog-item.ver_blog_list{
    padding-top: 17px;
    padding-left: 16px;
    padding-right: 16px;
    color: #000;
}
.blog-item.ver_blog_list .item-content{
    padding-left: 0;
    padding-right: 0;
    color: #000;
}
.blog-item.ver_blog_list .item-content .blog-item-title{
    color: #000;
}
.home_blog_slider .slider-controller{
    display: flex;
    width: 100%;
    max-width: max-content;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 15px;
    gap: 5px;
}
.home_blog_slider .slider-controller > div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background-color: #fff;
    border: 1px solid #5A7188;
    cursor: pointer;
}

/* TIMELINE SLIDER */
.timeline-slider {
  position: relative;
  position: relative;
  padding-left: 180px;
  z-index: 2;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .timeline-slider {
    padding-left: 69px;
  }
}
.timeline-slider::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 107px;
  height: 107px;
  top: 50%;
  transform: translateY(-49%);
  background-color: #0058A9;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: -1;
}
@media all and (max-width: 1399px) {
  .timeline-slider::before {
    height: 96px;
  }
}
.timeline-slider::after {
  content: "";
  position: absolute;
  left: 106px;
  width: 100%;
  height: 107px;
  top: 50%;
  transform: translateY(-49%);
  background-color: #0058A9;
  z-index: -1;
}
@media all and (max-width: 1399px) {
  .timeline-slider::after {
    height: 96px;
  }
}
.timeline-slider .timeline-item {
  display: flex !important;
  flex-direction: column;
  height: 350px;
  max-width: 250px;
}
.timeline-slider .timeline-item .timeline-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  aspect-ratio: 1/0.75;
  filter: grayscale(1);
  transition: all 0.35s ease;
}
.timeline-slider .timeline-item .timeline-num {
  font-size: 58px;
  color: #fff;
  line-height: 71px;
  font-weight: bold;
}
@media all and (max-width: 1399px) {
  .timeline-slider .timeline-item .timeline-num {
    font-size: 40px;
  }
}
.timeline-slider .timeline-item .timeline-desc {
  color: #081B49;
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0px;
}
.timeline-slider .timeline-item:hover .timeline-img img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.timeline-slider .slick-slide > div:nth-of-type(odd) .timeline-item {
  flex-direction: column-reverse;
  margin-left: 35px;
}

.timeline-progress {
  width: 100%;
  max-width: 80%;
  height: 8px;
  background: rgba(0, 88, 169, 0.1);
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}

.timeline-progress__bar {
  width: 0%;
  height: 100%;
  background: #0058A9;
  transition: width 0.75s ease;
  border-radius: 5px;
}
/* ==================== */

/* FOOTER */

#footer{
    background: #DEDEDE;
    padding: 0;
    overflow: hidden;
    color: #000;
}
#footer ul li a{
    color: #000;
    font-weight: 300;
    transition-duration: .25s;
}
#footer .outside{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding-top: 78px;
    padding-bottom: 10px;
    z-index: 2;
}
#footer .outside .bg-left{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
#footer .outside .bg-right{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#footer .outside [class*="bg-"] img{
   max-width: 100%;
   max-height: 100%;
}

#footer .outside .footer-top{
    max-width: 1650px;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
    position: relative;
}
#footer .outside .footer-top::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #00000080;
}
#footer .outside .footer-top .col-item{
    padding: 0 25px 40px;
}
#footer .outside .footer-top .col-item h2{
    font-weight: 500 !important;
    color: #1c3350;
}
#footer .outside .footer-top .col-item .footer-nav{
    column-count: 2;
    column-gap: 20px;
}
#footer .outside .footer-top .col-item .footer-nav > li ul{
    display: none;
}

#footer .outside .footer-top .col-item .social-area,
#footer .outside .footer-top .col-item .lang-area{
    max-width: 300px;
    margin: 0 auto;
}
#footer .outside .footer-top .col-item .social-area .socials{
    display: flex;
    gap: 12px;
}
#footer .outside .footer-top .col-item .social-area .socials li{
    margin: 0;
}
#footer .outside .footer-top .col-item .social-area .socials li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #8593A1;
    color: #fff;
    margin: 0;

}



footer ul.footer-languages li {
    position: relative;
    cursor: pointer;
    text-align: left;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 7px;
    background: linear-gradient(to right, #D0D0D0, #E5E5E6);
}
footer ul.footer-languages li::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 15px;
}
footer ul.footer-languages li span{
    color: #000;
}
footer ul.footer-languages li i{
    color: #000;
}

footer ul.footer-languages .drop-footer-languages div.footer-language-item{
    background-color: #fff;
}
footer ul.footer-languages .drop-footer-languages div.footer-language-item a{
    color: #000;
}
footer ul.footer-languages .drop-footer-languages div.footer-language-item:hover{
    background-color: #001641;
    border-color: #fff;
}
footer ul.footer-languages .drop-footer-languages div.footer-language-item:hover a{
    color: #fff;
}



footer ul.access-sites{
   display: flex;
   gap: 10px;
}
footer ul.access-sites li{
    padding: 0!important;
}
footer ul.access-sites li a{
    background-color: transparent;
    border: 1px solid #C1C1C1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 63px!important;
}

footer ul.access-sites li a img{
    max-height: 23px;
    object-fit: contain;
    filter: invert(0) brightness(0%);
    max-width: 100px;
}

footer ul.footer-copyright{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 8px;
    margin-top: 40px;
    padding: 0 25px;
}
footer ul.footer-copyright:before{
    display: none;
}
footer ul.footer-copyright li{
    margin-top: 0px;
}
footer ul.footer-copyright li:after{
    display: none;
}
footer ul.footer-copyright li a{
    font-size: 15px;
}

.projx-logos-card .back > div{
    color: #000;
}
footer p.copyright{
    font-size: 15px;
    margin-bottom: 20px;
}

.projx-logos .projx-logos-card .front img{
    height: auto;
}

.projx-logos-card .back > div{
    padding-top: 6px
}

footer ul.socials li a{
    font-size: 18px;
}

@media all and (min-width:992px){
    #footer .outside .footer-top [class*="col-"]:not(:last-child){
        padding: 0;
        border-right: 1px solid #00000080;
    }
}
@media all and (max-width:991px){
    #footer .outside .footer-top .col-item .social-area .socials li a{
        width: 45px;
        height: 45px;
    }
    #footer .outside [class*="bg-"]{
        max-width: 45%;
    }
    #footer .outside .footer-top::after{
        max-width: 85%;
        left: 50%;
        transform: translateX(-50%);
    }
    footer ul.access-sites{
        flex-wrap: wrap;
    }
}
@media all and (max-width:767px){
    #footer .outside .footer-top{
        padding: 0;
    }
    #footer .outside .footer-top .col-item h2{
        text-align: center;
    }
    #footer .outside .footer-top .col-item .social-area .socials{
        justify-content: center;
    }
    #footer .outside .footer-top .col-item .footer-nav{
        text-align: center;
    }
    #footer .outside [class*="bg-"]{
        max-width: 75%;
    }
    footer ul.footer-copyright{
        column-gap: 20px;
    }
}


/* KASTAS ZOOM */

.zoom-wrapper{
    display: flex;
    gap: 50px;
    align-items: center;
    width: 100%;
    background: #25578C;
    color: #fff;
    padding: 45px 255px;
    position: relative;
    z-index: 2;
}


.zoom-wrapper .zoom-magazine{
   max-width: 180px;
}
.zoom-wrapper .zoom-title-image{
   margin-bottom: 10px;
}
.zoom-wrapper .zoom-title-image img{
    max-width: 115px;
}
.zoom-wrapper p{
    color: #fff;
    margin-bottom: 35px;
}
.zoom-wrapper .button-transparent-bordered{
    display: flex;
    align-items: center;
    height: 43px;
    padding: 0 50px 0 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    transition: all .25s ease;
}
.zoom-wrapper:hover .button-transparent-bordered{
    background-color: #fff;
    color: #25578C
}
.zoom-wrapper::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(/public/media/uploads/editor/zoom-left.png) no-repeat;
    background-size: contain;
    width: 187px;
    height: 204px;
    opacity: .48;
}
.zoom-wrapper::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 18px;
    bottom: 0;
    z-index: -1;
    background: url(/public/media/uploads/editor/zoom-right.png) no-repeat;
    background-size: contain;
    width: 188px;
    height: 100%;
    opacity: .28;
}

@media all and (max-width:991px){
    .zoom-wrapper{
        padding: 45px 85px;
    }
    .zoom-wrapper::after{
        max-height: 300px;
    }
}
@media all and (max-width:574px){
    .zoom-wrapper{
        padding: 45px 20px;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }
    .zoom-wrapper::before{
        max-width: 120px;
    }
    .zoom-wrapper::after{
        max-width: 120px;
        height: 200px;
        right: 0;
    }
}
section.news{
    position: relative;
}
section.news-and-events::after {
    content: "";
    position: absolute;
    left: 0;
    top: -600px;
    z-index: -1;
    width: 100%;
    height: calc(100% + 600px);
    background: #F5F5F5;
}
.link-list{
    background-color: #081B49;
    border: none;
}
.link-list  a{
    color: #fff!important;
}
.link-list  h4{
    color: #fff!important;
}

/* Event box */


/* ============= */
