@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=latin-ext');

@font-face {
    font-family: 'Facile Sans';
    src: url('../fonts/SiteFonts/subset-FacileSans.eot');
    src: url('../fonts/SiteFonts/subset-FacileSans.eot?#iefix') format('embedded-opentype'), url('../fonts/SiteFonts/subset-FacileSans.woff2') format('woff2'), url('../fonts/SiteFonts/subset-FacileSans.woff') format('woff'), url('../fonts/SiteFonts/subset-FacileSans.ttf') format('truetype'), url('../fonts/SiteFonts/subset-FacileSans.svg#FacileSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

.menu-social li {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#GoogleMap-menu {
    padding: 30px 30px 30px 75px;
}

.menu-social {
    padding: 0px 0px 0px 75px !important;
    display: inline-block;
    width: 100%;
}

    .menu-social li a {
        display: block;
        width: 50px;
        height: 50px;
        padding: 0px !important;
    }

.youtube-btn {
    background: url(../images/youtube_ico.svg) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

    .youtube-btn:hover {
        background: url(../images/youtube_ico_hvr.svg) no-repeat;
        background-size: cover;
        transition: all 0.5s ease 0s;
    }

.facebook-btn {
    background: url(../images/facebook_ico.svg) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

    .facebook-btn:hover {
        background: url(../images/facebook_ico_hvr.svg) no-repeat;
        background-size: cover;
        transition: all 0.5s ease 0s;
    }

.twitter-btn {
    background: url(../images/twitter_ico.svg) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

    .twitter-btn:hover {
        background: url(../images/twitter_ico_hvr.svg) no-repeat;
        background-size: cover;
        transition: all 0.5s ease 0s;
    }
/*footer {
    margin-top: auto;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: -1;
}

#MainSection {
    position: absolute;
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.3);
}*/
body {
    margin: 0px;
    padding: 0px;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Quicksand', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Facile Sans';*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
  
    background: #ffffff;
}

#myCarousel {
    background: #f2f2f2;
}

a {
    cursor: pointer;
}

header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    display: inline-block;
    min-height: 50px;
}

.menu-container {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

header .logo {
    float: left;
    display: inline-block;
}

.icon-next:before, .icon-prev:before {
    display: none !important
}

.carousel-control {
    width: 10%;
    min-width: 20px;
    z-index: 99;
    max-width: 120px;
}

.icon-next, .icon-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px !important;
    color: #fff;
    text-align: center;
    opacity: .5;
    height: 58px !important;
}

.icon-prev {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
}

.icon-next {
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 58px;
    background-size: 100% 100%;
}

.slide-content {
    /*position: absolute;*/
    z-index: 999;
    color: #696969;
    text-align: left;
    top: 40%;
    /*width: 100%;    
    left: 50%;*/
    /*-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    padding-left: 11%;
}

    .slide-content .slogan1 {
        font-size: 50px;
        font-weight: 600;
        /*transition-duration: 4s;
        transition-delay: 2s;*/
        color: #000000;
    }

    .slide-content .slogan2 {
        font-size: 20px;
        font-weight: 500;
        max-width: 750px;
    }

    .slide-content .button1 {
        border: 1px solid;
        color: #ffffff;
        border-color: #ffffff;
        position: relative;
        background-color: rgba(144, 144, 144, 0.42);
        border-radius: 40px;
        margin: 5px auto 0;
        color: #fff;
        font-size: 20px;
        padding: 10px 20px;
        text-decoration: none !important;
        text-align: center;
        width: 220px;
        display: inline-block;
        font-weight: 600;
        margin-right: 15px;
    }

        .slide-content .button1:hover, .slide-content .button2:hover {
            text-decoration: none;
            color: #0457c9;
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 50%;
    z-index: 15;
    width: auto;
    /* padding-left: 10px; */
    margin-left: 0%;
    text-align: center;
    list-style: none;
    left: inherit;
    /* max-width: 32px; */
    /* top: 50%; */
    bottom: 25px;
    z-index: 999;
}

    .carousel-indicators .active {
        width: 40px;
        height: 8px;
        margin: 5px;
        background-color: #0457c9;
        border-color: #0457c9;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 8px;
        margin: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: #b9b9b9;
        border: 1px solid #b9b9b9;
        border-radius: 10px;
        float: left;
        margin-bottom: 5px !important;
        transition: all 0.5s ease;
    }

a {
    transition: all 0.7s ease;
}

* {
    box-sizing: border-box;
}

.full_height {
    /*width: 100%;
    display: table;
    margin: 0;
    max-width: none;
    background-color: #373B44;
    height: 100vh;
    position: relative;*/
    height: 100%;
    width: 100%;
    position: relative;
}

#icerik-work {
    height: auto;
    width: 100%;
    position: relative;
    display: inline-block;
}

.full_height .content {
    /*width: 100%;
        padding: 20px;
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        color: hsla(0,0%,100%,.5);
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);*/
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.title-dash {
    /*font-size: 64px;*/
    font-size: 4.5vw !important;
    font-weight: 800;
    color: #fff;
}

p.page-section-content {
    font-size: 18px;
}

.DetayLink {
    padding: 10px 0px;
    border: 1px solid;
    width: 158px;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    display: inline-block;
    margin-right: auto;
}

.section-1 {
    background: url(../images/buildup.jpg) no-repeat center center;
    background-size: cover;
}

    .section-1 .title-dash {
        color: #373B44;
    }

    .section-1 p.page-section-content {
        color: #373B44;
    }

    .section-1 .DetayLink {
        color: #ffffff !important;
        border-color: #ffffff;
        position: relative;
        background-color: rgba(144, 144, 144, 0.42);
        border-radius: 40px;
        margin: 5px auto 0;
        color: #fff;
        font-size: 20px;
        padding: 10px 20px;
        text-decoration: none !important;
        text-align: center;
        width: 220px;
        display: inline-block;
        font-weight: 600;
    }

    .section-1 .title-dash:before {
        content: '';
        display: block;
        width: 100px;
        height: 8px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        background: #ff0057;
    }




.section-2 {
    background: url(../images/networx.jpg) no-repeat center center;
    background-size: cover;
}

    .section-2 .title-dash {
        color: #ffffff;
    }

    .section-2 p.page-section-content {
        color: #ffffff;
    }

    .section-2 .DetayLink {
        color: #ffffff !important;
        border-color: #ffffff;
        position: relative;
        background-color: rgba(144, 144, 144, 0.42);
        border-radius: 40px;
        margin: 5px auto 0;
        color: #fff;
        font-size: 20px;
        padding: 10px 20px;
        text-decoration: none !important;
        text-align: center;
        width: 220px;
        display: inline-block;
        font-weight: 600;
    }

    .section-2 .title-dash:before {
        content: '';
        display: block;
        width: 100px;
        height: 8px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        background: #ffc300;
    }




.section-3 {
    background: url(../images/design.jpg) no-repeat center center;
    background-size: cover;
}

    .section-3 .title-dash {
        color: #373B44;
    }

    .section-3 p.page-section-content {
        color: #373B44;
    }

    .section-3 .DetayLink {
        color: #ffffff !important;
        border-color: #ffffff;
        position: relative;
        background-color: rgba(144, 144, 144, 0.42);
        border-radius: 40px;
        margin: 5px auto 0;
        color: #fff;
        font-size: 20px;
        padding: 10px 20px;
        text-decoration: none !important;
        text-align: center;
        width: 220px;
        display: inline-block;
        font-weight: 600;
    }

    .section-3 .title-dash:before {
        content: '';
        display: block;
        width: 100px;
        height: 8px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        background: #00a1ff;
    }




.section-4 {
    background: url(../images/destiny.jpg) no-repeat center center;
    background-size: cover;
}

    .section-4 .title-dash {
        color: #ffffff;
    }

    .section-4 p.page-section-content {
        color: #ffffff;
    }

    .section-4 .DetayLink {
        color: #ffffff !important;
        border-color: #ffffff;
        position: relative;
        background-color: rgba(144, 144, 144, 0.42);
        border-radius: 40px;
        margin: 5px auto 0;
        color: #fff;
        font-size: 20px;
        padding: 10px 20px;
        text-decoration: none !important;
        text-align: center;
        width: 220px;
        display: inline-block;
        font-weight: 600;
    }

    .section-4 .title-dash:before {
        content: '';
        display: block;
        width: 100px;
        height: 8px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        background: #b4ff00;
    }

#icerik-work .col-sm-6 {
    padding: 0px;
    margin: 0px;
}

.gallery-item {
    height: auto;
    position: relative;
}

#icerik-work img {
    width: 100%;
}


.img-title {
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    /* opacity: 0; */
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    /* transition: all 0.5s ease; */
    border: 10px solid #1781e0;
}

.img_btn {
    color: #1781e0;
    border: 2px solid #1781e0;
    padding: 5px 10px;
    top: 50%;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .img_btn:hover {
        text-decoration: none;
    }

.btn-ulas {
    text-align: center;
    margin-top: 25px;
}


.text1 {
    font-size: 42px;
    font-weight: 800;
    color: #1781e0;
}

.text2 {
    font-size: 35px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}

footer .foot-container {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 5px;
}

.text2-sub {
    float: left
}

.iletisim-btn-cover {
    background: url(../images/gif_arrow.gif) no-repeat left center;
    float: left;
    padding-left: 74px;
}

    .iletisim-btn-cover a {
        font-size: 17px;
        background: #1781e0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 21px;
        margin-top: 10px;
        display: block;
    }

.copyright {
    background: #eaeaea;
}

    .copyright .foot-container {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

.foot-logo {
    float: right
}

.carousel-inner {
    cursor: pointer;
}

.title-cover {
    background: #f2f2f2;
    background-size: cover;
}

.clear-menu {
    width: 100%;
    height: 120px;
}

.page-title {
    padding-top: 35px;
    padding-bottom: 35px;
    background: url(../images/tite_bg.png) no-repeat bottom center;
    background-color: rgb(20, 117, 213);
}


    .page-title h1 {
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        padding: 15px;
    }

.MgaContainer {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}


    .MgaContainer h2 {
        margin: 16px 0 28px;
        color: #1e1e1e;
        font-size: 55px;
        font-weight: 800;
    }

h6.CReativity {
    color: #c99e42;
    font-size: 16px;
    display:none;
}

.creativitY-text span {
    width: 20%;
    display: inline-block;
    border-bottom: solid 1px #c99e42;
    float: left;
    margin-top: 40px;
}

.creativitY-text .BoxText {
    width: 80%;
    padding-left: 20px;
    float: right
}

.MgaContainer img {
    width: 100%;
    max-width: 400px;
    padding: 25px;
}

.hakkimizda-cover {
    padding: 40px 15px 40px 15px;
    display: inline-block;
    width: 100%;
}

footer {
    border-top: 3px solid #eaeaea;
    margin-top: -7px;
}

.hakkimizda-cover .col-sm-4 {
    text-align: center;
}

.page-header {
    color: #095cb0 !important;
    font-weight: bold;
    font-size: 30px !important
}

.line img {
    max-width: 100% !important;
}

.line {
    display: inline-block;
    width: 100%;
}

.sidebar .sidebar-header {
    height: 45px;
    font-size: 28px;
    color: #095cb0;
    font-weight: 900;
    margin-top: 13px;
    border-bottom: 1px solid #e5e5e5;
}

ul.tags li {
    padding: 5px 0;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
}


    ul.tags li a {
        display: inline-block;
        color: #1781e0
        text-decoration: none;
        /* background: rgba(0,0,0,0.5); */
        padding: .5rem;
        transition: .6s background;
    }

.form-horizontal .form-group {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.form-control {
    height: 44px;
    border-radius: 3px;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.29);
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
    height: 56px;
    padding: 6px 20px;
    background-color: #f4f4f4;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px !important;
    line-height: normal !important;
    /*display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

#contact {
    padding-top: 70px;
    padding-bottom: 70px;
    color: #8a8a8a;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
}

#contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #696969;
    opacity: 1;
}

#contact ::-moz-placeholder { /* Firefox 19+ */
    color: #696969;
    opacity: 1;
}

#contact :-ms-input-placeholder { /* IE 10+ */
    color: #696969;
    opacity: 1;
}

#contact :-moz-placeholder { /* Firefox 18- */
    color: #696969;
    opacity: 1;
}



#contact h2 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 30px;
    color: #000000;
}

