
body{
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; 
    font-style: normal; 
}
html {
    overflow-y:scroll;
}


.logo{
    font-weight: 900;
    font-size: 20px;
    
}
.logo sub{
    font-weight: 300;
    font-size: 10px;
}
.logo .theme-light-show{
    color: #000;
}
.logo .theme-dark-show{
    color: #fff;
}

.pointer{
    cursor: pointer!important;
}
.form-check-input, .form-check-label{
    cursor: pointer!important;
}
.galeri-area > .card-body{
    border: 1px dashed #009ef7;
    border-radius: 10px;
    margin: 10px 0;
    padding: 20px
}
.start-90 {
    left: 90% !important;
}

iframe{
	width:100%;
	height:800px;
	border:0;
}
.duz-2{
    margin-left: 30px;
}
.duz-3{
    margin-left: 60px;
}
.duz-4{
    margin-left: 90px;
}
.duz-5{
    margin-left: 120px;
}

.ust-ciz{
    text-decoration: line-through;
}
.ml-5{
    margin-left: 5px;
}
.pl-1{
    padding: 10px;
}
.pl-2{
    padding: 20px;
}
.pl-3{
    padding: 30px;
}
.pl-4{
    padding: 40px;
}
.pl-5{
    padding: 50px;
}
.pl-6{
    padding: 60px;
}
.pl-7{
    padding: 70px;
}
.pl-8{
    padding: 80px;
}
.mr-5{
    margin-right: 5px;
}



.lisans{
    text-align: center;
    line-height: 22px;
    font-size: 11px!important;
}

.dikkat{
	color:#F00;
	display:none;
	font-size:11px;
    padding: 5px;
}

.nokta{
    list-style: none;
    padding: 0;
    display: inline;

}
.nokta li{
     display: inline;
}

.nokta li:not(:last-child)::after {
    content: "\2022";
    margin: 0 5px;
}
.ta-j{
    text-align: justify;
}
.ta-c{
    text-align: center;
}
.ta-l{
    text-align: left;
}
.ta-r{
    text-align: right;
}

.form-label{
	font-weight: bold;
	font-size: 1.00rem;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.select2-results__group{
	font-size: 13px!important;
	line-height: 36px;
	background: #f9f9f9;
}