<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --container-width: 1600px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --container-lwidth: calc(100vw - var(--container-out));
    --arac-renk-ay-mavi: #5FA2D1;
    --arac-renk-inci-beyaz : #D1D1D1;
    --arac-renk-metal-gri : #585969;
    --arac-renk-metal-mavi : #393E51;
    --arac-renk-siyah : #1E2024;
    --border-gray-color: #C2C2C2;
    --bright-green-color: #77FF00;
    --gray-color: #717B82;
    --light-gray-color: #ECECEC;
    --primary-color: #499BD5;
    --secondary-color: #21425A;
    --silver-color: #B6BDC5;
    --soft-light-color: #F8F8F8;
    --tertiary-color: #001B2E;
}

* {
    font-family: 'Plus Jakarta Sans', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
}

.gap {
    gap: 0 30px;
}

.pore {
    position: relative;
}

@font-face {
    font-family: 'skywellakf-font';
    src: url('./font/font/skywellakf-font.eot?83685811');
    src: url('./font/font/skywellakf-font.eot?83685811#iefix') format('embedded-opentype'), url('./font/font/skywellakf-font.woff?83685811') format('woff'), url('./font/font/skywellakf-font.ttf?83685811') format('truetype'), url('./font/font/skywellakf-font.svg?83685811#skywellakf-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "skywellakf-font";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

p span {
    font-size: 12px;
}

a,a:hover {
    text-decoration: none;
    cursor:pointer;
}

.c-button {
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px !important;
    padding: 21px 36px;
    font-weight: 400 !important;
    background-color: var(--primary-color);
    white-space: nowrap;
}

.c-button:hover {
    color: #fff;
    background-color: var(--secondary-color)
}

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

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

body {
    color: #262626;
}

li {
    list-style: none;
}

ul {
    margin: 0;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px;
}

.cl-container {
    width: 100%;
    max-width: var(--container-lwidth);
    margin: 0 auto;
    margin-left: var(--container-out);
}

header {
    height: auto;
    width: 100%;
    padding: 0px 0;
    position: absolute;
    z-index: 99;
}

header .c-border {
    position: relative;
    padding-bottom: 0px;
}

header .c-border:after {
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(255 255 255 / 50%);
    width: 100%;
    height: 1px;
}

header .logo {
    position: relative;
}

header .menu li {
    position: relative;
    margin: 0px 20px;
    padding: 43px 0;
}

header .menu li:last-child {
    margin-right: 0;
}

header .menu li .dropdown {
    position: absolute;
    top: 75px;
    left: 0;
    padding: 30px 80px 30px 30px;
    background: #fff;
    display: none;
}

header .menu li:hover .dropdown {
    display: block;
}

header .menu li .dropdown li {
    padding-left: 0;
    margin-left: 0;
    padding: 7px 0;
}

header .menu li .dropdown li a {
    padding-left: 0;
    margin-left: 0;
}

header .menu li .dropdown li a span {
    white-space: nowrap;
    text-align: left;
    margin-left: 8px;
    position: relative;
    left: 0;
    transition: all .5s;
    color: #75787A;
}

header .menu li .dropdown li:hover a span {
    color: #A6A8A9;
    left: 15px;
}

header .menu li a {
    white-space: nowrap;
    text-align: left;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(255,255,255,1);
}

header .menu .dropdown li a {
    color: #262626;
    font-size: 16px;
    position: relative;
}

header .menu li a i {
    color: #fff;
    font-size: 22px;
    transition: all .5s;
    transform: scale(1);
}

header .menu li a:hover {
    color: #fff;
}

header .menu li a:after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    transition: all .5s;
}

header .menu li:hover a:after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

header .menu li.a-none a:after {
    display: none;
}

header .menu li a:hover i {
    color: #fff;
    transform: scale(1.1);
}

header .menu li .dropdown a i {
    color: #75787A;
    font-size: 10px;
    margin-left: 5px;
}

header .link a {
    margin-left: 44px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

header .link a,header .link li {
    color: #75787A;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 39px;
}

header .link i {
    color: #75787A;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 10px;
}

header .link a i {
    color: #75787A;
    margin-left: 5px;
    margin-top: 5px;
}

header .link li:hover i {
    color: #262554
}

header .link li {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

header .link li:hover {
    color: #262554
}

header .link li .dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 30px 80px 30px 30px;
    border: 1px solid rgb(166 168 169 / 50%);
    border-radius: 10px;
    background: #fff;
    display: none;
}

header .link li:hover .dropdown {
    display: block;
}

header .link li .dropdown li {
    padding-left: 0;
    margin-left: 0;
    padding: 7px 0;
}

header .link li .dropdown li a {
    padding-left: 0;
    margin-left: 0;
}

header .link li .dropdown li a span {
    white-space: nowrap;
    text-align: left;
    margin-left: 8px;
    left: 0;
    position: relative;
    transition: all .5s;
}

header .link li .dropdown li:hover a span {
    color: #A6A8A9;
    left: 15px;
}

/*menu*/
.openmenu {
    height: 100vh;
    background: var(--primary-color);
    width: 100%;
    position: fixed;
    top: -100vh;
    z-index: 100;
    transition: all .5s;
    visibility: hidden;
	overflow: auto;
}

.openmenu .flexd {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    padding: 30px 0 15px;
}

.openmenu h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
}

.openmenu .search {
    margin-right: 36px;
    cursor: pointer;
}

.openmenu .search img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.openmenu .lang {
    position: relative;
    margin: 0 32px 0 36px;
    padding: 0px;
    border-radius: 50px;
}

.openmenu .lang a.block {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9E9E9E;
    position: relative;
    z-index: 9;
}

.openmenu .lang a.block span {
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 10px;
}

.openmenu .lang a.block i {
    color: #fff;
    font-size: 10px;
    margin-left: 9px;
}

.openmenu .lang:hover a.block span i {
    transform: rotate(180deg)
}

.openmenu .lang a.block span i {
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-left: 7px;
}

.openmenu .drop-lang {
    transition: all .5s;
    position: absolute;
    top: 100%;
    left: -45px;
    padding: 27px 23px 15px;
    background: #fff;
    visibility: hidden;
    text-align: center;
    z-index: 8;
}

.openmenu .lang:hover .drop-lang {
    background: #fff;
    visibility: visible;
}

.openmenu .lang .drop-lang li {
    margin-bottom: 10px;
}

.openmenu .lang .drop-lang li:last-child {
    margin-bottom: 8px;
}

.openmenu .drop-lang span {
    margin-top: 5px;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    margin-left: 14px
}

.openmenu .drop-lang li:hover span {
    color: #262554;
}

.openmenu .close {
    min-width: 32px;
    cursor: pointer;
    margin-left: 0px;
    position: relative;
    padding: 11px 0;
    margin-right: 0;
    width: 55px;
    background: var(--secondary-color);
    border-radius: 72px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.openmenu .title {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 23px;
    margin-top: 50px;
    border-bottom: 1px solid #ffffff7a;
    padding-bottom: 15px;
}

.openmenu .navs-link:hover .title {
    border-bottom: 1px solid #fff;
}

.openmenu .link {
    padding-left: 0;
}

.openmenu .link li {
    margin-bottom: 10px;
    position: relative;
    left: 0;
    transition: all .5s;
}

.openmenu .link li a {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
}

.openmenu .link li:hover a {
    left: 10px;
}

.openmenu .link li a:hover {
    color: #CBCBCB;
}

.openmenu .link.footer-product {
    columns: 2;
}

.openmenu .bottom {
    border-top: 1px solid #ffffff7a;
    padding-top: 30px;
}

.openmenu .bottom a {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 14px;
    color: #fff;
    margin-right: 50px;
}

.openmenu .bottom a:hover {
    color: #fff;
}

.openmenu .bottom a span {
    margin-left: 7px;
    position: relative;
    transition: all .5s;
    left: 0;
}

.openmenu .bottom a:hover span {
    left: 10px;
}

.openmenu .social a {
    margin-right: 0px;
}

.openmenu .bottom p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.openmenu .social a i {
    font-size: 28px;
    color: #fff;
    position: relative;
    top: 0;
    transition: all .5s;
}

.openmenu .social a:hover i {
    top: -5px;
}

.search-open {
    background: #4E3C90;
    width: 100%;
    position: fixed;
    top: -50vh;
    z-index: 100;
    transition: all .5s;
    padding-bottom: 36px;
}

.slider {
    position: relative;
    overflow: hidden;
    background: #F8F8F8;
}

.slider picture img {
    height: 100vh;
    width: 100%;
    object-position: bottom;
    object-fit: cover;
    max-width: 100%;
}

.slider .item {
    position: relative;
}

.slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: start;
    padding-top: 0;
    left: 0;
    top: 150px;
}

.slider .content p {
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10vh;
}

.slider .content h3 {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.slider .content h1 {
    color: var(--secondary-color);
    font-weight: 200;
    width: 35rem;
    margin-bottom: 36px;
}

.slider .content h4 {
    color: var(--gray-color);
    font-weight: 400;
    width: 27rem;
    margin-bottom: 24px;
    line-height: 33px;
}

.page-down {
    position: absolute;
    bottom: 55px;
    cursor: pointer;
    z-index: 9;
}

.page-down span {
    transform: rotate(270deg);
    display: inline-block;
    margin-bottom: 52px;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.arrows li {
    background: #ffffff30;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.arrows .next {
    position: absolute;
    right: 100px;
    bottom: 50%;
    z-index: 15
}

.arrows .prev {
    position: absolute;
    left: 100px;
    bottom: 50%;
    z-index: 15
}

.arrows li:hover {
    background: #499bd5;
}

.arrows i {
    font-size: 21px;
    color: #fff;
}

.arrows li:hover i {
    color: #fff;
}

.whatsapp {
    position: fixed;
    bottom: 60px;
    right: 5%;
    z-index: 5;
}

.menu-btn {
    min-width: 32px;
    cursor: pointer;
    display: none;
    margin-left: 36px;
    position: relative;
    padding: 11px 0;
    margin-right: 0;
    max-width: 32px;
}

.menu-btn span {
    position: relative;
    content: " ";
    background: #fff;
    width: 32px;
    height: 3px;
    display: block;
    margin-bottom: 5px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    float: right;
}

.menu-btn span:nth-child(2) {
    width: 17px;
}

.menu-btn span:nth-child(3) {
    width: 25px;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-slider-dots .slick-dots {
    position: initial;
}

.slick-slider-dots .slick-dots li button:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #909090;
    border-radius: 20px;
    opacity: 1;
}

.slick-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #499bd5;
    background: #499bd5;
}

.slider .pagescrool img {
    margin-right: 13px;
}

.slider .pagescrool {
    color: #fff;
    display: inline-block;
}

.scroll-contact {
    position: fixed;
    right: 40px;
    top: 52%;
    overflow: visible;
    display: flex;
    background: #fff;
    border-radius: 15px;
    flex-direction: column;
    padding: 0 10px;
    color: var(--silver-color);
    gap: 0;
    font-size: 32px;
    z-index: 99;
}

.scroll-contact i {
    color: var(--silver-color);
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.scroll-contact a {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--silver-color);
    position: relative;
    padding-top: 4px;
    margin: 0;
    height: 64px;
}
.scroll-contact span {
    padding-bottom: 5px;
    display:inline-block;
    position: relative;
}
.scroll-contact a:hover i {
    color: var(--primary-color);
}
.scroll-contact i:hover {
    color: var(--primary-color);
}

.scroll-contact d {
  position: absolute;
  z-index: 1;
  width: 0;
  left: 0;
  display: flex;
  transition: all .5s ease -.2s;
  height: 100%;
  top: 0;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  opacity: 0;
}
.scroll-contact a:hover d {
  left: -140px;
  width: 160px;
  padding: 0 55px 0 15px;
  white-space: nowrap;
  opacity: 1;
  font-weight:600;
  background: #fff;
  color: var(--primary-color);
}
.scroll-contact span:hover d {
  left: -140px;
  width: 160px;
  padding: 0 55px 0 15px;
  white-space: nowrap;
  opacity: 1;
  font-weight:600;
  background: #fff;
  color: var(--primary-color);
}
.kesfet {
    background-color: var(--secondary-color);
    padding: 124px 0 567px;
}

.kesfet h1 {
    color: var(--primary-color);
    line-height: 82px;
    max-width: 48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 32px;
    font-weight: 600;
}
.kesfet h4 {
    color: #fff;
    font-weight: 600;
    max-width: 80rem;
    margin: 0 auto 32px;
    line-height: 32px;
}
.kesfet .h4 p{
    color: #fff;
    font-weight: 600;
    max-width: 80rem;
    margin: 0 auto 32px;
    line-height: 32px;
	font-size:32px;
}

.kesfet .item {
    text-align: center;
    padding: 50px 0 50px;
}

.kesfet .item img {
    text-align: center;
    filter: brightness(.1) invert(.9);
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: all .5s;
}

.kesfet .item:hover img {
    filter: none;
    top: -10px;
}

.kesfet .item h4 {
}

.kesfet .item p {
    color: #fff;
    width: 54%;
    margin: 0 auto 25px;
}

.kesfet .item b {
    font-size: 12px;
    font-weight: 400;
    color: var(--border-gray-color);
    margin: 0 auto;
    width: 52%;
    display: inline-block;
}

.ozellik-grup {
    margin-top: -200px;
}

.ozellik-grup .content {
    background-color: var(--silver-color);
    padding-bottom: 92px;
}

.ozellik-grup .content .top {
    position: relative;
    top: -175px;
    padding: 0 135px;
}

.ozellik-grup .content .bottom {
    margin-top: -160px;
    padding: 0 135px;
}

.ozellik-grup .content .bottom h1 {
    font-weight: 600;
    line-height: 72px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 15px;
    max-width: 32rem;
}

.ozellik-grup .content .bottom p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.ozellik-grup .content .bottom ul {
}

.ozellik-grup .content .bottom ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid var(--border-gray-color);
    cursor: pointer;
}

.ozellik-grup .content .bottom ul li i {
    font-size: 10px;
}

.performans {
    margin-top: 100px;
    position: relative;
}

.performans .content-top {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
}

.performans .content-top h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--secondary-color);
    line-height: 32px;
}

