body, html {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #222222;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}


body {
    margin: 0px;
    padding: 0px;
    position: relative;
}

body:after {
    content: '';
    background: url(../img/pattern-dot.png) center center !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 0;
}

.page-wrap {
    position: relative;
    z-index: 1;
}

.r6 {
    background: url(../img/bg-uc6.jpg) no-repeat center center !important;
    background-size: cover !important;
}


.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -4px;
}

.vcenter {

    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner.image {
    background-size: cover;
    height: 331px;
    box-shadow: none !important;
}


.banner-h1-label {
    color: #fff !important;
    font-size: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.banner-span-label {
    font-size: 40px;
    color: #fff;
}

.banner-span-label-light {
    font-size: 25px;
}

.site-domain-name:before {
    content: '';
    height: 1px;
    width: 76px;
    background: #fff;
    display: inline-block;
    top: 55%;
    position: absolute;
    left: -76px;
}

.site-domain-name:after {
    content: '';
    height: 1px;
    width: 76px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: -76px;
    top: 55%;
}

.site-domain-name {
    font-size: 40px;
    color: #fff;
    position: relative;
}

.site-domain-name i {
    padding: 0px 15px;
}

.sosical-icons {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.sosical-icons:hover {
    background: #fff;
    color: #333;
}

.sosical-icons .fa {
    line-height: 34px;
}

.text-bolder {
    font-weight: 900;
}

.text-light {
    font-weight: 300;
}

.text-green {
    color: #81ba00;
}

.text-center {
    text-align: center;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}
.beyaz {
    color: whitesmoke;
}
.sari {
    color:yellowgreen;
}