
body {
    font-family: 'Montserrat', sans-serif ;
}
a,a:hover,a:focus{
    color:inherit;
}
.homepage-slider {}
.homepage-slider .header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.homepage-slider .header  ul.sitemenu {
    float: left;
    width: 100%;
    height: 166px;
    margin: 0;
    display: table;
}
.homepage-slider .header ul.sitemenu > li {
    height: 100%;
    line-height: 166px;
    display: table-cell;
    text-align: center;
}

.homepage-slider .header  ul.sitemenu > li > a:hover:before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    background: #fff;
}

.homepage-slider .header  ul.sitemenu > li > a:after {
    width: 6px;
    position: absolute;
    content: '';
    right: -15px;
    top: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.homepage-slider .header  ul.sitemenu > li.active > a:before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    background: #fff;
}

.homepage-slider .header  ul.sitemenu > li.active > a:after {
    width: 10%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    background: #ff4545;
}

.homepage-slider .header  ul.sitemenu > li > a {
    color: #fff;
    padding-bottom: 5px;
    box-sizing: border-box;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.homepage-slider .header ul.sitemenu > li > ul{
    position:absolute;
    z-index: 999999999;
    margin:0;
    width: 248px;
    height:auto;
    background: #ffffff;
    overflow: hidden;
    padding: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 400ms ease;
    -webkit-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
    -moz-box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
    box-shadow: -1px 4px 18px -4px rgba(56,55,56,0.59);
    display: inherit;
    margin-top: -55px;
    margin-left: -14px;
    border-radius: 5px;
    padding: 5px;
}
.homepage-slider .header  ul.sitemenu > li:hover > ul{
    transition: all 400ms ease;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.homepage-slider .header  ul.sitemenu  > li > ul > li{
    color: #000004;
    border-bottom: solid 1px #000004;
    text-align: left;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 13px 10px;
    line-height: 6px;
}
.homepage-slider .header  ul.sitemenu  > li > ul > li:last-child{
    border-bottom: none;
}
.homepage-slider .header  ul.sitemenu > li > ul > li > a:before {
    display:none
}

.homepage-slider .header  ul.sitemenu > li > ul > li > a:after {
    display:none
}
.homepage-slider .header .logo {}
.homepage-slider .header .logo a {}
.homepage-slider .header .logo a img {}

.homepage-slider .online-basvuru {
    position: absolute;
    left: 8px;
    top: 57px;
}

.points {
    position: fixed;
    top: calc(50% - 90px);
    margin: 0;
    left: 20px;
    z-index: 9999;
}

.points ul {
    margin: 0;
}
.points ul li {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 6px;
    cursor: pointer;
}
.points ul li span:first-child {
    background: #324357;
    border-radius: 10px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}
.points ul li span:last-child {
    background: #324357;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 3px;
    float: left;
    margin-right: 5px;
}

.points ul li.active span:first-child {
    opacity: 1;
}
.points ul li span:first-child {
    opacity: 0;
}
.points ul li:hover span:first-child {
    opacity: 1;
    transition: all ease .5s;
}

.buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
.buttons div i {}
.buttons .up {
    background: #2d2a18;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 3px;
}
.buttons .down {
    background: #2d2a18;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.buttons div:hover {
    background: #ee1c25;
}

.socials {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
.socials ul {
    margin: 0;
}
.socials ul li {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    background: #2d2a18;
    color: #fff;
    border-radius: 3px;
    margin-left: 4px;
    cursor: pointer;
}
.socials ul li:hover {
    background: #ffc215;
}
.socials ul li i {}

.video {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.page-title {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}
.page-title h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 38px;
}
.page-title h3 span {
    background: #fff;
    height: 3px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.video .video-player {
    border: 10px solid #fff;
    margin-top: 25%;
}

.video .plyr__progress--played, .video .plyr__volume--display {
    color: #ff0000 !important;
}

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
    background: #ffffff;
    color: #f00;
}

.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #ff0000;
    color: #fff;
}

.wideal {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.wideal .page-title {
    color: #ffffff;
}
.wideal .page-title h3 span {
    background: #ffffff;
    height: 3px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.wideal .neden-hece {
    margin-top: 50px;
    overflow: hidden;
    color: #fff;
}


.wow { visibility: hidden; }

.standart-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.standarts {
    overflow: hidden;
}
.standart-container .page-title {
    color: #fff;
    margin-bottom: 100px;
}
.standart-container  .page-title h3 {
    color: #fff;
}
.standart-container  .page-title h3 span {
    background: #fff;
    height: 3px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
}


.standarts .swiper-slide {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.standarts .swiper-slide.swiper-slide-active {
    -webkit-filter: blur(0);
    filter: blur(0);
}
.standarts .swiper-slide div {
    text-align: center;
}
.standarts .swiper-slide div img {width: 270px;height: 270px;border: solid 10px #ffffff;}
.standarts .swiper-slide div span {
    display: block;
    text-align: center;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}
.standarts .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.iletisimbg{
    float:left;
    width:100%;
    height:100%;
    background:url(../images/iletisimbg.png)top center;
}
.iletisimbg .page-title  {
    color: #ffffff;
}
.iletisimbg .page-title h3 span {
    background: #ffffff;
}

.iletisim{
    margin-top: 107px;
}
.iletisimlabel{
    color: #ffffff;
    margin-top: 10px;
}
.page-detail .iletisimlabel{
    color:#000
}
.iletisiminput{
    background: none;
    border: solid 1px #2d3034;
    border-radius: 0;
    margin-bottom: 5px;
}
.iletisiminput:focus{
    border-color: #eb282e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(235, 40, 46, 0.51);
}
textarea.iletisiminput{
    height:155px;
    margin-bottom:10px;
}
.btn-iletisimtemizle{
    background-color: #2d3034;
    background-image: none;
    border: none;
    border-radius: 0;
    margin-left: 10px;
}
.btn-iletisimgonder{
    background-color: #4539c5!important;
    background-image: none;
    border: none;
    border-radius: 0;
    margin-left: 10px;
    color: #000;
}
.iletisimbilgileri{
    float: left;
    width: 66%;
    height: 295px;
}
.page-detail .iletisimbilgileri{
    margin-top: 120px;
}
.iletisimbilgileri h3{
    font-size: 14px;
    font-weight: 600;
    color: #2e3135;
    background: #fff;
    float: left;
    padding: 8px;
    margin-top: 0;
}

.page-detail .iletisimbilgileri h3{
    background: #4539c5;
}
.iletisimbilgileri h3 i{
    font-size: 45px;
    color: rgba(46, 49, 53, 0.62);
    float: left;
    margin-top: -20px;
    position: absolute;
    margin-left: -50px;
    text-align: right;
}
.iletisimbilgileri p{
    float: left;
    width: 100%;
}

.harita {
    height: 100%;
    width: 100%;
}

.map_container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.map_container img {
    height: 100%;
    width:auto;
}

#tab-menu {
    /* margin-top: 15px; */
    width: 100%;
    /* float: left; */
    height: 100%;
}
.tab-menu {position: absolute;right: 14px;top: 10px;z-index: 99;}
.tab-menu a {
    background-color: #eb282e;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px;
    display: inline-block;
}
.tab-menu a.aktif {
    background-color: #2d2a18;
    color: #ffffff;
}
.tabmenuContent{
    width:100%;
    height:100%

}

.neden-ideal  .swiper-pagination-bullet {
    opacity: 1;
    background: #eb282e !important;
}

.neden-ideal  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.page-detail .bar h1 {
    color: #969798;
    margin: 0;
    width: 100%;
    font-size: 15px;
    margin-top: -54px;
    text-align: right;
    position: relative;
    font-weight: 100;
    z-index: 999;
}
.page-detail .bar ul {
    margin: 0;
    padding: 0;
}
.page-detail .bar ul li {
    float: left;
    margin-right: 7px;
}
.page-detail .bar ul li a {
    color: #fff;
    font-size: 12px;
}

.page-detail .page-content {}
.page-detail .page-content .content {
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.page-detail .page-content .content p {
    font-size: 16px;
    line-height: 125%;
    font-family: 'Montserrat', sans-serif;
}
.page-detail .page-content .sidebar {
    background: #4539c5;
    margin-top: -83px;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 15px;
}
.page-detail .page-content .sidebar h2 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    margin-top: 54px;
    color: #fff;
}
.page-detail .page-content .sidebar h2 i {
    font-size: 14px;
    line-height: 38px;
    height: 42px;
    vertical-align: middle;
}
.page-detail .page-content .sidebar ul {}
.page-detail .page-content .sidebar ul li {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}
.page-detail .page-content .sidebar ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 120%;
    display: block;
}

.page-detail .page-content .sidebar ul li:last-child {
    margin-bottom: 0;
}

.hvr-underline-from-left:before {
    background: #fff !important;
    height: 2px !important;
}

footer {
    margin-top: 40px;
}
footer .footer-top {
    background: #4539c5;
    height: 100px;
}

footer .footer-top a img {
    width: 130px;
    margin-top: -60px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 14px 21px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 21px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 21px -12px rgba(0,0,0,0.75);
}



footer .footer {
    padding: 30px 0;
}

footer .footer .footer-container {
    width: 100%;
    display: table;
}

footer .footer .footer-container a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
footer .footer .footer-container a i {
    display: block;
    width: 100%;
    font-size: 24px;
}

.footer-slogan {
    display: block;
    color: #000;
    font-size: 16px;
    width: 357px;
    margin-top: 35px;
}

footer .footer-menu {
    padding: 15px 0;
    margin: 0;
    float: left;
    width: 100%;
    display: table;
}
footer .footer-menu li {
    display: table-cell;
    position: relative;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
footer .footer-menu li:first-child:before {
    content: '';
    position: absolute;
    border-right: 1px solid rgba(255,255,255,.8);
    left: 0;
    top: 0;
    height: 100%;
}
footer .footer-menu li:after {
    width: 6px;
    position: absolute;
    content: '';
    right: -15px;
    top: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}
footer .footer-menu li a {
    color: #000;
    display: block;
    text-decoration: none;
}
.footer-bottom {
    background: #000;
    padding: 20px 0;
    height: 46px;
}

.footer-bottom .copyright {}
.footer-bottom .copyright p {
    margin: 0;
    text-align: center;
    line-height: 11px;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
}
.footer-bottom .copyright p a {
    font-weight: 300;
    text-decoration: underline;
    color: #fff;
}

.footer-bottom .gri {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}


.urunpage{
    float: left;
    width: 240px;
    height: 316px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    border: solid 6px #324357;
}
.urunpage:nth-child(3n + 3){
    margin-right:0;
}
.urunpageimg{
    margin-right:0;
}
.urunpageimg{
    float: left;
    width: 100%;
    height: 226px;
    overflow: hidden;
    text-align: center;
}
.urunpageimg img{
    max-width: 100%;
    max-height: 274px;
    margin: 0px auto;
}
.urunadpage{
    float: left;
    width: 100%;
    height: 84px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    background: #324357;
    color: #fff;
    padding-top: 18px;
}

#tab-menu {
    margin-top: 15px;
    width: 100%;
    float: left;
}
#accordion {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.content .tab-menu {
    position: inherit;
    right: inherit;
    top: inherit;
    z-index: inherit;
}
.tab-menu a {
    background-color: #c3454e;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
}
.tab-menu a.aktif {
    background-color: #eb282e;
    color: #ffffff;
}

.tabmenuContent {
    padding: 10px;
    width: 100%;
    float: left;
    border: solid 1px #efefef;
    font-size: 13px;
    box-sizing: border-box;
}

.content table {
    background: #f5f5f5;
    border-collapse: separate;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    float:left;
    margin-top:10px;
}

.content table th {
    background: #c33842;
    color: #fff;
    padding: 10px 15px;
    position: relative;
    font-size: 12px;
    border: 1px solid #fff;
    font-weight: 600;
}

.content table th:after {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
    content: '';
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}
.content table td {
    padding: 2px 7px;
    position: relative;
    transition: all 300ms;
    border-right: solid 1px white;
    font-size: 14px;
    border: 1px solid #fff;
}

.content table td:last-child {
    border-right: 1px solid #ffffff;
}

.content table tr {
    background: #E6E6E6;
    cursor:pointer;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.content table tr:nth-child(odd) td {
    background: #f1f1f1;
}

.pageforms{
    float:left;
    width:100%;
    margin-top:10px;

}
.pageform {
    width: 675px;
    margin: 12px auto;
    font-size: 14px;
}


.pageform input[type=text] ,.pageform select {
    padding: 10px 5px;
    border: 1px solid #ccc;
    background: #fff;
    color: #959595;
    width: 100%;
    border-radius: 5px;
    color: #000;
    float: left;
    margin-top: 10px;
}
.pagetextarea{
    padding: 10px 5px;
    border: 1px solid #ccc;
    background: #fff;
    color: #959595;
    max-width: 100%;
    min-width: 100%;
    max-height:100px;
    min-height:100px;
    border-radius: 5px;
    color: #000;
}
.pageform label{
    font-size: 16px;
    margin-top: 5px;
    width: 100%;
    float: left;
    font-weight: bold;
}
.pageform input[type=radio],.pageform input[type=checkbox] {
    margin:5px;
}
.bPageHaberler{
    float:left;
    width: 100%;
    margin-top: 20px;
    height: 263px;
    overflow: hidden;
    border-bottom: solid 1px;
    padding-bottom: 20px;
}
.bPageHaberler:nth-child(2n + 2){
    float:right;
}
.bPageHaberlerresim{
    float:left;
    width: 238px;
}
.bPageHaberlerresim img{
    max-width: 132%;
    height: 350px;
}
.bPageHaberleraciklama{
    float:right;
    width: 422px;
    background: rgba(255, 255, 255, 0.91);
    height: 330px;
}
.bPageHaberleraciklama h3{
    float:left;
    width: 100%;
    color: #314358;
    font-size: 22px;
    padding: 10px;
    margin-top: 0;
    margin-left: 7px;
    margin-bottom: 0;
}
.bPageHaberleraciklama h4{
    float:left;
    background: #eb282e;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin-top: 40px;
    margin-left: 15px;
}
.bPageHaberleraciklama p{
    float:left;
    padding: 10px;
    font-size: 14px!important;
    color: #314358;
    height: 94px;
    overflow: hidden;
    margin-left: 10px;
}

.grid li:hover .yurtfotohover {
    width: 100%!important;
    height: 100%!important;
    display: block;
    line-height: inherit;
}
.gallery-new .yurtfotohover {
    width: calc(100% - 16px);
    height: 92%;
    line-height: 4;
}


.iletisimbg .footer-bottom {
    background: none;
    margin-top: 110px;
}
.iletisimbg .footer-bottom .copyright p {
    color: #000;
    font-weight: normal;
    border-bottom: solid 1px #000;
    padding-bottom: 11px;
}
.iletisimbg .footer-bottom .copyright p a {
    font-weight: normal;
    color: #000;
}
.iletisimbg .footer-bottom .temelbilisim img {
    width: auto;
    margin-top: 10px;
}
.video .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -45px;
}
.video .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -45px;
}
.haritamask{
    float: left;
    width: 100%;
    height: 33px;
    position: absolute;
    background: url(../images/haritamask.png)no-repeat bottom center;
    z-index: 9999999;
    margin-top: 291px;
}

#iletisimmap {
    height: 387px;
}
.referanslar {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
    text-align: center;
}
.referanslar .page-title {
    color: #ffffff;
    margin-bottom: 100px;
}
.referanslar  .page-title h3 {
    color: #ffffff;
}
.referanslar  .page-title h3 span {
    background: #ffffff;
    height: 3px;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
}

.referanslars {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -16px;
}
.referans {
    width: 197px;
    height: 227px;
    background: url(../images/referansbg.png)no-repeat top center;
    margin: 0.5%;
    color: #fff;
    text-transform: uppercase;
    line-height: 16;
    float: left;
}
.referans:nth-child(6),.referans:nth-child(15),.referans:nth-child(24),.referans:nth-child(33),.referans:nth-child(42),.referans:nth-child(51) {
    margin-left: 106px;
    margin-top: -45px;
}

.referans {
    margin-top: -45px;
}

.referans a {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.referans img{
    max-width: 165px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");/* Firefox 10+, Firefox on Android */
    filter: gray;/* IE6-9 */
    -webkit-filter: grayscale(100%);/* Chrome 19+, Safari 6+, Safari 6+ iOS */-
}

.referans  img:hover{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");

}
.anasayfamaps{
    width: 100%;
    height: 1080px;
    float: left;
}