﻿@charset "UTF-8";

.fr {
    float: right;
}

.fl {
    float: left;
}

.di {
    display: inline-block;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.mp {
    margin: 0;
    padding: 0;
}

.pl {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.fs30 {
    font-size: 30px;
}

.fs24 {
    font-size: 24px;
}

.fs16 {
    font-size: 16px;
}

.delay {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay2 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

body {
    font-family: "Panton";
    font-weight: 600;
    color: #8b8b8b;
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

a:hover {
    text-decoration: none;
}

.btn:hover {
    background-color: #595959 !important;
}

#top {
    background: #595959;
    padding: 13px 0 10px;
    text-align: right;
    color: #ddd;
}

#top a {
    display: inline-block;
    color: #fff;
    margin: 0 4px;
}

#top a:hover {
    color: #f3773b;
}

.logo {
    margin: 0 0 0;
    padding: 0;
}

#header {
    padding: 16px 0 0;
    z-index: 2;
}

#header .col-sm-2 {
    z-index: 2;
}

#header .wrapper {
    padding: 25px 0 20px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#header .musteriHizmetleri {
    color: #aeaeae;
    font-weight: 300;
    font-size: 16px;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 50px;
    margin-top: 10px;
}

#header .musteriHizmetleri p {
    color: #f3773b;
    margin: 0 0 3px;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.2px;
}

#header .musteriHizmetleri span {
    font-weight: 900;
    color: #000;
    display: inline-block;
}

#header .girisler {
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
}

#header .girisler a {
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-weight: 900;
    padding: 20px 30px;
    background: #f3773b url(../images/vg.html) no-repeat left 10px center;
}

#header .girisler a.veligiris {
    margin-right: 9px;
}

#header .girisler a.ogrencigiris {
    background: #fcb040 url(../images/og.png) no-repeat left 10px center;
    margin-right: 9px;
}

#header .girisler a.onkayit {
    background: #e38d0d url(../images/pen.html) no-repeat left 10px center;
}

#header .social {
    margin: 0 0 0 10px;
}

.social a {
    background: url(../images/social.png) no-repeat;
    text-indent: -9999em;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 15px 0 0 5px;
}

.social a.fb:hover {
    background-position: 0 -40px;
}

.social a.tw {
    background-position: -46px 0;
}

.social a.tw:hover {
    background-position: -46px -40px;
}

.social a.ins {
    background-position: -92px 0;
}

.social a.ins:hover {
    background-position: -92px -40px;
}

.topLinks {
    z-index: 100;
}

.navbar-default {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.headermenu {
    text-align: right;
    padding-right: 15px;
}

.headermenu>ul>li {
    display: inline-block;
    position: relative;
}

.headermenu>ul>li>a {
    color: #000;
    display: block;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    position: relative;
}

.headermenu>ul>li>a:after {
    opacity: 0;
    content: '';
    position: absolute;
    background: url(../images/down.png) no-repeat center;
    width: 100%;
    height: 15px;
    bottom: 4px;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.headermenu>ul>li:hover>a {
    color: #f3773b;
}

.headermenu>ul>li:hover>a:after {
    opacity: 1;
}

.headermenu>ul>li:last-child a {
    padding-right: 0;
}

.headermenu>ul>li:last-child a:after {
    background: url(../images/down.png) no-repeat right 23px center;
}

.headermenu>ul>li>ul {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    left: 0;
    min-width: 300px;
    padding: 0;
    top: 56px;
    width: 100%;
    z-index: 99;
    background: #f3773b;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.headermenu>ul>li>ul.large {
    display: none;
    width: 100%;
    top: 166px;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
}

.headermenu>ul>li:last-child ul {
    right: 0 !important;
    left: unset !important;
}

.headermenu>ul>li:hover>ul {
    display: block;
    opacity: 1;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.headermenu>ul>li>ul>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 13px 25px;
    border-bottom: 1px solid #fcb040;
}

.headermenu>ul>li>ul>li:last-child>a {
    border: none;
}

.headermenu>ul>li>ul>li>a:hover {
    background: #cb5f2a;
    padding-left: 30px;
}

.headermenu>ul>li.largeMenu {
    position: unset;
}

.subMenu h3 {
    color: #f3773b;
    background: #fff url(../images/edu.html) no-repeat right 10px center;
    font-size: 16px;
    border-bottom: solid 1px #fff;
    padding: 10px 10px 5px;
    margin: 0 0 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.headermenu .subMenu>ul>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    border-bottom: 1px solid #fcb040;
}

.headermenu .subMenu>ul>li:hover>a {
    color: #000;
    padding-left: 5px;
}

.headermenu .subMenu>ul>li:last-child>a {
    border-bottom: none;
}

#siziArayalim {
    padding: 100px 0 70px;
}

#siziArayalim h3 {
    color: #f3773b;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

#siziArayalim p.description {
    color: #818181;
    font-weight: 300;
}

#callForm {
    margin: 45px 0 0;
}

#callForm textarea {
    width: 100%;
    height: 125px;
    padding-left: 30px;
    padding-top: 25px;
}

#callForm .form-control {
    background: #f7f7f7;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 700;
    border: none;
}

#callForm input.form-control {
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
}

.gonderButton {
    background: #f3773b;
    color: #fff;
    margin: 30px 0 0;
    font-weight: 900;
    padding: 15px 70px;
    border-radius: 25px;
    border: none;
}

#footBg {
    position: relative;
}

#footBg .footContent.pa {
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 2;
}

#footBg p {
    font-size: 34px;
    font-weight: 100;
    margin: 90px 0 30px;
}

#footBg a {
    color: #fcb040;
    font-weight: 900;
    display: inline-block;
    background: url(../images/telx.png) no-repeat;
    padding: 5px 0 5px 35px;
    font-size: 15px;
}

