/* LOAD FONTS CSS
 ========================================================================== */
/* <i class="fa fa-try"></i> */
/* GLOBALS
   ========================================================================== */
html, body {
    height: 100%;
}

/* bu alan popup poup`larda devere disi birakilmali. */
body {
    color: #353535;
    font-size: 19px;
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}

@media (max-width: 576px){
    body {
        font-size: 16px;
    }
}
/* LINKS
   ========================================================================== */
a {
    color: #e6400c;
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #000000;
    outline: 0;
    text-decoration: none;
}

/* Text-level semantics */
p:last-child {
    margin-bottom: 0px;
}

/* WRAPPERS
   ========================================================================== */
/*
  .wrapper {
    min-height : 100%;
    height     : auto !important;
    height     : 100%;

    margin     : 0px auto 0px auto;

    overflow-x: hidden;
    -ms-overflow-x: hidden;
    transition: all .5s ease-in-out;
  }
  */
/* MOBILE MENU ACTIVE
   ========================================================================== */
html.mobile-navigation-active {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*
        html.mobile-navigation-active .wrapper {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            overflow: hidden;
            transform: translate(-360px, 0);
            transition: all .5s ease-in-out;
            opacity: 0.6;
        }
        html.mobile-navigation-active .wrapper::before {
            visibility: visible; opacity: 0;
            transition: all .5s ease-in-out;
        }
        */
html.mobile-navigation-active .mobile-navigation {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transform: translate(0, 0);
}


/* HEADER AREA
   ========================================================================== */
.header {
    background: #001c48;
    padding: 30px 0px;
    min-height: 146px;
    position: relative;
}

/* SHORTCUT AREA
   ========================================================================== */
.shortcut-area {
    position: relative;
    float: right;
    clear: both;
}

/* LANG AREA  */
.shortcut-area .lang-area {
    font-size: 15px;
    overflow: hidden;
    color: #e2e3e3;
}
.shortcut-area .lang-area strong{
    padding-right: 18px;
}

.shortcut-area .lang-area a {
    color: #4576b6;
    display: inline-block;
    padding-right: 2px;
}
.shortcut-area .lang-area span {
    color: #596b88;
    padding: 7px 13px;
}
.shortcut-area .lang-area .fa-linkedin{
    background-color: #0274b3;
    padding: 3px 7px;
    color: #FFFFFF;
    border-radius: 2px;
    transition: 0.5s;
}
.shortcut-area .lang-area .fa-linkedin:hover{
    background-color: #f99d1c;
}


/* NAV AREA
   ========================================================================== */
.navbar-expand-lg{
    /*align-items: end;*/
}
.navbar-wrapper{
    position: relative;
    padding-left: 299px;
    top: 48px;
    transition: all .3s ease-in-out;
}
.navbar-nav{
    position: absolute;
    z-index: 9;
    width: 100%;
}
.navbar-wrapper .navbar-bg {
    background-color: #002e5e;
    width: 1920px;
    position: relative;
    right: 0;
    display: block;
    padding-top: 13px;
}

.navbar {
    padding: 0px;
}

.navbar .navbar-brand {
    width: 139px;
    height: 92px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: url(/public/images/logo.png) left center no-repeat;
    margin-bottom: 0px;
    position: absolute;
    z-index: 99999;
    top: 30px;
}

.navbar .navbar-wrapper .navbar-nav .nav-item {
}

.navbar .navbar-wrapper .navbar-nav .nav-item .nav-btn {
    display: none;
    cursor: pointer;
}

.navbar .navbar-wrapper .navbar-nav .nav-item:hover,
.navbar .navbar-wrapper .navbar-nav .nav-item.active {

}

.navbar .navbar-wrapper .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-wrapper .navbar-nav .nav-item.active .nav-link {
    color: #f99d1c;
}

.navbar .navbar-wrapper .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 15px;
    padding-left: 36px;
    padding-right: 0rem;
    text-align: center;
}

.navbar .navbar-wrapper .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


@media (max-width: 576px){
    .shortcut-area .lang-area strong {
       display: none;
    }
    .shortcut-area .lang-area span {
        padding: 7px 7px;
    }
}
/* NAV DROPDOWN AREA
   ========================================================================== */
.navbar-wrapper .dropdown-menu {
    margin-top: 0px;
    border-radius: 0rem;
}
.dropdown-menu .dropdown-item a{
    color: #FFFFFF;
}

/* SEARCH BAR
   ========================================================================== */
.navbar .search-wrapper {
    height: 36px;
    padding: 0;
    position: relative;
}

.navbar .search-wrapper input[type="search"] {
    width: 0px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transition: all 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer;
    background: none;
    color: #fff;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    padding-left: 23px;
    opacity: 0;
}

