﻿.txt-alg-left {
    text-align: left !important;
}

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

.margin-center {
    margin-left: auto;
    margin-right: auto;
}
.mainmenu-header-div {
    top: 20px;
}

.pdn-bttm-100 {
    padding-bottom: 100px;
}

.background-home-page {
    background: url("../image/home/back.png")no-repeat;
    /*opacity: 0.6;*/
    background-position: center;
    background-size: cover;
}

.border-radius-100 {
    border-radius: 50%;
}

.sayac-homepage {
    margin:auto;
    /*text-align: center;
    position: absolute;*/
    z-index: 9;
    color: #fff;
}

.width-height-250 {
    width: 150px;
    height: 150px;
    /*width: 100%;
    height: auto;*/
}

.background-opacity-06 {
    background: rgba(255, 255, 255, 0.6);
}

.article-padding-top-bottom-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer-bckn {
    background: #ffffff;
}