#footer {
    padding: 40px 0 0;
    border-bottom: 5px solid #fcb040;
}

#footer .social {
    margin: -15px 0 0;
    position: relative;
    z-index: 99;
}

#footer .copyright {
    margin: 10px 0 30px;
    position: relative;
    z-index: 99;
}

#footer .brandsfoot {
    width: 100%;
    top: -9px;
    z-index: 2;
}

#foot {
    background: #f1f1f1;
    padding: 40px 0;
}

#foot .row {
    position: relative;
    z-index: 99;
}

#foot ul {
    float: left;
    margin: 0 20px 0 0;
    list-style-type: none;
    padding: 0;
}

#foot ul li {
    display: block;
    margin: 5px 0;
}

#foot ul li a {
    color: #b9b9b9;
    font-weight: 700;
    display: block;
    background: url(../images/cal.png) no-repeat left center;
    padding-left: 20px;
}

.contact div,
.contact a {
    color: #b9b9b9;
    display: block;
    font-weight: 700;
}

.contact div {
    padding: 0 0 0 40px;
    margin: 0 0 25px;
}

.contact .adres {
    background: url(../images/loc.png) no-repeat left center;
}

.contact .telefon {
    background: url(../images/telo.png) no-repeat left center;
}

.contact .mail {
    background: url(../images/email.png) no-repeat left center;
}

.print {
    display: none !important;
}

@media(max-width:767px) {
    .fancybox-inner {
        width: 100%;
    }

    #top {
        display: none;
    }

    #header .fr {
        float: none !important;
    }

    #header .girisler {
        margin: 10px 0;
    }

    #header .girisler a {
        padding: 11px 25px 5px 25px;
        background-position: 12px center !important;
    }

    #header .wrapper {
        padding: 0;
    }

    .navbar-default {
        position: absolute;
        top: 65px;
        right: 0;
    }

    .navbar-default .navbar-toggle {
        background: #f3773b !important;
        border: none;
        padding: 15px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .headermenu>ul>li {
        display: block !important;
        text-align: center !important;
    }

    .headermenu>ul>li:last-child a {
        padding-right: 25px;
    }

    #siziArayalim {
        padding: 40px 0 40px;
    }

    #footBg img {
        height: 300px;
        object-fit: cover;
        width: 100%;
    }

    #footBg p {
        font-size: 20px;
        margin: 60px 0 30px;
    }

    .brandsfoot {
        display: none;
    }

    #footer .fl,
    #footer .fr {
        float: none !important;
        display: block;
        width: 100%;
        text-align: center;
    }

    #footer .social {
        margin: -35px 0 15px;
    }

    #foot ul {
        display: none;
    }

    #homeEducation h2.title,
    .mpl {
        padding-left: 15px !important;
    }

    #nedenBizC {
        padding-left: 0;
    }

    .logo {
        margin: 0;
    }

    .logo img {
        display: inline-block;
    }

    #header .social {
        margin-left: 0;
        text-align: center;
    }


    .navbar-header {
        position: absolute;
        top: 50px;
        right: 10px;
    }

    .navbar-toggle {
        background: #f3773b;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    #header .girisler {
        text-align: center;
    }

    #header .girisler a {
        margin: 5px 0;
    }
}

@media(max-width:360px) {
    .fancybox-inner {
        height: 320px !important;
    }
}

@media(min-width:768px) and (max-width:992px) {
    #header .girisler {
        margin: 0 0 0 15px;
    }

    #header .social {
        margin: -6px 0 0 15px;
    }

    #header .girisler a {
        padding: 15px 15px 15px 30px;
        background-position: 12px center !important;
    }

    #header .musteriHizmetleri {
        margin-top: 30px;
    }

    .headermenu>ul>li>a {
        padding: 20px 15px;
        font-size: 13px;
    }

    .headermenu>ul>li>ul.large {
        top: 223px;
    }

    #footBg p {
        font-size: 18px;
        margin: 20px 0;
    }

    .contact div {
        margin-left: -65px;
    }

    #footer .copyright {
        font-size: 12px;
    }
}

@media(min-width:993px) and (max-width:1199px) {
    #header .girisler {
        margin: 0 0 0 15px;
    }

    #header .social {
        margin: -6px 0 0 15px;
    }

    #header .girisler a {
        padding: 15px 25px 15px 20px;
        background-position: 12px center !important;
    }

    #header .musteriHizmetleri {
        margin-top: 30px;
    }

    .headermenu>ul>li>a {
        padding: 20px 15px;
        font-size: 13px;
    }

    .headermenu>ul>li>ul.large {
        top: 223px;
    }

    #footBg p {
        font-size: 18px;
        margin: 20px 0;
    }

    #footer .copyright {
        font-size: 12px;
    }

    .contact div {
        margin-left: -65px;
    }
}

@media(min-width:1200px) and (max-width:1600px) {
    #footBg p {
        margin-top: 50px;
        font-size: 30px;
    }
}

@media(min-width:1200px) and (max-width:1440px) {
    .bannerHolder {
        margin-left: 5%;
        width: calc((100% - 5%));
    }

    .bannerHolder h1 {
        padding-left: 50px;
    }

    .bannerHolder h1:after,
    .bannerHolder h1:before {
        left: 50px;
    }

    .bannerHolder #breadcrumbHolder {
        padding-left: 50px;
    }
}

#header .girisler a {
    font-weight: 700;
    padding: 12px 8px 11px 24px;
    font-size: 11px;
    margin-right: 5px !important;
}

#header .musteriHizmetleri {
    font-size: 14px;
}

.social a {
    margin-left: 1px;
}