@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
        font-family: 'Poppins', sans-serif;
}
nav {
        position: absolute;
}
.modal-backdrop {
        --bs-backdrop-zindex: 9999;
        --bs-backdrop-bg: #000;
        --bs-backdrop-opacity: 0.5;
}
.modal {
        --bs-modal-zindex: 99999;
}
.nav-login a {
        background: #2a3f67;
        color: #fff;
        padding: 10px 20px;
        border-radius: 20px;
        text-decoration: none;
        position: relative;
        display: block;
        margin-top: -5px;
        margin-left: 20px
}
.scrollbox::-webkit-scrollbar {
        background-color: transparent;
        width: 0px;
}
.scrollbox:hover::-webkit-scrollbar {
        width: 4px;
}
.scrollbox:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
}
@media (hover: none) {
        .scrollbox::-webkit-scrollbar {
                width: 4px;
        }
        .scrollbox::-webkit-scrollbar-thumb {
                background-color: rgba(0, 0, 0, 0.2);
        }
}
ul.dropdown-menu {
        padding: 10px;
        border-radius: 0;
        border: none;
        box-shadow: 0 0 15px #ddd;
        font-family: poppins;
        font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: #2a3f67;
}
.bg-blc {
        background: #10141b;
        position: relative;
        z-index: 2;
}
.bg-blc:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../image/pattern-bg.svg);
        opacity: .04;
        z-index: -1;
}
.sub-bg {
        background: #f7f7f7;
}
.bg-img {
        background-size: cover;
        background-repeat: no-repeat;
}
.bg-center {
        background-position: center center;
}
.bg-fixed {
        background-attachment: fixed;
}
.bg-repeat {
        background-size: auto;
        background-repeat: repeat;
}
.text-center {
        text-align: center;
}
.text-pink {
        color: #2a3f67;
}
.btn-rounded {
        border-radius: 20px;
}
.btn-yellow {
        background: #2a3f67;
        color: #fff;
        transition: 0.5s;
}
.btn-yellow:hover, .btn-yellow:focus {
        background: #2b4065;
        color: #fff;
}
.btn-white {
        background: #fff;
        transition: 0.5s;
}
.btn-white:hover, .btn-white:focus {
        background: #ededed;
}
.paddingDefault {
        padding: 100px 0;
}
.paddingDefault .content{
    text-align: justify;
}
.padding50 {
        padding: 50px 0;
}
.mSection .mainTitle {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 30px;
}
.mSection h2 {
        font-size: 19px;
        color: #2a3f67;
}
.padding10X50 {
        padding: 10px 50px;
}
.padding20X50 {
        padding: 20px 50px;
}
.padding20 {
        padding: 20px;
}
.text-right {
        text-align: right
}
#toTop {
        background: #2b4065;
        color: #fff;
        position: fixed;
        bottom: 25px;
        right: 5px;
        display: none;
        width: 50px;
        height: 50px;
        border-radius: 0;
        justify-content: center;
        align-items: center;
        line-height: 50px;
        text-align: center;
        font-size: 25px;
        cursor: pointer;
}
/*MENU*/
.navbar-top {
        background: #fff;
        padding: 0;
        font-family: "Roboto Condensed", sans-serif;
        color: #fff;
        font-weight: bold;
        position: relative;
        z-index: 9999;
}
.navbar-top .top-box {
        padding: 10px 10px 10px 20px;
        margin-left: 10px;
        display: flex;
        justify-content: flex-end;
        min-height: 50%;
        align-items: center;
        position: relative;
}
.navbar-top .top-box:after {
        content: ' ';
        height: 50px;
        width: 1px;
        background: #dedede;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
}
.navbar-top .top-box:first-child {
        border: none
}
.navbar-top .top-box.border-0:after {
        display: none;
}
.navbar-top .lang {
        text-align: center;
}
.navbar-top .lang a {
        color: #fff;
        text-decoration: none;
}
.navbar-top .lang a img {
        height: 35px
}
.navbar-top .top-box.email a {
        color: #212020;
        text-decoration: none;
        transition: 0.5s;
}
.navbar-top .top-box.email a i {
        margin-right: 10px;
        color: #2d2477;
}
.navbar-top .top-box.email a:hover {
        color: #2d2477
}
.navbar-top .social-media {
        list-style: none;
}
.navbar-top .social-media a {
        display: block;
        padding: 5px;
        color: #2d2477;
        margin: 5px;
}
.navbar-top .social-media a:hover {
        color: #2d2477;
}


.navbar-top  .social-media  .facebook  {
    color: #4267B2 !important;
}

.navbar-top  .social-media  .youtube  {
    color: #FF0000 !important;
}

.navbar-top  .social-media  .twitter  {
    color: #1DA1F2 !important;

}
.navbar-top  .social-media  .instagram {
	color: #e1306c !important;
}
.navbar-top  .social-media  .linkedin  {
    color: #0072b1 !important;

}