.performans .content-top h2 {
    color: var(--secondary-color);
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 31px;
    max-width: 32rem;
}

.performans .content-top p {
    color: var(--secondary-color);
    line-height: 24px;
    font-weight: 400;
    max-width: 21rem;
}

.performans .content-bottom {
    position: absolute;
    bottom: -200px;
    width: 100%;
}

.performans .content-bottom .content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-right: 8%;
}

.performans .content-bottom .item {
    padding: 67px 77px 40px 90px;
    background: var(--secondary-color);
}

.performans .content-bottom p {
    font-size: 24px;
    line-height: 32px;
    color: var(--gray-color);
    margin-bottom: 69px;
    max-width: 48rem;
}

.performans .content-bottom .item .icon {
    margin-bottom: 11px;
}

.performans .content-bottom .item i {
    color: var(--bright-green-color);
    font-size: 70px;
    margin-right: 20px;
}

.performans .content-bottom .item h3 {
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    max-width: 17rem;
    margin-bottom: 54px;
}

.performans .content-bottom .item .icon h3 {
    margin-bottom: 5px;
}

.performans .content-bottom .item .number {
    color: #fff;
    line-height: 162px;
    font-weight: 700;
    font-size: 160px;
}

.performans .content-bottom .item .number d {
    font-weight: 200;
}

