html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 14px;
    font-weight: 400;
}

img{
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Helvetica, Arial;
    font-weight: 400;
}

.main-nav {
    transition: all 1s;
}



.roboto {
    font-family: 'Roboto', sans-serif;
}


.raleway{
font-family: 'Raleway', sans-serif;
font-weight: 300;
letter-spacing: 1.2px;
}

.slick-dots {
    /* position: fixed; */
    bottom: 40px;
    z-index: 999;
}

.slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
    color: #fff !important;
}
.bgcover{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ul-hakkimizda li{
    padding-top: 15px !important;
}
.home-slide{
    background-position:  center top !important;
}
.intro-col{
    height: 800px;
}
@media (max-width: 992px) {
    .intro-col {
        height: 400px;
    }
}