html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input ,textarea
{
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-stretch: condensed;
    font-size: 13pt;
    font-weight:400;
    color: #000;
    position: relative;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
}
body {	
    overflow-x: hidden;
    background: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#2f4058;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#2f4058;
}
::selection 
{
    color:#fff;
    background:#aa793a;
}
::-moz-selection
{
    color:#fff;
    background:#aa793a;
}
img   {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 !important;
}

br {
  	content:"";
  	margin:0;
  	display:block;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#2f4058;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#2f4058;
}
* {
  box-sizing:border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#c6c6c6;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#c6c6c6;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#c6c6c6;
}
:-moz-placeholder { /* Firefox 18- */
  color:#c6c6c6;
}
.clear {
    clear:both;
}
h2 {
	font-size: 48px;
    line-height: 1em;
    font-weight: bold;
}
.container {
    position: relative;
    width:1200px;
    margin: 0 auto;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    z-index: 999999999999998;
    padding: 0;
    background: #52ce5f;
    border-radius: 50px;
    border: 1px solid #52ce5f;
    color: #fff;
    width: 130px;
    right: 20px;
    height: 40px;
    cursor: pointer;
    transition: all .3s ease-in;
}
.whatsapp i {
    text-align: center;
    padding: 15px;
    font-size: 17pt;
    color: #000;
    line-height: 8px;
    float: left;
}
.whatsapp span {
    color: #000;
    float: left;
    line-height: 38px;
    font-size: 9pt;
    font-weight: 600;
}
#tikla {
    display: block;
}  