.performans .content-bottom .item span {
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    opacity: .6;
    display: block;
}

.sarj {
    margin-top: 200px;
    position: relative;
}

.sarj .content-top {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

.sarj .content-top h4 {
    margin-top: 19px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 38px;
    color: var(--primary-color);
}

.sarj .content-top .dk {
    font-weight: 700;
    line-height: 178px;
    margin-bottom: 0px;
    color: var(--bright-green-color);
    font-size: 160px;
}

.sarj .content-top .dkdetil {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    color: var(--bright-green-color);
}

.sarj .content-top p {
    margin-top: 58px;
    font-size: 16px;
    color: var(--gray-color);
    line-height: 24px;
    max-width: 25%;
}

.donanim {
}

.donanim h3 {
    font-weight: 300;
    color: var(--gray-color);
    margin-bottom: 15px;
}

.donanim h1 {
    position: absolute;
    top: 15%;
    margin-left: -16.333333%;
    font-size: 72px;
    font-weight: 700;
    max-width: 83%;
    color: var(--primary-color);
    text-decoration: underline;
}

.donanim .item {
    padding-left: 8%;
    border-bottom: 1px solid var(--border-gray-color);
    padding-bottom: 50px;
    margin-bottom: 65px;
    width: 100%;
    margin-top: 60px;
}

.donanim .content .item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
    margin: 0;
}

