﻿
.menu > ul > li:nth-child(9) {
    background-color: #24498b !important;
}

    .menu > ul > li:nth-child(9) > a {
        color: #fff !important;
    }
.header-cagri-merkezi-mobil-main {
    display: none !important;
}

.yonet-yonerge a {
    font-size: 19px;
    color: #333;
}
.header-menu-deskop-main {
    display: inline-block !important;
}
table {
    width: 100% !important;
    font-size: 14px !important;
}
img {
    max-width: 100%;
}
.m_-7300844750373641010gmail-col-md-9 {
    max-width: 100% !important;
}
.new-content-img {
    width: 100%;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #333;
    /* box-shadow: 0px 0px 6px 0px #e2e2e2; */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.fixed-header .header-menu-logo-main {
    width: 100px;
    margin-top: 4px;
}

.fixed-header .header-menu-ul-main {
    margin-bottom: 0px;
}

.fixed-header .menu.header-menu-deskop-main {
    margin-top: 3px;
}

.header-menu-search-main input {
    height: 38px !important;
    display: inline-block !important;
    float: left !important;
    width: 70% !important;
}
.header-menu-search-main .btn-secondary {
    background-color: #ffd25b !important;
    color: #fff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-color: #ffd25b;
}
.header-menu-search-main .input-group {
    margin-top: 6px;
}
.pagination-container .pagination {
    border: 1px solid #ddd;
}
.pagination-container .pagination li {
    border-right: 1px solid #ddd;
    padding: 10px;
}
.pagination-container .pagination li a {
    color: #24498b;
}
h1 {
    font-weight:bold !important;
}

/* nav {
    width: 100%;
    height: 60px;
    background: #292f36;
    postion: fixed;
    z-index: 10;
} */
/* nav div {
    color: white;
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 2%;
    visibility: hidden;
} */
/* .visible-title {
    visibility: visible;
} */
/* nav ul { 
    list-style-type: none;
    margin: 0 2% auto 0;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
}
nav ul li { 
    display: inline-block; 
    line-height: 60px;
    margin-left: 10px;
}
nav ul li a {
    text-decoration: none; 
    color: #a9abae;
} */
.slick-next {
    right: -45px;
}
.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slide-fast-icon-main {
    font-size: 45px !important;
    display: block;
    margin-bottom: 9px;
    width: 100% !important;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0px;
    margin-right: -1px;
}
/*
MODALS
*/
/* .modal-dialog.modal-lg {
	width: 900px;
} */
.modal-dialog.modal-xl {
	width: 95%;
}
.modal-content {
	border: none;
	border-radius: 0px;
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	-webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.modal-header {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #eceff1;
}
/*Modal*/
.modal-header{
    display: block;
}
.modal-header-controls {
    text-align: right;
}
.modal-header-closed {
    border: none;
    color: #333;
    background-color: #fff;
    box-shadow: none;
}
.modal-header-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 30px;
}
.modal-header-title-icon {
	font-size: 12px;
	line-height: 1.5;
}
.modal-header-title-text {
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
}
.modal-header-title-icon + .modal-header-title-text {
	margin-left: 5px;
}
.modal-header-subtitle {
	color: #78909c;
	font-size: 12px;
}
.modal-body {
	padding: 0px;
}
.modal-footer {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 0px;
	text-align: right;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.modal-footer .btn:last-child {
	margin-right: 0px;
}
.modal-footer .btn + .btn {
	margin-bottom: inherit;
	margin-left: inherit;
}
/*
LOADING
*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
    right: 0px;
    top:0px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 999999;
}
.loading-effect {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	width: 64px;
	height: 64px;
}
.loading-effect div {
	animation: RollIt 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.loading-effect div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: -3px 0 0 -3px;
}
.loading-effect div:nth-child(1) {
	animation-delay: -0.036s;
}
.loading-effect div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.loading-effect div:nth-child(2) {
	animation-delay: -0.072s;
}
.loading-effect div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.loading-effect div:nth-child(3) {
	animation-delay: -0.108s;
}
.loading-effect div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.loading-effect div:nth-child(4) {
	animation-delay: -0.144s;
}
.loading-effect div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.loading-effect div:nth-child(5) {
	animation-delay: -0.18s;
}
.loading-effect div:nth-child(5):after {
	top: 57px;
	left: 25px;
}
.loading-effect div:nth-child(6) {
	animation-delay: -0.216s;
}
.loading-effect div:nth-child(6):after {
	top: 54px;
	left: 19px;
}
.loading-effect div:nth-child(7) {
	animation-delay: -0.252s;
}
.loading-effect div:nth-child(7):after {
	top: 50px;
	left: 14px;
}
.loading-effect div:nth-child(8) {
	animation-delay: -0.288s;
}
.loading-effect div:nth-child(8):after {
	top: 45px;
	left: 10px;
}
.loading-effect.true div:after {
	background-color: #d32f2f;
}
.loading-effect.false div:after {
	background-color: #8bc34a;
}
@keyframes RollIt {
	0%{
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*Genel Başlar*/
.render-template {
    width: 100%;
}

.container-fluid-main {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.btn-all-main {
    background-color: #24498b;
    padding: 10px 30px;
    border-radius: 2px;
    margin-top: 15px;
    cursor:pointer;
}

.btn-all-main span {
    color: #fff;
}

.btn-all-main:hover {
    background-color: #3965b5;
}
/*Genel Biter*/


/*Header Başlar*/
.container-header-main {
    max-width: 1750px;
}

.container-fluid-header-main {
    background-color: #ffd25b;
}

.header-link-main {
    color: #333;
    font-weight: 600;
    border-right: 1px solid #333;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 14px;
}


.header-right-main {
    background-color: #fff;
    padding-left: 10px;
    display: inline-block;
    padding-right: 10px;
}

.header-right-link-main {
    padding-right: 7px;
    padding-left: 7px;
    position: relative;
    color: #333;
    background-color: transparent;
    line-height: initial;
    padding-top: 0px;
    padding-bottom: 4px;
}

.header-right-link-main:after {
    content: "";
    background-color: #333;
    width: 1px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0px;
}

/*Header Biter*/


/*Slide Başlar*/


.carousel-item-main img {
    /*width: 87% !important;*/
    width: 100% !important;
    float: right;
}

.carousel-item-main .carousel-caption {
    position: absolute;
    left: 0px;
    right: auto;
    background-color: #333;
    top: 20%;
}

.carousel-content-text-main {
    display: block;
    max-width: 300px;
    position: absolute;
    left: 0px;
    display: inline-block !important;
    right: auto;
    background-color: rgba(255, 255, 255, 0.6784313725490196);
    top: 0px;
    bottom: 0px;
    height: 180px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    border-top-right-radius: 60%;
    border-bottom-right-radius: 60%;
    min-height: 240px;
    min-width: 300px;
    box-shadow: 0px 0px 3px 0px #e2e2e2;
}

.carousel-content-title-main {
    color: #333;
    text-align: left;
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.carousel-content-text-main p {
    color: #333;
    text-align: left;
}

.carousel-content-top-title {
    color: #72b2f1;
    font-weight: 600;
    display: block;
    text-align: left;
}

.carousel-control-left-main {
    left: 10%;
    bottom: 0px;
    display: inline-block;
    position: absolute;
    z-index: 9999;
}

.carousel-control-right-main {
    left: 12%;
    bottom: 0px;
    display: inline-block;
    position: absolute;
    z-index:9999;
}

.carousel-indicators-main {
    position: absolute;
    bottom: 1px;
    left: 54px;
    z-index: 999;
    display: inline-block;
    width: 37px;
    margin: 0px;
}

.carousel-indicators-main .active {
    opacity: 1;
    display: inline-block !important;
}

.carousel-indicators-main li {
    display: none !important;
    flex: none;
    font-size: 14px;
    background: transparent;
    color: #333;
    height: auto;
    width: auto;
    margin: 0px;
    box-sizing: inherit;
    opacity: inherit;
    border: none;
    transition: none;
    text-indent: inherit;
}

.carousel-social-main {
    position: absolute;
    bottom: 50px;
    font-size: 18px;
    z-index: 999;
    left: 30px;
}

.carousel-social-main svg {
    margin-right: 15px;
    font-size: 20px;
}

/*Slide Biter*/

/*Slide Fast Başlar*/

.container-slide-fast-main {
    max-width: 96%;
}

.sldie-fast-box .box-seffaf {
    border: 1px solid #c5c5c5;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #fff;
    border-radius: 4px;
    min-height: 170px;
}

.slide-fast-title {
    display: block;
}

.sldie-fast-box a {
    color: #333;
}

.slide-fast-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.sldie-fast-box {
   margin-top:30px;
}

.slide-fast-number-main {
    position: absolute;
    right: 16px;
    bottom: 0px;
    background-color: #24498b;
    border-top-left-radius: 100%;
    width: 35px;
    height: 35px;
    color: #fff;
    padding-left: 12px;
    padding-top: 8px;
}


.container-slide-fast-main a:hover {
    text-decoration: none;
}

.container-slide-fast-main a:hover .fast-box-seffaf {
    background-color: #f8f8f8;
}

/*Slide Fast Biter*/


/*Life Başlar*/
.life-container-fluid {
    background-color: #f9fafc;
}

.life-box-title-main {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: #18171e;
}

.life-box-main {
    position: relative;
    margin-bottom: 15px;
}

.life-box-main .box-seffaf {
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #e2e2e2;
    border-radius: 4px;
    padding: 15px 30px;
}

.life-box-main p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    min-height: 70px;
    max-height: 100px;
    height: 100px;
}

.title-top-main {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 12px;
}

.title-sub-main {
    font-size: 35px;
    display: block;
    margin-bottom: 15px;
    color: #3b1d82;
    font-weight: 600;
}

.life-left-content-main p {
    line-height: 27px;
    font-size: 14px;
}

.life-icon-main {
    position: absolute;
    right: -14px;
    top: 0px;
    font-size: 39px !important;
    display: inline-block;
    color: #c2c2c2;
}

.life-box-main a:hover {
    text-decoration: none;
}

.life-box-main a:hover .life-box-seffaf {
    background-color: #f8f8f8;
}

.life-box-number-main {
    position: absolute;
    right: -15px;
    bottom: -15px;
    background-color: #24498b;
    border-top-left-radius: 100%;
    width: 35px;
    height: 35px;
    color: #fff;
    padding-left: 18px;
    padding-top: 9px;
}

/*Life Biter*/

/*News Başlar*/
.news-box-content-title-main {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.news-box-content-main a:hover {
    text-decoration: none;
}

.news-box-content-text-main p {
    font-size: 13px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    color: #333;
}

.news-box-content-img-main img {
    box-shadow: 0px 0px 2px 0px #e2e2e2;
    border-radius: 4px;
}

.news-box-content-main {
    margin-bottom: 15px;
}

.news-content-main .box-seffaf {
    height: 534px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btn.btn-news-all-view {
    display: block;
    background-color: #24498b;
    color: #fff;
}

.news-all-view {
    margin-bottom: 15px;
    margin-top: 15px;
}
/*News Biter*/


/*Announcement Başlar*/

.announcement-content-all-main {
    background-color: #fcfcfc;
}

.announcement-all-content-title-main span {
    display: block;
    text-align: center;
    font-size: 22px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: 600;
}

.announcement-content-date-number-main {
    color: #f7c70b;
    font-weight: 600;
    font-size: 17px;
    padding-top: 15px;
}

.announcement-content-date-text {
    font-size: 12px;
    font-weight: 600;
}

.announcement-content-date-day {
    color: #bbbbbb;
    display: block;
}

.announcement-content-text-title-main {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.announcement-content-text-main p {
    font-size: 13px;
    color: #868484;
    margin-bottom: 0px;
}

.announcement-content-map-main {
    font-size: 12px;
}

.announcement-content-main {
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 12px;
}

.announcement-all-content-title-main {
    background-color: #fcfcfc;
    padding-top: 6px;
}

.announcement-content-all-main .box-seffaf {
    height: 534px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.announcement-content-main a {
    color: #333;
}

.announcement-content-main a:hover {
    text-decoration: none;
}



/*Announcement Biter*/


/*Öğrenci Yorumları Başlar*/

.carousel-inner-student-main .carousel-item .img-box {
    width: 135px;
    height: 135px;
}

.carousel-student-main .carousel-control-prev {
    left: -100px;
}

.carousel-student-main .carousel-control-next {
    right: -100px;
}

.carousel-student-main .carousel-indicators {
    top: 320px;
}

.student-carousel-content-main {
    color: #333;
    font-size: 42px;
}

.carousel-student-main li {
    background-color: #24498b;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

/*Öğrenci Yorumları Biter*/

/*Sol Sosyal Medya Başlar*/
.social a {
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    display: block;
    margin-top: 5px;
}

.social {
    position: fixed;
    bottom: 110px;
    z-index: 9999999;
    width: 43px;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    /*background: #244289;*/
    width: 308px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
    .social ul li:nth-child(1) {
        background-color: #00acee;
    }
    .social ul li:nth-child(2) {
        background-color: #9936b5;
    }
    .social ul li:nth-child(3) {
        background-color: #3b5998;
    }
    .social ul li:nth-child(4) {
        background-color: #dc4e41;
    }
    /*.social ul li:nth-child(6) {
        background-color: #ffd25b !important;
    }*/
    .social ul li:hover {
        -webkit-transform: translate(110px, 0);
        -moz-transform: translate(110px, 0);
        -ms-transform: translate(110px, 0);
        -o-transform: translate(110px, 0);
        transform: translate(110px, 0);
        /*background: #bf1e2e;*/
    }

.social ul li:hover a {
    color: #fff;
}

.social ul li:hover i {
    color: #fff;
    /* background: rgba(0, 0, 0, 0.36); */
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li i {
    margin-left: 10px;
    color: #fff;
    /* background: #fff; */
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    /* background: #ffffff; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.left-social-main .fa:before {
    position: absolute;
    left: 0px;
    top: -2px;
    font-size: 25px;
}
/*Sol Sosyal Medya Biter*/


/*Header Menü Başlar*/

.mm-6column:after, .mm-6column:before, .mm-3column:after, .mm-3column:before {
    content: "";
    display: table;
    clear: both;
}

.mm-6column, .mm-3column {
    float: left;
    position: relative;
}

.mm-6column {
    width: 100%;
}

.mm-3column {
    width: 20%;
}

.responsive-img {
    display: block;
    max-width: 100%;
}

.left-images {
    margin-right: 25px;
}

.left-images, .left-categories-list {
    float: left;
}

    .left-images > p {
        background: none repeat scroll 0 0 #ff7f50;
        display: block;
        font-size: 18px;
        line-height: normal;
        margin: 0;
        padding: 5px 14px;
    }

.mm-view-more {
    background: none repeat scroll 0 0 #ff7f50;
    color: #fff;
    display: inline !important;
    line-height: normal;
    padding: 5px 8px !important;
    margin-top: 10px;
}

.display-on {
    display: block !important;
    transition-duration: 0.9s;
}

/* .drop-down > a:after {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
} */

.header-menu-content-sub-title-main svg {
    margin-right: 4px;
}

.menu > ul > li {
    list-style: none;
    display: inline-block;
    color: #fff;
    line-height: 45px;
}

.menu > ul li a, .xs-menu li a {
    text-decoration: none;
    color: #333 !important;
    display: block;
    padding: 0px 10px;
    font-size: 15px;
    cursor: pointer;
}
.fixed-header .header-menu-level1-main{
    text-decoration: none;
    color: #fff !important;
    display: block;
    padding: 0px 15px;
    font-size: 14px;
    cursor: pointer;
}

.menu > ul li a:hover {
    background: #444;
    color: #fff !important;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.displaynone {
    display: none;
}

.xs-menu-cont {
    display: none;
}

.xs-menu-cont > a {
    background: none repeat scroll 0 0 #ff7f50;
    border-radius: 3px;
    padding: 3px 6px;
    display: block;
    border-bottom: 1px solid #E67248;
    box-shadow: 0 1px 2px #e67248;
    -webkit-box-shadow: 0 1px 2px #e67248;
    -moz-box-shadow: 0 1px 2px #e67248;
}

.xs-menu-cont > a:hover {
    cursor: pointer;
}

.xs-menu li {
    color: #fff;
    padding: 14px 30px;
    border-bottom: 1px solid #ccc;
    background: #FF7F50;
}

.xs-menu a {
    text-decoration: none;
}

.mega-menu {
    background: none repeat scroll 0 0 #fff;
    left: 55px;
    margin-top: 0px;
    position: absolute;
    width: 85%;
    padding: 15px;
    display: none;
    transition-duration: 0.9s;
    z-index: 99;
    box-shadow: 0px 0px 5px 0px #e2e2e2;
}

#menutoggle i {
    color: #fff;
    font-size: 33px;
    margin: 0;
    padding: 0;
}

.header-menu-content-sub-main {
    float: left;
    display: inline-block;
    min-width: 300px;
    max-width: 180px;
    min-height: 150px;
}

.header-menu-content-all-title-main {
    color: #24498b;
    margin-left: 15px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.header-menu-content-img-main img {
    border-radius: 4px;
}

.header-menu-content-all-title-main:before {
    content: "";
    background-color: #ffd25b;
    width: 60px;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}


.header-menu-content-all-title-main:after {
    content: "";
    background-color: #24498b;
    width: 20px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    height: 3px;
    left: 0px;
}


/*Header Menü Biter*/

/*Footer Başlar*/
.container-fluid-footer-main {
    background-image: url(/assets/images/bg_/footer_2-01.png);
    min-height: 500px;
    background-size: cover;
    background-color: #24498b;
    padding-top: 60px !important;
}

.footer-left-main a {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-content-text-main {
    color: #fff;
    margin-top: 15px;
}

.footer-content-menu-main ul {
    padding-left: 0px !important;
    list-style-type: none;
}

.footer-content-menu-main ul li a {
    color: #fff;
    display: inline-block;
    margin-left: 9px;
    font-size: 17px;
}

.footer-content-menu-main ul li {
    margin-bottom: 6px;
}

.footer-content-menu-main ul li svg {
    color: #ffc107;
    font-size: 17px;
}

.footer-content-menu-main ul li a:hover {
    text-decoration: none;
    color: #ffc107;
}

.footer-content-menu-all-title {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

/*Footer Biter*/
a.header-menu-logo-link-main {
    display: block;
    text-align: center;
}

img.header-menu-logo-main {
    width: 135px;
}

.header-menu-container-fluid-main {
    margin-top: 15px;
    margin-bottom: 0px;
}

/*Alt Sayfalar Başlar*/
.right-side span a {
    color: #fff;
    display: block;
    text-align: center;
    background-color: #24498b;
    padding: 10px 30px;
    border-radius: 2px;
}
.right-side ul {
    list-style-type: none;
    padding-left: 0px;
}

.right-side li {
    margin-top: 15px;
}

.right-side li a {
    color: #333;
    font-size: 15px;
}

.page-sidebar-title {
    font-weight: 600;
    color: #3b1d82;
    font-size: 22px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
}

.page-sidebar-main {
    box-shadow: 0px 0px 3px 0px #e2e2e2;
    padding-bottom: 15px;
    padding-top: 15px;
}

.page-sidebar-ul-main {
    list-style-type: none;
    padding-left: 15px;
}
.page-sidebar-ul-main a {
    display: block;
    color: #333;
    font-size: 15px;
    padding-left: 4px;
}

.page-sidebar-ul-main span {
    display: inline-block;
    margin-right: 10px;
    color: #333;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 2px;
    margin-top: 8px;
}
.page-sidebar-ul-main li {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    padding-top: 5px;
}
.page-sidebar-main .form-item-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
}

.page-sidebar-main .form-control {
    margin-bottom: 15px;
}
.page-content-main .box-seffaf {
    box-shadow: 0px 0px 2px 0px #e2e2e2;
    padding: 10px 15px;
    border-radius: 2px;
}

.page-content-main h1 {
    color: #3b1d82;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
}
.container-page-main {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*Alt Sayfalar Biter*/

/*mobil menu iki*/

.mobil-social-all-main .mobile-share {
    position: fixed;
    left: 0px;
    bottom: 10px;
    z-index: 9999;
}

.mobil-social-all-main .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(51, 51, 51, 0.8);*/
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s;
}

.mobil-social-all-main .open .overlay {
    opacity: 1;
    visibility: visible;
}

.mobil-social-all-main .share-button, .links a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

    .mobil-social-all-main .share-button i, .links a i {
        line-height: 40px;
        color: #fff;
    }

.mobil-social-all-main .share-button {
    background: #225293;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #333;
}

    .mobil-social-all-main .share-button:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

.mobil-social-all-main .links {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    list-style: none;
}

    .mobil-social-all-main .links li {
        display: block;
        margin-bottom: 5px;
    }

[data-emotion="basic"] .links li {
    animation: fadeOut 0.3s;
    animation-fill-mode: forwards;
}

    [data-emotion="basic"] .links li:nth-child(1) {
        animation-delay: 0.035s;
    }

    [data-emotion="basic"] .links li:nth-child(2) {
        animation-delay: 0.07s;
    }

    [data-emotion="basic"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    [data-emotion="basic"] .links li:nth-child(4) {
        animation-delay: 0.14s;
    }

    [data-emotion="basic"] .links li:nth-child(5) {
        animation-delay: 0.175s;
    }


.mobil-social-all-main .open[data-emotion="basic"] .links li {
    animation: fadeInUp 0.3s;
    animation-fill-mode: both;
}

    .mobil-social-all-main .open[data-emotion="basic"] .links li:nth-child(1) {
        animation-delay: 0.175s;
    }

    .mobil-social-all-main .open[data-emotion="basic"] .links li:nth-child(2) {
        animation-delay: 0.14s;
    }

    .mobil-social-all-main .open[data-emotion="basic"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    .mobil-social-all-main .open[data-emotion="basic"] .links li:nth-child(4) {
        animation-delay: 0.07s;
    }

    .mobil-social-all-main .open[data-emotion="basic"] .links li:nth-child(5) {
        animation-delay: 0.035s;
    }

[data-emotion="fun"] .links li {
    animation: bounceOut 0.3s;
    animation-fill-mode: forwards;
}

    [data-emotion="fun"] .links li:nth-child(1) {
        animation-delay: 0.035s;
    }

    [data-emotion="fun"] .links li:nth-child(2) {
        animation-delay: 0.07s;
    }

    [data-emotion="fun"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    [data-emotion="fun"] .links li:nth-child(4) {
        animation-delay: 0.14s;
    }

    [data-emotion="fun"] .links li:nth-child(5) {
        animation-delay: 0.175s;
    }

.mobil-social-all-main .open[data-emotion="fun"] .links li {
    animation: bounceIn 0.3s;
    animation-fill-mode: both;
}

    .mobil-social-all-main .open[data-emotion="fun"] .links li:nth-child(1) {
        animation-delay: 0.175s;
    }

    .mobil-social-all-main .open[data-emotion="fun"] .links li:nth-child(2) {
        animation-delay: 0.14s;
    }

    .mobil-social-all-main .open[data-emotion="fun"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    .mobil-social-all-main .open[data-emotion="fun"] .links li:nth-child(4) {
        animation-delay: 0.07s;
    }

    .mobil-social-all-main .open[data-emotion="fun"] .links li:nth-child(5) {
        animation-delay: 0.035s;
    }

    .mobil-social-all-main .open[data-emotion="fun"] .links li:hover a {
        transform: scale(1.1);
    }

[data-emotion="cool"] .links li {
    animation: rotateOut 0.3s;
    animation-fill-mode: forwards;
}

    [data-emotion="cool"] .links li:nth-child(1) {
        animation-delay: 0.035s;
    }

    [data-emotion="cool"] .links li:nth-child(2) {
        animation-delay: 0.07s;
    }

    [data-emotion="cool"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    [data-emotion="cool"] .links li:nth-child(4) {
        animation-delay: 0.14s;
    }

    [data-emotion="cool"] .links li:nth-child(5) {
        animation-delay: 0.175s;
    }

.mobil-social-all-main .open[data-emotion="cool"] .links li {
    animation: rotateIn 0.3s;
    animation-fill-mode: both;
}

    .mobil-social-all-main .open[data-emotion="cool"] .links li:nth-child(1) {
        animation-delay: 0.175s;
    }

    .mobil-social-all-main .open[data-emotion="cool"] .links li:nth-child(2) {
        animation-delay: 0.14s;
    }

    .mobil-social-all-main .open[data-emotion="cool"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    .mobil-social-all-main .open[data-emotion="cool"] .links li:nth-child(4) {
        animation-delay: 0.07s;
    }

    .mobil-social-all-main .open[data-emotion="cool"] .links li:nth-child(5) {
        animation-delay: 0.035s;
    }

[data-emotion="flashy"] .links li {
    animation: flipOutY 0.3s;
    animation-fill-mode: forwards;
}

    [data-emotion="flashy"] .links li:nth-child(1) {
        animation-delay: 0.035s;
    }

    [data-emotion="flashy"] .links li:nth-child(2) {
        animation-delay: 0.07s;
    }

    [data-emotion="flashy"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    [data-emotion="flashy"] .links li:nth-child(4) {
        animation-delay: 0.14s;
    }

    [data-emotion="flashy"] .links li:nth-child(5) {
        animation-delay: 0.175s;
    }

.mobil-social-all-main .open[data-emotion="flashy"] .links li {
    animation: flipInY 0.3s;
    animation-fill-mode: both;
}

    .mobil-social-all-main .open[data-emotion="flashy"] .links li:nth-child(1) {
        animation-delay: 0.175s;
    }

    .mobil-social-all-main .open[data-emotion="flashy"] .links li:nth-child(2) {
        animation-delay: 0.14s;
    }

    .mobil-social-all-main .open[data-emotion="flashy"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    .mobil-social-all-main .open[data-emotion="flashy"] .links li:nth-child(4) {
        animation-delay: 0.07s;
    }

    .mobil-social-all-main .open[data-emotion="flashy"] .links li:nth-child(5) {
        animation-delay: 0.035s;
    }

[data-emotion="professional"] .links li {
    animation: fadeOut 0.3s;
    animation-fill-mode: forwards;
}

    [data-emotion="professional"] .links li:nth-child(1) {
        animation-delay: 0.035s;
    }

    [data-emotion="professional"] .links li:nth-child(2) {
        animation-delay: 0.07s;
    }

    [data-emotion="professional"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    [data-emotion="professional"] .links li:nth-child(4) {
        animation-delay: 0.14s;
    }

    [data-emotion="professional"] .links li:nth-child(5) {
        animation-delay: 0.175s;
    }

.mobil-social-all-main .open[data-emotion="professional"] .links li {
    animation: fadeIn 0.3s;
    animation-fill-mode: both;
}

    .mobil-social-all-main .open[data-emotion="professional"] .links li:nth-child(1) {
        animation-delay: 0.175s;
    }

    .mobil-social-all-main .open[data-emotion="professional"] .links li:nth-child(2) {
        animation-delay: 0.14s;
    }

    .mobil-social-all-main .open[data-emotion="professional"] .links li:nth-child(3) {
        animation-delay: 0.105s;
    }

    .mobil-social-all-main .open[data-emotion="professional"] .links li:nth-child(4) {
        animation-delay: 0.07s;
    }

    .mobil-social-all-main .open[data-emotion="professional"] .links li:nth-child(5) {
        animation-delay: 0.035s;
    }

.mobil-social-all-main .links a {
    transition: 0.15s;
}

    .mobil-social-all-main .links a.facebook {
        background: #3b5998;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

        .mobil-social-all-main .links a.facebook:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

    .mobil-social-all-main .links a.twitter {
        background: #00acee;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

        .mobil-social-all-main .links a.twitter:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

    .mobil-social-all-main .links a.tumblr {
        background: #34526f;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

        .mobil-social-all-main .links a.tumblr:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

    .mobil-social-all-main .links a.google-plus {
        background: #dc4e41;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .mobil-social-all-main .links a.youtube {
        background: #dc4e41;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

        .mobil-social-all-main .links a.youtube:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

    .mobil-social-all-main .links a.whatsapp {
        background: #51a90b;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

        .mobil-social-all-main .links a.whatsapp:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

    .mobil-social-all-main .links a.instagram {
        background: #9936b5;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

        .mobil-social-all-main .links a.instagram:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

    .mobil-social-all-main .links a.google-plus:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    .mobil-social-all-main .links a.addthis {
        background: #f86955;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

        .mobil-social-all-main .links a.addthis:hover {
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        }

.mobil-social-all-main {
    display: none;
}

#mobilMenuModal .modal-body {
    overflow: scroll;
}

.mobil-fixed-social-main {
    display: none;
}

.social li a {
    font-size: 14px;
    line-height: 24px;
    color: #101010;
    padding-left: 20px;
    transition: all 300ms linear 0s;
    text-decoration: none;
}

    .social li a:hover {
        color: #4b4b4b;
    }

.social a {
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    display: block;
    margin-top: 5px
}

.social {
    position: fixed;
    bottom: 110px;
    z-index: 9999999;
    width: 43px
}

    .social ul {
        padding: 0;
        -webkit-transform: translate(-270px, 0);
        -moz-transform: translate(-270px, 0);
        -ms-transform: translate(-270px, 0);
        -o-transform: translate(-270px, 0);
        transform: translate(-270px, 0)
    }

        .social ul li {
            display: block;
            margin: 5px;
            background: #244289;
            width: 308px;
            text-align: right;
            padding: 10px;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s
        }

            .social ul li:hover {
                -webkit-transform: translate(110px, 0);
                -moz-transform: translate(110px, 0);
                -ms-transform: translate(110px, 0);
                -o-transform: translate(110px, 0);
                transform: translate(110px, 0);
                background: #bf1e2e
            }

                .social ul li:hover a {
                    color: #fff
                }

                .social ul li:hover i {
                    color: #fff;
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    -o-transform: rotate(360deg);
                    transform: rotate(360deg);
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -ms-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s
                }

            .social ul li i {
                margin-left: 10px;
                color: #fff;
                padding: 10px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                font-size: 20px;
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0)
            }

.left-social-main .fa:before {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 25px
}

.left-social-whatsapp-main {
    background-color: #51a90b !important;
}

.mobil-menu-level2-ul {
    display: block;
    -webkit-animation: bounceInDown 1s both;
    -moz-animation: bounceInDown 1s both;
    -o-animation: bounceInDown 1s both;
    animation: bounceInDown 1s both;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }

    80% {
        -moz-transform: translateY(-10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }

    80% {
        -o-transform: translateY(-10px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width:1600px) {
    .social {
        display: none;
    }

    .mobil-social-all-main {
        display: block;
    }
}
@media(max-width:1000px){
    .header-cagri-merkezi-main{
        display:none !important;
    }
    .header-cagri-merkezi-mobil-main {
        display: inline-block !important;
        position: relative;
        left: 51px;
        top: 4px;
    }
}
/*mobil menu iki*/ 
    /*Mobil Menü*/
    #cssmenu{
        display: none !important;
    }
    #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    #cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
    #cssmenu #head-mobile{display:none}
    #cssmenu{font-family:sans-serif;background:#24498b}
    #cssmenu > ul > li{float:left}
    #cssmenu > ul > li > a{padding:17px;font-size:12px;letter-spacing:1px;text-decoration:none;color:#ddd;font-weight:700;}
    #cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
    #cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#325ba5!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
    #cssmenu > ul > li.has-sub > a{padding-right:30px}
    #cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
    #cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
    #cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
    #cssmenu ul ul{position:absolute;left:-9999px}
    #cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
    #cssmenu ul ul li:hover{}
    #cssmenu li:hover > ul{left:auto}
    #cssmenu li:hover > ul > li{height:35px}
    #cssmenu ul ul ul{margin-left:100%;top:0}
    #cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
    #cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
    #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
    #cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
    #cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
    #cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
    #cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
    #cssmenu ul ul ul li.active a{border-left:1px solid #333}
    #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

/*@media Başlar*/
@media(max-width:1732px){
    .header-menu-content-sub-main {
        float: left;
        display: inline-block;
        min-width: 250px;
        max-width: 180px;
        min-height: 150px;
    }
}
@media (max-width:1451px){
    .menu > ul li a, .xs-menu li a {
        text-decoration: none;
        color: #333 !important;
        display: block;
        padding: 0px 15px;
        font-size: 13px;
    }
    .mega-menu {
        background: none repeat scroll 0 0 #fff;
        left: 0;
        margin-top: 0px;
        position: absolute;
        width: 100%;
        padding: 15px;
        display: none;
        transition-duration: 0.9s;
        z-index: 99;
        box-shadow: 0px 0px 5px 0px #e2e2e2;
    }
    .header-menu-content-sub-main {
        float: left;
        display: inline-block;
        min-width: 211px;
        max-width: 180px;
        min-height: 150px;
    }
    .header-menu-ul-main {
        padding-left: 0px !important;
    }
    .header-menu-deskop-main .header-menu-ul-main li a {
        font-size: 12px;
        padding:0px 7px;
    }
}
@media(max-width:1307px){
    .menu > ul li a, .xs-menu li a {
        text-decoration: none;
        color: #333 !important;
        display: block;
        padding: 0px 8px;
        font-size: 12px;
    }
}
@media(max-width:1289px){
    .slide-fast-title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 13px;
    }
    .sldie-fast-box .box-seffaf {
        border: 1px solid #c5c5c5;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 15px;
        background-color: #fff;
        border-radius: 4px;
        min-height: 165px;
    }
}

@media(max-width:1226px) {
    .header-menu-content-sub-main {
        float: left;
        display: inline-block;
        min-width: 190px;
        max-width: 180px;
        min-height: 150px;
    }
    .menu > ul li a, .xs-menu li a {
        text-decoration: none;
        color: #333 !important;
        display: block;
        padding: 0px 15px;
        font-size: 12px;
    }

    /*Slide Başlar*/
    .carousel-content-title-main {
        color: #333;
        text-align: left;
        font-size: 12px;
        margin-bottom: 15px;
        display: block;
        font-weight: 600;
    }

    .carousel-content-text-main {
        display: block;
        max-width: 300px;
        position: absolute;
        left: 0px;
        display: inline-block !important;
        right: auto;
        background-color: rgba(255, 255, 255, 0.6784313725490196);
        top: 0px;
        bottom: 0px;
        height: 180px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 15px;
        padding-bottom: 30px;
        border-top-right-radius: 60%;
        border-bottom-right-radius: 60%;
        min-height: 170px;
        min-width: 200px;
        box-shadow: 0px 0px 3px 0px #e2e2e2;
    }

        .carousel-content-text-main p {
            color: #333;
            text-align: left;
            font-size: 12px;
        }
    /*Slide Biter*/
}

@media(max-width:1161px){
    .menu > ul li a, .xs-menu li a {
        text-decoration: none;
        color: #333 !important;
        display: block;
        padding: 0px 10px;
        font-size: 12px;
    }
}
@media(max-width:1055px){
    .menu > ul li a, .xs-menu li a {
        text-decoration: none;
        color: #333 !important;
        display: block;
        padding: 0px 5px;
        font-size: 12px;
    }
    .header-menu-deskop-main .header-menu-ul-main li a {
        font-size: 12px;
        padding: 0px 3px;
    }
}

@media(max-width:991px){
    .footer-content-menu-main ul li a {
        color: #fff;
        display: inline-block;
        margin-left: 9px;
        font-size: 13px;
    }
    .footer-content-menu-all-title {
        display: block;
        font-size: 22px;
        color: #fff;
        margin-bottom: 15px;
    }
}

@media(max-width:969px) {
    .carousel-content-text-main {
        display: block;
        max-width: 300px;
        position: absolute;
        left: 0px;
        display: inline-block !important;
        right: auto;
        background-color: rgba(255, 255, 255, 0.6784313725490196);
        top: 0px;
        bottom: 0px;
        height: 180px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        min-height: 170px;
        min-width: 140px;
        box-shadow: 0px 0px 3px 0px #e2e2e2;
    }

    .carousel-item-main .carousel-caption {
        position: absolute;
        left: 0px;
        right: auto;
        background-color: #333;
        top: 10%;
    }
}

@media(max-width:931px){
    .slide-fast-title {
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 12px;
    }
}

@media(max-width:811px) {
    .carousel-content-text-main p {
        color: #333;
        text-align: left;
        font-size: 12px;
        display: none;
    }

    .carousel-content-text-main {
        display: block;
        max-width: 300px;
        position: absolute;
        left: 0px;
        display: inline-block !important;
        right: auto;
        background-color: rgba(255, 255, 255, 0.6784313725490196);
        top: 0px;
        bottom: 0px;
        height: 120px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        min-height: 120px;
        min-width: 140px;
        box-shadow: 0px 0px 3px 0px #e2e2e2;
    }
}

@media(max-width:767px) {
    .header-menu-container-fluid-main {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .sldie-fast-box .box-seffaf {
        border: 1px solid #c5c5c5;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        padding-bottom: 30px;
        padding-top: 15px;
        background-color: #fff;
        border-radius: 4px;
        min-height: 110px;
    }
    .slide-fast-icon-main {
        font-size: 28px;
        display: block;
        margin-bottom: 9px;
        width: 100% !important;
    }
    .header-menu-search-main {
        margin-top: 15px;
        margin-bottom:15px;
    }
    .header-menu-search-main form {
        width: 100%;
    }

    .header-menu-search-main input {
        width: 90% !important;
    }
    .header-menu-logo-col-main{
        display: none;
    }
    .slick-next {
        display: none !important;
    }
    
    .slick-prev {
        display: none !important;
    }
    div#short-menu {
        display: none;
    }
    a.header-menu-logo-link-main {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    /*Mobil Menü*/
    #cssmenu{
        display: block !important;
    }
    .header-menu-main{
        padding:0px;
    }
    .header-menu-deskop-main{
        display: none !important;
    }
    /*Mobil Menü Biter*/
    .carousel-student-main .carousel-indicators {
        top: 350px;
    }
    .title-sub-main {
        font-size: 23px;
        display: block;
        margin-bottom: 15px;
        color: #3b1d82;
        font-weight: 600;
    }
    .top-header-langue-call-main{
        display: none;
    }
    .header-langue-main {
        padding-left: 7px;
        position: relative;
        color: #333;
        background-color: transparent;
        line-height: initial;
        padding-top: 0px;
        padding-bottom: 4px;
    }
    .header-link-main {
        font-size: 12px;
    }
    .header-phone-main{
        display: none;
    }
    .carousel-item-main img {
        width: 100% !important;
        float: right;
    }

    .carousel-indicators-main {
        position: absolute;
        bottom: -10px;
        left: 54px;
        z-index: 999;
        display: inline-block;
        width: 37px;
        margin: 0px;
    }

    .carousel-control-right-main {
        left: 90px;
        bottom: -12px;
        display: inline-block;
        position: absolute;
    }

    .carousel-control-left-main {
        left: 30px;
        bottom: -13px;
        display: inline-block;
        position: absolute;
    }

    .sldie-fast-box {
        position: relative;
        top: 0px;
        min-width: 200px;
        margin-top: 15px;
    }
    .container-main {
        padding-left: 30px;
        padding-right: 30px;
    }
    .life-content-box-main {
        margin-top: 30px;
    }
    .announcement-content-text-title-main {
        font-weight: 600;
        display: block;
        margin-bottom: 8px;
        font-size: 16px;
        text-align: center;
    }
    .announcement-content-all-main {
        background-color: #fcfcfc;
        margin-top: 15px;
        border: 1px solid #e2e2e2;
    }
    .news-box-content-title-main {
        font-weight: 600;
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        color: #333;
        text-align: center;
        margin-top: 10px;
    }
    .news-content-main {
        border: 1px solid #e2e2e2;
    }

}
@media(max-width:500px){
    .pagination-container .pagination li {
        padding: 5px;
    }
}
@media (min-width: 320px) and (max-width: 640px) {
	.carousel-inner-student-main .carousel-item p{
		font-size: 14px;
	}
	.carousel-student-main  .carousel-control-prev{
		left: -40px;
	}
	.carousel-student-main  .carousel-control-next{
		right: -40px;
	}
    .carousel-student-main  .carousel-indicators{
		top: 400px;
	}
}

.event-list,
.event-list li {
    list-style: none;
    text-align: center
}

    .activity-title,
    .event-list,
    .event-list li {
        text-align: center
    }

    .event-list li {
        float: left;
        font-size: 13px;
        cursor: pointer
    }

    .event-list li a {
        color: #ff8f00;
        font-weight: 400;
        display: block;
        line-height: 40px;
        font-size: 16px
    }

    .event-list li a:hover {
        text-decoration: underline
    }

    .event-list li p {
        margin: 0 !important;
        color: #fff;
        line-height: 16px
    }

.activity-content *{
    text-align: center;
}
.activity-content h4{
    color: #333;
    font-size: 18px;
}
.home-page-activity-date-text {
    margin-right: 15px;
    font-size: 14px;
}
.activity-container .title-cont {
    background-color: #293352;
    padding-bottom: 20px;
    padding-top: 15px;
}
.home-page-activity-date {
    font-size: 14px;
}

.home-page-activity-clock {
    font-size: 14px;
}

.home-page-activity-content-main svg {
    font-size: 12px;
}
.activity-list {
    position: absolute;
    left: 0;
    bottom: 50%;
    background: #22293e
}

.act-item,
.activity-content {
    position: relative
}

.activity-container {
    min-height: 300px;
    background-color: #f9fafc;
    padding-left: 0;
    padding-right: 0;
    position: relative
}
.activity-section-main{
    min-height: 300px;
    background-color: #f9fafc;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    border-left: 15px solid #293352;
    border-right: 15px solid #293352;
    border-bottom: 25px solid #293352;
    padding-top:10px;
}


.horizontal-line {
    height: 4px;
    width: 100%;
    margin: 20px 0
}

.vertical-line {
    width: 2px;
    background: #fff;
    height: 420px;
    margin-top: 20px
}

.activity-item {
    display: inline-flex;
    padding: 0 10px 10px;
    min-height: 370px
}

    .activity-item:focus {
        outline: 0
    }

.activity-content {
    width: 100%;
    padding: 0 10px
}

.act-date {
    font-size: 12px
}

.activity-date * {
    color: #ffd25b
}

.activity-date span:first-child {
    font-size: 35px;
    font-weight: 600
}

._date {
    padding: 5px;
    background: #22293e;
    border-radius: 5px
}
.activity-title{
    width:100%;
}
.activity-title h2 {
    font-size: 30px;
    color: #fff;
    background: #293352;
    padding: 10px;
    margin: 0
}

.home-page-activity-content-main {
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px #e2e2e2;
    min-height: 430px;
}

.home-page-activity-content-main img {
    border-radius: 4px;
    margin-bottom: 15px;
}
/* .bg-orange {
    background: #fda504
}

.bg-orange-grad {
    background: linear-gradient(to right, #f1b306 0, #fff 75%)
} */

.there-is-act {
    color: #e15c0b !important;
    font-weight: 800 !important;
    font-size: 20px !important
}

.all a,
.slick-next:before,
.slick-prev:before {
    color: #fff
}

/* .activity-content h3 {
    margin-top: 0;
    font-size: 18px
} */

.all {
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: 10px; */
    float: right;
    /* margin-right: 20px; */
    display: block;
    width: 100%;
    text-align: center;
}

.slider {
    width: 100%;
    margin: auto
}

.slick-slide {
    margin: 0;
    transition: all ease-in-out .3s;
    opacity: .2
}

    .slick-slide img.activity-img {
        width: 100%;
         height: 300px; 
        bottom: 0;
        padding-top: 5px
    }

.slick-active,
.slick-current {
    opacity: 1
}

.start-activity {
    width: 40px;
    height: 72px;
    border: 2px solid #FFF;
    color: #fff;
}

.activity-list-img {
    max-width: 300px;
    max-height: 300px;
}

.afis-img {
    margin-top: 25px;
}

    .afis-img h3 {
        margin: 0;
    }




@media screen and (max-width:1000px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#fff!important; border-right: 1px solid #333;}
#cssmenu ul ul li:hover{background:#24498b!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#333;background:none;border-left: 1px solid #333;}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;color:#ddd;font-size:12px;font-weight:700;padding-top: 10px;padding-bottom: 10px;}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 2;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background: transparent; border: none;}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#333;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#333;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}




/*
FORM GROUP
*/
.form-group {
	margin-bottom: 0px;
}
.form-group-header {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #eceff1;
	border-top: 1px solid #eceff1;
}
.form-group-header-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 30px;
}
.form-group-header-title-icon {
	font-size: 12px;
	line-height: 1.5;
}
.form-group-header-title-text {
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
}
.form-group-header-title-icon + .form-group-header-title-text {
	margin-left: 5px;
}
.form-group-header-subtitle {
	color: #78909c;
	font-size: 12px;
}
.form-group-header-controls {
	font-size: 0px;
	text-align: right;
}
.form-group-header-controls .btn:last-child {
	margin-right: 0px;
}
.form-group-header-controls .form-item:last-child {
	margin-top: 0px;
	margin-bottom: 0px;
}
.form-group-header-controls .select2 {
    font-size: 12px;
    text-align: left;
}
.form-group-body {
	background-color: #ffffff;
}
.form-group-footer {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 0px;
	text-align: right;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.form-group-footer .btn:last-child {
	margin-right: 0px;
}
.form-group + .form-group {
	margin-top: 15px;
}
.form-group + .form-group > .row > .form-group-header {
	border-bottom: 1px solid #eceff1;
}

/*
FORM GROUP INNER
*/
.form-group-inner {
	margin-top: 15px;
	margin-bottom: 15px;
}
/*
FORM ITEM
*/
.form-item {
	margin-top: 15px;
}
.form-item:last-child {
	margin-bottom: 15px;
}
.form-item-informations {
	font-size: 0px;
}
.form-item-title {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 700;
}
.form-item-description {
	margin-bottom: 5px;
	color: #78909c;
	font-size: 12px;
}
/*
FORM CONTROLS
*/
.form-control {
	height: 30px;
	padding: 5px;
	line-height: 1.5;
	font-size: 12px;
	color: #455a64;
	border: 1px solid #cfd8dc;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
}
.form-control:focus {
	border-color: #2196f3;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*
INPUT GROUP
*/
.input-group-btn .btn {
	margin-right: 0px;
}
.input-group-addon {
	padding: 5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #455a64;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cfd8dc;
	border-radius: 0px;
}
.input-group-addon-icon {
	width: 21px;
	font-size: 12px;
	line-height: 1.5;
}
.input-group-addon-text {
	display: inline-block;
	min-width: 21px;
	font-size: 12px;
	line-height: 1.5;
}

/*
CHECKBOXES AND RADIOS
*/
.checkbox,
.radio {
	margin-top: 0px;
	margin-bottom: 0px;
}
.checkbox+.checkbox,
.radio+.radio {
	margin-top: 0px;
}
.label-block {
	width: 100%;
	display: block;
}
.label-inline {
	width: auto;
	display: inline-block;
}
.form-item-label {
	font-weight: 400;
	position: relative;
	margin-bottom: 5px;
	text-align: left;
	cursor: pointer;
}
.label-inline {
	margin-right: 5px;
}
.label-inline:last-child {
	margin-right: 0px;
}
.form-item-label:last-child {
	margin-bottom: 0px;
}
.form-item-label.disabled {
	pointer-events: none;
	cursor: not-allowed;
}
.form-item-label input[type='checkbox'],
.form-item-label input[type='radio'] {
	position: absolute;
	opacity: 0;
	margin: 0px;
}
.form-item-label .label-icon {
	width: 15px;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	font-family: 'fontawesome', sans-serif;
	letter-spacing: 0px;
	visibility: visible;
}
.form-item-label .label-icon:before {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.form-item-label .label-text {
	font-size: 12px;
}
.form-item-label.checkbox .label-icon:before {
	content:'\f096';
}
.form-item-label.checkbox input[type="checkbox"]:checked + .label-icon:before {
	content: '\f046';
}
.form-item-label.radio .label-icon:before {
	content:'\f1db';
}
.form-item-label.radio input[type="radio"]:checked + .label-icon:before {
	content: '\f192';
}
input[type=checkbox]:focus + .label-icon:before,
input[type=radio]:focus + .label-icon:before {
	color: #2196f3;
}

/* checkbox-toggle */
.form-item-label.checkbox.checkbox-toggle > .label-text {
	height: 30px;
	display: inline-block;
	padding-left: 25px;
	padding-right: 15px;
	vertical-align: middle;
	line-height: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-left: -20px;
}
.form-item-label.checkbox.checkbox-toggle {
	position: relative;
	width: auto;
	height: 30px;
}
.form-item-label.checkbox.checkbox-toggle > input[type="checkbox"] {
	display: none;
}
.form-item-label.checkbox.checkbox-toggle > .label-icon {
	position: relative;
	width: 55px;
	height: 30px;
	border-radius: 30px;
	vertical-align: middle;
	background-color: #eceff1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.form-item-label.checkbox.checkbox-toggle > input[type="checkbox"]:checked + .label-icon {
	background-color: #dcedc8;
}
.form-item-label.checkbox-toggle > .label-icon:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: auto;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	background-color: #cfd8dc;
	border: 2px solid #b0bec5;
}
.form-item-label.checkbox.checkbox-toggle > input[type="checkbox"]:checked + .label-icon:before {
	content: '';
	left: auto;
	right: 5px;
	background-color: #8bc34a;
	border-color: #7cb342;
}
.form-item-label.checkbox.checkbox-toggle > input[type="checkbox"]:checked + .label-icon + .label-text {
	color: #8bc34a;
}
.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #FFFFFF;
    }

        .toast-message a:hover {
            color: #CCCCCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 75px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 10px 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 6px #999999;
        -webkit-box-shadow: 0 0 6px #999999;
        box-shadow: 0 0 6px #999999;
        color: #FFFFFF;
        opacity: 1;
        /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);*/
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000000;
            -webkit-box-shadow: 0 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}

.all-share-icon{
    display:block;
    width:60px;
    height:60px;
    background:#24498b;
    position:fixed;
    bottom: 0px;
    left: 97%;
    z-index:999;
    text-align:center;
    overflow:hidden;
    line-height:65px;
    font-size:1.5em;
    color:#fff;
    -moz-box-shadow: 0px 3px 9px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 3px 9px rgba(0,0,0,.5);
    box-shadow: 0px 3px 9px rgba(0,0,0,.5);
    border-radius:50px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.all-share-icon:hover{
    cursor:pointer;
}

.first-floating-icon, .second-floating-icon, .third-floating-icon{
    position:fixed;
    width:50px;
    height:50px;
    color:#fff;
    border-radius:50px;
    text-align:center;
    line-height:49px;
    font-size:1.5em;
    bottom: 10px;
    left: 97%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    -webkit-box-shadow: 0px 3px 9px rgba(0,0,0,.2);
    box-shadow: 0px 3px 9px rgba(0,0,0,.2);
    -webkit-transition:transform  .3s ease-in-out;
    transition:transform .3s ease-in-out;
    z-index: 9;
}

.first-floating-icon:hover, 
.second-floating-icon:hover,
.third-floating-icon:hover{
    cursor:pointer;
}

.first-floating-icon i, .second-floating-icon i, .third-floating-icon i{
    display:none;
}


.first-floating-icon{
    background:#25d366;
}

.second-floating-icon{
    background: #d91c42;
}

.third-floating-icon {
    background:#ff8f00;
}

.icons-floating-color {
    color:#fff;
}
.fixed-btn-right-main:hover{
    text-decoration: none;
}
.relative-class{
    position: relative;
}






.container-activity-main {
    max-width: 1550px;
}

.container-fluid-activity-main {
    background-color: #f9fafc;
}
.activity-box-main .box-seffaf {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}

.activity-box-content-img img {
    width: 100%;
    border-radius: 4px;
}

.box-content-title-main {
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #24498b;
    line-height: 21px;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.activity-box-content-text p {
    line-height: 28px;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.box-content-date-main {
    background-color: #24498b;
    padding: 2px 10px;
    position: absolute;
    display: inline-block;
    left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
}

.activity-box-content-text {
    position: relative;
}

.box-content-time-main {
    background-color: #ffd25b;
    padding: 2px 10px;
    font-size: 13px;
    color: #333;
    display: inline-block;
}
.btn-activity-main {
    border-radius: 4px;
    background-color: #24498b;
    padding: 2px 10px;
    font-size: 13px;
    color: #333;
    display: inline-block;
    float: right;
    color: #fff;
}
.btn-activity-main:hover {
    color: #fff;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 50% !important;
    float: left !important;
}

.archive {
    float: right;
    background: #333;
    color: #fff;
    padding: 3px 12px;
    font-style: italic;
}

a.archive:hover {
    background: #5a5a5a;
    color: #fff;
}

ul.ul-arcive {
    list-style: none;
}
.ul-arcive a {
    text-decoration: none;
    color: #333;
}
    .ul-arcive a:hover {
        text-decoration: none;
        color: #000;
    }
.ul-arcive h2 {
    font-size: 20px !important;
}
.ul-arcive li {
    margin-bottom: 25px;
    border-bottom: 1px solid #d8d8d8;
}
.header-mobil-top-main{
    display: none;
}
@media (max-width:1415px){
    .box-content-title-main{
        width:100%;
    }
}
@media (max-width:1200px) {
    .header-menu-search-main{
        margin-bottom:30px;
    }
    .header-menu-search-main .input-group {
        display: block;
    }
    .header-menu-search-main .input-group input {
        width:95% !important;
    }
}
@media(max-width:768px){
    
    .header-mobil-top-main{
        display: block;
    }
    .social {
        display: none;
    }
    .carousel-indicators-main {
        position: absolute;
        bottom: -25px !important;
        left: 54px;
        z-index: 999;
        display: inline-block;
        width: 37px;
        margin: 0px;
    }
    .carousel-control-left-main {
        left: 30px;
        bottom: -25px !important;
        display: inline-block;
        position: absolute;
    }
    .carousel-control-right-main {
        left: 90px;
        bottom: -25px !important;
        display: inline-block;
        position: absolute;
    }
    #renderSlideFastBox {
        margin-top: 20px;
    }
    .header-mobil-langue-main .header-phone-main {
        display: inline-block !important;
    }
}

@media(max-width:500px){
    .carousel-item-main img {
        width: 100% !important;
        float: right;
        height: 200px;
    }
    .header-menu-search-main input {
        width: 85% !important;
    }
}


.modal-arrow-main a {
    opacity: 1 !important;
}

.modal-arrow-main {
    display: block !important;
    background-color: #24498b !important;
    width: 100% !important;
    position: relative !important;
    z-index: 9999999 !important;
    height: 30px !important;
}

.container-activity-main {
    max-width: 1550px;
}

.container-fluid-activity-main {
    background-color: #f9fafc;
}

.activity-box-main .box-seffaf {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}

.activity-box-main {
    padding: 5px;
}

.activity-box-content-img img {
    width: 100%;
    border-radius: 4px;
}

.box-content-title-main {
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #24498b;
    line-height: 21px;
}

.activity-box-content-text p {
    line-height: 28px;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.box-content-date-main {
    background-color: #24498b;
    padding: 2px 10px;
    position: absolute;
    display: inline-block;
    left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    top: 0px;
}

.activity-box-content-text {
    position: relative;
}

.box-content-time-main {
    background-color: #ffd25b;
    padding: 2px 10px;
    font-size: 13px;
    color: #333;
    display: inline-block;
}

.btn-activity-main {
    border-radius: 4px;
    background-color: #24498b;
    padding: 2px 10px;
    font-size: 13px;
    color: #333;
    display: inline-block;
    float: right;
    color: #fff;
}

.btn-activity-main:hover {
    color: #fff;
}

.fixed-header .header-cagri-merkezi-main div {
    color: #fff !important;
}

.owl-dots {
    display: none !important;
}
.anasayfa-ogrenci-href-main {
    text-decoration: none !important;
    color: #333 !important;
}