body, p, strong, h1,h2,h3,a{
    font-family: 'Montserrat', sans-serif;
}
.nav-link{
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    padding: 0;
    margin: 0;
}
.nav-menu{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.navbar-logo{
    position: absolute;
    top: 5px;
    left: 45%;
}
.dropdown-menu{
    background-color: rgba(255,255,255,0.5)!important;
}
.dropdown-item{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 18px!important;
    font-weight: bold!important;
}
.row .item img{
    width: 100%;
    height: 100%;
}
.dropdown-item:hover{
    background-color: rgba(255,255,255,0.7)!important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    a.nav-link{
        font-size: 16px;
    }

}
@media only screen and (min-width: 992px)
{
    .navbar-main{
        background-color: rgba(255,255,255,0.5);
        position: absolute!important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        height: 110px;
    }
    .navbar-main-fuar{
        background-color: rgba(255,255,255,0.7);
        position: absolute!important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        height: 110px;
    }
    .navbar-main-hizmetler{
        background-color: rgba(255,255,255,0.5);
        height: 110px;
    }

}
@media only screen and (max-width: 991px){
    .navbar-main{
        background-color: rgba(255,255,255,0.8);
        position: absolute!important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        min-height: 110px;
    }
    .navbar-main-fuar{
        background-color: rgba(255,255,255,0.8);
        position: absolute!important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        min-height: 110px;
    }
    .navbar-main-hizmetler{
        background-color: rgba(192,192,192,0.8);
        min-height: 150px;
    }
    .navbar-logo{
        left: 45%;
    }
    .navbar-collapse{
        padding-top: 50px;
    }
    .navbar-nav{
        padding-top: 90px;
        width: 50%;
        margin: auto!important;

    }
    a.nav-link{
        text-align: center;
        font-size: 24px;
    }
    .navbar-sag-taraf li:nth-child(7),.navbar-sag-taraf li:nth-child(2),.navbar-sag-taraf li:nth-child(3),.navbar-sag-taraf li:nth-child(4){
        display: none;
    }
    .navbar-sag-taraf{
        padding-top: 0;
    }
}
p.iletisim-footer strong{
    color: black;
}
p.iletisim-footer{
    color: black;
}
p.iletisim-footer a {
    color: black;
}
@media only screen and (max-width: 767px){
    .navbar-logo{
        left: 35%;
    }
    .footer{
        background-image: linear-gradient( 0deg,#2B3990,#284197,#2057A9,#137CC6,#00ADEE)!important;
    }
    .footer-wrap{
        background-image: linear-gradient( 0deg,#2B3990,#284197,#2057A9,#137CC6,#00ADEE)!important;
    }
    .link-footer li a{
        color: white!important;
        text-decoration: underline;
    }
    p.iletisim-footer strong {
        color: white;
        text-decoration: underline;
    }
    p.iletisim-footer{
        color: #eee;
    }
    p.iletisim-footer a {
        color: #eee;
    }
}
@media only screen and (max-width:500px) {
    p.iletisim-footer{
        padding-left: 0;
    }
    ul.link-footer{
        padding-left: 5px;
        width: 80%;
    }
    .footer-wrap{
        padding-top: 35px;
    }
}
@media only screen and (max-width: 1096px){
    .box{
        display: none;
    }
}
.item{
    justify-content: center;
    display: flex;
    position: relative;
    width:100%;
}
.box{
    text-align: center;
    position: absolute;
    top: 250px;
    width: 100%;
    overflow: hidden;
    border-right: .15em solid orange;
    margin: 0 auto;
    letter-spacing: .1em;
    white-space: nowrap;
    animation:
            typing 3.5s steps(40, end),
            blink-caret 1s step-end infinite;
}
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
}
.box h1{
    text-shadow: -2px 2px 0px black;
    font-family: "Montserrat script=all rev=1";
    font-weight: 900;
    font-size: 55px;
    color: #fff;
   /* text-shadow: 1px 1px 0 rgba(255,255,255,0.3), 1px -1px 0 rgba(255,255,255,0.3), -1px 1px 0 rgba(255,255,255,0.3), -1px -1px 0 rgba(255,255,255,0.3), 1px 0px 0 rgba(255,255,255,0.3), 0px 1px 0 rgba(255,255,255,0.3), -1px 0px 0 rgba(255,255,255,0.3), 0px -1px 0 rgba(255,255,255,0.3), 1px -3px 1px rgba(255,255,255,0.1);*/
}
.box p {
    text-shadow: -2px 2px 0px black;
    font-family: "Montserrat script=all rev=1";
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    /*text-shadow: 1px 1px 0 rgba(255,255,255,0.3), 1px -1px 0 rgba(255,255,255,0.3), -1px 1px 0 rgba(255,255,255,0.3), -1px -1px 0 rgba(255,255,255,0.3), 1px 0px 0 rgba(255,255,255,0.3), 0px 1px 0 rgba(255,255,255,0.3), -1px 0px 0 rgba(255,255,255,0.3), 0px -1px 0 rgba(255,255,255,0.3), 1px -3px 1px rgba(255,255,255,0.1);*/
}
.anasayfa-header{
    position: absolute;
    z-index: 9;
    background-color: rgba(255,255,255,0.5);
}
.main-baslik{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 45px;
}
.main-baslik h1{
    font-size: 36px;
    font-weight: bold;
}
.kategoriler .row .col-md-4{
    padding-top: 15px;
    padding-bottom: 15px;
}
.kategoriler .row .col-md-4 img{
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75);
}
.main-sira2{
    display: flex;
    justify-content: center;
}
.main-box{
    position: relative;
    transition: 0.5s ease;
    transform: scale(1, 1);
}
.main-box:hover{
    transition: 0.5s ease;
    transform: scale(1.1, 1.1);
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}
.overlay:hover{
    background-color: rgba(25, 181, 254, 0.5);
    transition: 0.5s;
}
.text{
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 36px;
}
.footer-left{
    position: absolute;
    left: 0;
    width: 40%;
    height: 239px;
}
.footer-right{
    position: absolute;
    right: 0;
    width: 40%;
    height: 239px;
}
.footer-index{
    /*background-image: url("../img/footerESAS.jpg");*/
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    margin-top: 83px;

}
.footer{
    /*  background-image: url("../img/footerESAS.jpg");*/
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    margin-top: -100px;

}
.footer-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    align-content: center;
}
.iletisim-footer{
    color: #eee;
    padding-left: 55px;
}
.link-footer{
    list-style-type: none;
}
.link-footer li a {
    color: black;
    font-weight: bold;
}
.sosyal-footer{
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
.accordion-button{
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(46,50,147,1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(46,50,147,1);
    box-shadow: inset 0px 0px 0px 3px rgba(46,50,147,1);
    text-align: center;
    background-color: white;
}
.accordion-button-wrapper{
    margin-right: -5px;
    font-weight: 450;
}
.accordion-button:hover{
    background: linear-gradient(to right, #1e5799 0%,#207cca 34%,#207cca 35%,#2989d8 57%,#7db9e8 100%)!important;
    cursor: pointer!important;
    color: white!important;
    box-shadow: none!important;
}
.hizmetler-arkaplan{
    position: relative;
    z-index: -5;
    background-image: url("../img/hizmetlerimiz-arkaplan-2.jpg");
    height: 600px;
    background-repeat:no-repeat;
    background-position: center center;
}
.hizmetler-fuar-arkaplan{
    position: relative;
    z-index: -5;
    background-image: url("../img/FUuar-ArkaPlan.jpg");
    height: 600px;
    background-repeat:no-repeat;
    background-position: center center;
}
.hizmetler-insankaynaklari-arkaplan{
    position: relative;
    z-index: -5;
    background-image: url("../img/insanKaynaklari-ArkaPlan.jpg");
    height: 600px;
    background-repeat:no-repeat;
    background-position: center center;
}
.hizmetler-kurumsaldanismanlik-arkaplan{
    position: relative;
    z-index: -5;
    background-image: url("../img/KurumsalDanismanlik-ArkaPlan.jpg");
    height: 600px;
    background-repeat:no-repeat;
    background-position: center center;
}
.hizmetler-organizasyon-arkaplan{
    position: relative;
    z-index: -5;
    background-image: url("../img/Organizasyon-ArkaPlan.jpg");
    height: 600px;
    background-repeat:no-repeat;
    background-position: center center;
}
.iletisim-arkaplan{
    position: relative;
    z-index: -5;
    background-image: url("../img/iletisim-arkaplan.jpg");
    height: 300px;
    background-repeat:no-repeat;
    background-position: center center;
}
.hizmetler{
    position: relative;
    top: -120px;
    background: white;
}
.accordion-hizmetler{
    background-color: white;
    position: relative;
    top: -250px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}
.accordion-hizmetler .col-sm-7 {
    padding: 25px;
}
.accordion-hizmetler .col-sm-5{
    padding: 25px;
}
.accordion-resim img{
    width: 100%;
    height: 200px;
}
.hr{
    height: 2px;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}
.navbar-toggler{
    border-color: #2057A9!important;
}
.menu-toggler-icon{
    color: #2057A9;
}