.donanim .item img {
   margin-right:10px
}

.donanim .item h2 {
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -4px;
}

.donanim .item h3 {
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 12px;
}

.donanim .item p {
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 20px;
    width: 77%;
}

.menzil {
    background-color: var(--primary-color);
    margin-top: 153px;
    padding: 167px 0 210px;
}

.menzil h4 {
    text-align: center;
    color: #fff;
}

.menzil .km {
    font-size: 22vw;
    color: #fff;
    font-weight: 700;
    line-height: .5em;
    margin-top: 0.2em;
    text-align: center;
}

.menzil .pr-5 {
    padding-right: 8.3333%;
}

.menzil .pl-4 {
    padding-left: 4%;
}

.menzil .content span {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 110px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.menzil .content p {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
    max-width: 40rem;
}

.menzil .content i {
    font-size: 48px;
    color: var(--bright-green-color);
    margin-bottom: 20px;
}

.menzil .content h4 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 15px;
}

.menzil .content .item {
    width: 22%;
}

.menzil .content .item p {
    font-size: 16px;
    line-height: 20px;
    width: 17rem;
}

.tasarim {
    padding: 110px 0;
    background-color: #F8F8F8;
}

.tasarim h3 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 110px;
    line-height: 40px;
    color: var(--secondary-color);
    max-width: 64%;
}

.tasarim .item {
    width: 42%;
    margin-bottom: 105px;
    background: #fff;
    padding: 50px;
    height: 100%;
}

.tasarim .item h5 {
    line-height: 40px;
    color: var(--primary-color);
    max-width: 42%;
    font-weight: 700;
    font-size: 32px;
}

.tasarim .item p {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary-color);
    max-width: 60%;
    font-weight: 300;
    margin-top: 85px;
    margin-bottom: 0;
    min-height: 144px;
}

.gap-8 {
    gap: 10%;
}

.ozellikler {
    padding: 175px 0 141px;
}

.ozellikler h4 {
    color: #499BD5;
    line-height: 32px;
    font-weight: 400;
    width: 67%;
    margin: 0 auto 30px;
}

.ozellikler p {
    font-size: 24px;
    color: #21425A;
    line-height: 32px;
    margin-bottom: 62px;
}

.ozellikler h1 {
    color: #21425A;
    line-height: 84px;
    margin-bottom: 73px;
    font-weight: 400;
}

.ozellikler .items {
    padding: 83px 135px;
    background: #F8F8F8;
}

.ozellikler .item {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-gray-color);
}

.ozellikler .item.active h4 {
    padding-right: 6px;
}

.ozellikler .item.active p {
    font-size: 16px;
    color: #21425A;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 28px;
}

.ozellikler .item h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #21425A;
    padding-right: 15px;
    cursor: pointer;
}

.ozellikler .item i {
    font-size: 10px;
    transform: rotate(0deg);
}

.ozellikler .item.active i {
    transform: rotate(180deg);
}

.ozellikler .item p {
    display: none;
}

.ozellikler .item.active p {
    display: block
}

.icdonanim {
    position: relative;
    z-index: 0;
}

.icdonanim .content {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
}

