@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}




/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius:0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #333;
  border-radius:0px;
}


body {
	outline: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	font-family: 'Manrope', sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: auto;
	font-size: 17px;
	background-color: #fff;
	font-synthesis:none;
	-moz-font-feature-settings:'kern';
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	direction:ltr;
}


#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:#fff;
    z-index:999998;
}
 
#status {
    width:200px;
    height:200px;
    position:absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url(../images/page-load.jpg);
	background-size: 100%;
    background-repeat:no-repeat;
    background-position:center;
    margin:auto;
}


.header-frame{
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 989583;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 30px;
	background-image: url(../images/empty.png);
	background-size: auto 100%;
	background-position: center -100px;
}

.header-frame.active{
	padding-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	z-index: 989583;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0px;
	background-image: url(../images/header-bg.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: repeat-x;
}

.header{
	z-index: 998;
	max-width: 1140px;
	height: 80px;
	margin: auto;
}


.logo{
	width: auto;
	height: 80px;
	float: left;
}

.dew-banner{
	position: relative;
	width: 100%;
	height: 80vh;
}


.dew-contentbanner{
	position: relative;
	width: 100%;
	height: 129px;
	background: rgb(0,79,140);
	background: linear-gradient(215deg, rgba(0,79,140,1) 0%, rgba(2,30,99,1) 100%);
}



.banner-scroll-icon{
	width: 100px;
	height: 100px;
	background-image: url(../images/arrow-01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: -50px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
}

.banner-scroll-icon:hover{
	width: 100px;
	height: 100px;
	background-image: url(../images/arrow-02.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	bottom: -50px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
}


.banner-text{
	height: 350px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	max-width: 900px;
	z-index: 99892;
	margin: auto;
	padding-top: 60px;
}


.banner-color{
	width: 100%;
	height: 80vh;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 98;
	background-size: 100%;
	background-image: url(../images/background-blend.jpg);
	background-blend-mode: multiply;
	mix-blend-mode: multiply;
}


dew-title{
	font-size: 3em;
	font-weight: 900;
	display: block;
	color: #fff;
	letter-spacing: -1px;
}

dew-subtitle{
	font-size: 1.5em;
	font-weight: 400;
	display: block;
	color: #fff;
}


dew-title-black{
	line-height: 1.2em;
	font-size: 2.4em;
	font-weight: 900;
	display: block;
	color: #000;
	letter-spacing: -1px;
}

dew-subtitle-black{
	line-height: 1.4em;
	font-size: 1.3em;
	font-weight: 500;
	display: block;
	color: #004f8c;
}


dew-ilan-title{
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	color: #333;
}

dew-ilan-title a{
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	color: #333;
}

dew-ilan-title a:hover{
	line-height: 1.2em;
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	color: #239af6;
}


ilan-p{	
	line-height: 2em;
	font-size: 1em;
	color: #004f8c;
	display: block;
	font-weight: 500;
}

p{	
	line-height: 2em;
	font-size: 1em;
	color: #444;
	display: block;
	font-weight: 500;
}


.info-text{
	font-size: 0.9em;
	color: rgba(255,255,255,0.7);
	display: block;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	height: 30px;
	text-align: center;
	padding-left: 20px;
}


.info-text2{
	font-size: 0.8em;
	color: rgba(0,0,0,0.4);
	display: block;
	width: 100%;
	font-weight: 600;
	margin-top: 0px;
	padding-top: 30px;
	height: 30px;
	text-align: left;
	padding-left: 20px;
}

.banner-field-area{
	font-family: 'Manrope', sans-serif;

	width: 70%;
	height: 60px;
	background-color: #fff;
	margin: auto;
	float: left;
	border-radius: 130px;
}

.banner-field-button{
	font-weight: 600;
	color: #333;
	line-height: 60px;
	width: 28%;
	height: 60px;
	background-color: #fff;
	font-size: 1.2em;
	margin: auto;
	float: right;
	border-radius: 130px;
	-webkit-transition: all 0.2s ease-in-out;
}

.banner-field-button:hover{
	font-weight: 600;
	line-height: 60px;
	width: 28%;
	height: 60px;
	background-color: #ffcb05;
	color: #096382;
	font-size: 1.2em;
	margin: auto;
	float: right;
	border-radius: 130px;
	-webkit-transition: all 0.2s ease-in-out;
}


.field-style{
	font-family: 'Manrope', sans-serif;

	width: 100%;
	background-color: transparent;
	outline: none;
	border: none;
	height: 60px;
	padding-left: 60px;
	background-image: url(../images/keyword-icon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 40%;
	color: #333;
}

.field-style:hover{
	font-family: 'Manrope', sans-serif;

	width: 100%;
	background-color: transparent;
	outline: none;
	border: none;
	height: 60px;
	padding-left: 60px;
	background-image: url(../images/keyword-icon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 40%;
	color: #333;
}


.menu-frame{
	width: auto;
	height: auto;
	float: right;
}

.main-button{
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	padding: 12px 20px 12px 40px;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	float: left;
	border: 2px solid #fff;
	padding-left: 40px;
	background-image: url(../images/user-icon.svg);
	background-repeat: no-repeat;
	background-position:10px center;
	background-size: auto 50%;
}

.main-button:hover{
	margin-top: 10px;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: transparent;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: 500;
	float: left;
	padding: 12px 20px 12px 40px;
	background-image: url(../images/user-icon2.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 50%;
}


.main-button2{
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	padding: 12px 20px 12px 40px;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	float: left;
	border: 2px solid #fff;
	padding-left: 40px;
	background-image: url(../images/bag-icon.svg);
	background-repeat: no-repeat;
	background-position:10px center;
	background-size: auto 50%;
}

.main-button2:hover{
	margin-top: 10px;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: transparent;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	padding: 12px 20px 12px 40px;
	color: #fff;
	font-weight: 500;
	float: left;
	padding-left: 40px;
	background-image: url(../images/bag-icon2.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 50%;
}




.main-button3{
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	padding: 12px 20px 12px 40px;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	float: left;
	border: 2px solid #fff;
	padding-left: 40px;
	background-image: url(../images/login-icon.svg);
	background-repeat: no-repeat;
	background-position:10px center;
	background-size: auto 50%;
}

.main-button3:hover{
	margin-top: 10px;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: transparent;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	padding: 12px 20px 12px 40px;
	color: #fff;
	font-weight: 500;
	float: left;
	padding-left: 40px;
	background-image: url(../images/login-icon2.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 50%;
}

.main-button4{
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	padding: 12px 20px 12px 40px;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	float: left;
	border: 2px solid #fff;
	padding-left: 40px;
	background-image: url(../images/uye-girisi1.svg);
	background-repeat: no-repeat;
	background-position:10px center;
	background-size: auto 60%;
}

.main-button4:hover{
	margin-top: 10px;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: transparent;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: 500;
	float: left;
	padding: 12px 20px 12px 40px;
	background-image: url(../images/uye-girisi2.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 60%;
}


.main-button5{
	margin-top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	padding: 12px 20px 12px 40px;
	background-color: #fff;
	color: #000;
	font-weight: 500;
	float: left;
	border: 2px solid #fff;
	padding-left: 40px;
	background-image: url(../images/uye-cikisi1-01.svg);
	background-repeat: no-repeat;
	background-position:10px center;
	background-size: auto 60%;
}

.main-button5:hover{
	margin-top: 10px;
	border: 2px solid #fff;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: transparent;
	margin-left: 10px;
	border-radius: 130px;
	font-size: 0.9em;
	width: auto;
	height: auto;
	color: #fff;
	font-weight: 500;
	float: left;
	padding: 12px 20px 12px 40px;
	background-image: url(../images/uye-cikisi2-01.svg);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 60%;
}

.main-menu-stroke{
	width: 1px;
	height: 40px;
	background-color: rgba(255,255,255,0.4);
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 10px;
}




.hidden-div{
	opacity: 0;
}



.content-register-button1{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/bag-icon.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	padding-left: 20px;
	width: 90%;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #fff;
	color: #03508d;
	font-weight: 600;
}


.content-register-button1:hover{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/bag-icon2.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	padding-left: 20px;
	width: 90%;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #03508d;
	color: #fff;
	font-weight: 600;
}


.content-register-button2{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/user-icon.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	padding-left: 20px;
	width: 90%;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #fff;
	color: #03508d;
	font-weight: 600;
}


.content-register-button2:hover{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/user-icon2.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	padding-left: 20px;
	width: 90%;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #03508d;
	color: #fff;
	font-weight: 600;
}


.rakamlarla-bg{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}




.is-ilan-list{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: none;
	border: 2px solid #ededed;
	transform: scale(1);
}

.is-ilan-list:hover{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.07);
	border: 2px solid #ccc;
	transform: scale(1.01);
}



.tum-ilanlar-button{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/bag-icon.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	padding-left: 20px;
	width: 250px;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #fff;
	color: #03508d;
	font-weight: 600;
}


.tum-ilanlar-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/bag-icon2.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	padding-left: 20px;
	width: 250px;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #03508d;
	color: #fff;
	font-weight: 600;
}


.tum-firmalar-button{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/firma-button1.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	padding-left: 20px;
	width: 250px;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #fff;
	color: #03508d;
	font-weight: 600;
}


.tum-firmalar-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/firma-button2.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	padding-left: 20px;
	width: 250px;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #03508d;
	color: #fff;
	font-weight: 600;
}


.gonder-button{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/send-button.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	width: 250px;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #fff;
	color: #03508d;
	font-weight: 600;
}


.gonder-button:hover{
	-webkit-transition: all 0.2s ease-in-out;
	background-image: url(../images/send-button2.svg);
	background-repeat: no-repeat;
	background-size: auto 50%;
	background-position: 15px center;
	width: 250px;
	height: 60px;
	margin: auto;
	border-radius: 50px;
	text-align: center;
	line-height: 57px;
	border: 2px solid #03508d;
	background-color: #03508d;
	color: #fff;
	font-weight: 600;
}



.footer{
	margin: auto;
	max-width: 100%;
	height: auto;
	border-top: 2px solid #004f8c;
	position: relative;
	margin-top: 150px;
}

.footer-logo{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 56px;
	height: 80px;
	top: -40px;
	z-index: 98989;
}


footer-title{
	display: block;
	color: #000;
	font-size: 1.2em;
	font-weight: 800;
	letter-spacing: -0.5px;
}

footer-link{
	-webkit-transition: all 0.2s ease-in-out;
	padding-left: 7px;
	display: block;
	color: #004f8c;
	font-size: 0.95em;
	font-weight: 500;
	letter-spacing: -0.5px;
	background-image: url(../images/footer-link1.jpg);
	background-position: -100px center;
	background-repeat: no-repeat;
	background-size: auto 150%;
}


footer-link:hover{
	-webkit-transition: all 0.2s ease-in-out;
	padding-left: 20px;
	display: block;
	color: #004f8c;
	font-size: 0.95em;
	font-weight: 500;
	letter-spacing: -0.5px;
	background-image: url(../images/footer-link2.jpg);
	background-position: -20px center;
	background-repeat: no-repeat;
	background-size: auto 150%;
}


.copyright{
	border-top: 2px solid #dfe4e8;
	width: 100%;
	height: 80px;
	text-align: center;
	margin: auto;
	font-size: 0.95em;
	color: #777;
	line-height: 60px;
	padding-bottom: 30px;
}



.register-frame{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.register-left{
	position: fixed;
	height: 100vh;
	width: 33.3%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/register-wp.jpg);
	background-size: 100%;
	background-color: #3a3d42;
	background-repeat: no-repeat;
	background-position: top center;
}

.register-left2{
	position: fixed;
	height: 100vh;
	width: 33.3%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/register-firma-wp.jpg);
	background-size: 100%;
	background-color: #eff0f2;
	background-repeat: no-repeat;
	background-position: top center;
}


.register-left-logo{
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	height: 100px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #fff;
	font-size: 0.9em;
}

.register-left-logo2{
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	height: 100px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #000;
	font-size: 0.9em;
}

.register-right{
	position: relative;
	overflow: auto;
	height: auto;

}


.back-button{
	width: 90px;
	height: 45px;
	position: fixed;
	right: 20px;
	top: 20px;
	border: 2px solid #004f8c;
	background-color: #fff;
	color: #004f8c;
	font-size: 1em;
	border-radius: 30px;
	font-weight: 500;
	line-height: 40px;
	background-image: url(../images/back-button1.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 7px;
	-webkit-transition: all 0.2s ease-in-out;
	z-index: 8989;
}


.back-button:hover{
	width: 90px;
	height: 45px;
	position: fixed;
	right: 20px;
	top: 20px;
	border: 2px solid #004f8c;
	background-color: #004f8c;
	color: #fff;
	font-size: 1em;
	border-radius: 30px;
	font-weight: 500;
	line-height: 40px;
	background-image: url(../images/back-button2.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 7px;
	-webkit-transition: all 0.2s ease-in-out;
	z-index: 8989;
}


.register-field{
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 2px solid #bdbdbd;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
}

.register-field:hover{
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 2px solid #000;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
}

.register-field:focus{
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 2px solid #218add;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
}




field-title{
	font-size: 0.9em;
	color: #666;
	display: block;
}

.register-field-left{
	float: left;
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border-bottom: 2px solid #bdbdbd;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-transition: all 0.2s ease-in-out;
}

.register-field-left:hover{
	float: left;
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border-bottom: 2px solid #000;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-transition: all 0.2s ease-in-out;
}

.register-field-left:focus{
	float: left;
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border-bottom: 2px solid #218add;
	border-top: none;
	border-left: none;
	border-right: none;
	-webkit-transition: all 0.2s ease-in-out;
}



.register-field-left-border::placeholder{
	color: #919191;
}



.field-empty{
	width:100%;
	height: 50px;
	line-height: 20px;
	padding: 15px 20px;
	outline: none;
	border: 1px solid #bdbdbd;
	border-radius: 20px;
}

.field-text{
	color: #555;
	font-weight: 600;
}


.register-field-left-border{
	font-weight: 600;
	border-radius: 20px;
	float: left;
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 1px solid #bdbdbd;
	-webkit-transition: all 0.2s ease-in-out;
}

.register-field-left-border:hover{
	border-radius: 20px;
	float: left;
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 1px solid #000;
	-webkit-transition: all 0.2s ease-in-out;
}

.register-field-left-border:focus{
	border-radius: 20px;
	float: left;
	color: #333;
	margin: auto;
	font-family: 'Manrope', sans-serif;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	border: 1px solid #218add;
	-webkit-transition: all 0.2s ease-in-out;
}


.register-field-list{
	color: #333;
	font-family: 'Manrope', sans-serif;
}


.ise-basvur-button{
	background-image: url(../images/basvur1-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #004f8c;
	border: 2px solid #004f8c;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}

.ise-basvur-button:hover{
	background-image: url(../images/basvur2-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #004f8c;
	font-size: 1.1em;
	color: #004f8c;
	font-weight: 800;
}

.ise-basvur-button:active{
	background-image: url(../images/basvur1-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.02s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #00c23b;
	border: 2px solid #00c23b;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}


.ilan-olustur-button{
	background-image: url(../images/ilan-ekle1-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #004f8c;
	border: 2px solid #004f8c;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}

.ilan-olustur-button:hover{
	background-image: url(../images/ilan-ekle2-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #004f8c;
	font-size: 1.1em;
	color: #004f8c;
	font-weight: 800;
}

.ilan-olustur-button:active{
	background-image: url(../images/ilan-ekle1-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.02s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #00c23b;
	border: 2px solid #00c23b;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}



.yayinda-button{
	padding: 15px 30px 15px 30px;
	width: auto;
	float: left;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #03d621;
	border: 2px solid #03d621;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}

.yayindadegil-button{
	padding: 15px 30px 15px 30px;
	width: auto;
	float: left;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #d32935;
	border: 2px solid #d32935;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}

.yayindankaldir-button{
	background-image: url(../images/yayindan-kaldir.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #d32935;
	border: 2px solid #d32935;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}

.yayindankaldir-button:hover{
	background-image: url(../images/yayindan-kaldir2-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #d32935;
	font-size: 1.1em;
	color: #d32935;
	font-weight: 800;
}

.yayindankaldir-button:active{
	background-image: url(../images/yayindan-kaldir.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.02s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #333;
	border: 2px solid #333;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}

.yayinaal-button{
	background-image: url(../images/basvur1-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #03d621;
	border: 2px solid #03d621;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}

.yayinaal-button:hover{
	background-image: url(../images/basvur2-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #03d621;
	font-size: 1.1em;
	color: #03d621;
	font-weight: 800;
}

.yayinaal-button:active{
	background-image: url(../images/basvur1-01.svg);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-transition: all 0.02s ease-in-out;
	padding: 15px 30px 15px 60px;
	width: auto;
	float: right;
	height: auto;
	text-align: center;
	border-radius: 30px;
	background-color: #333;
	border: 2px solid #333;
	font-size: 1.1em;
	color: #fff;
	font-weight: 800;
}





.profil-button{
	background-image: url(../images/profil-arrow1-01.svg);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: auto 50%;
	-webkit-transition: all 0.2s ease-in-out;
	width: 100%;
	height: auto;
	padding:15px 15px 15px 30px;
	border-left: 2px solid #004f8c;
	font-size: 1em;
	color: #004f8c;
	font-weight: 600;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.profil-button:hover{
	background-image: url(../images/profil-arrow2-01.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: auto 50%;
	-webkit-transition: all 0.2s ease-in-out;
	width: 100%;
	height: auto;
	padding:15px 15px 15px 30px;
	border-left: 2px solid #004f8c;
	font-size: 1em;
	color: #fff;
	background-color: #004f8c;
	font-weight: 600;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.profil-button-active{
	background-image: url(../images/profil-arrow2-01.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: auto 50%;
	-webkit-transition: all 0.2s ease-in-out;
	width: 100%;
	height: auto;
	padding:15px 15px 15px 30px;
	border-left: 2px solid #004f8c;
	font-size: 1em;
	color: #fff;
	background-color: #004f8c;
	font-weight: 600;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.basvurulan-ilan-box{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: none;
	transform: scale(1);
}

.basvurulan-ilan-box:hover{
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	transform: scale(1.02);
}