.navbar-bottom {
        padding: 10px 0;
        background: #2a3f67;
}
.mMenu {
        padding: 0;
        background: #fff;
}
.mMenu .navbar-brand img {
        width: 600px;
        max-width: 100%;
        height: auto
}
.mMenu .nav-item .nav-link {
        color: #fff;
        font-weight: bold;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        position: relative;
}
.mMenu .nav-item .nav-link:before {
        content: ' ';
        width: 0%;
        height: 4px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
        transition: 0.5s;
}
.mMenu .nav-item:hover .nav-link:before {
        width: 70%;
}
.mMenu .nav-item:hover .nav-link {
        color: #fdfdfd;
}
@media (max-width: 991.98px) {
        .navbar-collapse {
                width: 100%;
                padding: 10px;
                background: transparent;
                border-radius: 10px;
        }
        .navbar-brand {
                margin-right: auto;
        }
        .navbar-bottom .container {
                flex-wrap: wrap;
        }
        /*
    .navbar-bottom .nav-item:last-child{
        text-align: center;
    }*/
        .mMenu .navbar-brand img {
                height: auto
        }
        .webName {
                font-weight: 300;
                font-size: 14px;
        }
        .navbar-top .lang a {
                color: #fff;
                text-decoration: none;
                font-weight: 300;
                font-size: 14px;
        }
        ul.dropdown-menu {
                box-shadow: none
        }
        .mMenu .nav-item .nav-link:before {
                display: none;
        }
}
@media screen and (min-width: 992px) {
        .mMenu .dropdown .nav-link i {
                padding-left: 2px;
                font-size: 13px;
                color: #fff;
        }
        .mMenu .dropdown .dropdown-menu {
                display: block;
                opacity: 0;
                visibility: hidden;
                min-width: 240px;
                padding: 20px;
                border: 0;
                background-color: #fff;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                border-radius: 10px;
                box-shadow: 0 16px 50px #000;
                left: 50%;
                transform: translateX(-50%)
        }
        .mMenu .dropdown .dropdown-menu .dropdown-menu {
                left: calc(100% + 5px);
                top: -17px;
                right: auto;
                min-width: 240px;
        }
        .mMenu .dropdown .dropdown-menu .dropdown-item.active, .mMenu .dropdown .dropdown-menu .dropdown-item:active {
                background-color: #2b4066;
        }
        .mMenu .dropdown .dropdown-menu .dropdown-item i {
                padding: 10px 0 0 5px;
                font-size: 13px;
                float: right;
                color: #2b4066;
        }
        /*
	 .mMenu .dropdown .dropdown-toggle::after {
		 display: none;
	}*/
        .mMenu .dropdown:hover > .dropdown-menu {
                opacity: 1;
                visibility: visible;
        }
        .mMenu .dropdown.dropdown-mega {
                position: static;
        }
        .mMenu .dropdown.dropdown-mega .dropdown-menu {
                left: 12px;
                right: 12px;
                width: auto;
        }
        .mMenu .dropdown.menu-pos-reverse > .dropdown-menu {
                left: auto;
                right: 100%;
                transform: none
        }
        .mMenu .dropdown.menu-pos-reverse .dropdown-menu .dropdown-menu {
                left: auto;
                right: calc(100% + 5px);
        }
        .mMenu.menu-white.is-fixed .dropdown .nav-link i {
                color: var(--theme-color-2);
        }
}
.mMenu.header-sticky-reveal {
        position: static;
        width: 100%;
        top: 0;
        z-index: 9999;
}
.mMenu.header-sticky-reveal.hidden {
        position: fixed;
        transform: translateY(-100%);
        transition: none;
}
.mMenu.header-sticky-reveal.visible {
        position: fixed;
        transform: translateY(0);
        transition: transform 0.3s ease;
}
.mMenu.header-sticky-reveal.visible .navbar-brand img {
        width: 400px;
}
/* --------------------------------------------------------------------------
 * 6 - Wrapper System (+ Mobil)
 * -------------------------------------------------------------------------- */
