/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}


.A_galeriler {
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.A_galeriler {
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.A_galeriler-in {
    padding-top: 50px;
/ / margin-right: - 1 %;
}

.A_galeriler-item {
/ / width: 19 %;
/ / margin-right: 1 %;
}

.A_galeriler-item:after {
    content: " ";
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    top: -7px;
    height: 7px;
    z-index: 9;
    opacity: 0;
    width: 50%;
    left: 50%;
    background-color: #0d1728;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.A_galeriler-item:before {
    opacity: 0.7;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.A_galeriler-item:hover:before {
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.A_galeriler-item:hover:after {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.banner-highlight {
    position: absolute; bottom: 0; left: 0; height: 60px; background-color: #161A35; width: 100%;
}
.A_galeriler-item:hover .plus {
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.A_galeriler:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 100%;
    height: calc(40%);
    background-color: #0d1728;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

#Galeri {
    padding-left: 25px;
    padding-right: 25px;

}

a:active, a:focus, a:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

button:active, button:focus, button:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
    margin: 0;
}

button, fieldset, iframe {
    border: 0;
}

fieldset, ul, ol, button, menu {
    padding: 0;
}

ol, ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

body {
    font-family: "cube", sans-serif;
}

@font-face {

body {
    font-family: 'cube';
    src: url(../fonts/CubeBold.ttf) format("ttf");
}

}
body .container {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}

body .card-header {
    border: none;
    background: transparent;
}

body .card {
    background: transparent;
    border: none;
}

body input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

body input:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

body select:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

body select:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.Banner {
    height: 490px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.Banner-text {
    top: 70% !important;
    z-index: 9;
}

.Banner-text h6 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    color: #ffffff;
}

.Banner-text h1 {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #ffffff;
}

.Banner-text p {
    font-size: 12px;
    color: #fff;
}

.Banner-textc {
    z-index: 9;
}

.Banner-textc h6 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    color: #ffffff;
}

.Banner-textc h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 0.6px;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
}

.Banner-textc p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 70%;
    margin-left: 15%;
}

.Banner2 {
    height: 700px;
}

.b .Banner-textc {
    top: 40% !important;
}

.b:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: #363d4b;
    position: absolute;
    width: 100%;
    height: 115px;
    left: 0;
    right: 0;
    bottom: 0;
}

.notransform {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.opa {
    opacity: 1 !important;
}

.lv_skin canvas {
    opacity: 0 !important;
}

#map {
    width: 100%;
    height: 600px;
}

.bg {
    position: absolute;
    z-index: 10;
    -webkit-transition: 500ms;
    transition: 500ms;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.plus {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
}

.hover_zoom1:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 600ms;
    transition: 600ms;
}

.hover_zoom2 {
    -webkit-transition: 900ms;
    transition: 900ms;
    overflow: hidden;
}

.hover_zoom2 img {
    -webkit-transition: 900ms;
    transition: 900ms;
}

.hover_zoom2:hover {
    display: block;
    overflow: hidden;
    position: relative;
}

.hover_zoom2:hover img {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.hover_zoom2:hover:hover img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.3);
    transform: translateZ(0) scale(1.3);
}

.hover_shadow:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-box-shadow: 0px 0px 40px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 40px -6px rgba(0, 0, 0, 0.75);
}

.nohover {
    pointer-events: none;
}

.buton {
    position: relative;
    width: 280px;
    height: 72px;
    border-radius: 8px;
    background-color: #001335;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 500ms;
    transition: 500ms;
    color: #fff;
    z-index: 1;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.buton:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    width: 0;
    height: 0;
    z-index: -1;
    background-color: #FFFFFF;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.buton:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
    color: #001335;
}

.buton:hover:before {
    width: 100%;
    height: 100%;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.icon-dumen:before {
    content: "" url(../images/icon-dumen.svg);
}

.icon-tekne:before {
    content: "" url(../images/icon-tekne.svg);
}

.icon-galeri:before {
    content: "" url(../images/icon-img.svg);
}

.icon-date {
    position: relative;
}

.icon-date:after {
    pointer-events: none;
    display: inline-block;
    position: absolute;
    z-index: 999;
    right: 10%;
    bottom: 12px;
    content: " " url(../images/icon-date.svg);
}

.icon-location {
    position: relative;
}

.icon-location:after {
    pointer-events: none;
    display: inline-block;
    position: absolute;
    z-index: 999;
    right: 7%;
    bottom: 12px;
    content: " " url(../images/icon-location.svg);
}

.icon-person {
    position: relative;
}

.icon-person:after {
    pointer-events: none;
    display: inline-block;
    position: absolute;
    z-index: 999;
    right: 10%;
    bottom: 12px;
    content: " " url(../images/icon-person.svg);
}

.bg_g:before {
    content: "";
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(13, 23, 40, 0.7)));
    background-image: linear-gradient(to bottom, transparent, rgba(13, 23, 40, 0.7));
}

.bg_f:before {
    content: "";
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    background-color: #252E3E;
    opacity: 0;
}