.navbar .search-wrapper input[type="search"]:focus {
    width: 199px;
    z-index: 1;
    border: none;
    cursor: text;
    background-color: #dc4879;
    box-shadow: none;
    opacity: 1;
}

.navbar .search-wrapper input[type="search"]::placeholder, .navbar .search-wrapper input[type="search"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.73);
}

.navbar .search-wrapper button {
    height: 36px;
    width: 36px;
    background: #dc4879 url("/public/images/zoom.png") center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    transition: opacity .4s ease;
    font-size: 16px;
    border-radius: 90%;
}

/* MOBILE MENUS
   ========================================================================== */
.mobile-navigation {
    width: 375px;
    height: 100%;
    overflow: hidden;
    color: #FFF;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #001c48;
    transform: translate(100%, 0);
    transition: all .5s ease-in-out;
}

.mobile-navigation .mobile-toggler-close {
    padding: .5rem .7rem;
    font-size: 1.7rem;
    line-height: 1;
    border: none;
    float: right;
    background-color: #fff;
    color: #001c48;
    display: block;
    clear: both;
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 2;
    border-radius: 0;
}

.mobile-navigation .mobile-navigation-wrapper {
    width: 100%;
    height: 100%;
    clear: both;
    padding: 77px 33px 25px 33px;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-navigation .mobile-navigation-wrapper .dropdown-toggle::after {
    display: none;
    border: none;
}

.mobile-navigation .mobile-navigation-wrapper > ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 30px;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li {
    display: block;
    overflow: hidden;
    padding: 8px 2px;
    border-bottom: 1px solid #FFFFFF;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li:last-child {
    border-bottom: none;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
    float: left;
    line-height: 1.2;
    margin: 0px;
    padding: 4px 0px;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > a:hover {
    color: #765373;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li .nav-btn {
    display: block;
    float: right;
    padding: 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    cursor: pointer;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding-left: 30px;
    display: none;
    transition: all .5s ease-in-out;
    position: relative;
    float: none;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li.active > ul {
    display: block;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li {
    display: block;
    overflow: hidden;
    padding: 6px 2px;
    border-bottom: 1px solid #FFFFFF;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li.dropdown-item:focus, .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li.dropdown-item:hover, .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li.dropdown-item.active {
    background-color: transparent;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li:last-child {
    border-bottom: none;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    float: left;
    line-height: 1.2;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > a:hover {
    color: #765373;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding-left: 30px;
    display: none;
    transition: all .5s ease-in-out;
    position: relative;
    float: none;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li.active > ul {
    display: block;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li {
    display: block;
    overflow: hidden;
    padding: 4px 2px;
    border-bottom: 1px solid #765373;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li.dropdown-item:focus, .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li.dropdown-item:hover, .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li.dropdown-item.active {
    background-color: transparent;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li > a {
    display: block;
    color: #fff;
    font-size: 14px;
    float: left;
    line-height: 1.2;
}

.mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li > a:hover {
    color: #765373;
}

/* CONSTICKED MENU AREA
   ========================================================================== */
.sticked {
    position: fixed;
    z-index: 9999;
    top: 0px;
    width: 100%;
    background: #002e5e !important;
    min-height: 50px;
    box-shadow: 0px 1px 7px 0px #8b8e91;
    display: block;
    transition: all 0.3s ease-in-out;
}
    .sticked .lang-area{
        display: none;
    }
    .sticked .navbar-wrapper .navbar-bg {
        background: none;
    }
    .sticked .navbar .navbar-wrapper .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        font-size: 14px;
        padding-left: 90px;
    }
    .sticked .navbar .navbar-wrapper .navbar-nav .nav-item.active .nav-link, .sticked .navbar .navbar-wrapper .navbar-nav .nav-item .nav-link:hover{
        color: #f99d1c;
    }
    .sticked .navbar .navbar-brand {
        width: 56px;
        height: 39px;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
        background: url(/public/images/sticked-logo.png) left center no-repeat;
        margin-bottom: 0px;
        position: absolute;
        z-index: 99999;
        top: 0px;
        background-size: contain;
    }
    .sticked .navbar-wrapper {
        top: 5px;
        padding-left: 0px !important;
    }

    .sticked .dropdown-menu .dropdown-item a {
        color: #ffffff;
        font-size: 14px;
    }

    .sticked .navbar-light .navbar-toggler{
        top: 5px;
    }
    .sticked .dropdown-menu {
        left: 89px;
    }

/* CONTENT AREA
   ========================================================================== */
/* DATA EXTRAS
   ========================================================================== */
.header .shops-info {
    float: right;
    overflow: hidden;
}

.header .shops-info > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header .shops-info > ul > li {
    display: block;
    position: relative;
    float: left;
    transition: 0.5s;
    border-right: 1px solid #ccc;
    padding: 0px 9px;
}

.header .shops-info > ul > li > a {
    display: inline-block;
    padding: 0px 3px;
    line-height: 25px;
}

.header .shops-info > ul > li > a > span, .header .shops-info > ul > li > a > strong {
    font-weight: normal;
}

.header .shops-info > ul > li.shops-list {
    position: relative;
}

/* ANIMATE
   ========================================================================== */
/* PRE-FOOTER AREA
   ========================================================================== */

/* FOOTER NAV AREA */
.footer-navigation{
    padding: 15px 0px;
}
.footer-navigation > ul > li {
    float: none;
    position: relative;
    clear: left;
}
.footer-navigation > ul > li > a {
    display: block;
    padding: 4px 0px;
    color: #fff;
}
.footer-navigation > ul > li > a:hover {
    color: #f8931d;
}

.footer-navigation ul li > ul, .footer-navigation ul li.dropdown > ul, .footer-navigation ul li .nav-btn, .footer-navigation ul li a.dropdown-toggle:after {
    display: none !important;
}

.footer-navigation > ul > .footer-social{
    float: right;
}
.footer-navigation > ul > .footer-social .fa-linkedin {
    background-color: #0274b3;
    padding: 3px 7px;
    color: #FFFFFF;
    border-radius: 2px;
    transition: 0.5s;
}
.footer-navigation > ul > .footer-social .fa-linkedin:hover{
    background-color: #f99d1c;
}

/* FOOTER AREA
   ========================================================================== */
.footer {
    background-color: #393939;
    color: #FFF;
    font-size: 16px;
    padding: 42px 0px;
}
.footer  .navbar-brand {
    background: url("/public/images/logo.png") top center no-repeat;
    width: 100%;
    height: 92px;
    display: block;
    text-indent: -9999px;
}

.footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    display: block;
    padding: 2px 10px;
}

.footer ul li > ul, .footer ul li.dropdown > ul {
    display: none !important;
}

.copy-right{
    text-align: center;
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding: 7px 0px;
    font-size: 13px;
}
.copy-right a{
    color: #FFFFFF;
}
.copy-right a:hover{
    color: #f99d1c;
}

@media (max-width: 1140px) {
    .footer {
        font-size: 15px;
    }
    .footer ul li a {
        padding: 2px 8px;
    }
}
@media (max-width: 991px) {
    .footer-navigation > ul > .footer-social {
        float: none;
        clear: both;
        display: block;
        padding-top: 7px;
    }
}
@media (max-width: 767px) {
    .footer ul li {
        display: block;
    }
}
/* MAILING LIST CSS
   ========================================================================== */
#subscribe-box .input-group {
    border: 1px solid #545454;
    padding: 4px 6px;
}

#subscribe-box .result {
    font-size: 0.9em;
    padding: 4px;
    color: #e6400c;
}

/* SCROLL TOP
   ========================================================================== */
.top-icon {
    display: none;
    width: 24px;
    height: 24px;
    background: url(/public/images/scrolltop.png) center center no-repeat;
    position: fixed;
    bottom: 17px;
    right: 17px;
    z-index: 10000;
    opacity: 0.5;
    cursor: pointer;
}

.top-icon:hover { 
    opacity: 1;
}


/* ONLINE KATALOG
   ========================================================================== */
.online-katalog{
    background-color: #f99d1c;
    padding: 56px 0px;
}
.online-katalog h5{
    font-size: 29px;
    color: #ffffff;
    font-weight: 500;
}
.online-katalog p{
    font-size: 16px;
    color: #000000;
}
.online-katalog p a{
    color: #FFFFFF;
}

.years-video{

}

.online-katalog .tanitim-dosyasi{
    position: absolute;
    top: -67px;
    right: 0;
}
@media (max-width: 1140px) {
    .online-katalog h5 {
        font-size: 26px;
    }
    .online-katalog p {
        font-size: 16px;
    }
    .online-katalog .tanitim-dosyasi {
        top: -68px;
    }
}
@media (max-width: 991px) {
    .online-katalog {
        background-color: #f99d1c;
        padding: 25px 0px;
    }
    .online-katalog .tanitim-dosyasi {
        top: -31px;
        width: 241px;
    }
}
@media (max-width: 767px) {
    .online-katalog .tanitim-dosyasi {
        display: none;
    }
}



/* PROJELER
   ========================================================================== */
.projeler{
    padding: 90px 0px 90px 0px;
}
.projeler h4{
    font-size: 44px;
    color: #faad2b;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
}
.projeler-list [class*="col-"]{
    margin-bottom: 32px;
}
.projeler-list a{
    display: block;
    overflow: hidden;
    position: relative;
}
.projeler-list .zoom{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f99d1c;
    width: 59px;
    height: 59px;
    border-radius: 100%;
    padding: 15px 20px;
    color: #FFFFFF;
    transition: 0.6s;
}
.projeler-list .projeler-title{
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    font-size: 16px;
    transition          : all 0.5s ease-in-out;

    background-color: #00000082;
    padding: 7px 14px;
    border-radius: 7px;

}
.projeler-list .projeler-title strong{
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 7px;
    transition: 0.6s;
    text-shadow: 2px 2px 6px #000;
}


.projeler-list .projeler-title span{
    color: #faa61a;
}
.projeler-list a:hover .zoom{
    background-color: #0d73b9;
}
.projeler-list a:hover .projeler-title strong{
    color: #faa61a;
}
.projeler-list .projeler-title .media-time{
    display: block;
    color: #fefefe;
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
    text-shadow: 2px 2px 6px #000;
}
.projeler-list .projeler-title .media-time .fa-calendar{
    padding-right: 7px;
    font-size: 17px;
}

.projeler-list .projeler-list-bottom{
    position: absolute;
    bottom: 30px;
    right: 15px;
    left: 15px;
    font-size: 15px !important;
}
.projeler-list-bottom span{
    font-size: 13px !important;
}

.project-title{
    color: #f99d1c;
    font-size: 31px;
    padding-top: 45px;
    margin-bottom: -60px;
}

.projeler-list .details{
    position: absolute;
    top:              0; right: 0px; bottom: 0px; left: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index:          5;
    width:            100%;
    height:           100%;
    text-align:       center;
    color:            #fff;
    font-size:        15px;
    font-weight:      300;
    left: -100%;
    transition          : all 0.5s ease-in-out;
}
.projeler-list .details-info{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0px 15px;
}
.projeler-list a:hover .details{
    left: 0;
}
.projeler-list a:hover .projeler-title{
    position: absolute;
    left: -850px;
    background-color: transparent;
}

.details .details-info strong{
    display: block;
    color: #f99d1c;
    line-height: 1.5;
    padding: 7px 0px;
    transition: 0.6s;
}
.details .details-info .description{
    display: block;
    margin-top: 12px;
}


.projeler-list-bottom .projeler-title strong{
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 7px;
    transition: 0.6s;
    text-shadow: 2px 2px 6px #000;
    font-size: 14px;
}
.projeler-list-bottom .details {
    font-size: 14px !important;
}
.projeler-list-bottom .details .details-info .description{
    font-size: 14px;
}
.projeler-list-bottom .zoom{
    width: 39px;
    height: 39px;
    font-size: 13px;
    padding: 11px 15px;
}

@media (max-width: 991px) {
    .projeler-list .projeler-title {
        left: 15px;
        right: 15px;
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .projeler-list a img{
        width: 100%;
    }
    .projeler h4{
        font-size: 26px;
    }
}


/* CONTACT
   ========================================================================== */
.iletisim{
    overflow: hidden;
}
.iletisim [class*="col-"]{
    padding-right: 0px;
    padding-left: 0px;
}
.contact{
    background-color: #00386c;
    height: 100%;
    padding: 82px;

}
.contact h6{
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 15px;
}
.contact .tabs .tab-navs {
    border-bottom: 1px transparent;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.contact .tabs .tab-navs li {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-radius: 1.25rem;
    background-color: #000000;
}
.contact .tabs .tab-navs li:last-child{
    margin-left: 15px;
}
.contact .tabs .tab-navs li.active {
    border: none;
    background-color: #f8931d;
}
.contact .tabs .tab-navs li a {
    display: block;
    padding: 7px 20px;
    color: #FFFFFF;
    font-weight: 300;
}
.contact .tabs .tab-content {
    padding: 15px 0px;
    overflow: hidden;
    text-align: justify;
    color: #FFFFFF;
    font-weight: 300;
}
.contact .tabs .tab-content strong{
    display: block;
    color: #ed8e20;
    font-weight: 500;
}

@media (max-width: 991px) {
    .contact {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    .iletisim iframe{
        height: 250px;
    }
}
@media (max-width: 576px) {
    .contact .tabs .tab-navs li{
        margin-bottom: 7px;
    }
    .contact .tabs .tab-navs li:last-child {
        margin-left: 0;
    }
    .contact h6{
        font-size: 26px;
    }
    .contact .tabs .tab-navs li a {
        padding: 7px 12px;
        font-size: 16px;
    }
}

/* PRINT CSS
 ========================================================================== */
/*
  @media print {
    .header, .footer, .pre-footer, .comments, .gallery-page, .breadcrumb, .data-article {
      display : none;
    }
  }
*/

/*# sourceMappingURL=style.css.map */