.wrapper-system {
        padding: 75px 0 35px;
        background: #100d01;
        position: relative;
}
.wrapper-system:after {
        content: ' ';
        background: url('../image/slider3.jpg');
        opacity: 0.1;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center
}
.wrapper-system .container {
        position: relative;
        z-index: 2;
}
.wrapper-system h1 {
        font-size: 25px;
        font-family: 'Oswald';
        color: #fff;
}
.wrapper-system .wrapper-list {
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        color: #fff;
        font-weight: bold;
}
.wrapper-system .wrapper-list li {
        margin-right: 5px;
}
.wrapper-system .wrapper-list li > svg {
        font-size: 11px;
}
.wrapper-system .wrapper-list li a {
        color: #fff;
        transition: 0.5s;
}
.wrapper-system .wrapper-list li a:hover {
        color: #2a3f67;
}
@media (max-width: 767.98px) {
        .wrapper-system h1 {
                text-align: center;
        }
        .wrapper-system .wrapper-list {
                justify-content: center;
        }
}
/*SLİDER AREA*/
.welcomeSlider .item {
        position: relative;
}
.welcomeSlider .item > img {
        height: calc(100vh - 142px);
        width: 100%;
        object-fit: cover;
        object-position: center
}
.welcomeSlider .item .content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
        width: 70%;
        right: 0;
        text-align: center;
}
.welcomeSlider .item .content .logo {
        text-align: center;
        margin-bottom: 10px
}
.welcomeSlider .item .content .logo img {
        width: 250px;
        margin: auto
}
.welcomeSlider .item .content .slideTitle {
        font-size: 50px;
        font-weight: 900;
        margin-bottom: 10px;
}
.welcomeSlider .item .content .slideShortTitle {
        font-weight: 200;
        font-size: 20px;
        margin-bottom: 30px;
}
.welcomeSlider .owl-nav .owl-next, .welcomeSlider .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 40px !important;
        color: rgb(0 0 0 / 50%) !important;
}
.welcomeSlider .owl-nav .owl-next {
        right: 20px !important;
        ;
}
.welcomeSlider .owl-nav .owl-prev {
        left: 20px !important;
        ;
}
.welcomeSlider .owl-nav [class*='owl-']:hover {
        background: transparent;
}
.welcomeSlider .owl-nav {
        margin: 0;
}
@media (max-width: 767.98px) {
        .welcomeSlider .item .content {
                width: 100%;
        }
}
/*SLİCK SLİDER*/
/*Home Sldier*/
.slick-slide, .slick-slide::before, .caption {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}
/*
.slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}
*/
.homeSlider {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        transition: all 1.2s ease;
}
.homeSlider.slick-initialized {
        opacity: 1;
        visibility: visible;
}
.slick-slide {
        position: relative;
}
/*.slick-slide video { display: block; position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}*/
.slick-slide.item.video {
        overflow: hidden;
        height: calc(100vh - 142px);
        background: #000
}
/*
.slick-slide video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: none;
    transform: none;
}
*/
.slick-slide video {
        position: relative;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transform: none;
        transform: none;
        transform: translateY(-50%);
}
.slick-slide iframe {
        position: relative;
        pointer-events: none;
}
.slick-slide figure {
        position: relative;
        height: 100%;
}
.slick-slide.image {
        background-size: cover;
        background-position: center;
        transition: all .8s ease;
        height: auto
}
.slick-slide.image > img {
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: center
}
.slick-slide.image.show img {
        opacity: 1;
}
.slick-slide .image-entity {
        width: 100%;
        opacity: 0;
        visibility: hidden;
}
.homeSlider .item .content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
        width: 70%;
        right: 0;
        text-align: center;
}
.homeSlider .item .content .logo {
        text-align: center;
        margin-bottom: 10px
}
.homeSlider .item .content .logo img {
        width: 250px;
        margin: auto
}
.homeSlider .item .content .slideTitle {
        font-size: 50px;
        font-weight: 900;
        margin-bottom: 10px;
}
.homeSlider .item .content .slideShortTitle {
        font-weight: 200;
        font-size: 20px;
        margin-bottom: 30px;
}
.homeSlider .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        margin: 0;
}
.homeSlider .slick-dots li {
        display: inline-block;
        margin: 0 5px;
}
.homeSlider .slick-dots li button {
        height: 3px;
        width: 24px;
        border-radius: 0;
        transition: 0.5s all;
        outline: none;
        text-indent: 9999px;
        border: none;
}
.homeSlider .slick-dots li.slick-active button {
        background: #2a3f67;
}
.homeSlider .owl-theme .owl-dots .owl-dot:focus {
        outline: none;
}
.homeSlider .owl-theme .owl-dots .owl-dot span {}
.homeSlider .owl-theme .owl-dots .owl-dot.active span {}
.homeSlider .owl-theme .owl-dots .owl-dot:hover span {
        background: #2a3f67;
}
.otherActivity .title {
        color: #333333;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        margin-bottom: 50px;
}
.otherActivity .otherAcSlider {
        border-radius: 50px;
        overflow: hidden
}
.otherActivity .otherAcSlider a {
        position: relative;
        z-index: 3;
}
.otherActivity .slick-dots {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        padding: 0;
        margin: 0;
}
.otherActivity .slick-dots li {
        display: inline-block;
        margin: 0 5px;
}
.otherActivity .slick-dots li button {
        height: 3px;
        width: 24px;
        border-radius: 0;
        transition: 0.5s all;
        outline: none;
        text-indent: 9999px;
        border: none;
}
.otherActivity .slick-dots li.slick-active button {
        background: #2a3f67;
}
.otherActivity .owl-theme .owl-dots .owl-dot:focus {
        outline: none;
}
.otherActivity .owl-theme .owl-dots .owl-dot span {}
.otherActivity .owl-theme .owl-dots .owl-dot.active span {}
.otherActivity .owl-theme .owl-dots .owl-dot:hover span {
        background: #2a3f67;
}
.eventCalendar2 {
        background: #fff;
        padding-top: 50px
}
.eventCalendar2 .title {
        color: #333333;
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        position: relative;
        margin-bottom: 20px;
}
.eventCalendar2 .title:before {
        content: ' ';
        width: 35px;
        height: 4px;
        background: #2a3f67;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
}
.eventCalendar2 .title a {
        text-decoration: none;
        color: #333333;
}
.eventCalendar2 .card {
        margin: 20px;
        border-radius: 0;
        box-shadow: 0 0 10px 2px #f5f5f5;
        border: none;
}
.eventCalendar2 .card .card-image {
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden;
}
.eventCalendar2 .card .card-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        transition: 2s;
        object-position: top;
        object-fit: cover;
}
.eventCalendar2 .card:hover .card-image img {
        object-position: bottom;
}
.eventCalendar2 .card .card-header {
        text-align: center;
        border: none;
        background: #fff;
        padding: 10px 0 5px 0;
}
.eventCalendar2 .card .card-title {
        color: #2a3f67;
        font-size: 17px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
}
.eventCalendar2 .card .card-body {
        height: 60px;
        text-align: center;
        font-weight: 200;
        font-size: 14px;
        padding: 20px;
        padding-top: 0;
}
.eventCalendar2 .card .card-link {
        margin-top: 30px;
        padding: 10px 20px;
        text-align: center;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        margin-bottom: -21px;
}
.eventCalendar2 .card .card-link a {
        padding: 10px 20px;
        border-radius: 30px;
        background: #2a3f67;
        color: #fff;
        text-decoration: none;
        transition: 0.5s;
}
.eventCalendar2 .card:hover .card-link a {
        background: #2b4065;
}
/*infoBox*/
.infoBox a {
        display: block;
        text-decoration: none;
}
.infoBox .left {
        background: #DF3E27;
        background: -webkit-linear-gradient(90deg, rgba(223, 62, 39, 1) 0%, rgba(151, 18, 1, 1) 100%);
        background: -moz-linear-gradient(90deg, rgba(223, 62, 39, 1) 0%, rgba(151, 18, 1, 1) 100%);
        background: linear-gradient(90deg, rgba(223, 62, 39, 1) 0%, rgba(151, 18, 1, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DF3E27", endColorstr="#971201", GradientType=1);
        height: 250px;
        margin-right: 10px;
        position: relative
}
.infoBox .left .image {
        position: absolute;
        top: 15px;
        left: 2%;
        bottom: 15px;
        width: 35%;
        text-align: left
}
.infoBox .left .image img {
        height: 100%;
}
.infoBox .left .text {
        padding-left: 35%;
        font-size: 30px;
        color: #fff;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        font-weight: bolder;
}
.infoBox .right {
        background: #115DFF;
        background: -webkit-linear-gradient(90deg, rgba(17, 93, 255, 1) 0%, rgba(45, 45, 163, 1) 100%);
        background: -moz-linear-gradient(90deg, rgba(17, 93, 255, 1) 0%, rgba(45, 45, 163, 1) 100%);
        background: linear-gradient(90deg, rgba(17, 93, 255, 1) 0%, rgba(45, 45, 163, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#115DFF", endColorstr="#2D2DA3", GradientType=1);
        position: relative;
        height: 250px;
        margin-left: 10px;
}
.infoBox .right .text {
        padding-right: 35%;
        font-size: 30px;
        color: #fff;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        font-weight: bolder;
}
.infoBox .right .image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 35%;
        text-align: right
}
.infoBox .right .image img {
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: left;
        margin-left: auto
}
.infoBox .fullwidth {
        background: #115DFF;
        background: -webkit-linear-gradient(90deg, rgba(17, 93, 255, 1) 0%, rgba(51, 68, 150, 1) 100%);
        background: -moz-linear-gradient(90deg, rgba(17, 93, 255, 1) 0%, rgba(51, 68, 150, 1) 100%);
        background: linear-gradient(90deg, rgba(17, 93, 255, 1) 0%, rgba(51, 68, 150, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#115DFF", endColorstr="#2D2DA3", GradientType=1);
        position: relative;
        height: 250px;
}
.infoBox .fullwidth .text {
        padding-left: 25%;
        padding-right: 10%;
        font-size: 45px;
        color: #fff;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        font-weight: bolder;
        text-align: center;
}
.infoBox .fullwidth .image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 25%;
        text-align: left
}
.infoBox .fullwidth .image img {
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        object-position: left;
        margin-left: auto
}


@media (max-width: 1198.98px) {
        .hcard {
                flex: 25%;
                display: flex;
        }
}
@media (max-width: 767.98px) {
    .infoBox .fullwidth{
        height: auto;
        padding: 30px 0;
    }
    .infoBox .fullwidth .text {
            padding-left: 25%;
            padding-right: 10%;
            font-size: 20px;
            color: #fff;
            display: flex;
            align-items: center;
            height: 100%;
            justify-content: center;
            font-weight: bolder;
            text-align: center;
    }
    .infoBox .fullwidth .image img{
        object-fit: contain
    }
    .infoBox .left{
        margin-left: 10px;
         height: 200px;
    }
    
    
    .infoBox .left .image{
        position: static !important;
        text-align: center;
        width: 100%;
        padding-top: 20px;
        
    }
    .infoBox .left .image img{
        width: 100px;
    }
    .infoBox .left  .text{
                font-size: 20px;
        width: 100%;
        text-align: center;
        position: static !important;
        height: auto;
        padding: 0;
        margin-top: 30px;
    }
    
    .infoBox .right{
        margin-right: 10px;
        height: 200px;
    }
    
    .infoBox .right .text{
        font-size: 20px;
    }
}



/*card menu*/
.box {
        display: flex;
        gap: 5px;
        width: 100%;
        height: auto;
        perspective: 1000px;
        flex-wrap: wrap
}
.hcard {
        position: relative;
        flex: 1;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        /* backdrop-filter: blur(10px);*/
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        transition: all 0.3s ease;
        cursor: pointer;
}
.hcard:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.hcard::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgb(50 69 153) 0%, rgb(23 88 234) 100%);
        z-index: 1;
        opacity: 0.5;
}
.hcard .card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
}
.hcard:hover .card-image {
        transform: scale(1.1);
}
.hcard .card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 2;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
.hcard .card-title {
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        left: 20px;
        bottom: 50px;
        z-index: 3;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        transform: translateY(0);
        transition: all 0.3s ease;
}
.hcard .card-description {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
}
.hcard:hover .card-description {
        opacity: 1;
        transform: translateY(0);
}
.hcard:hover .card-title {
        transform: translateY(-20px);
}
@media (max-width: 1198.98px) {
        .hcard {
                flex: 25%;
                display: flex;
        }
}
@media (max-width: 767.98px) {
        .container {
                flex-direction: column;
                height: auto;
                gap: 5px;
        }
        .hcard {
                flex: 49%;
                display: flex;
        }
        .card-title {
                writing-mode: horizontal-tb;
                text-orientation: initial;
                position: static;
                margin-bottom: 10px;
        }
}
/*Bracnh*/
.deparmentList .city {
        fill: #9797ff;
        fill-opacity: 1;
        stroke: white;
        stroke-opacity: 1;
        stroke-width: 0.5;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        cursor: pointer;
}
.deparmentList .city:hover {
        fill: #2043cd;
}
.deparmentList .show-city-name {
        background-color: #dc3545;
        border-radius: 10px;
        color: #fff;
        position: fixed;
        padding: 15px 25px;
        opacity: 0;
        visibility: hidden;
        font-size: 16px;
    z-index: 9999;
}

.modalList{
    font-size: 12px
}
.deparmentList .show-city-name--active {
        opacity: 1;
        visibility: visible
}
.deparmentList .title {
        font-weight: bold;
        display: flex;
        height: 100%;
        align-items: center;
        color: #2b4065;
        font-size: 40px;
        justify-content: center
}
/*announcements */
.announcements {
        background: #2d2da3;
        margin-top: 20px;
}
.announcements .title {
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        text-align: center;
}
.announcements a {
        text-decoration: none;
        color: #fff;
        font-size: 21px;
        font-weight: 300;
}
.announcements ul a:before, .announcements ul a:after {
        content: '*';
}
.announcements ul {
        text-align: center;
        padding-left: 0;
        margin-top: 20px;
}
.announcements li {
        padding: 20px;
        border-bottom: 1px dashed #ccc;
}
.announcements li.odd {
        background: #fafafa;
}
.announcements .readAll {
        text-align: center;
}
.announcements li:last-child {
        border: none
}
.announcements .readAll a {
        padding: 10px 20px;
        border-radius: 30px;
        background: #fff;
        color: #2a3f67;
        text-decoration: none;
        transition: 0.5s;
        font-size: 15px;
        text-transform: uppercase;
}
.announcements .calendar {
        display: flex;
        height: 100%;
        align-items: center;
}
.announcements .calendar .calendar__body {
        width: 100%;
}
/*Video Card*/
.videoCard .title {
        color: #333333;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        margin-bottom: 50px;
}
.videoCard .title span {
        position: relative;
        display: block;
        font-weight: 400;
        margin-top: 20px;
}
.videoCard .title span:after {
        content: '';
        display: block;
        margin-top: 10px;
        position: absolute;
        top: -15px;
        width: 100px;
        border-top: 1px solid #2a3f67;
        left: 50%;
        transform: translateX(-50%);
}
.videoCard .card {
        margin: 0;
        border-radius: 0;
        box-shadow: 0 0 10px 2px #f5f5f5;
        border: none;
}
.videoCard .card .card-image {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
}
.videoCard .card .card-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        top: 0;
        right: 0;
        transition: 0.5s;
}
.videoCard .card:hover .card-image img {
        transform: scale(1.1);
}
.videoCard .card .card-header {
        text-align: center;
        border: none;
        background: #fff;
        padding: 10px 0 5px 0;
}
.videoCard .card .card-title {
        color: #2a3f67;
        font-size: 13px;
        padding: 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        min-height: 60px;
        display: block;
}
.videoCard .card .card-subtitle {
        font-size: 14px;
        font-weight: normal;
}
.videoCard .card .card-body {
        height: 60px;
        text-align: center;
        font-weight: 200;
        font-size: 14px;
        padding: 20px;
        padding-top: 0;
}
.videoCard .card .card-link {
        margin-bottom: 30px;
        padding: 10px 20px;
        text-align: center;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
}
.videoCard .card .card-link a {
        padding: 10px 20px;
        border-radius: 5px;
        background: #2a3f67;
        color: #fff;
        text-decoration: none;
        transition: 0.5s;
}
.videoCard .card:hover .card-link a {
        background: #2b4065;
}
.videoCard .allVideo {
        margin-top: 50px;
        text-align: center;
}
.videoCard .allVideo a {
        padding: 10px 20px;
        border-radius: 30px;
        background: #2a3f67;
        color: #fff;
        text-decoration: none;
        transition: 0.5s;
        font-size: 15px;
        text-transform: uppercase;
}
.videoCard .allVideo a:hover {
        background: #2b4065;
}
/*Sunumlar*/
.presentations {
        background: #fff6e6;
}
.presentations .title {
        color: #333333;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        margin-bottom: 50px;
}
.presentations .title span {
        position: relative;
        display: block;
        font-weight: 400;
        margin-top: 20px;
}
.presentations .title span:after {
        content: '';
        display: block;
        margin-top: 10px;
        position: absolute;
        top: -15px;
        width: 100px;
        border-top: 1px solid #2a3f67;
        left: 50%;
        transform: translateX(-50%);
}
.ajaxTabs {
        display: flex;
        justify-content: center;
        margin-bottom: 50px
}
.ajaxTabs a {
        display: inline-block;
        width: 160px;
        text-align: center;
        padding: 15px 20px ;
        background: #fff;
        margin: 5px;
        text-decoration: none;
        border-radius: 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        color: #333333;
        transition: 0.5s;
}
.ajaxTabs a.active, .ajaxTabs a:hover {
        background: #2a3f67;
        color: #fff;
}


