:root {
    --main-color: #e2211c;
    --secondary-color: #0f2554;
    --third-color: #705c50;
    --fourth-color: #2f4858;
    --fifth-color: #56423e;
    --col-1: 8.3333%;
    --col-2: 16.6667%;
    --col-3: 25%;
    --col-4: 33.3333%;
    --col-5: 41.6667%;
    --col-6: 50%;
    --col-7: 58.3333%;
    --col-8: 66.6667%;
    --col-9: 75%;
    --col-10: 83.3333%;
    --col-11: 91.6667%;
    --col-12: 100%;
}


@font-face {
    font-family: "Playfair Display";    
    src: url("https://8basamak.com/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("https://8basamak.com//fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "PoppinsBold";
    src: url("../error.html");
    src: url("../error.html?#iefix") format("embedded-opentype"), url("https://8basamak.com//fonts/Poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "PoppinsBold1";
    src: url("../error.html");
    src: url("../error.html?#iefix") format("embedded-opentype"), url("https://8basamak.com//fonts/Poppins/Poppins-Bold1.ttf") format("truetype");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../error.html");
    src: url("../error.html?#iefix") format("embedded-opentype"), url("../error.html") format("woff"), url("https://8basamak.com//fonts/Poppins/Poppins-Light.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "icomoon";
    src: url("https://8basamak.com//assets/icons/icomoon1c48.woff2?v=2019.10.29145221") format("woff2"), url("https://8basamak.com//assets/icons/icomoon1c48.woff?v=2019.10.29145221") format("woff"), url("https://8basamak.com//assets/icons/icomoon1c48.ttf?v=2019.10.29145221") format("truetype");
    font-display: swap
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    font-size: 16px;
	
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.42;
    background-color: #fff;
}
.icon-for-input .textbox + .fa,
a {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
a,
body {
    color: #7a7d81;
}
a {
    cursor: pointer;
    border: 0;
    text-decoration: none;
}
a:active,
a:hover {
    color: #e30613;
    text-decoration: underline;
}
a:active {
    color: #b6050f;
}
path {
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    -ms-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
body,
i,
span {
    font-style: normal;
}
dl,
ol,
ul {
    list-style-type: none;
}
dd,
dl,
dt,
li,
ol,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: inherit;
}
h1 {
    font-size: 1.6rem;
}
h2 {
    font-size: 1.5rem;
	font-family: "Playfair Display", serif;
}
h3 {
    font-size: 1.4rem;
	font-family: "Playfair Display", serif;
}
h4 {
    font-size: 1.3rem;
	font-family: "Playfair Display", serif;
}
h5 {
    font-size: 1.2rem;
	font-family: "Playfair Display", serif;
}
h6 {
    font-size: 1rem;
	font-family: "Playfair Display", serif;	
}
code,
kbd,
pre {
    font-family: Consolas, monospace;
}
.icon-for-input-groups {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px 0;
}
.icon-for-input {
    position: relative;
    margin: 0;
    padding: 0;
}
.icon-for-input .fa {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
}
.icon-for-input textarea + .fa {
    top: 11px !important;
    left: 8px;
}
.icon-for-input .textbox {
    padding-left: 30px;
}
.icon-for-input .textbox + .fa {
    color: #dbd8e0;
}
.icon-for-input .textbox:focus + .fa {
    color: #e30613;
}
.textbox,
textarea {
    position: relative;
    display: block;
    outline: 0;
    resize: none;
    border: 2px solid #dbd8e0;
    border-radius: 15px;
    width: 100%;
    padding: 5px;
    color: #7a7d81;
    background-color: transparent;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.textbox:focus,
textarea:focus {
    outline: 0;
    color: #7a7d81;
    border: 2px solid #e30613;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.button,
.button:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(17, 17, 17, 0.15) inset;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(17, 17, 17, 0.15) inset;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e30613;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    -moz-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    -o-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    -ms-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    overflow: hidden;
}
.button:hover {
    background-color: #b6050f;
}
.button:hover > .icon {
    font-size: 1.25rem;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.button:active {
    background-color: #88040b;
    color: #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.25);
}
.button > .icon,
.button > .label {
    padding: 10px;
}
.button > .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    border-radius: 0 5px 5px 0;
   
    font-weight: 700;
    width: 33px;
    height: 36px;
}
.button.left {
    border-radius: 5px 0 0 5px;
}
.button.right {
    border-radius: 0 5px 5px 0;
}
.button.sm {
    padding: 0;
    font-size: 1.7rem;
}
.button.sm .icon {
    font-size: 2.75rem;
    margin-top: -4%;
}
.button.sm:hover .icon {
    font-size: 1rem;
}
.button.green {
    background-color: #01a65d;
}
.button.green:hover {
    background-color: #01854a;
}
.button.green:active {
    background-color: #016438;
}
.button.blue {
    background-color: #648fff;
}
.button.blue:hover {
    background-color: #1d5cff;
}
.button.blue:active {
    background-color: #003bd5;
}
.button.navy {
    background-color: #0f2554;
}
.button.navy:hover {
    background-color: #0c1e43;
}
.button.navy:active {
    background-color: #091632;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
.flex.row,
.flex.row-reverse {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	width: 100%;
}
.flex.row-reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex.col,
.flex.col-reverse {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex.col-reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flex.no-wrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex.wrap,
.flex.wrap-reverse {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.jc-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.jc-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.jc-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.jc-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header-container,
.jc-around {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.ai-start {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.ai-end {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.ai-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ai-baseline {
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.ai-stretch {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.as-start {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.as-end {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}
.as-center {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}
.as-baseline {
    -webkit-align-self: baseline;
    align-self: baseline;
    -ms-flex-item-align: baseline;
}
.as-stretch {
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
}
.ac-start {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.ac-end {
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}
.ac-center {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
}
.ac-between {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between;
}
.ac-around {
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    align-content: space-around;
}
.ac-stretch {
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}
.grow-1,
.gsb-1-1-auto {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
}
.gsb-1-1-auto {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.grow-1 {
    -ms-box-flex: 1;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
}
.shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
}
.gsb-0-0-auto {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
}
.grow-0 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
}
.shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
}
.mr-auto {
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.mt-auto {
    margin-top: auto;
}
.mb-auto {
    margin-bottom: auto;
}
.order-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -o-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -o-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -o-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -o-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -o-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -o-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -o-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
}
.inline.flex {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
}
.circle.image {
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    filter: drop-shadow(0 0 10px #fff);
}
.responsive.image {
    width: 100%;
    height: auto;
}
.t-center {
    text-align: center;
}
.t-justify {
    text-align: justify;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.d-none,
.slick-slide.slick-loading img {
    display: none;
}
.display-1 {
    font-size: 1.5rem !important;
}
.display-2 {
    font-size: 1.4rem !important;
}
.display-3 {
    font-size: 1.3rem !important;
}
.display-4 {
    font-size: 1.2rem !important;
}
.display-5 {
    font-size: 1.1rem !important;
}
.display-6 {
    font-size: 0.75rem !important;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pages-menu a,
.slick-list,
.slick-track {
    position: relative;
    display: block;
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track after,
.slick-track before {
    display: table;
    content: "";
}
.slick-track after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
    display: block;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.mobile-buttons {
    padding: 0.75rem 0.35rem;
}
.site-header {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 0 rgba(17, 17, 17, 0.1);
    box-shadow: 0 0 40px 0 rgba(17, 17, 17, 0.1);
    z-index: 9999;
}
.site-header.sticky {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}
.logo-area {
    max-width: 100% !important;
    min-width: 100%;
    padding: 1rem;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.logo-image {
    height: 50px;
}

.logo-hizmet{
	margin: 8% 0;
    width: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
}
.site-title {
    padding-left: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
}
.sub-description,
.sub-title {
    display: block;
    margin: 0;
    color: var(--main-color);
    font-size: 0.93rem;
    -webkit-transform: scale(1, 1.75);
    -moz-transform: scale(1, 1.75);
    -o-transform: scale(1, 1.75);
    -ms-transform: scale(1, 1.75);
    transform: scale(1, 1.75);
	font-family: "Playfair Display", serif;
}
.sub-description {
    color: var(--secondary-color);
    font-size: 0.65rem;
    margin-bottom: 0.3rem;
	font-family: "Poppins", serif;
}
.call-area {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 0.5rem 0.5rem 0.5rem 0;
}
.call-area > .call-description {
    color: #111;
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
}
.call-area .call-button {
    text-decoration: none !important;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 3px gray;
    box-shadow: 1px 2px 3px gray;
    color: #fff;
    background-color: var(--main-color);
}
.call-area .call-button:hover {
    color: #fff;
    background-color: #c10510;
}
.call-area .call-button:active {
    background-color: #9f040d;
}
.call-area .call-button > .phone-icon {
    font-size: 1.25rem;
    margin-right: 5px;
}
.menu-nav {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
.social-menu {
    margin-left: auto;
}
.social-menu li {
    padding: 0.5rem;
}
.pages-menu {
    -webkit-flex-basis: var(--col-12);
    flex-basis: var(--col-12);
}
.pages-menu,
.pages-menu > li {
    font-size: 0.65rem;
}
.pages-menu a {
    padding: 10px 5px;
    border-radius: 4px 4px 0 0;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
}
.pages-menu a:after {
    position: absolute;
    left: calc(50% - 5px);
    bottom: 0;
    content: "";
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.pages-menu a:hover {
    color: #c10510;
    border-bottom: 2px solid #c10510;
}
.pages-menu a:hover:after {
    border-bottom: 5px solid #e30613;
}
.site-main {
    height: 50vh;
    min-height: inherit;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.site-main:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    z-index: 1;
}
.cover-info {
    padding: 0 0.9rem;
    color: #fff !important;
    z-index: 2;
}
.cover-content,
.cover-footer,
.cover-header,
.cover-title {
    z-index: 2;
    padding: 0 0.5rem;
}
.cover-info {
    background-color: rgba(17, 17, 17, 0.25) !important;
}
.cover-title {
    font-size: 1.4rem;
}
.card-item .card-image + .card-title,
.cover-content {
    font-size: 0.85rem;
}
.cover-image-area {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.section-title,
.section-title .text {
    position: relative;
    background-color: #fff;
}
.section-title {
    padding: 2rem 0;
    font-size: 1rem;
    color: #111;
    letter-spacing: 2px;
    text-shadow: 0 3px 2px #dbdbdb;
    z-index: 0;
}
.section-title:after,
.section-title:before {
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    border-bottom: 1px solid #dbdbdb;
}
.section-title:before {
    width: 100%;
}
.section-title:after {
    width: 100%;
    top: calc(50% - 1px);
}
.section-title:before {
    top: calc(50% + 2px);
}
.section-title .text {
    z-index: 9999;
    padding: 1rem;
}
.section-title .text:after,
.section-title .text:before {
    position: absolute;
    display: inline-block;
    content: "";
    overflow: hidden;
}
.section-title .text:before {
    border-top: 0 solid transparent;
    border-bottom: 3.15rem solid #fff;
    border-left: 2rem solid transparent;
    left: -2rem;
    top: 0;
}
.section-title .text:after {
    border-top: 3.15rem solid #fff;
    border-right: 2rem solid transparent;
    right: -2rem;
    top: 0;
}
.about-title {
    padding: 1rem 0.5rem;
    font-size: 0.95rem;
}
.about-text {
    margin: 0;
    padding: 0.5rem;
    font-size: 0.75rem;
}
.card-items {
    position: relative;
}
.card-item {
    outline: 0;
    margin: 0.5rem;
    padding: 1.2rem 1rem 1.2rem 1.5rem;
    letter-spacing: -0.02rem;
    font-size: 0.95rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0.5rem;
    width: var(--col-12);
    -webkit-flex-basis: var(--col-12);
    flex-basis: var(--col-12);
    cursor: grab;
}
.dede{
	
	width:25%;
}

#hakkimizda{
	
	max-width: 1200px; 
	margin: 0 auto;
}
.card-item img,
.card-item svg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.card-item svg {
    width: 5rem;
    height: 5rem;
}
.card-item img {
    width: 8rem;
    height: 5rem;
}
.card-item .card-image {
    padding: 0;
    margin: 0 1.5rem 0 0;
}
.card-item .card-image svg {
    width: 3rem;
    height: 3rem;
}
.card-item:hover {
    -webkit-box-shadow: 0 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}
.card-item:hover svg {
    width: 7rem;
    height: 7rem;
}
.card-item:hover img {
    width: 11rem;
    height: 8rem;
}
.card-item:hover .card-image svg {
    width: 3rem;
    height: 3rem;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.card-item:active {
    cursor: grabbing;
}
.cover-image {
    width: 10rem;
    height: 10rem;
    margin: 2rem auto;
    padding: 1rem;
    background-color: rgba(227, 6, 19, 0.01);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(17, 17, 17, 0.1);
    box-shadow: 0 0 5px 0 rgba(17, 17, 17, 0.1);
}
.card-title {
    font-size: 1.25rem;
    color: #e30613;
}
.card-title a {
    border: 0;
    outline: 0;
    color: #0f2554;
}
.card-title a:active,
.card-title a:hover {
    color: #1b449a;
}
.card-item-image {
    padding: 1rem;
    margin: 0 auto !important;
}
.next,
.prev {
    position: absolute;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background-color: rgba(227, 6, 19, 0.08);
    top: calc(50% - 3.5rem);
    z-index: 9999;
    font-size: 2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.next:hover,
.prev:hover {
    background-color: rgba(227, 6, 19, 0.5);
    color: #fff;
}
.prev {
    left: 0;
    margin-left: 0.5rem;
}
.prev:before {
    content: "◂";
}
.next {
    right: 0;
    margin-right: 0.5rem;
}
.next:before {
    content: "▸";
}
.site-footer {
    background-color: #f2f2f2;
}
.site-footer .logo-area {
    -webkit-box-ordinal-group: 0 !important;
    -moz-box-ordinal-group: 0 !important;
    -o-box-ordinal-group: 0 !important;
    -ms-flex-order: 0 !important;
    -webkit-order: 0 !important;
    order: 0 !important;
    padding: 0 !important;
}
.widget {
    margin: 1rem 0;
}
.widget .title {
    color: #e30613;
}
.widget .text {
    font-size: 1rem;
}
.contact-info {
    -webkit-flex-basis: var(--col-3);
    flex-basis: var(--col-3);
}
.company-info {
    margin: 1rem 0;
}
.company-info .item {
    gap: 1rem;
    margin-bottom: 0.5rem;
}
.company-info .item svg {
    fill: #e30613;
}
.company-info .item a {
    -webkit-transition: all-ease 2.35s;
    -moz-transition: all-ease 2.35s;
    -o-transition: all-ease 2.35s;
    -ms-transition: all-ease 2.35s;
    transition: all-ease 2.35s;
}
.company-info .item a svg {
    fill: #111;
}
.company-info .item .fb:hover svg {
    fill: #83a5ff;
}
.company-info .item .in:hover svg {
    fill: #f92733;
}
.icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}
@media (max-width: 575px) {
    .menu-nav > .social-menu {
        display: none;
    }
    .mobile-btn-group {
        position: fixed;
        z-index: 99999;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .site-footer .widget .text {
        padding: 1rem;
    }
    .site-footer .widget .title {
        text-align: center;
    }
    .site-footer .widget .company-info {
        padding: 0.5rem;
    }
}
@media (min-width: 576px) {
    .display-mobile {
        display: block;
        visibility: visible;
    }
    .card-item {
        -webkit-flex-basis: var(--col-12);
        flex-basis: var(--col-12);
    }
    .cover-content,
    .cover-footer,
    .cover-header,
    .cover-title {
        padding: 0 10px !important;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .display-mobile {
        display: none;
        visibility: none;
    }
    .card-item {
        -webkit-flex-basis: var(--col-5);
        flex-basis: var(--col-5);
    }
    .cover-info {
        height: 50vh !important;
        width: var(--col-6) !important;
    }
}
@media (min-width: 768px) {
    .logo-area {
        min-width: initial !important;
        -webkit-flex-basis: var(--col-5) !important;
        flex-basis: var(--col-5) !important;
        -webkit-box-pack: initial;
        -moz-box-pack: initial;
        -o-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-justify-content: initial;
        justify-content: initial;
    }
    .logo-image {
        height: 4rem;
    }
    .sub-description,
    .sub-title {
        -webkit-transform: scale(1, 1.75);
        -moz-transform: scale(1, 1.75);
        -o-transform: scale(1, 1.75);
        -ms-transform: scale(1, 1.75);
        transform: scale(1, 1.75);
    }
    .sub-title {
        font-size: 0.85rem;
        margin-top: 0.3rem;
		font-family: "Playfair Display", serif;
    }
    .sub-description {
        font-size: 0.6rem;
        margin-bottom: 0.3rem;
		font-family: "Poppins", serif;
    }
    .display-mobile {
        display: none;
        visibility: hidden;
    }
    .menu-nav {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -o-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-flex-basis: var(--col-5);
        flex-basis: var(--col-5);
    }
    .pages-menu li {
        font-size: 0.7rem;
    }
    .call-area {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -o-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .card-ites .card-image svg {
        width: 0.5rem;
        height: 0.5rem;
    }
}
@media (min-width: 992px) {
    .display-mobile {
        display: none;
        visibility: hidden;
    }
    .sub-title {
        font-size: 1rem !important;
        margin-top: 0.27rem;
        -webkit-transform: scale(1, 1.65);
        -moz-transform: scale(1, 1.65);
        -o-transform: scale(1, 1.65);
        -ms-transform: scale(1, 1.65);
        transform: scale(1, 1.65);
		font-family: "Playfair Display", serif;
    }
    .sub-description {
        font-size: 0.7rem !important;
        margin-bottom: 0.27rem;
        -webkit-transform: scale(1, 1.4);
        -moz-transform: scale(1, 1.4);
        -o-transform: scale(1, 1.4);
        -ms-transform: scale(1, 1.4);
        transform: scale(1, 1.4);
		font-family: "Poppins", serif;
    }
    .site-header {
        padding: 0 2rem;
    }
    .about-text {
        font-size: 1rem;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
    .menu-nav {
        width: auto;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -o-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .pages-menu {
        -ms-flex-line-pack: end;
        -webkit-align-content: end;
        align-content: end;
    }
    .pages-menu li {
        font-size: 0.9rem;
    }
    .call-area {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -o-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .site-main {
        height: 380px;
    }
    .cover-info {
        width: 50%;
    }
    .cover-title {
        font-size: 3rem !important;
    }
    .cover-content,
    .cover-footer,
    .cover-header {
        padding: 10px !important;
    }
    .card-item > p {
        font-size: 1rem;
    }
    .card-title {
        font-size: 1.5rem !important;
    }
    .cover-content {
        font-size: 1.25rem;
    }
    .widget {
        -webkit-flex-basis: var(--col-5);
        flex-basis: var(--col-5);
    }
}