.icdonanim .items {
    padding: 0 90px 0 135px;
}

.icdonanim h2 {
    color: #21425A;
}

.icdonanim p {
    font-size: 24px;
    margin-bottom: 70px;
    color: #717B82;
    line-height: 32px;
}
.ichacim {position:relative;z-index:1
         }
.ichacim .content {
    padding: 85px 135px 0;
    position: relative;
    top: -24vh;
}

.ichacim .content:after {
    background: #fff;
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0
}

.ichacim h2 {
    max-width: 45rem;
    font-weight: 700;
    line-height: 60px;
    color: #21425A;
}

.ichacim .detail .items p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}

.ichacim .detail {
    margin-top: 84px;
}

.ichacim .detail .items .text {
    margin-top: 48px;
}

.ichacim .detail .items:first-child .text {
    padding-left: 20%;
}

.ichacim .detail .items:first-child .text p {
    color: #21425A
}

.ichacim .detail .items:nth-child(2) {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
}

.ichacim .detail .items:first-child {
    position: relative;
}

.ichacim .detail .items:nth-child(2):after {
    content: "";
    position: absolute;
    background: #499BD5;
    width: 1px;
    ;height: 20vh;
    top: 5vh;
    right: 70px;
}

.ichacim .detail .items:first-child:after {
    content: "";
    position: absolute;
    background: #499BD5;
    width: 1px;
    ;height: 20vh;
    bottom: 8vh;
    left: 70px;
}

.ichacim .detail .items:nth-child(2) .text {
    padding-right: 20%;
    margin-top: 0
}

.ichacim .detail .items:nth-child(2) .text p {
    color: #21425A;
    margin-bottom: 40px
}

.ichacim .detail .items:nth-child(n+3) {
    margin-top: 25px
}

.ichacim .ortabanner {
    margin-top: -80vh;
    z-index: -1;
}

.ichacim .ortabanner .text {
    font-size: 48px;
    font-weight: 200;
    margin: 0 auto;
    position: absolute;
    top: 75vh;
    max-width: 45rem;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.ichacim .ortabanner .text  i{
    font-size: 24px;
  
}
.long {
    margin-top: 150px;
}

.long h2 {
    margin-bottom: 41px;
    line-height: 54px;
    color: #21425A;
    font-weight: 400;
    max-width: 50rem;
    text-align: center;
}

.long p {
    margin-bottom: 61px;
    color: #717B82;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    max-width: 32rem;
}

.long .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 21px;
}

.long img {
    transition: all .5s;
    transform: scale(1);
}

.long .item:hover img {
    transform: scale(1.05);
}

.mt-9 {
    margin-top: 90px;
}

.long .videoplay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.long .videoplay img {
    background: rgb(73 155 213 / 20%);
    border-radius: 100%;
    padding: 20px;
    opacity: .7
}

.long .item:hover .videoplay img {
    background: rgb(73 155 213 / 1);
    opacity: 1;
}

.ozellik-slider {
    background: #001B2E;
    padding-top: 570px;
    margin-top: -382px;
}

.ozellik-slider h2 {
    color: #fff;
    white-space: wrap;
}

.ozellik-slider p {
    color: #C2C2C2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 41rem;
}

.ozellik-slide p {
    text-align: center;
    width: 70%;
    margin: 20px auto 0;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    display: none;
}

.ozellik-slide .slick-active p {
    display: block;
}

.ozellik-slide .slick-slide {
    margin: 0 4vw;
}

.o-hidden {
    overflow: hidden;
}

.ozellik-slide {
    margin-top: 80px;
    padding-bottom: 119px;
}

.ozellik-slide .slick-list {
    margin: 0 -4vw;
}