.fileGroup .ajaxTabs{
    flex-direction: column;
}
.fileGroup .ajaxTabs a{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    text-align: left;
    background: #ededed
}
.fileGroup .ajaxTabs a img{
    height: 50px;
    width: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    margin-right: 20px;
}

.fileGroup .ajaxTabs a.active, .fileGroup .ajaxTabs a:hover {
        background: #2a3f67;
        color: #fff;
}


.presentations .item {
        position: relative;
}
.presentations .item img {
        width: 100%;
        max-height: 400px;
        height: auto;
        object-fit: cover;
        object-position: center;
}
.presentations .item a {
        display: block;
        position: relative;
        z-index: 3;
}
.presentations .item .detail {
        position: absolute;
        background: rgba(000, 000, 000, 0.9);
        top: 0;
        left: 200%;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        padding: 50px;
        transition: 1.5s;
        width: 100%;
}
.presentations .item:hover .detail {
        left: 0;
}
.presentations .slick-dots {
        margin-top: 20px;
        text-align: center;
        border-radius: 5px;
        overflow: hidden;
}
.presentations .slick-dots li {
        display: inline-block;
        margin: 0px;
}
.presentations .slick-dots li button {
        height: 5px;
        width: 50px;
        border-radius: 0;
        outline: none;
        text-indent: 9999px;
        border: none;
        background: #ffe0aa;
        transition: 0.5s;
}
.presentations .slick-dots li.slick-active button {
        background: #2a3f67;
        width: 120px;
        border-radius: 5px;
}
/*COMMITTEES SLIDER*/
.committeSlider .item img {
        height: 300px;
        object-fit: cover;
        object-position: center;
        border: 3px solid #fff;
}
.committeSlider .item .committeDetail {
        color: #fff;
        margin-top: 20px;
}
.committeSlider .item .committeDetail .name {
        font-weight: bold;
        text-align: center;
}
.committeSlider .item .committeDetail .title {
        font-weight: 200;
        font-size: 15px;
        text-align: center;
}
/*COMMITTEES DETAIL*/
.committees_section .committes {
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 10px;
        background: #b9bfcc;
        display: none;
}
.committees_section .committes.show {
        display: block;
}
.committees_section .committes .topArea {
        margin-bottom: 10px
}
.committees_section .committes .topArea .imageArea {
        border-radius: 10px;
        overflow: hidden
}
.committees_section .committes .topArea .imageArea img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top center;
}
.committees_section .committes .bottomArea {
        background: #2a3f67;
        border-radius: 10px;
        padding: 10px;
        font-size: 14px;
        color: #fff;
}
.committees_section .committes .bottomArea span {
        display: block;
        font-weight: bold;
        color: #fff
}
.committees_section .committes .bottomArea em {
        display: block;
        height: 40px;
}
.committees_section .committes_list {
        border-radius: 10px;
        background: #fff;
        padding: 5px;
        margin-top: 46px;
        position: sticky;
        top: 10px
}
.committees_section .committes_list .list_item {
        border-radius: 10px;
        color: #ddd;
        transition: 0.5s;
}
.committees_section .committes_list .list_item a {
        text-decoration: none;
        color: #000;
        display: block;
        padding: 10px 10px;
}
.committees_section .committes_list .list_item.active a {
        color: #fff;
}
.committees_section .committes_list .list_item:hover {
        background: #f7f7f7;
}
.committees_section .committes_list .list_item.active, .committees_section .committes_list .list_item:hover.active {
        background: #2f98b6;
}
.homeCardMenu {
        position: relative;
        background: rgb(255 246 230 / 80%);
}
.homeCardMenu:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0.8;
        background: url('../image/patterns.png');
        background-size: cover;
        z-index: -1;
}
.homeCardMenu .item {
        padding: 50px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        background: rgb(245, 156, 0);
        background: -moz-linear-gradient(180deg, rgba(245, 156, 0, 1) 0%, rgba(139, 88, 0, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(245, 156, 0, 1) 0%, rgba(139, 88, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(245, 156, 0, 1) 0%, rgba(139, 88, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a3f67", endColorstr="#8b5800", GradientType=1);
}
.homeCardMenu .item:after {
        content: ' ';
        position: absolute;
        left: -200px;
        bottom: 0;
        height: 100%;
        width: 80px;
        background: rgba(255, 255, 255, 0.3);
        z-index: 1;
        transform: skewX(-30deg);
        transition: 1s;
}
.homeCardMenu .item:before {
        content: ' ';
        position: absolute;
        opacity: 0.1;
        height: 250px;
        width: 200px;
        background-repeat: no-repeat;
        bottom: 0;
        right: 0;
        transform: scale(2)
}
.homeCardMenu .item[data-back="1"]:before {
        background-image: url(../image/icon1.png);
}
.homeCardMenu .item[data-back="2"]:before {
        background-image: url(../image/icon2.png);
}
.homeCardMenu .item[data-back="3"]:before {
        background-image: url(../image/icon3.png);
}
.homeCardMenu .item[data-back="4"]:before {
        background-image: url(../image/icon4.png);
}
.homeCardMenu .item .item__link {
        text-decoration: none
}
.homeCardMenu .item .item__title {
        font-weight: bold;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 2;
        font-size: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
        display: flex;
        min-height: 60px;
        justify-content: center;
        align-items: center;
}
.homeCardMenu .item .icon__text {
        text-align: center;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #fff;
}
.homeCardMenu .item .item__image {
        margin-bottom: -10px;
        text-align: center;
        position: relative;
        z-index: 2;
}
.homeCardMenu .item .item__image img {
        filter: grayscale(1);
        max-width: 100%;
        transition: 0.5s;
        height: 90px;
}
.homeCardMenu .item:hover .item__image img {
        filter: grayscale(0);
        transform: rotateY(360deg);
}
.homeCardMenu .item:hover:after {
        left: 1000px
}
@media (max-width: 1199.98px) {
        .homeCardMenu .item {
                margin-bottom: 30px
        }
}
.registerSec {
        background: #2a3f67;
}
.registerSec .col-md-9 {
        display: flex;
        flex-direction: row;
        align-items: center;
}
.registerSec .col-md-9 .img img {
        height: 100px;
        width: 105px;
}
.registerSec .col-md-9 .img {
        margin-right: 20px
}
.registerSec .col-md-9 .text {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
}
.registerSec .magazine__button {
        padding: 10px 20px;
        border-radius: 50px;
        background: #000;
        color: #ffbf01;
        text-decoration: none;
        transition: 0.5s;
}
.registerSec .magazine__button:hover {
        box-shadow: 0 0 20px #000;
}
@media (max-width: 991.98px) {
        .registerSec .col-md-9 {
                flex-direction: column;
                justify-content: center;
        }
        .registerSec .col-md-9 .img {
                margin-right: 0;
                margin-bottom: 10px;
        }
        .registerSec .col-md-9 .text {
                margin-bottom: 20px
        }
}
.card {
        border-radius: 0;
        border-color: #ebebeb;
        margin-bottom: 20px;
}
.card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: #fbf9fb;
        border-bottom: 3px solid #2a3f67;
        font-weight: bold;
}
.card-header.card-head-logo {
        position: relative;
}
.card-header.card-head-logo img {
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
}
.card-header:first-child {
        border-radius: 0;
}
.card-header.card-action {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
}
.card-header.card-action .action {
        font-size: 13px;
        font-weight: 300;
}
.card-overflov, .card-address {
        height: 200px;
        overflow: auto;
        font-size: 13px;
}
/* width */
.card-overflov::-webkit-scrollbar, .card-address::-webkit-scrollbar {
        width: 10px;
}
/* Track */
.card-overflov::-webkit-scrollbar-track, .card-address::-webkit-scrollbar-track {
        background: #f1f1f1;
}
/* Handle */
.card-overflov::-webkit-scrollbar-thumb, .card-address::-webkit-scrollbar-thumb {
        background: #888;
}
/* Handle on hover */
.card-overflov::-webkit-scrollbar-thumb:hover, .card-address::-webkit-scrollbar-thumb:hover {
        background: #555;
}
.ck-bankList .bankInfo {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
}
.ck-bankList .bankInfo li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 5px;
        font-size: 14px;
}
.ck-bankList .bankInfo li .text {
        font-weight: bold;
}
.contact a {
        color: #212529 !important;
        text-decoration: none
}
.contact .contact-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px;
        justify-content: center;
}
.contact .contact-box .icon {
        width: 50px;
        margin-right: 5px;
}
.contact .contact-box .icon svg, .contact .contact-box .icon i {
        font-size: 35px;
        color: #2a3f67
}
.contact .contact-box .text {
        /*width: calc(100% - 45px);*/
}
.contact .contact-iframe {
        width: calc(50% - 15px);
        height: 450px;
        position: absolute;
        left: 0;
}
.main-footer {
        position: relative;
        background-color: #f2f2fe;
}
.main-footer .title {
        color: #2b4065;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        text-align: left;
        margin-bottom: 50px;
}
.main-footer .title span {
        position: relative;
        display: block;
        font-weight: 400;
        margin-top: 20px;
}
.main-footer .title span:after {
        content: '';
        display: block;
        margin-top: 10px;
        position: absolute;
        top: -15px;
        width: 100px;
        border-top: 1px solid #2a3f67;
        left: 0;
}
.main-footer .widgets-section {
        position: relative;
        padding: 60px 0px 30px;
}
.main-footer .footer-widget {
        position: relative;
        margin-bottom: 30px;
}
.main-footer .footer-widget h2 {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        color: #2b4065;
        padding-bottom: 12px;
        margin-bottom: 20px;
        text-transform: capitalize;
}
.main-footer .footer-widget h2:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 30px;
        height: 2px;
        background-color: #55b6c7;
}
.main-footer .logo-widget {
        position: relative;
}
.main-footer .logo-widget .logo {
        position: relative;
        margin-bottom: 15px;
}
.main-footer .logo-widget .text {
        position: relative;
        color: #2d2477;
        font-size: 13px;
        font-weight: 300;
        font-style: normal;
}
.subscribe .title {
        margin-bottom: 10px;
}
.subscribe .form-group {
        position: relative;
}
.subscribe .form-group button {
        position: absolute;
        color: #fff;
        background: #2a3f67;
        right: 0px;
        top: 0px;
        height: 38px;
        width: 100px;
        border: none;
        border-radius: 0.375rem;
        transition: 0.5s;
}
.subscribe .form-group button:hover {
        background: #2b4065;
}
.main-footer .list {
        position: relative;
        list-style: none;
        padding-left: 0;
}
.main-footer .list li {
        position: relative;
        margin-bottom: 8px;
}
.main-footer .list li i {
        display: inline-block;
        margin-right: 10px
}
.main-footer .list li a {
        position: relative;
        color: #2b4065;
        font-size: 15px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        text-decoration: none;
}
.main-footer .list li a:hover {
        color: #334598;
}
.main-footer .info-widget {
        position: relative;
}
.main-footer .info-widget .number {
        position: relative;
        color: #cccccc;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
        font-family: 'Montserrat', sans-serif;
}
.main-footer .info-widget .text {
        position: relative;
        color: #cccccc;
        font-size: 16px;
        margin-bottom: 20px;
}
.main-footer .footer-bottom {
        position: relative;
        padding: 22px 0px;
        background-color: #2b4065;
        color: #ddd;
        font-size: 15px;
}
.main-footer .footer-bottom .social-media {
        display: flex;
        justify-content: flex-end;
        list-style: none;
        margin-left: auto;
        margin: 0;
}
.main-footer .footer-bottom .social-media a {
        display: block;
        padding: 5px;
        color: #ddd;
        margin: 5px;
        transform: 0.5s;
}
.main-footer .footer-bottom .social-media a:hover {
        color: #fff;
}
.main-footer .footer-bottom a {
        text-decoration: none;
        font-weight: normal;
        color: #e76800;
}
.modal-backdrop.show {
        opacity: 0.75;
}
.modal-light .modal-content {
        background: #fbf9fb;
        border-radius: 0;
}
.modal-light .modal-content .modal-header {
        border-bottom: none;
        padding-bottom: 0;
}
.modal-light .modal-content .modal-header .modal-title {
        color: #212529;
        border-left: 5px solid #2a3f67;
        font-family: Poppins;
}
.modal-light .modal-content .modal-header .modal-title i {
        color: #2a3f67;
        margin: 0 10px;
}
.modal-light .modal-content .modal-header .close {
        color: #000;
        outline: none;
        box-shadow: unset;
        opacity: 1;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        transition: 0.5s;
        border: none;
        background: transparent;
}
.modal-light .modal-content .modal-header .close:hover {
        background: #2a3f67;
        color: #fff;
}
.modal-light .modal-content .modal-body {}
.modal-light .modal-content .modal-body .form-group {
        margin-bottom: 10px
}
.modal-light .modal-content .modal-body .form-group:last-child {
        margin-bottom: 0
}
.modal-light .modal-content .modal-footer {
        border-top: 0;
        padding-top: 0;
        margin-top: -10px
}
.modal-light .modal-content .modal-footer .btn-login {
        background: #2a3f67;
        color: #fff;
        width: 100%;
        transition: 0.5s;
        display: block;
}
.modal-light .modal-content .modal-footer .btn-login:focus, .modal-light .modal-content .modal-footer .btn-login:hover {
        outline: none;
        box-shadow: none;
        background: #911456;
}
.modal-light .modal-content .modal-footer a {
        transition: 0.5s;
}
.modal-light .modal-content .modal-footer a:hover {
        color: #000 !important;
}
.fade2 {
        transform: scale(0.9);
        opacity: 0;
        transition: all .2s linear;
}
.fade2.show {
        opacity: 1;
        transform: scale(1);
}
.modal-light .modal-content .modal-footer .info {
        display: block;
        width: 100%;
}
.modal-light .modal-content .modal-footer .info .row {
        margin: 0;
        width: 100%;
        font-size: 15px;
}
.modal-career .modal-content {
        border-radius: 0;
        background-image: url(../img/career.jpg);
        background-position: center;
        background-size: cover;
}
.box .image-area .item img {
        max-width: 100%;
}
.aidat-content {
        padding: 20px;
        background: #fcebf4;
        border-radius: 10px;
        margin-bottom: 40px;
        box-shadow: 0 0 20px #d1d1d1;
}
.single-news {
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 2px 28px #ededed;
        margin-bottom: 30px;
        border-radius: 20px;
}
.single-news .image {
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        height: 250px;
}
.single-news .image img {
        transition: 2s;
        max-width: 100%;
        height: 250px;
        width: 100%;
        object-fit: cover;
        object-position: top;
}
.single-news:hover .image img {
        /*    transform: rotate(8deg) scale(1.3);*/
        object-position: bottom;
}
.single-news .content {
        padding: 25px 20px;
        background-color: #fff;
        box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
        position: relative;
        z-index: 9;
}
.single-news .content span {
        color: #d11470;
        font-weight: 700;
        font-size: 13px
}
.single-news .content h3 {
        font-size: 15px;
        line-height: 1.5;
        margin-top: 12px;
        margin-bottom: 18px;
        transition: .5s;
        min-height: 80px;
}
.single-news .content h3 a {
        color: #202647;
        text-decoration: none
}
.single-news .content .blog-btn {
        font-weight: 600;
        transition: .5s;
        font-size: 13px;
        display: block;
        border-radius: 10px;
        background: #2a3f67;
        padding: 10px;
        text-align: center;
        color: #fff;
        text-decoration: none;
}
.ac_slide {
        margin-bottom: 50px;
        border-radius: 20px;
        overflow: hidden;
}
.single-news.single-gray .image:after {
        content: ' ';
        position: relative;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(181, 181, 181, 0.8)
}
.single-news-2 {
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 2px 28px #ededed;
        margin-bottom: 30px;
        border-radius: 20px;
        display: flex;
        flex: row;
}
.single-news-2 .image {
        position: relative;
        border-radius: 10px 10px 0 0;
        width: 150px;
}
.single-news-2 .image img {
        transition: 2s;
        max-width: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
}
.single-news-2 .content {
        padding: 25px 20px;
        background-color: #fff;
        box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
        position: relative;
        z-index: 9;
        width: calc(100% - 150px)
}
.single-news-2 .content span {
        color: #d11470;
        font-weight: 700;
        font-size: 13px
}
.single-news-2 .content h3 {
        font-size: 17px;
        transition: .5s;
        min-height: 50px;
}
.single-news-2 .content h3 a {
        color: #202647;
        text-decoration: none
}
.single-news-2 .content .blog-btn {
        font-weight: 600;
        transition: .5s;
        font-size: 13px;
        display: block;
        border-radius: 10px;
        background: #2a3f67;
        padding: 10px;
        text-align: center;
        color: #fff;
        text-decoration: none;
}
@media (max-width: 991.98px) {
        .eventCalendar2 .title, .announcements .title, .videoCard .title, .presentations .title, .eventCalendar .title {
                font-size: 20px;
        }
        .announcements a {
                font-size: 15px;
        }
        .videoCard .item {
                margin-bottom: 20px
        }
        .presentations .slick-dots li button {
                width: 10px;
        }
        .presentations .slick-dots li.slick-active button {
                width: 30px;
        }
        .presentations .ajaxTabs a {
                padding: 10px 5px;
                align-items: center;
                display: inline-flex;
                justify-content: center;
        }
        .homeCardMenu:after {
                content: ' ';
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                opacity: 0.8;
                background: url(../image/patterns.png);
                background-size: 240% auto;
                z-index: -1;
                background-position: bottom center;
                background-repeat: no-repeat;
        }
        .main-footer .logo-widget .logo {
                text-align: center;
        }
        .main-footer .logo-widget .text {
                text-align: center;
        }
        .footer-bottom .row {
                flex-direction: column-reverse;
        }
        .footer-bottom .col-12 {
                text-align: center;
                justify-content: center;
        }
        .main-footer .footer-bottom .social-media {
                padding: 0;
                justify-content: center;
        }
}
/*Special Table*/
.paddingDefault  table {
        width: 100% !important;
        margin-bottom: 50px;
}
.paddingDefault  table thead th {
        text-align: center;
        font-weight: bold;
        padding: 20px;
        position: relative;
    background: #f2f2fe
}
.paddingDefault  table thead th:after {
        content: ' ';
        position: absolute;
        border-radius: 20px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgb(237, 237, 237);
        background: -moz-linear-gradient(87deg, rgba(237, 237, 237, 1) 0%, rgba(203, 202, 202, 1) 100%);
        background: -webkit-linear-gradient(87deg, rgba(237, 237, 237, 1) 0%, rgba(203, 202, 202, 1) 100%);
        background: linear-gradient(87deg, rgba(237, 237, 237, 1) 0%, rgba(203, 202, 202, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#cbcaca", GradientType=1);
}
.paddingDefault  table tbody td {
        border-right: 1px solid #f2f2fe;
        border-bottom: 1px solid #f2f2fe;
        text-align: center;
        padding: 15px;
}

.paddingDefault  table tbody td:last-child {
        border-right: none;
}
.paddingDefault  table tbody tr:last-child td {
        border-bottom: none;
}
.pageNotice img {
        width: auto !important;
        display: block !important;
        margin: auto !important;
        height: auto !important;
        max-width: 100% !important;
}
@media (max-width: 991.98px) {
        .paddingDefault .content img {
                max-width: 100%;
        }
}
.navbar-top .top-box.top-toggler {
        display: none;
}
.search-toggle, .top-toggle {
        border: none;
        background: transparent;
}
.searchArea {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #132445;
        transform: translateY(-100%);
        transition: 0.5s;
}
.searchArea.active {
        transform: translateY(0);
}
.searchArea .form-control {
        background: transparent;
        text-align: center;
        border: none;
        color: #fff;
        height: 100%;
        padding: 15px;
        font-size: 20px;
}
.searchArea .form-control:focus {
        box-shadow: none;
        outline: none;
}
.searchArea .form-control::placeholder {
        color: #fdfdfd;
}
@media (max-width: 991.98px) {
        .navbar-top .top-box.top-toggler {
                display: inline-flex
        }
        .top-grup-1 {
                position: absolute;
                right: 0;
                top: 0;
                height: 100px !important;
        }
        .top-grup-2 {
                transform: translateY(-100%);
                transition: 0.5s;
                opacity: 0;
                visibility: hidden;
                display: none !important;
        }
        .top-grup-2.active {
                display: flex !important;
                transform: translateY(0);
                opacity: 1;
                visibility: visible;
        }
        .header-sticky-reveal .top-grup-1 {
                height: 80px !important;
        }
        .navbar-toggler {
                background: transparent;
                color: #fff;
                border: none;
        }
        .navbar-toggler:focus {
                outline: none;
                box-shadow: none
        }
}




.defaultPage table td img{
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}



.calendar__footer {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #ededed;
    margin: 10px;
}

.events-display .event{
}