header{
    width:100%;
    float: left;
    position: absolute;
    z-index: 2;
}
header .top {
    width: 100%;
    float: left;
    height: 120px;
}
header .top .logo {
    float: left;
    height: 80px;
    margin-top: 20px;
    position: relative;
}
header .top .logo img {
    float: left;
}
header .top ul.menu {
    float: right;
}
header .top ul.menu li {
    float: left;
}
header .top ul.menu li a {
    font-weight: 700;
    font-size: 14pt;
    padding: 0 10px;
    float: left;
    line-height: 50px;
    margin-top: 35px;
    color: #aa793a;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .1s ease-in;
}
header .top ul.menu li a:hover {
    color: #fff;
}
.ustalan    {
    width: 100%;
    float: left;
    height: 100vh;
}
.ustalan .slider-alan    {
    width: 100%;
    float: left;
    background: #fff;
    overflow: hidden;
    height: 100vh;
    position: relative;
}
.ustalan .slider-alan:before    {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/slider-mask.png) no-repeat;
    z-index: 2;
    bottom: -45%;
    left: 73%;
    opacity: .5;
    background-position: top left;
    background-size: contain;

}
.ustalan .slider-alan .sayilar   {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    top:calc(50% - 60px);
}
.ustalan .slider-alan .sayilar h1   {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 48pt;
    color: #aa793a;
    font-weight: 500;
    line-height: 70px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ustalan .slider-alan .sayilar p   {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Allura', cursive;
    font-size: 36pt;
    color: #aa793a;
    line-height: 50px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ustalan .slider-alan .slider   {
    width: 100%;
    float: left;
    height: 100vh;
}
.ustalan .slider-alan .slider img  {
    width: 100%;
    float: left;
    height: 100vh;
    object-fit: cover;
}
.ustalan .slider-alan .slider .slider-geri   {
    position: absolute;
    top: calc(50% - 20px);
    left: 40px;
    z-index:999;
    width: 40px;
    height: 40px;
    background: rgb(17 17 17 / 16%);
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
.ustalan .slider-alan .slider .slider-ileri   {
    position: absolute;
    top: calc(50% - 20px);
    right: 40px;
    z-index:999;
    width: 40px;
    height: 40px;
    background: rgb(17 17 17 / 16%);
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
.ustalan .slider-alan .slider .slider-ileri i, .ustalan .slider-alan .slider .slider-geri i  {
    color: #fff;
    font-size: 17pt;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.alan    {
    width:100%;
    float: left;
    position: relative;
    margin: 60px 0;
}
.alan .resim   {
    width: 430px;
    float: left;
    position: relative;
    z-index: 999;
    height: 430px;
    background: #fff;
    border-radius: 50%;
    margin-left: 100px;
}
.alan .resim:before   {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 50px;
    width: 416px;
    height: 197px;
    background: url(../images/kurumsal-anasayfa-before.png) no-repeat;
    z-index: 1;
}
.alan .resim img   {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.alan .sag   {
    float: left;
    width: 650px;
    margin-top: 20px;
    padding: 30px 0 0 60px;
}
.alan .sag .baslik {
    float: left;
    width: 100%;
    font-size: 22pt;
    font-weight: 700;
    margin-top: 10px;
}
.alan .text   {
    width: 100%;
    float: left;
    margin-top:10px;
}
.alan .text p   {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 18pt;
}
.alan .sag .git {
    background: #3A6599;
    color: #fff;
    padding: 10px 30px;
    float: left;
    margin-top:20px;
}
.alan .sag .iletisim {
    background: #000;
    margin-left: 10px;
}
.menuler-alan    {
    width:100%;
    float: left;
    margin-top: 0;
    padding:60px 0 60px 0;
}
.menuler-alan .baslik   {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 900;
    font-size: 36pt;
}
.menuler-alan .text   {
    width: 100%;
    text-align: center;
    float: left;
}
.menuler-alan .menuler   {
    width: 100%;
    float: left;
    margin-top:45px;
    position: relative;
}
.menuler-alan .menuler a   {
    background: #fff;
    float: left;
    width: 100%;
}
.menuler-alan .menuler a .resim   {
    width: 100%;
    height:540px;
    float: left;
    overflow: hidden;
    transition: all .1s ease-in;
    position: relative;
}
.menuler-alan .menuler a .resim img   {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .1s ease-in;
}
.menuler-alan .menuler a:hover .resim img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15) rotate(5deg) scale(1.05);
    transform: scale3d(1.15, 1.15, 1.15) rotate(5deg) scale(1.05);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.menuler-alan .menuler a .icerik   {
    width: 100%;
    float: left;
    padding: 30px;
    position: absolute;
    bottom: 0;
}
.menuler-alan .menuler a .icerik .adi  {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size:24pt;
    text-align: center;
    color:#fff;
    position: relative;
    transition: all .1s ease-in;
}
.menuler-alan .menuler a:hover .icerik .adi  {
    padding-bottom:20px;
}
.menuler-alan .menuler a .icerik:before  {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);

}
.menuler-alan .menuler a:hover .icerik:before  {
    height:540px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
}
.sayilar-alan {
    float: left;
    width: 100%;
    height: 270px;
    background: #000;
    z-index: -99;
}
.sayilar-alan .sayilar {
    width: calc(100% / 4);
    float: left;
    position: relative;
    padding: 51.5px 0;
    cursor: default;
}
.sayilar-alan .sayilar img {
    width: 100%;
    float: left;
    object-fit: scale-down;
    height: 68px;
}
.sayilar-alan .sayilar .adi {
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
    font-weight: 700;
    font-size: 36pt;
    transition: all .1s ease-in;
    color: #fff;
    text-align: center;
    position: relative;
}
.sayilar-alan .sayilar .adi span {
    position: absolute;
    right: 0;
    color: #aa793a;
    left: 10px;
    padding-left: 70px;
    top: 15px;
    font-size: 20pt;
    font-weight: 600;
}
.sayilar-alan .sayilar .text {
    float: left;
    width: 100%;
    transition: all .1s ease-in;
    color:#fff;
    text-align: center;
}
.hizmetler {
    float: left;
    width: 100%;
    padding: 0 60px;
    position: relative;
    z-index: 1000;
}
.hizmetler:before {
    content:"";
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    height: 100%;
    background: #000;;
}
.hizmetler .hizmet {
    float: left;
    width: calc(100% / 4 - 45px);
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-left: 60px;
}
.hizmetler .hizmet:nth-child(1) {
    margin-left: 0;
}
.hizmetler .hizmet .resim {
    float: left;
    width:100%;
    height:100%;
    transition: all .1s ease-in;
}
.hizmetler .hizmet .resim img {
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all .1s ease-in;
}
.hizmetler .hizmet:hover .resim img {
    -webkit-transform: scale3d(1.15, 1.15, 1.15) rotate(5deg) scale(1.05);
    transform: scale3d(1.15, 1.15, 1.15) rotate(5deg) scale(1.05);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.hizmetler .hizmet .sadi  {
    width: 100%;
    font-weight: 700;
    font-size: 24pt;
    text-align: center;
    color: #fff;
    position: absolute;
    transition: all .1s ease-in;
    bottom: 0;
    z-index: 5;
    padding: 0 0 30px 0;
}
.hizmetler .hizmet:hover .sadi  {
    padding-bottom:20px;
}
.hizmetler .hizmet .sadi:before  {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index:-1;

}
.hizmetler .hizmet:hover .sasdi:before  {
    height:540px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
}
.tanitim-filmi {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0 140px 0;
    background: #000;
    position: relative;
    margin-top: 60px;
    z-index: 99999;
}
.tanitim-filmi a {
    z-index: 1;
    position: relative;
    float: left;
    width: 100%;
    color:#fff;
}
.tanitim-filmi .icon {
    width:100px;
    height:71px;
    background:url(../images/tanitim-icon.png) no-repeat;
    cursor: pointer;
    margin: 0 auto
}
.tanitim-filmi p {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 20pt;
    font-weight: 700;
}
.tanitim-filmi p span {
    color: #fff;
    font-size: 20pt;
    font-weight: 300;
}
.footer {
    width: 100%;
    float: left;
}
.footer .footer-ust {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: -73px;
    position: relative;
    z-index: 99999;
    box-shadow: 0px -10px 50px 0px rgb(0 0 0 / 20%);
}
.footer .footer-ust .foot-logo,
.footer .footer-ust .telefon,
.footer .footer-ust .eposta,
.footer .footer-ust .sosyal-medya {
    float: left;
    position: relative;
}
.footer .footer-ust .telefon .baslik,
.footer .footer-ust .eposta .baslik,
.footer .footer-ust .sosyal-medya .baslik {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 10pt;
    padding-left: 30px;
}
.footer .footer-ust .telefon strong,
.footer .footer-ust .eposta strong,
.footer .footer-ust .sosyal-medya strong {
    font-weight: 700;
    font-size: 16pt;
}
.footer .footer-ust .telefon .text,
.footer .footer-ust .eposta .text {
    float: left;
    width: 90%;
    padding-left: 30px;
}
.footer .footer-ust .telefon .text p,
.footer .footer-ust .eposta .text p {
    font-size: 16pt;
}
.footer .footer-ust .foot-logo {
    width: 290px;
    background: #aa793a;
    text-align: center;
    padding: 30px 0;
}
.footer .footer-ust .telefon {
    width:240px;
    height: 146px;
    padding-top: 55px;
}
.footer .footer-ust .eposta {
    width: 260px;
    height: 146px;
    padding-top: 55px;
}
.footer .footer-ust .sosyal-medya {
    width: 410px;
    height: 146px;
    padding-top: 55px;
    padding-left: 50px;
}
.footer .footer-ust .sosyal-medya .baslik {
    width: auto;
    padding-top: 11px;
}
.footer .footer-ust .telefon .text p {
    float: left;
    width:auto;
}
.footer .footer-ust .sosyal-medya ul {
    float: left;
    width:auto;
    padding-left: 30px;
}
.footer .footer-ust .sosyal-medya ul li {
    float: left;
    margin-right: 10px;
}
.footer .footer-ust .sosyal-medya ul li a {
    float: left;
}
.footer .footer-ust .sosyal-medya ul li a i {
    float: left;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color:#000;
}
.footer .footer-orta {
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    background: url(../images/slider-mask.png) no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center center;
    opacity: .2;
}
.footer-alt .copyright {
    float: left;
    letter-spacing: 0px;
    line-height: 60px;
    color:#000;
}
.footer-alt .copyright strong {
    color:#000;
    font-weight: 800;
}
.footer-alt .kalitefix {
    float: right;
    transition: all .1s ease-in;
    background: url(../images/kalitefix-logo.png) no-repeat;
    width: 20px;
    height: 24px;
    margin-top: 18px;
    opacity:1;
    overflow: hidden;
    background-position: right;
}
    
.footer-alt .kalitefix:hover {
    opacity: 1;
    width: 150px;
    background-position: left;
}
.footer-alt {
    float: left;
    width: 100%;
}
.banner {
    width: 100%;
    float: left;
    background: #000 url(../images/banner-bg.jpg) no-repeat;
    height: 360px;
    margin-top: 0;
    padding-top: 155px;
    background-size: cover;
    background-position: top;
}
.banner .baslik {
    width: 900px;
    float: left;
    color: #fff;
    font-weight: 700;
    font-size: 24pt;
    margin-top: 0;
}
.banner ul.map {
    width: 900px;
    float: left;
}
.banner ul.map li a, .banner ul.map li, .banner ul.map i  {
    color: #fff;
    float: left;
    transition: all .1s ease-in;
    font-size:11pt;
}
.banner ul.map li a:hover  {
    color: #aa793a;
}
.banner ul.map i {
    padding: 0 10px;
}
.banner .paylas {
    position: absolute;
    right: 0;
    top: -25px;
    background: url(../images/paylas.png) no-repeat;
    width: 210px;
    height: 65px;
    background-position: right;
  }
.banner .paylas ul {
    float: right;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    margin-top: 30px;
    width: 163px;
    margin-right: 40px;
    border-radius: 0;
}
.banner .paylas ul li {
    float: left;
    width: 52px;
    line-height: 38px;
    margin-left: 1px;
    text-align: center;
    position: relative;
}
.banner .paylas ul li:after {
    content:"";
    position: absolute;
    right:0;
    top:0;
    width: 1px;
    height: 24px;
    background: #fff;
}
.banner .paylas ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px;
    height: 25px;
    background: #fff;
    opacity: .3;
}
.banner .paylas ul li:nth-child(3):after {
    display:none;
}
.banner .paylas ul li a {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 12pt;
    line-height: 38px;
    padding-top: 5px;
}
.banner .paylas ul li a i {
    color: #fff;
}










