.bg_f:hover:before {
    opacity: 0.3;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.bg_b:before {
    content: " ";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40%;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

.bg_b:after {
    content: " ";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 29, 42, 0)), to(#1b1d2a));
    background-image: linear-gradient(to bottom, rgba(27, 29, 42, 0), #1b1d2a);
}

.item-4 {
    position: relative;
    width: calc(25% - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.item-3 {
    position: relative;
    width: calc(33.33% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.item-5 {
    position: relative;
    width: calc(20% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.item-2 {
    position: relative;
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.item-text {
    position: absolute;
    bottom: 8%;
    left: 8%;
    z-index: 99;
}

.item-text h6 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #ffffff;
}

.item-text p {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #ffffff;
}

.Global_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Global_head:before {
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Global_head h6 {
    font-size: 22px;
    font-weight: bold;
    color: #001335;
}

.Global_head p {
    max-width: 400px;
    font-size: 13px;
    color: #7c7c7c;
}

.header-sm {
    font-size: 17px;
    font-weight: bold;
    color: #47484a;
    position: relative;
}

.header {
    font-size: 23px;
    font-weight: bold;
    color: #47484a;
    position: relative;
}

.header-md {
    font-size: 30px;
    font-weight: bold;
    color: #47484a;
    position: relative;
}

.header-lg {
    font-size: 36px;
    font-weight: 300;
    color: #3f3f3f;
    position: relative;
}

.header-xlg {
    position: relative;
}

.text-lg {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}

.text {
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #7c7c7c;
}

.text-gri {
    font-size: 14px;
    color: #9a9b9f;
}

.text-sm-dark {
    font-size: 13px;
    color: #47484a;
}

.text-sm {
    font-size: 13px;
    line-height: 1.15;
    color: #898a8d;
}

.gutter {
    padding-top: 70px;
    padding-bottom: 100px;
}

.mobile {
    display: none !important;
}

.scroll {
    display: block;
    width: 26px;
    height: 46px;
    border-radius: 13px;
    border: 1px solid #74747e;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -13px;
    z-index: 10;
}

.scroll span {
    display: block;
    margin: 6px auto;
    width: 2px;
    height: 6px;
    border-radius: 4px;
    background: #eeb506;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.global_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.Sosyal {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #02276F;
    width: 80px;
    padding-top: 60px;
}

.Sosyal-link a {
    color: white;
    margin-bottom: 15px;
    font-size: 21px;
    -webkit-transition: 600ms;
    transition: 600ms;
}

.Sosyal-link a:hover {
    -webkit-transition: 600ms;
    transition: 600ms;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.Sosyal-mail {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -webkit-transition: 600ms;
    transition: 600ms;
}

.Sosyal-mail a {
    color: white;
    font-size: 14px;
    letter-spacing: 1.49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Sosyal-mail a i {
    margin-right: 10px;
}

.Sosyal-mail:hover {
    -webkit-transition: 600ms;
    transition: 600ms;
    -webkit-transform: rotate(-85deg) !important;
    transform: rotate(-85deg) !important;
}

.Navtop {
    background-color: white;
    z-index: 9990;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Navtop .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Navtop .navbar-brand img {
    width: 210px;
    position: relative;
    z-index: 999999;
}

.Navtop .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Navtop .navbar-collapse-menu {
    font-size: 14px;
    text-align: left;
    color: #181a21;
    font-weight: 600;
}

.Navtop .navbar-collapse-menu .nav-item {
    position: relative;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Navtop .navbar-collapse-menu .nav-item:hover {
    color: #363d4b;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop .navbar-collapse-menu .nav-item .nav-link {
    position: relative;
}

.Navtop .navbar-collapse-menu .active {
    color: #363d4b;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navtop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #616863;
    padding-left: 20px;
    transition: 600ms;
    transition-property: all;
    transition-duration: 600ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.Navtop-info:before {
    content: "";
    width: 1px;
    left: 0;
    height: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dddee8;
}

.f {
    position: absolute;
    background-color: transparent;
    width: 100%;
}

.f .nav-link {
    color: #FFFFFF;
}

.f .navbar-brand img {
    /*-webkit-filter: brightness(10);*/
    /*filter: brightness(10);*/
}

.f .btn-open:after {
    background-image: url(../images/icon-menuw.svg);
}

.f .btn-close:after {
    background-image: url(../images/closew.svg);
}

.f .weather span {
    color: white;
}

.f .overlay {
    top: 0;
    padding-top: 20vh;
}

.weather {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weather span {
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #191b25;
}

.button {
    position: absolute;
    right: 30px;
    top: 32px;
    z-index: 999;
    font-size: 26px;
    display: none;
}

.button a {
    text-decoration: none;
}

.btn-open:after {
    color: #fff;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url(../images/icon-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.btn-close:after {
    color: #fff;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    background-image: url(../images/close.svg);
}

/*overlay*/
.overlay {
    display: none;
    position: fixed;
    top: 87px;
    bottom: 0;
    left: 0;
    opacity: 0.96;
    right: 0;
    height: 100vh;
    width: 100%;
    padding-bottom: 50px;
    background-color: #071d46;
    overflow: auto;
    z-index: 99;
}

.wra {
    color: #e9e9e9;
    text-align: center;
    max-width: 90%;
    margin: 30px auto;
}

.wra ul.wra-nav {
    text-transform: capitalize;
    padding: 40px 10px;
}

.wra ul.wra-nav li {
    font-size: 20px;
    font-weight: bold;
    display: block;
    vertical-align: top;
    position: relative;
    margin-bottom: 3vh;
    cursor: pointer;
}

.wra ul.wra-nav li .active img {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.wra ul.wra-nav li a {
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
    -webkit-transition-property: all .2s linear 0s;
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}

.wra ul.wra-nav li a img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2px;
    opacity: 0;
}

.wra ul.wra-nav li a:hover img {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom {
    position: relative;
    background-color: #010b1d;
    z-index: 2;
}

.Navbottom-in {
    height: 420px;
    padding-left: 30px;
}

.Navbottom-left {
    width: 78%;
    padding-top: 70px;
    padding-left: calc((100vw - 1800px) / 2);
}

.Navbottom-left ul {
    margin-right: 5%;
}

.Navbottom-left ul li {
    font-size: 14px;
    line-height: 2;
    color: #969696;
    white-space: nowrap;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-left ul li a {
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-left ul li a:hover {
    color: #05a6e3;
    -webkit-transition: 500ms;
    transition: 500ms;
    text-decoration: underline;
}

.Navbottom-left ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Navbottom-left ul ul li {
    margin-right: 15px;
    color: white !important;
    font-size: 18px !important;
}

.Navbottom-left-head {
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.9px !important;
    color: #ffffff !important;
    margin-bottom: 5px !important;
}

.Navbottom-right {
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -25px;
    height: calc(100% + 25px);
    z-index: 99;
    background-color: #252e3e;
}

.Navbottom-right-iletisim {
    position: relative;
    text-align: center;
}

.Navbottom-right-iletisim p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 15px;
}

.Navbottom-right-iletisim h5 {
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 3px;
}

.Navbottom-right-iletisim h6 {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3.4px;
    color: #666e92;
}

.Navbottom-right-iletisim a {
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom-right-iletisim a:hover {
    color: #05a6e3 !important;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Navbottom .copy {
    background-color: white;
    position: relative;
    z-index: 99;
}

.Navbottom .footer-logo {
    width: 90px;
}

.Navbottom .footer-text {
    font-size: 12px;
    color: #343840;
}

.Slider {
    position: relative;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Slider:before {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    background-color: #363d4b;
}

.Slider .container {
    max-width: 1550px;
}

.Slider .slide_text {
    z-index: 99;
    text-align: center;
    font-family: "cube", sans-serif;
}

.Slider .slide_text h6 {
    font-size: 25px;
    font-weight: bold;
    color: white;
    letter-spacing: 10px;
}

.Slider .slide_text h1 {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}

.Slider .slide_text p {
    margin-top: 13px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-left: 15%;
    padding-right: 15%;
}

.Slider #slick {
    width: calc(100% - 350px);
}

.Slider .slick-slide {
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.Slider .slick-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 31, 57, 0.39);
}

.Slider .slick-prev:before {
    content: "" url(../images/icon-right_w.svg);
}

.Slider .slick-next:before {
    content: "" url(../images/icon-right_w.svg);
}

.Slider .slick-next {
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}

.Slider .slick-prev {
    display: none;
    left: -50px;
}

.A_tanitim-alt .slick-prev:before {
    content: "" url(../images/icon-right_w.svg);
}

.A_tanitim-alt .slick-next:before {
    content: "" url(../images/icon-right_w.svg);
}

.A_tanitim-alt .slick-next {
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}

.A_tanitim-alt .slick-prev {
    display: none;
    left: 20px;
    z-index: 999;
}

.A_tanitim-alt .slick-next {
    display: none;
    right: 20px;
    margin-top: -7px;
    z-index: 999;
}

.Links {
    width: 320px;
    margin-left: 30px;
}

.Links-item {
    position: relative;
    height: 335px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Links-item:first-child {
    margin-bottom: 30px;
}

.A_tanitim {
    position: relative;
    padding-top: 40px;
}

.A_tanitim:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    background-color: #363d4b;
}

.A_tanitim-left {
    width: 40%;
}

.A_tanitim-right {
    width: calc(60%);
    padding-left: 4%;
    margin-top: 50px;
}

.A_tanitim-right h3 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.A_tanitim-right p {
    margin-bottom: 10px;
    opacity: 0.6;
    color: white;
    font-size: 13px;
}

.A_tanitim-alt {
    position: relative;
    padding-top: 40px;
}

.A_tanitim-alt:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    background-color: #363d4b;
}

.A_tanitim-alt-left {
    width: 50%;
}

.A_tanitim-alt-right {
    width: calc(50%);
    padding-left: 4%;
    /*margin-top: 50px;*/
}
.A_tanitim-alt .col-md-6 {
    margin-bottom: 20px!important;
}
.A_tanitim-alt-right h3 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.A_tanitim-alt-right p {
    margin-bottom: 10px;
    opacity: 0.6;
    color: white;
    font-size: 13px;
}

.A_blog {
    padding-top: 60px;
    padding-bottom: 50px;
    border-top: 1px solid #e8e8ef;
    border-bottom: 1px solid #e8e8ef;
}

.A_blog-header {
    font-size: 20px;
    font-weight: bold;
    color: #113873;
    margin-bottom: 20px;
    white-space: nowrap;
}

.A_blog-left {
    width: 44%;
    margin-right: 2%;
    overflow: hidden;
}

.A_blog-left-back {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.A_blog-mid {
    width: 420px;
}

.A_blog-item {
    position: relative;
    margin-bottom: 20px;
}

.A_blog-item:last-child {
    margin-bottom: 0px;
}

.A_blog-item-img {
    width: 45%;
}

.A_blog-item-text {
    width: 55%;
    margin-left: 3%;
}

.A_blog-right {
    width: calc(51% - 420px);
    margin-left: 3%;
}

.A_blog-right h6 {
    font-size: 15px;
    font-weight: bold;
    color: #113873;
    margin-bottom: 15px;
    margin-top: 15px;
}

.A_blog-right p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.A_blog p {
    opacity: 0.6;
    font-size: 15px;
    font-weight: bold;
    color: #123267;
}

.A_blog span {
    opacity: 0.6;
    font-size: 13px;
    font-weight: bold;
    color: #113873;
    position: absolute;
    bottom: 0;
}

.Kurumsal {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
}

.Kurumsal-header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #181a21;
    margin-bottom: 20px;
}

.Kurumsal p {
    padding-left: 5%;
    padding-right: 5%;
    opacity: 0.56;
    font-size: 13px;
    font-weight: bold;
    color: #2c3033;
    margin-bottom: 20px;
}

.Detay {
    margin-bottom: -100px;
    -webkit-transform: translateY(-22%);
    transform: translateY(-22%);
}


.Detay-head {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 80px;
    max-width: 550px;
}

.Detay-left {
    padding-right: 30px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Detay-right {
    padding-left: 30px;
}

.Detay-right p {
    opacity: 0.56;
    font-size: 13px;
    font-weight: bold;
    /*color: #2c3033;*/
    margin-bottom: 20px;
}

.Blog {
    /*-webkit-transform: translateY(-150px);*/
    /*transform: translateY(-150px);*/
}

.Blog-fav {
    margin-right: -30px;
    margin-bottom: 70px;
}

.Blog-fav-item {
    position: relative;
}

.Blog-in {
    margin-right: -50px;
}

.Blog-item {
    width: calc(50% - 50px);
    margin-bottom: 50px;
    margin-right: 50px;
}

.Blog-item:last-child {
    /*margin-bottom: 0;*/
}

.Blog-item img {
    width: 50%;
}

.Blog-item-text {
    width: 46%;
    margin-left: 4%;
}

.Blog-item-text h6 {
    font-size: 18px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dbe0e5;
}

.Blog-item-text p {
    opacity: 0.56;
    font-size: 13px;
    font-weight: bold;
    color: #2c3033;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Blog-item-text a {
    margin-top: 30px;
    border-radius: 0;
    width: 180px;
    height: 40px;
    font-size: 13px;
    border: 1px solid #363d4b;
}

.Blog-item-text a:before {
    border-radius: 0;
}

.Middler {
    margin-top: 60px;
}

.Middler-in {
    margin-top: 60px;
    margin-right: -30px;
}

.Middler-info {
    background-color: #0d1728;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Middler-info p {
    position: relative;
    line-height: 1.3;
    height: 60px;
    width: 20%;
    border-right: 1px solid #132034;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Middler-info span {
    line-height: 1;
    display: block;
    font-size: 7px;
    color: #ea8723;
}

.Middler-info-cash {
    font-size: 23.8px;
    font-weight: 800;
}

.Middler-info-link {
    min-width: 120px;
    max-width: 150px;
}

.Middler-info-link:after {
    content: " ";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 18px;
    height: 12px;
    background-size: 18px 12px;
    position: absolute;
    right: 0;
    background-image: url(../images/right-arrow.svg);
}

.Middler-item {
    -webkit-box-shadow: 0px 0px 87px -12px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 87px -12px rgba(0, 0, 0, 0.55);
    position: relative;
}

.Middler-item:before {
    height: calc(100% - 60px);
}

.Middler-item:hover .Middler-info-link:after {
    right: -8px;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Middler-item:hover:before {
    opacity: 0.4;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Badge {
    position: absolute;
    background-color: #ea8723;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Badge p {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 9.2px;
    color: #ffffff;
    line-height: 1.2;
}

.Badge span {
    line-height: 1;
    margin-right: 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #ffffff;
}

.Tur_info {
    margin-top: 70px;
    margin-bottom: 100px;
}

.Tur_info-item {
    margin-bottom: 30px;
}

.Tur_info-item:nth-of-type(odd) .Tur_info-text {
    background-color: #fff5eb;
}

.Tur_info-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.Tur_info-item:nth-of-type(even) .Tur_info-text {
    text-align: right;
    background-color: #001335;
}

.Tur_info-item:nth-of-type(even) .Tur_info-text h6 {
    color: #FFFFFF;
    text-align: right;
}

.Tur_info-item:nth-of-type(even) .Tur_info-text p {
    color: #FFFFFF;
}

.Tur_info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 4%;
    padding-left: 3%;
    width: 60%;
    height: 320px;
}

.Tur_info-text h6 {
    font-size: 22px;
    font-weight: bold;
    color: #001335;
}

.Tur_info-text p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.62;
    letter-spacing: 0.6px;
    color: #7c7c7c;
}

.Tur_info-image {
    width: 40%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Galeri {
    margin-bottom: 50px;
}

.Galeri .nav-tabs {
    border: none;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Galeri .nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 50%;
    height: 100px;
}

.Galeri .nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Galeri .nav-tabs .nav-item .nav-link:hover {
    border: none;
}

.Galeri .nav-tabs .nav-item .active {
    color: #132752;
    background-color: white;
}

.Galeri .nav-tabs .nav-item:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Galeri-in {
    margin-right: -30px;
    margin-top: -50px;
}

.Galeri-item {
    position: relative;
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.Galeri-item:after {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Galeri-item:hover:after {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.icon-plus:after {
    content: "" url(../images/icon-plus.svg);
}

.icon-play:after {
    content: "" url(../images/icon-play.svg);
}

.Iletisim {
    margin-top: 70px;
}

.Iletisim-info-in {
    width: 50%;
    background-color: #ececef;
}

.Iletisim-info-in p {
    margin-bottom: 30px;
    font-size: 20px;
    color: #868b9c;
}

.Iletisim-info-in p span {
    margin-right: 30px;
}

.Iletisim-form {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
}

.Iletisim-form-header {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5.9px;
    color: #1e2847;
    width: 100%;
    margin-bottom: 60px;
}

.Iletisim-form-item {
    margin-bottom: 40px;
    padding-right: 50px;
}

.Iletisim-form-item input {
    padding-left: 30px;
    border-radius: 32px;
    height: 60px;
    border: solid 1px #DCDCE1;
    font-size: 16px;
    color: #252948;
}

.Iletisim-form-item input:hover, .Iletisim-form-item input:focus {
    border: solid 1px #252948;
}

.Iletisim-form-item input::-webkit-input-placeholder {
    font-size: 16px;
    color: #868b9c;
}

.Iletisim-form-item input:-ms-input-placeholder {
    font-size: 16px;
    color: #868b9c;
}

.Iletisim-form-item input::-ms-input-placeholder {
    font-size: 16px;
    color: #868b9c;
}

.Iletisim-form-item input::placeholder {
    font-size: 16px;
    color: #868b9c;
}

.Iletisim-form-item textarea {
    padding-left: 30px;
    padding-top: 30px;
    border-radius: 32px;
    border: solid 1px #DCDCE1;
    font-size: 16px;
    color: #252948;
}

.Iletisim-form-item textarea:hover, .Iletisim-form-item textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #252948;
}

.Iletisim-form-item textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #868b9c;
}

.Iletisim-form-item textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #868b9c;
}

.Iletisim-form-item textarea::-ms-input-placeholder {
    font-size: 16px;
    color: #868b9c;
}

.Iletisim-form-item textarea::placeholder {
    font-size: 16px;
    color: #868b9c;
}

.Iletisim-form .gonder {
    width: 210px;
    height: 58px;
    -webkit-box-shadow: 0 -3px 27px 0 rgba(30, 40, 71, 0.13);
    box-shadow: 0 -3px 27px 0 rgba(30, 40, 71, 0.13);
    background-color: #252948;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #ffffff;
    margin-left: auto;
    border-radius: 32px;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Iletisim-form .gonder:hover {
    background-color: #15193c !important;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Tekne {
    margin-bottom: 120px;
    margin-top: 70px;
}

.Tekne-container {
    max-width: 1100px !important;
}

.Tekne-tanitim-img {
    width: 50%;
}

.Tekne-tanitim-img img {
    border-radius: 15px;
}

.Tekne-tanitim-text {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 4%;
}

.Tekne-tanitim-text h6 {
    font-size: 32px;
    font-weight: 400;
    color: #001335;
}

.Tekne-tanitim-text h6 strong {
    font-weight: 800;
}

.Tekne-tanitim-text p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.62;
    letter-spacing: 0.6px;
    color: #7c7c7c;
}

.Tekne-tanitim-text a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #ffffff;
    width: 120px;
    height: 40px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 19, 53, 0.12);
    box-shadow: 0 0 15px 0 rgba(0, 19, 53, 0.12);
    background-color: #001335;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Tekne-rezervasyon {
    margin-top: 150px;
}

.Tekne-rezervasyon h5 {
    font-size: 32px;
    text-align: center;
    color: #001335;
}

.Tekne-rezervasyon-image {
    margin-top: 60px;
    margin-right: -30px;
}

.Tekne-rezervasyon-image-item:after {
    content: "" url(../images/icon-plus.svg);
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Tekne-rezervasyon-image-item:hover:after {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Tekne-rezervasyon-form {
    margin-top: 30px;
}

.Tekne-rezervasyon-form-image {
    height: 450px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Tekne-rezervasyon-form form {
    width: 50%;
    padding-left: 3%;
}

.Tekne-rezervasyon-form .form-item {
    margin-bottom: 30px;
    padding-right: 3%;
    padding-left: 0px;
}

.Tekne-rezervasyon-form .form-item:last-child {
    padding-right: 0px;
}

.Tekne-rezervasyon-form-in .datepicker {
    padding: 0;
    position: relative;
}

.Tekne-rezervasyon-form-in label {
    font-size: 28px;
    letter-spacing: 0.6px;
    color: #001335;
}

.Tekne-rezervasyon-form-in input {
    height: 55px;
    border-radius: 0px;
    padding-left: 10px;
    background-color: #ececef;
    border: solid 1px #cccccf;
    font-size: 13px;
    color: #001335;
}

.Tekne-rezervasyon-form-in input::-webkit-input-placeholder {
    font-size: 13px;
    color: #8E96A5;
}

.Tekne-rezervasyon-form-in input:-ms-input-placeholder {
    font-size: 13px;
    color: #8E96A5;
}

.Tekne-rezervasyon-form-in input::-ms-input-placeholder {
    font-size: 13px;
    color: #8E96A5;
}

.Tekne-rezervasyon-form-in input::placeholder {
    font-size: 13px;
    color: #8E96A5;
}

.Tekne-rezervasyon-form-in input:hover, .Tekne-rezervasyon-form-in input:focus {
    border: solid 1px #cccccf;
}

.Tekne-rezervasyon-form-in textarea {
    height: 180px;
    border-radius: 0px;
    padding-left: 10px;
    background-color: #ececef;
    border: solid 1px #cccccf;
}

.Tekne-rezervasyon-form-in textarea:hover, .Tekne-rezervasyon-form-in textarea:focus {
    border: solid 1px #cccccf;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.Tekne-rezervasyon-form .gonder {
    width: 210px;
    height: 58px;
    -webkit-box-shadow: 0 -3px 27px 0 rgba(30, 40, 71, 0.13);
    box-shadow: 0 -3px 27px 0 rgba(30, 40, 71, 0.13);
    background-color: #252948;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #ffffff;
    margin-left: auto;
    border-radius: 32px;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
    margin-right: 15px;
}

.Tekne-rezervasyon-form .gonder:hover {
    background-color: #15193c !important;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Rentacar-info {
    padding-left: 5%;
    padding-right: 5%;
}

.Rentacar-info-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-bottom: 50px;
}

.Rentacar-info-head {
    font-size: 22px;
    font-weight: bold;
    color: #001335;
    margin-bottom: 20px;
}

.Rentacar-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #dcdcdc;
    width: calc(44%);
    height: 50px;
    margin-right: 3%;
    margin-left: 3%;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 10px;
}

.Rentacar-info-item p {
    margin-left: 7%;
    font-size: 16px;
    font-weight: 500;
    color: #433d3d;
}

.Rentacar-rez {
    margin-top: 70px;
    padding-left: 15%;
    padding-right: 15%;
}

.Rentacar-rez-header {
    margin-bottom: 30px;
}

.Rentacar-rez-group {
    margin-bottom: 30px;
    margin-right: -2%;
}

.Rentacar-rez-item {
    width: 100%;
    position: relative;
    margin-right: 2%;
}

.Rentacar-rez-item label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #001335;
    white-space: nowrap;
    margin-bottom: 5px;
}

.Rentacar-rez-item .bootstrap-select .dropdown-toggle:focus, .Rentacar-rez-item .bootstrap-select .dropdown-toggle:active, .Rentacar-rez-item .bootstrap-select .dropdown-toggle:hover {
    outline: none !important;
}

.Rentacar-rez-item .dropdown-toggle:after {
    display: none;
}

.Rentacar-rez-item .btn {
    background-color: #ececef;
    height: 55px;
    padding-left: 5%;
    cursor: pointer;
    border-radius: 0;
    border-color: #cccccf !important;
}

.Rentacar-rez-item .form-control {
    background-color: #ececef;
    height: 55px;
    padding-left: 7%;
    border-radius: 0;
    border-color: #cccccf !important;
}

.Rentacar-rez-item .form-control:active, .Rentacar-rez-item .form-control:focus {
    border: solid 1px #cccccf !important;
}

.Rentacar-rez-item .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #001335;
}

.Rentacar-rez-item .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #001335;
}

.Rentacar-rez-item .form-control::-ms-input-placeholder {
    font-size: 13px;
    color: #001335;
}

.Rentacar-rez-item .form-control::placeholder {
    font-size: 13px;
    color: #001335;
}

.Rentacar-rez-item textarea {
    padding-left: 2.2%;
    padding-top: 7px;
}

.Rentacar-rez-item .bs-searchbox input {
    border-radius: 0;
}

.Rentacar-rez-item .bs-searchbox input:active, .Rentacar-rez-item .bs-searchbox input:focus {
    border: solid 1px #cccccf !important;
}

.Rentacar-rez-item .dropdown-item.active, .Rentacar-rez-item .dropdown-item:active {
    background-color: #f4f4f4 !important;
}

.Rentacar-rez-item .show .btn {
    background-color: #f4f4f4;
}

.Rentacar-rez-item .btn-mobileSelect-gen {
    width: 100% !important;
}

.Rentacar-rez-item .bootstrap-select .filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Rentacar-rez-item .bootstrap-select .filter-option-inner {
    font-size: 14px;
    color: #001335;
}

.Rentacar-rez-item .bootstrap-select .bs-searchbox input {
    height: 40px;
}

.Rentacar-rez-item .datepicker-days {
    background-color: #ececef;
}

.Rentacar-rez .send {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    margin-right: 2%;
    border: none;
    margin-left: auto;
    height: 55px;
    width: 200px;
    background-color: #001335;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 19, 53, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 19, 53, 0.09);
    border-radius: 15px;
}

.Rentacar-rez .send:hover {
    background-color: #fff;
    border: solid 1px #001335;
    color: #001335;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Price-in {
    margin-top: 30px;
    margin-right: -1.3%;
}

.Price-item {
    position: relative;
    width: 7%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
    height: 100px;
}

.Price-item h6 {
    width: 100%;
    height: 50px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1b1d2a;
}

.Price-item p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #061938;
    height: 50px;
    border: solid 1px #eef0f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Price-item p:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent #ea8723 #ea8723 transparent;
}

.Price-item:hover h6 {
    background-color: #ea8723;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.datepicker-days td {
    width: 35px !important;
    height: 30px !important;
    font-size: 15px !important;
}

.datepicker-days td:hover {
    color: #fff;
    background-color: #bfbfbf !important;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.datepicker-days tbody .active {
    background-color: #ea8723 !important;
    background-image: none !important;
}

.datepicker-days thead {
    background-color: #1B1D2A;
    color: #FFFFFF;
}

.datepicker-days thead tr:nth-of-type(2) th:nth-of-type(1) {
    border-top-left-radius: 4px !important;
}

.datepicker-days thead tr:nth-of-type(2) th:nth-of-type(3) {
    border-top-right-radius: 4px !important;
}

.datepicker-days thead tr:nth-of-type(2) th {
    padding-top: 10px;
}

.datepicker-days thead tr:nth-of-type(3) th {
    padding-bottom: 5px;
}

.datepicker-days thead th {
    border-radius: 0px !important;
}

.datepicker-days thead th:hover {
    background-color: #ea8723 !important;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.datepicker-days thead .prev {
    color: transparent;
}

.datepicker-days thead .prev:before {
    content: "";
    margin-right: -20px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url(../images/icon-left.svg);
    background-size: 14px 14px;
}

.datepicker, .timepicker {
    padding: 0px !important;
    border-radius: 0px !important;
    border: none;
}

.datepicker .dropdown-menu, .timepicker .dropdown-menu {
    padding: 10px;
}

.datepicker input, .timepicker input {
    border-radius: 0px !important;
    background-color: #ececef;
    height: 55px;
    font-size: 14px;
    color: #001335;
}

.bootstrap-timepicker-widget input {
    border: none !important;
    font-size: 16px !important;
    color: #001335 !important;
}

@media (max-width: 768px) {
    .banner-highlight {
        display: none;
    }
    .slick-arrow {
        display: none!important;
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .A_turlar {
        position: relative;
        z-index: 999;
    }

    .A_turlar-in {
        padding-top: 30px;
    }

    .A_turlar .Global_head {
        margin-top: 30px;
        background-size: auto;
        width: 100%;
        height: auto;
        background-image: none;
    }

    .A_turlar .Global_head h6 {
        max-width: 100% !important;
    }

    .A_tekneler {
        margin-top: 10px;
    }

    .A_tekneler-in {
        padding-top: 40px;
    }

    .A_galeriler {
        padding-top: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .A_galeriler:before {
        display: none;
    }

    .A_galeriler .Global_head h6 {
        color: #001335;
    }

    .A_galeriler-in {
        padding-top: 30px;
    }

    .A_turlar-in {
        margin-right: 0px;
    }

    .A_tekneler-in {
        margin-right: 0px;
    }

    .A_galeriler-in {
        margin-right: 0px;
    }

    .item-3 {
        width: 100%;
        margin-right: 0px;
    }

    .item-4 {
        width: 100%;
        margin-right: 0px;
    }

    .item-5 {
        width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 991px) {
    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .Navtop {
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 9999999999999;
    }

    .Navtop .navbar {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .Navtop .navbar-brand img {
        width: 120px;
    }

    .Navtop .navbar-collapse {
        display: none;
    }

    .Navtop .no span {
        font-size: 10px;
        line-height: 1;
    }

    .Navtop-info {
        display: none;
    }

    .Navtop .langue {
        position: absolute;
        right: 60px;
        top: 11px;
    }

    .Navtop .Search {
        margin-top: 40%;
    }

    .Navtop .Search input {
        height: 50px;
        font-size: 30px;
    }

    .Navtop .Search input::-webkit-input-placeholder {
        font-size: 40px;
    }

    .Navtop .Search input:-ms-input-placeholder {
        font-size: 40px;
    }

    .Navtop .Search input::-ms-input-placeholder {
        font-size: 40px;
    }

    .Navtop .Search input::placeholder {
        font-size: 40px;
    }

    .Navtop .Search button {
        right: 15px;
        margin-top: -20px;
        background-color: transparent;
        cursor: pointer;
    }

    .Navtop .Search button i {
        font-size: 35px;
    }

    .Navtop .Search-button {
        font-size: 24px;
    }

    .Navtop .m {
        position: relative !important;
        margin-left: -2%;
        margin-top: -30px;
    }

    .Slider-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Slider #slick {
        width: 100%;
    }

    .Slider .slick-slide {
        height: 350px;
    }

    .Slider .slide_text {
        top: 50%;
    }

    .Slider .slide_text h6 {
        font-size: 24px;
    }

    .Slider .slide_text h1 {
        font-size: 48px;
    }

    .Slider .container {
        padding: 0px !important;
    }

    .Links {
        width: 100%;
        margin-left: 0px;
    }

    .Links-item {
        position: relative;
        /*height: 250px;*/
        width: 100%;
    }

    .Galeri {
        margin-bottom: 50px;
    }

    .Galeri .nav-tabs {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        margin-bottom: 20px;
    }

    .Galeri .nav-tabs .nav-item {
        height: 60px;
    }

    .Galeri .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }

    .Galeri-in {
        margin-right: -15px;
    }

    .Galeri-item {
        position: relative;
        width: calc(50% - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .b:before {
        height: 80px;
    }

    .A_blog {
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .A_blog-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .A_blog-header {
        text-align: center;
    }

    .A_blog-left {
        width: 100%;
        margin-right: 0%;
        height: 350px;
        margin-bottom: 30px;
    }

    .A_blog-mid {
        width: 100%;
        margin-bottom: 30px;
    }

    .A_blog-item {
        margin-bottom: 15px;
    }

    .A_blog-right {
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }

    .Detay {
        margin-bottom: 0px;
        -webkit-transform: translateY(-7%);
        transform: translateY(-7%);
    }

    .Detay-head {
        color: #2c3033;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }

    .Detay-left {
        height: 350px;
    }

    .Detay p {
        text-align: center;
    }

    .A_tanitim {
        position: relative;
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .A_tanitim-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .A_tanitim:before {
        height: 100%;
    }

    .A_tanitim-left {
        width: 100%;
    }

    .A_tanitim-right {
        width: 100%;
        padding-left: 0%;
        margin-top: 25px;
    }

    .A_tanitim-right h3 {
        text-align: center;
    }

    .A_tanitim-right p {
        text-align: center;
    }

    .A_tanitim-alt {
        position: relative;
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .A_tanitim-alt-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .A_tanitim-alt:before {
        height: 100%;
    }

    .A_tanitim-alt-left {
        width: 100%;
    }

    .A_tanitim-alt-right {
        width: 100%;
        padding-left: 0%;
        margin-top: 25px;
    }

    .A_tanitim-alt-right h3 {
        text-align: center;
    }

    .A_tanitim-alt-right p {
        text-align: center;
    }

    .Banner {
        height: 350px;
    }

    .Banner-text {
        width: 100%;
        top: 50% !important;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    .Banner-text h1 {
        font-size: 36px;
        text-align: center;
    }

    .Banner-text p {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .Banner-textc {
        top: 40% !important;
        width: 100%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    .Banner-textc h1 {
        font-size: 36px;
        white-space: nowrap;
    }

    .item-text {
        bottom: 5%;
        left: 5%;
    }

    .item-text h6 {
        font-size: 16px;
    }

    .item-text p {
        font-size: 13px;
    }

    .icon-date:after {
        right: 20px;
    }

    .icon-location:after {
        right: 20px;
    }

    .icon-person:after {
        right: 20px;
    }

    .button {
        display: inline !important;
    }

    .navbar-collapse-menu {
        display: none;
    }

    .Navbottom-in {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0px;
    }

    .Navbottom-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .Navbottom-left ul {
        margin-right: 0%;
    }

    .Navbottom-left ul li {
        text-align: center;
        line-height: 1.6;
    }

    .Navbottom-left ul ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .Navbottom-left-head {
        margin-top: 15px;
        margin-bottom: 3px !important;
    }

    .Navbottom-right {
        width: 100%;
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0px;
    }

    .Navbottom-right .navbar-brand {
        padding-left: 0%;
    }

    .Navbottom-right-iletisim {
        position: relative;
        padding-left: 0%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-bottom: 20px;
    }

    .Navbottom-right-iletisim h5 {
        margin-top: 20px;
    }

    .Navbottom-right-iletisim h6 {
        margin-top: 15px;
        padding-left: 15px;
    }

    .item-2 {
        width: 100%;
        margin-right: 0px;
    }

    .Blog {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }

    .Blog-fav {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .Blog-fav-item {
        position: relative;
    }

    .Blog-in {
        margin-right: 0px;
    }

    .Blog-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-right: 0px;
    }

    .Blog-item img {
        width: 100%;
    }

    .Blog-item-text {
        margin-top: 20px;
        width: 100%;
        margin-left: 0%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .A_turlar-in {
        margin-right: -50px;
    }

    .A_tekneler-in {
        margin-right: 0px;
    }

    .A_galeriler-in {
        margin-right: 0px;
    }

    .item-3 {
        width: calc(50% - 30px);
        margin-right: 30px;
    }

    .item-4 {
        width: calc(50% - 50px);
        margin-right: 50px;
    }

    .item-5 {
        width: calc(50% - 30px);
        margin-right: 30px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .Navbottom-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 420px;
        padding-left: 0px;
    }

    .Navbottom-left {
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .Navbottom-right {
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 0px;
    }

    .Galeri-item {
        width: calc(33.33% - 30px);
    }

    .Blog-item {
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Blog-item img {
        width: 100%;
    }

    .Blog-item-text {
        margin-top: 30px;
        width: 100%;
        margin-left: 0%;
    }
}

@media (min-width: 991px) and (max-width: 1250px) {
    .A_blog {
        margin-top: 60px;
    }

    .A_blog-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .A_blog-header {
        font-size: 20px;
        font-weight: bold;
        color: #113873;
        margin-bottom: 20px;
        white-space: nowrap;
    }

    .A_blog-left {
        width: 100%;
        margin-right: 0%;
        height: 400px;
        margin-bottom: 40px;
    }

    .A_blog-mid {
        width: 50%;
    }

    .A_blog-item {
        position: relative;
        margin-bottom: 20px;
    }

    .A_blog-item:last-child {
        margin-bottom: 0px;
    }

    .A_blog-item-img {
        width: 45%;
    }

    .A_blog-item-text {
        width: 55%;
        margin-left: 3%;
    }

    .A_blog-right {
        width: 47%;
        margin-left: 3%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .Blog {
        -webkit-transform: translateY(-150px);
        transform: translateY(-150px);
    }

    .Blog-in {
        margin-right: -30px;
    }

    .Blog-item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .Blog-item img {
        width: 50%;
    }

    .Blog-item-text {
        width: 47%;
        margin-left: 3%;
    }

    .Blog-item-text p {
        font-size: 12px;
        -webkit-line-clamp: 4;
    }

    .Blog-item-text a {
        margin-top: 20px;
    }
}

#navbar-desktop {
    z-index: 99;
}
.fixed-top {
    max-height: 100px;
}
.fixed-top .Navtop-info {
    color: white;

}

#navbar-desktop.fixed-top {
    background: rgb(5,1,28);
    background: linear-gradient(90deg, rgba(5,1,28,1) 0%, rgba(15,5,64,1) 43%, rgba(255,115,30,1) 78%);
}

.fixed-top .nav-item {
    color: white;
}

.fixed-header {
    width: 100%;
    position: fixed!important;
}
.fixed-header .img-fluid {
    width: 120px!important;

}


.Contact-information {
    padding-bottom: 60px;
}

.Contact-information-in {
    margin-top: 50px;
}

.Contact-information p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 2.14;
    color: #41414e;
    position: relative;
    margin-left: 50px;
}

.Contact-information p:before {
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    margin-right: 15px;
}

.Contact-information .phone {
    min-width: 120px;
}

.Contact-information .phone:before {
    position: absolute;
    top: 5px;
    left: -55px;
}

.Contact-information .phone:before {
    content: "" url(../images/icon-phone.png);
}

.Contact-information .email:before {
    content: "" url(../images/icon-email.png);
}

.Contact-information .fax:before {
    content: "" url(../images/icon-fax.png);
}

.Contact-information .location:before {
    content: "" url(../images/icon-location.png);
}

.Contact-form {
    margin-top: 50px;
    margin-bottom: 80px;
}

.Contact-form .Login-item {
    padding-right: 60px;
}

.Contact-form .buton {
    margin-right: 55px;
}

.Contact-form h2 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.9px;
    color: #41414e;
}

.Contact-form p {
    font-size: 12px;
    font-weight: 400;
    color: #41414e;
}

.Contact-form-head {
    padding-left: 15px;
    margin-bottom: 50px;
}

.Contact-form-item {
    position: relative;
    margin-bottom: 50px;
}

.Contact-form-item input {
    border: none;
    position: relative;
    border-radius: 0px;
    border-bottom: solid 1px #d7d7da;
    -webkit-transition: 500ms;
    transition: 500ms;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 13px;
    color: #47484a !important;
    background-color: transparent;
    opacity: 0.5;
    width: 100%;
}

.Contact-form-item input:active, .Contact-form-item input:focus, .Contact-form-item input:valid {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    opacity: 1;
    border: 0;
    border-bottom: solid 1px #ea8723 !important;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.Contact-form-item input:active ~ label, .Contact-form-item input:focus ~ label, .Contact-form-item input:valid ~ label {
    top: -15px;
    -webkit-transition: 500ms;
    transition: 500ms;
    color: #ea8723;
}

.Contact-form-item label {
    position: absolute;
    top: 7px;
    width: 100%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.31;
    color: #41414e;
    pointer-events: none;
}