.blue1_btn {
    border: 2px solid #46609e;
    font-size: 18px;
    border-radius: 25px;
    max-width: 300px;
    font-weight: bold;
    padding: 6px 44px;
    background: #fff;
    color: #46609e;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.phone-character {
    width: initial !important;
}

.login-btn {
    font-size: 17px;
    background: #1781e0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 21px;
    margin-top: 10px;
    display: block;
    border: none;
    width: 100%;
}

    .login-btn:hover {
        background: #116cbe;
    }



html, body {
    height: 100%;
}



footer {
    margin-top: auto;
}

.MgaContainer-login {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 15px;
}

#contact-support {
    width: 100%;
    display: inline-block;
}

@media (max-width: 1499px) {
    .slide-content {
        padding-left: 10px;
    }

        .slide-content .slogan1 {
            font-size: 35px;
            font-weight: 600;
            color: #000000;
        }
}

@media (max-width: 768px) {
    .page-title h1 {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        padding: 15px;
        margin-top:0px !important
    }
    .page-title {
        padding-top: 6px;
        padding-bottom: 25px;

    }
    .menu-social {
        padding: 0px 0px 0px 45px !important;
    }

    #nav-menu ul {
        padding-left: 10px;
    }

    #GoogleMap-menu {
        padding: 30px 30px 30px 45px;
    }

    .iletisim-btn-cover {
        background: url(../images/gif_arrow.gif) no-repeat left center;
        float: left;
        padding-left: 74px;
        margin-bottom: 27px;
    }

    div#nav-menu {
        width: 100%;
        max-width: 100% !important;
        margin: 0px;
    }

    #logo img {
        z-index: 999999;
        max-width:250px;
    }

    .slide-content {
        z-index: 999;
        color: #696969;
        text-align: left;
        top: 0%;
        margin-top: 150px;
        padding: 50px;
    }

        .slide-content .button2 {
            /* border: 1px solid; */
            color: #000000;
            /* border-color: #ffffff; */
            position: relative;
            /* background-color: rgba(144, 144, 144, 0.42); */
            border-radius: 40px;
            margin: 10px auto 0 !important;
            font-size: 20px;
            /* padding: 10px 20px; */
            /* text-decoration: none !important; */
            text-align: center;
            /* width: 220px; */
            display: inline-block;
            font-weight: 400;
            position: relative !important;
            bottom: -10px !important;
        }

    .slide-img img {
        position: absolute;
        z-index: 1;
        color: #fff;
        text-align: right;
        width: 100%;
        position: absolute;
        margin-top: 200px;
        top: auto !important;
        right: 10px;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
    }

    .MgaContainer h2 {
        font-size: 35px;
        line-height: normal;
    }

    .slide-content .slogan1 {
        font-size: 40px;
    }

    .slide-content .slogan2 {
        font-size: 21px;
        font-weight: 500;
        max-width: 750px;
        margin-bottom: 20px;
    }

    p.page-section-content {
        font-size: 15px;
    }

    .DetayLink {
        font-size: 18px !important
    }

    .title-dash {
        font-size: 20px !important;
    }

    .full_height {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
        position: relative;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    opacity: 0.9 !important;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.0);
    box-shadow: 0 5px 15px rgba(0,0,0,.0);
}

.modal-dialog {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 30px auto;
}

.hakkimizda-cover .iletisim-btn-cover {
    background: none !important;
    float: none;
    padding-left: 0px !important;
}

    .hakkimizda-cover .iletisim-btn-cover a {
        width: 100%;
        max-width: 200px;
        text-align: center;
    }

h2#myModalLabel {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #0c7fda;
}


.hakkimizda-cover h2 {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #0c7fda;
}