.ozellik-slide-next {
    position: absolute;
    top: 37%;
    background: #fff;
    right: calc(22vw - 48px);
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ozellik-slide-prev {
    position: absolute;
    top: 37%;
    background: #fff;
    left: calc(22vw - 48px);
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ozellik-slide-arrows i {
    color: #21425A;
    font-size: 26px;
}
.ozellik-slide-arrows .slick-arrow:hover  {
    background: #21425A;
   
}
.ozellik-slide-arrows:hover i {
    color: #fff;
   
}

.ayricaliklar {
    padding: 135px 0;
}

.ayricaliklar .left .item {
    width: 140%;
    position: relative;
    z-index: 9;
    background: var(--secondary-color);
    padding: 80px 60px 40px 100px;
}

.ayricaliklar .left {
}

.ayricaliklar .left h2 {
    font-size: 64px;
    line-height: 72px;
    width: 15%;
    color: #21425A;
    margin-bottom: 40px;
}

.ayricaliklar .left p {
    font-size: 20px;
    line-height: 28px;
    width: 72%;
    color: #717B82;
    margin-bottom: 77px;
}

.ayricaliklar .left .item h1 {
    margin-top: 15px;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    color: #fff;
    margin-bottom: 50px;
}

.ayricaliklar .left .item p {
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    height: 85px;
}

.ayricaliklar .left .item .count {
    color: #fff;
    letter-spacing: 4px;
    font-weight: 300;
    font-size: 21px;
    color: #B6BDC5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ayricaliklar .left .item .count span {width: 61px;display: block;height: 1px;background: #B6BDC5;margin: 0 12px;}

.ayricaliklar .left .item i {
    color: #fff;
    font-size: 24px;
}

.ayricaliklar .right {
}

.ayricaliklar .right .item {
    width: 50%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ayricaliklar .right .item:first-child:after {
    content: "";
    background: var(--border-gray-color);
    right: 0;
    top: 25%;
    width: 1px;
    height: 50%;
    position: absolute;
}

.ayricaliklar .right .item img {
    font-size: 48px;
    color: #499BD5;
    margin-right: 18px;
}

.ayricaliklar .right .item span {
    font-size: 15px;
    font-weight: 600;
    color: #717B82;
    line-height: 19px;
    width: 8rem;
    display: inline-block;
}

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

.form .content {
    background-image: url(./images/genel/img-car-test-drive.jpg);
    background-position: center;
    background-size: cover;
    padding: 107px 135px 90px;
}

.form .item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 0px;
    background: #fff;
    padding: 0 10px;
}

.form .item input {
    width: 100%;
    border: none;
    color: #717B82;
    height: 61px;
    padding: 0px 0 0px 25px;
}

.form .item i {
    width: 35px;
    color: #717B82;
    font-size: 20px;
}

.form input[type=submit] {
    margin-top: 0;
}

.form .check-input {
    display: flex;
    align-items: center;
    font-size: 13px;
    position: relative;
    margin-bottom: 25px;
    height: 40px;
}

.form .check-input input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0
}

.form .check-input label {
    position: relative;
    padding-left: 35px;
    font-size: 12px;
    color: #717B82;
    white-space: nowrap;
    font-weight: 300;
    padding-top: 4px;
}

.form .check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #499bd5;
    border-radius: 3px
}

.form .check-input label:after {
    content: '\f00c';
    font-family: 'font awesome 5 pro';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #499bd5;
    border-radius: 3px;
    color: #499bd5;
    transition: 300ms;
    opacity: 0
}

.form .check-input input[type=checkbox]:checked~label:after {
    opacity: 1
}

.form p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #717B82;
}

.form h2 {
    margin-bottom: 67px;
    line-height: 54px;
    color: #499BD5;
    width: 22rem;
}

footer {
    background-color: var(--secondary-color);
    padding: 95px 0 0;
}

footer .logo {
    padding-bottom: 35px;
    border-bottom: 1px solid var(--gray-color);
}

footer .footer-sss {
    padding: 24px 0;
    border-bottom: 1px solid var(--gray-color);
    margin-bottom: 55px;
}

footer .bottom {
    background-color: var(--tertiary-color);
    padding: 21px 0 ;
}

footer .bottom p {
    color: #ECECEC;
    margin-right: 10vw;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
}

footer .bottom .left a {
    margin: 0 10px 0 0;
}

footer .bottom a {
    color: #ECECEC;
    font-size: 12px;
    font-weight: 300;
}

.footer-menu {
    padding-bottom: 92px;
}

footer {
    color: #ECECEC;
}

footer a {
    color: #ECECEC;
}

footer .sosyal a {
    color: #ECECEC;
    font-size: 28px;
    margin-left: 8px;
}

footer .sosyal a:hover {
    color: #fff;
}

.footer-menu .left img {
    margin-bottom: 55px;
}

.footer-menu .right {
    min-width: 45%;
}

.footer-menu .right ul {
    padding: 0;
}

.footer-menu .right .title {
    margin-bottom: 38px;
    color: #fff;
    font-weight: 600;
	white-space: nowrap;
}

.footer-menu .right ul li {
    margin-bottom: 24px;
    font-size: 14px;
}

footer .gap-8 {
    gap: 17%;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .footer-menu .left p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 14rem;
}

footer .footer-menu .left a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.footer-sss i {
    margin-left: 10px;
    font-size: 18px;
    margin-right: 8px;
}

.page-about {
    padding: 126px 0;
}

.page-about h5 {
    font-weight: 700;
    line-height: 32px;
    color: #21425A;
    margin-bottom: 20px;
}

.page-about h2 {
    line-height: 32px;
    color: #21425A;
    font-weight: 700;
    margin-bottom: 50px;
}

.page-about p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #717B82;
}

.page-skywell {
    background-image: url(./images/hakkimizda/img-bg-skywell-about.jpg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
    height: 500px;
}

.page-skywell p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #21425A;
}

.page-marka {
    padding: 117px 0;
}

