body {
    font-family: Arial, Helvetica, sans-serif;
}

.facebook-mavisi {
    color: #395793;
}

.twitter-mavisi {
    color: #32c6f8;
}

.instagram-rengi {
    color: #d00158;
}

/* Header start */
header {
    height: 100%;
    position: relative;
}

.top-line {
    background-color: #2e2e2e;
    width: 100%;
    height: 10px;
}

header .social-icons-top {
    background-color: #2e2e2e;
    width: 50%;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 6% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 6% 100%);
}

header .social-icons-top a {
    display: inline-block;
    padding: 0.5rem;
    font-size: 1.5rem;
}

header .social-icons-top a:nth-of-type(2) {
	margin: 0 2rem;
}

header .social-icons-top a i:hover {
    color: #e05b1d;
}

.ust-logo {
    width: 400px;
    margin: 1rem 0;
}

.turuncu-yazi-rengi {
	color: #e05b1d;
}

.email-to-hover-color:hover {
	color: #2e2e2e;
}
/* Header end */

/* front-page içerik start */
.arka-plan {
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 3.2vw;
    padding: 5px 20px;
	text-align: right;
}

.satir1ve4 {
    font-size: 4vw;
}

.satir2 {
    font-size: 3.6vw;
}

.satir3 {
    font-size: 3.2vw;
}

.ince-ayar1 {
    font-size: 3vw;
}

.ince-ayar2 {
    font-size: 2.8vw;
}

.sari-renk {
    color: #ffb200;
}

.ofisler-mobil {
	display: none;
	background-color: #474647;
	padding: 1px 0;
}

section hr {
    display: inline-block;
    height: 3px;
    width: 100px;
    background-color: #e05b1d;
    border: none;
    margin: 0;
}

.card {
    border: 0px solid;
    border-radius: 1rem !important;
}

.card-ikon1 {
    color: #e05b1d;
}

.card-ikon2 {
    color: #ffb200;
}

.card-ikon3 {
    color: rgb(112, 133, 248);
}

.card-ikon1,
.card-ikon2,
.card-ikon3 {
    font-size: 3rem;
}

.btn-ayar {
    color: white;
    background-color: #e05b1d;
    border-radius: 1.5rem;
    padding: 10px 20px!important;
    margin: 0.5rem 0;
}

.btn-ayar:hover {
    color: #2e2e2e;
    background-color: #fff;
    border: 1px solid #e05b1d;
}

.turuncu-arka-plan {
    background-color: #e05b1d;
}

/* Form start */
.wpcf7-form p {
    text-align: center;
}

span.wpcf7-checkbox span {
	text-align: left;
	margin-top: 0.5rem;
}

span.wpcf7-checkbox span:nth-of-type(odd) {
	width: 50%;
	margin-left: 0;
}

span.wpcf7-checkbox span:nth-of-type(even) {
	width: 47%;
	margin-left: 3%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
	width: 100%;
}

.wpcf7-form #gonder-btn1,
.wpcf7-form #gonder-btn2 {
    display: inline-block;
    font-weight: 400;
    background-color: #e05b1d;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.wpcf7-form #gonder-btn1:hover,
.wpcf7-form #gonder-btn2:hover {
    background-color: #fff;
    color: #e05b1d;
    border: 1px solid #e05b1d;
}

.wpcf7-form #gonder-btn1,
.wpcf7-form #gonder-btn2 {
	margin-left: 20px;
}
/* Form end */
/* front-page içerik end */

/* Footer start */
footer .social-icons-bottom a {
    display: inline-block;
    padding: 0.5rem;
    font-size: 1.5rem;
}

footer .social-icons-bottom a i:hover {
    color: #e05b1d;
}

footer .alt-logo {
    width: 400px;
    margin: 1rem 0;
}

footer .koyu-renk {
	background-color: #2e2e2e;
}

footer .koyu-renk a {
    color: #e05b1d;
}

footer .koyu-renk a:hover {
    color: #fff;
    text-decoration: none;
}
/* Footer end */

/* Table setttings start */
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    text-align: center;
}

tbody tr > td:first-of-type {
    text-align: left;
}
/* Table setttings end */
#yurtdisi-link {
    margin: 1rem 0;
}

/* ############### Responsive Settings start ############### */
/* Small start */
@media screen and (max-width: 767px) and  (min-width: 576px) {
    .form-24saat {
        font-size: 24px;
    }
}
/* Small end */

/* Extra Small start */
@media screen and (max-width: 575px) and (min-width: 415px) {
    .form-24saat {
        font-size: 19px;
    }
}
/* Extra Small end */

/* 414px ve altı ekranlar start */
@media screen and (max-width: 414px) {
    .form-24saat {
        font-size: 16px;
		margin-left: -15px;
		margin-right: -15px;
    }
	
	#universiteler {
		height: 400px;
	}
	
	#universiteler a {
		margin-right: 0.75rem;
	}
	
	.arka-plan {
		background-color: rgba(0, 0, 0, 0.4);
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.satir1ve4,
	.satir2,
	.satir3,
	.satir5 {
		font-size: 16px;
	}
	
	.ince-ayar1,
	.ince-ayar2 {
		display: none;
	}
	
	.ofisler-mobil {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
/* 414px ve altı ekranlar end */

/* 991px boyuta kadar start */
@media screen and (max-width: 991px) {
    .top-line {
        display: none;
    }

    header .social-icons-top {
        background-color: #2e2e2e;
        width: 100%;
        position: static;
        clip-path: none;
		-webkit-clip-path: none;
    }
}
/* 991px boyuta kadar end */

/* 767px boyuta kadar start */
@media screen and (max-width: 767px) {
    .arka-plan {
        padding: 5px 15px;
    }
	
	/* Form start */
	span.wpcf7-checkbox span {
		width: 100%!important;
	}
	
	span.wpcf7-checkbox span:nth-of-type(even) {
		margin-left: 0%;
	}
	/* Form end */
}
/* 767px boyuta kadar end */

/* 438px boyuta kadar start */
@media screen and (max-width: 438px) {
	th, td {
    	padding: 5px;
	}
}
/* 438px boyuta kadar end */
/* ############### Responsive Settings end ############### */