.page-marka h3 {
    color: #21425A;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-marka .item {
    text-align: center;
    border: 1px solid var(--border-gray-color);
    height: 14vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-marka .slick-slide {
    margin: 0 15px;
}

/* the parent */
.page-marka .slick-list {
    margin: 0 -15px;
}

.marka-slider {
    margin-top: 30px;
}

.links {
    width: 100%;
    position: absolute;
    left: 0;
    top: 130px;
    z-index: 9;
}

.links .item {
    background: rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    padding: 22px 30px;
}

.links .item li {
    cursor: pointer;
    font-size: 16px;
    color: #21425A;
    position: relative;
}

.links .item li:after {
    position: absolute;
    bottom: -23px;
    left: 0;
    content: "";
    background: #21425A;
    width: 0%;
    height: 2px;
    transition: all .5s;
}

.links .item li:hover:after {
    width: 100%;
}
.links .item li.active:after {
    width: 100%;
}

.banner {
    position: relative;
}
.banner-two img{height:400px;width:100%;object-fit:cover;object-position:right;}
.banner .content {
    position: absolute;
    top: 37vh;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner .content h2 {
    line-height: 64px;
    font-weight: 600;
    color: #21425A;
    max-width: 35rem;
    margin: 0 auto 40px;
}

.banner .content .h4 p{
    line-height: 32px;
    font-weight: 400;
    color: #717B82;
    margin: 0 auto;
    max-width: 40rem;
    font-size: 24px;
}

.banner .content-two {
    position: absolute;
    bottom: 45px;
    width: 100%;
}

.banner .content-two .items {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    padding: 0 7rem;
    text-align: center;
}

.banner .content-two .item {
    width: 33.333%;
    color: #fff;
}

.banner .content-two h2 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -4px;
}

.banner .content-two h3 {
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 32px;
}

.banner .content-two p {
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    width: 58%;
}

.renk {
    padding: 120px 0;
    overflow: hidden;
}

.renk h3 {
    margin-bottom: 113px;
    font-weight: 600;
    color: #21425A;
    text-align: Center;
}

.renk h1 {
    margin-top: 35px;
    font-weight: 500;
    color: #717B82;
    text-align: Center;
}

.renk .left {
    position: relative;
    left: -18vw;
    width: 38vw;
}

.renk .right {
    position: relative;
    right: -5vw;
    width: 35vw;
}

.renkkod {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 50px;
    text-align: center;
}

.renkkod li {
    font-size: 14px;
    font-weight: 500;
    color: #717B82;
    cursor: pointer;
}

.renkkod span {
    width: 131px;
    display: block;
    height: 20px;
    margin-bottom: 11px;
}

.sss {
    padding: 140px 0 160px;
    background: #F8F8F8;
}

.sss .item {
    margin-bottom: 26px;
    border-bottom: 1px solid var(--border-gray-color);
    padding-bottom: 18px;
}

.sss .item.active h4 {
    padding-right: 6px;
}

.sss .item.active p {
    font-size: 16px;
    color: #21425A;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 15px;
}

.sss .item h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #21425A;
    padding-right: 15px;
    cursor: pointer;
}

.sss .item i {
    font-size: 10px;
    transform: rotate(0deg);
}

.sss .item.active i {
    transform: rotate(180deg);
}

.sss .item p {
    display: none;
}

.sss .item.active p {
    display: block
}

.sss h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #21425A;
    margin-bottom: 20px;
}

.sss h2 {
    font-weight: 600;
    line-height: 54px;
    color: #21425A;
    margin-bottom: 83px;
}

.brosur {
    height: 500px;
    background-image: url(./images/detay/img-banner-brochure.jpg);
    background-size: cover;
}

.brosur h4 {
    margin-bottom: 60px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    max-width: 23rem;
}

.servis {
    height: 600px;
    background-image: url(./images/detay/img-banner-skyservice.jpg);
    background-size: cover;
	background-position: right;
}

.servis h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}

.servis h2 {
    margin-bottom: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 54px;
}

.servis p {
    margin-bottom: 0;
    font-weight: 300;
    color: #001B2E;
    line-height: 28px;
    max-width: 41%;
    font-size: 20px;
}

.fiyatlistesi {
    padding: 120px 0 96px;
}

.fiyatlistesi .content {
    padding: 0 92px;
}

.fiyatlistesi h4 {
    margin-bottom: 48px;
    line-height: 72px;
    color: #21425A;
    font-weight: 700;
}

.fiyatlistesi table {
    border-collapse: collapse;
    width: 100%;
}

.fiyatlistesi th, .fiyatlistesi td {
    font-weight: 400;
    border: none;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    color: #21425A;
}

.fiyatlistesi th {
    background-color: #001B2E;
    color: #fff;
    font-weight: 700;
}

.fiyatlistesi tr:not(:first-child) {
    background-color: #F8F8F8;
    color: #21425A;
}

.fiyatlistesi tr:nth-child(even) {
    background-color: #fff;
    color: #21425A;
}

.aciklama .content {
    border: 1px solid #ECECEC;
    padding: 64px 125px 0;
}

.aciklama .item {
    margin-bottom: 102px;
}

.aciklama h4 {
    margin-bottom: 35px;
    color: #21425A;
    font-weight: 600;
}

.aciklama p {
    color: #21425A;
    font-weight: 400;
}

.aciklama table {
    border-collapse: collapse;
    width: 100%;
}

.aciklama tr {
    border-bottom: 1px solid var(--border-gray-color);
}

.aciklama td {
    font-size: 14px;
    color: #21425A;
    padding: 10px 0;
}

.aciklama tr td:last-child {
    text-align: right;
    font-weight: 700;
}

.banner .items {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 45px;
    color: #fff;
    padding-left: 8vw;
    font-weight: 700;
}

.banner .items h2,.banner .items h5 {
    font-weight: 700;
}

.default-page {
    padding: 90px 0 102px;
}

.default-page p {
    font-size: 16px;
    color: #717B82;
}

.contactform .content {
    background-color: #F8F8F8;
    padding: 60px 135px;
}

.contactform .item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 0px;
    background: #fff;
    padding: 0 10px;
    min-width: 26vw;
    border: 1px solid #C2C2C2;
}

.contactform .item input {
    width: 100%;
    border: none;
    color: #717B82;
    height: 61px;
    padding: 0px 0 0px 25px;
}

.contactform .item i {
    width: 35px;
    color: #717B82;
    font-size: 20px;
}

.contactform input[type=submit] {
    margin-top: 0;
}

.contactform .check-input {
    display: flex;
    align-items: center;
    font-size: 13px;
    position: relative;
    margin-bottom: 25px;
    height: 40px;
}

.contactform .check-input input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0
}

.contactform .check-input label {
    position: relative;
    padding-left: 35px;
    font-size: 12px;
    color: #717B82;
    font-weight: 300;
    padding-top: 4px;
}

.contactform .check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #499bd5;
    border-radius: 3px
}

.contactform .check-input label:after {
    content: '\f00c';
    font-family: 'font awesome 5 pro';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #499bd5;
    border-radius: 3px;
    color: #499bd5;
    transition: 300ms;
    opacity: 0
}

.contactform .check-input input[type=checkbox]:checked~label:after {
    opacity: 1
}

.default-page h4 {
    color: #499BD5;
    font-weight: 400;
    width: 17rem;
}

.default-page h3 {
    color: #21425A;
    font-weight: 700;
    margin-bottom: 36px;
    margin-top: 85px;
}

.default-page p {
    color: #717B82;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    width: 25rem;
}

.default-page a {
    color: #717B82;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    display: flex !important;
    align-items: center;
    justify-content: start;
}
.default-page a  span{
    font-size: 14px;
    color: #499BD5;
    display: flex;
    align-items: center;
    width: 0;
    justify-content: space-between;
    margin-right: 0;
    border-bottom: 1px solid #499BD5;
    padding: 2px 0;
    white-space: nowrap;
    transition: all .5s;
    position: relative;
    visibility:hidden;
    opacity:0;
}
.default-page a:hover  span{
    visibility:visible;
    width: 120px;
    margin-right: 15px;
    opacity:1;
}
.default-page a  i{
    font-size: 9px;
    margin-top: 3px;
    margin-left: 7px;
}
.contactform select {
    width: 100%;
    height: 63px;
    color: #717B82;
    text-transform: capitalize;
    border: none;
    padding-right: 15px;
    padding-left: 10px;
}

.contactform textarea {
    width: 100%;
    border: none;
    height: 192px;
    padding-left: 10px;
    color: #717B82;
    padding-top: 15px;
}

.contactform h5 {
    color: #717B82;
    margin-bottom: 15px;
}

.contactform h3 {
    color: #499BD5;
    font-weight: 600;
    margin-bottom: 47px;
    width: 22rem;
    margin-top: 0;
}
.kvkk p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
}
.dblock-768 {display:none;}
.long .col-md-3 .item:first-child img{height: 38vh;
    object-fit: cover;}
.form .pore.item  {width:50%;}
.form .pore.item .imgre {
	position: absolute;
    left: 0;
    background: #499bd5;
   	padding: 19px 0px 19px 19px;
}
.form .pore.item input {
   outline:none;
   text-indent: 115px;
    height: 64px;
}

.contactform .pore.item  {width:50%;min-width: inherit;}
.contactform .pore.item .imgre {
	position: absolute;
	left: 0;
	background: #499bd5;
	padding: 19px 0px 19px 19px;
}
.contactform .pore.item input {
   outline:none;
   text-indent: 115px;
    height: 64px;
}
header.sticky {
    position: fixed;
    z-index: 11;
	background:#fff;
}

header.sticky .menu li a {
 
    color: #717B82;
}
header.sticky .menu li.a-none a {
 
    color: #fff;
}
header.sticky .menu li a i {
    color: #717B82;
    
}
header .stickyblock{display:none;} 
header.sticky .stickyblock{display:block;} 
header.sticky .stickynone{display:none;} 

header.sticky .menu li:hover a i {
    color: #499bd5;
    
}
header.sticky .menu li:hover a {
 
    color: #499bd5;
}
header.sticky .menu li.a-none:hover a {
 
    color: #fff;
}
header.sticky  .menu-btn span {
   
    background: #499bd5;
    
}
.links.sticky{
   border-top:1px solid var(--border-gray-color);
    top: 111px;
	position:fixed;
	background:#fff;
}
.sticky .menu li a img {
-webkit-filter: invert(100%);
    filter: invert(50%);
}
.text-right {text-align: right;}</pre></body></html>