/* General */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #ffffff;
}

.img-fluid {
    max-width: 100%;
}

#scroll-top {
    position: fixed;
    right: 0px;
    bottom: 80px;
    margin: 0;
    text-decoration: none;
    z-index: 9999999999999999;
}

#scroll-top button {
    width: 50px;
    height: 50px;
    outline: none;
    cursor: pointer;
    background-color: #034ea1;
    color: #fff;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border: none;
}

#scroll-top button i {
    font-size: 30px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

a {
    color: #333;
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #fdb141;
    text-decoration: none;
    transition: all .3s ease;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}


.p70 {
    padding: 70px 0;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    padding-left: 10px;
}

.section-title:before {
    position: absolute;
    content: "";
    height: 35px;
    width: 5px;
    background-color: #034ea1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.button1 a, .button1 button {
    background: #034ea1;
    color: #fff;
    border: none;
    position: relative;
    transition: 800ms ease all;
    outline: none;
    padding: 10px 40px;
	font-weight: 700;
	cursor:pointer;
}

.button1 a:hover,.button1 button:hover {
    background: #fff;
    color: #333;
}

.button1 a:before,
.button1 a:after,.button1 button:before,
.button1 button:after  {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #034ea1;
    transition: 400ms ease all;
}

.button1 a:after ,.button1 button:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.button1 a:hover:before,
.button1 a:hover:after,.button1 button:hover:before,
.button1 button:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

.mobile-nav {
    display: none;
}

.mobile-close-menu {
    display: none;
}

.owl-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev i {
    color: white;
    font-size: 25px;
    background-color: #034ea1;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.owl-next i {
    color: white;
    font-size: 25px;
    background-color: #034ea1;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.owl-prev i:hover {
    color: white;
    background-color: #034ea1;
    opacity: 1;
    transition: all .3s ease;
}

.owl-next i:hover {
    color: white;
    background-color: #034ea1;
    opacity: 1;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: white;
    text-decoration: none;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00aad0;
    width: 17px;
    height: 6px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e3070b;
    width: 17px;
    height: 6px;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.owl-dot,
.owl-dot:active,
.owl-dot:focus {
    outline: none;
}


/* fly alert */

.fly-alert {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 9999;
    margin: 0;
    font-size: 18px;
    display: inline-block;
    width: auto;
}

.alert-danger {
    background-color: #F44336;
}

.alert-success {
    background-color: #2ec4b6;
}

.alert {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
}

/* mobil hemen ara */

.footer-sticky-bar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #003399;
    z-index: 999;
    text-align: center;
}


.footer-sticky-bar a {
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
}

.footer-sticky-bar a i {
    position: relative;
    bottom: -1px;
    margin-right: 10px;
    font-size: 30px;
}


/*fixed header*/

.fixed-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 999;
}

.header-menu.fixed-header {
    position: sticky;
    background-color: white;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.header-menu.fixed-header .main-menu .navigation>li {
    padding: 20px 0px;
}

/* Header Top*/

.header-top {
    padding: 8px 0;
    background-color: #28303b;
}

.header-top .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top .infos a {
    color: white;
    font-size: 14px;
    margin-right: 15px;
    padding: 8px 0px 8px;
}

.header-top .infos a:hover {
    opacity: 0.7;
}

.header-top .lang {
    display: flex;
}

.header-top .lang a {
    margin-left: 10px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header-top .lang a:hover {
    opacity: 0.7;
}

.header-top .lang a span {
    margin-right: 3px;
}

/* header logo menu */

.header-menu {
    position: relative;
}

.header-menu .logoicon {
    position: absolute;
    background-color: #034ea1;
    width: 40%;
    left: -62px;
    transform: skew(-50deg);
    height: 100%;
}

/* BS 5.3 grid container override — 1400px+ ekranlarda da 1140px cap kalır
   (eski BS4 grid davranışı parite koruma için; BS5'in yeni 1320 max-width'i iptal) */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

.header-menu .header-menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.header-menu .header-menu-area .logo img {
    display: block;
    max-height: 80px;
    width: auto;
}

.main-menu {
    position: relative;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    padding: 0;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 30px 0px;
    margin-right: 20px;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    opacity: 1;
    padding: 0;
    text-transform: uppercase;
    transition: all 300ms ease;
    font-weight: 600;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #034ea1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 99%;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    margin-top: 1px;
    background: #28303b;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul li {
    position: relative;
    width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.main-menu .navigation>li>ul li>a {
    position: relative;
    line-height: 24px;
    color: white;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
    font-weight: 600;
}


.main-menu .navigation>li>ul li:hover>a {
    opacity: 0.7;
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f107";
    margin-left: 3px;
}

.main-menu .navigation>li>ul li.dropdown>a::after {
    position: absolute;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 3px;
    right: 10px;
}

.main-menu .navigation>li>ul>li ul {
    position: absolute;
    left: 100%;
    margin-top: -44px;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    background: #28303b;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 400ms ease;
}

.main-menu .navigation>li>ul>li>ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation li>ul li:hover>a {
    color: white;
}

.main-menu .navigation li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

/* slider */

.slider-info {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    font-weight: 700;
    color: white;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 16px #000000;
}

.slider-mobile {
    display: none;
}

/* slider bottom */

.slider-bottom {
    position: relative;
}

.slider-bottom .box-area {
    background-color: #034ea1;
    position: absolute;
    top: -90px;
    z-index: 10;
    color: white;
    border-radius: 5px;
    opacity: 0.9;
}

.slider-bottom-box {
    padding: 20px;
    position: relative;
}

.slider-bottom-box:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 1px;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.box-area .col-md-4:last-child .slider-bottom-box:after {
    display: none;
}

.slider-bottom-box a {
    display: flex;
    color: white;
}

.slider-bottom-box a .icon {
    font-size: 40px;
    margin-right: 15px;
}

.slider-bottom-box a .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

/* home about us */

.image-text-16 {
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: white;
}

.image-text-16 .image-text-area {
    display: flex;
    align-items: center;
}

.image-text-16 .right .items {
    display: flex;
    align-items: center;
}

.image-text-16 .right .items .items-left {
    display: flex;
    justify-content: flex-end;
}

.image-text-16 .right .items-right img:first-child {
    margin-bottom: 35px;
}


/* applications */

.applications {
    background-color: #ebebeb;
}

.app-box-area>* {
    margin-bottom: 30px;
}

.app-box {
    position: relative;
}

.app-box .icon {
    position: absolute;
    background-color: #034ea1;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.app-box .icon i {
    position: absolute;
    top: 44%;
    left: 50%;
    font-size: 40px;
    color: white;
    transform: translate(-50%, -50%);
}

.app-box:hover .icon {
    opacity: 0.7;
    transition: all .3s ease;
}

.app-box .title {
    background-color: rgba(3, 78, 161, 0.9);
    color: white;
    text-align: center;
    padding: 12px 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.applications .button1 {
    text-align: center;
    margin-top: 40px;
}

.applications .button1 a:hover {
    background: #ebebeb;
}

/* cta */

.cta {
    background-color: #202831;
    padding: 40px 0;
}

.cta .cta-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.cta .slogan {
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.cta .slogan .icon {
    position: absolute;
    top: -40px;
    left: -80px;
    color: white;
    font-size: 75px;
    opacity: 0.3;
}

.cta .button1 a:hover {
    background: #28303b;
    color: white;
}

/* footer */

.footer {
    background-color: #28303b;
    padding: 50px 0;
    color: white;
}

.footer .logo {
    margin-bottom: 20px;
}

.footer .footer-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 33px;
    padding-bottom: 7px;
}

.footer .footer-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #034ea1;
    bottom: 0;
}

.footer ul {
    padding: 0;
    margin: 0;
}


.footer .center ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.footer .center ul li a {
    position: relative;
    color: white;
    display: inline-block;
    padding-left: 12px;
}

.footer .center ul li a:hover {
    opacity: 0.7;
}

.footer .center ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 24%;
    font-size: 8px;
}

.footer .right ul .hl {
    width: 20%;
    float: left;
    font-weight: 700;
}

.footer .right ul .text {
    width: 80%;
    float: left;
    margin-bottom: 10px;
}

.footer .right ul li a {
    color: white;
}

.footer .right ul li a:hover {
    opacity: 0.7;
}

.footer-end .end-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-end {
    background-color: black;
    color: white;
    padding: 10px;
    margin-top: -20px;
}

.footer-end a {
    color: white;
}

.footer-end a:hover {
    opacity: 0.8;
}

/* Contact Page */

.contact-page .full-contact {
    margin-bottom: 40px;
}

.contact-page .contact-infos {
    border: solid 3px #ddd;
    border-radius: 5px;
    padding: 30px;
    height: 550px
}

.contact-page .contact-infos .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-page .contact-infos .infos {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd;
}

.contact-page .contact-infos .infos .icon {
    font-size: 40px;
    margin-right: 10px;
    min-width: 48px;
    text-align: center;
}

.contact-page .contact-infos .infos a {
    display: block;
}

.contact-page .maps {
    padding: 0;
    margin-bottom: -76px;
}

/* FORM */
.form-area {
    border: solid 3px #ddd;
    background: white;
    border-radius: 5px;
    padding: 30px;
    z-index: 1;
    height: 550px
}

.form-area .title {
    margin-left: 1px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color1);
}

.form-area input.form-control {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}

.form-area select.form-control {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}

.form-area textarea.form-control {
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    padding: 10px 10px;
    outline: none;
}

.form-area button.contact-button {
    background: #034ea1;
    border-radius: 5px;
    color: white;
    border: none;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    outline: none;
}

.form-area button.contact-button:hover {
    background: black;
    outline: none;
    transition: all .3s ease;
}

/* breadcrumb */

.bredcrumb1 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.bredcrumb1:before {
    background-color: #034ea1;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.bredcrumb1 .title {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.bredcrumb1 ul {
    position: absolute;
    top: 10px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    color: white;
    padding-left: 17px;
}

.bredcrumb1 ul li {
    list-style: none;
    font-size: 14px;
}

.bredcrumb1 ul li a {
    color: white;
    font-size: 14px;
}

.bredcrumb1 ul li a:hover {
    opacity: 0.8;
}

.bredcrumb1 ul li a:after {
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
}

/* blog list */

.blog-box {
    display: flex;
    margin-bottom: 20px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 15px;
}

.blog-box .picture {
    width: 20%;
    margin-right: 20px;
    margin-top: 5px;
}

.blog-box .items {
    width: 80%;
}

.blog-box .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
}

.blog-box .desc {
    margin-bottom: 7px;
}

.blog-box .read-more {
    text-align: right;
    font-weight: 700;
}

/* sidebar */

.sidebar-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 7px;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
}


.sidebar-menu ul li {
    margin-bottom: 15px;
}

.sidebar-menu ul li a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-weight: 500;
}

.sidebar-menu ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 24%;
    font-size: 8px;
}

/* text area */


.text-area img {
    max-width: 100%;
    margin-bottom: 15px;
}

.text-area a {
    font-weight: 700;
}

.text-area ul {
    padding: 0;
}

.text-area ul li {
    list-style: none;
    margin-bottom: 10px;
}

.text-area ul li:before {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #333;
    font-weight: 700;
    margin-right: 7px;
}

/* about us page */

.image-text-16.about-us-page .image-text-area {
    display: flex;
    align-items: flex-start;
}

.image-text-16.about-us-page .section-title {
    margin-bottom: 15px;
    font-size: 22px;
}

/* product detail */

.product-sidebar-area {
    border: solid 1px #ddd;
    border-radius: 5px;
}

.product-sidebar-area .title {
    background-color: #034ea1;
    color: white;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.product-sidebar-area .menu ul {
    padding: 0px;
}

.product-sidebar-area .menu ul li {
    border-bottom: solid 1px #ddd;
}

.product-sidebar-area .menu ul li:hover {
    background-color: #034ea1;
}

.product-sidebar-area .menu ul li:hover a {
    color: white
}

.product-sidebar-area .menu ul li a {
    font-weight: 500;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
}

.product-sidebar-area .menu ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 10px;
}

.pro-item {
    margin-bottom: 50px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.pro-item .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* error page */

.error-page {
    text-align: center;
}

.error-page .error-title {
    font-size: 60px;
    font-weight: 700;
    color: #034ea1;
    margin-bottom: 30px;
}

.error-page .error-desc {
    margin-bottom: 30px;
}

.contact-page .maps iframe {
    width: 100%;
}

@media only screen and (min-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .header-mobile {
        display: none;
    }

}

@media only screen and (max-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .mobile-header-icons {
        display: flex;
    }

    .mobile-header-icons .i {
        font-size: 22px;
    }

    .mobile-header-icons a i {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .mobile-header-icons a i.far.fa-map-marker-alt {
        margin-left: 15px;
        background-color: white;
        color: #034ea1;
    }

    .mobile-header-icons a i.fas.fa-phone {
        background-color: white;
        color: #034ea1;
    }

    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0px;
        font-size: 30px;
        margin: 0 10px;
        border: none;
        color: white;
    }

    .mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        width: 100%;
        -webkit-animation: fadeOutLeft 0.5s ease-in-out;
        animation: fadeOutLeft 0.5s ease-in-out;
    }

    .mobile-nav-content {
        padding-top: 20px;
        background: #034ea1;
        width: 80%;
        height: 100%;
        cursor: copy;
        overflow-y: scroll;
    }

    .mobile-nav-logo {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .mobile-nav-logo-content {
        position: relative;
    }

    .mobile-nav-logo-content i {
        display: block;
        margin: 0 auto 10px;
        max-width: 30px;
        line-height: 32px;
        font-size: 30px;
    }

    .mobile-nav-logo-content a {
        color: white;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-nav-logo>a {
        display: block;
        padding: 30px 60px;
    }

    .mobile-nav-logo>a img {
        width: 100%;
    }

    .mobile-nav-menu ul li {
        padding: 10px 25px;
        list-style: none;
    }

    .sub-menu ul {
        background-color: #034ea1;
    }

    .mobile-nav-menu ul li .sub-menu-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-menu ul li i {
        font-size: 14px;
        fill: white;
        color: white;
    }

    .mobile-nav-menu ul li a {
        color: white;
        font-weight: 600;
        font-size: 14px;
    }

    .mobile-nav-menu ul li ul {
        display: none;
        margin-top: 10px;
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
    }

    .mobile-nav.open {
        display: block;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
        overflow-x: scroll;
    }

    .cta-link {
        line-height: 40px;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        display: block;
        color: #fff;
        border-radius: 3px;
        background: white;
        text-align: center;
        margin: 20px;
        margin-bottom: 10px;
        color: #034ea1;
        font-weight: 700;
    }

    .mobile-close-menu {
        position: fixed;
        top: 18px;
        right: 20px;
        display: none;
        z-index: 9999;
    }

    .mobile-close-menu i {
        color: #fff;
        font-size: 25px;
    }

    ul.mobile-menu-social {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        list-style: none;
    }

    ul.mobile-menu-social li+li {
        margin-left: 15px;
    }

    ul.mobile-menu-social li a {
        border: 1px solid #00aad0;
        display: flex;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50%;
    }

    .mobile-nav-menu ul {
        padding: 0px;
    }

    .header-mobile {
        display: block;
        background-color: #034ea1;
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-mobile .header-mobile-logo img {
        max-width: 120px;
    }

    /* fly alert */

    .fly-alert {
        top: 30px;
        left: 10px;
        right: 10px;
        font-size: 16px;
        text-align: center;
    }

    /* footer sticky hemen ara */

    .footer-sticky-bar {
        display: block;
    }

    /* general */

    .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .button1 {
        text-align: center;
    }

    .p70 {
        padding: 40px 0;
    }

    #scroll-top button {
        width: 30px;
        height: 30px;
    }

    #scroll-top button i {
        font-size: 16px;
    }

    /* header */

    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    /* slider */

    .slider {
        display: none;
    }

    .slider-mobile {
        display: block;
    }

    .owl-prev {
        left: 10px;
        top: 90%;
    }

    .owl-next {
        right: 10px;
        top: 90%;
    }

    .slider-info {
        text-align: center;
        width: 90%;
        font-size: 30px;
    }

    /* slider bottom */

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

    .slider-bottom .box-area {
        top: 0;
        position: relative;
    }

    .slider-bottom-box:after {
        background-color: transparent;
    }

    /* image text */

    .image-text-16 {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .image-text-16 .right .items .items-left {
        margin-top: 30px;
    }

    .image-text-16 .right .items .items-left img {
        margin-bottom: 30px;
    }

    /* cta */

    .cta .cta-area {
        display: block;
        text-align: center;
    }

    .cta .slogan {
        margin-bottom: 30px;
    }

    .cta .slogan .icon {
        top: 50%;
        left: 50%;
        opacity: 0.1;
        transform: translate(-50%, -50%);
    }

    /* footer */

    .footer .logo {
        text-align: center;
    }

    .footer .right {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .footer-end .end-area {
        display: block;
        text-align: center;
    }

    /* contact page */

    .contact-page .contact-infos {
        border: none;
        height: auto;
        padding: 10px;
    }

    /* form */

    .form-area {
        border: none;
        padding: 10px;
        height: auto;
    }

    /* breadcrumb */

    .bredcrumb1 .title {
        font-size: 20px;
    }

    .bredcrumb1 {
        padding: 45px 0;
    }

    .bredcrumb1 ul {
        width: 100%;
    }

    /* sidebar */

    .sidebar-area {
        margin-top: 30px;
    }

	.image-text-16 .right .items .items-left img {
		width: 100%;
	}
	
	.image-text-16 .right .items .items-left a {
		width: 100%;
	}
	.image-text-16 .right .items .items-right img {
		width: 100%;
	}
	
	.image-text-16 .right .items .items-right a {
		width: 100%;
	}


}


/* tables css */


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    margin-top: 30px;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

/* ─────────────────────────────────────────────────────────────────────
   Müşteri-özel override blok — eski canlı projede all.min.css'in sonunda
   manuel eklenmiş kurallar. Aktarımda style.css'e taşındı, eski siteyle
   1-1 görsel parite için zorunlu.
   ───────────────────────────────────────────────────────────────────── */

.header-menu {
    background-color: #034ea1;
}

.header-menu .logoicon {
    background-color: #fff;
    width: 35%;
}

.main-menu .navigation>li>a {
    color: #fff;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #fff;
    opacity: .8;
}

.header-menu.fixed-header {
    background-color: #034ea1;
}

.fake_error {
    white-space: nowrap;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .2) 0 5px 10px;
    background-color: #F44336;
    color: #fff;
    padding: 5px 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 15px);
    position: absolute;
    z-index: 99;
    font-weight: 500;
}

.fake_error:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #F44336;
    border-width: 10px;
    margin-left: -10px;
}

.error-page .form-area {
    height: auto;
    border: none;
    background-color: transparent;
    border-radius: unset;
    padding: 0;
}

.error-page .g-recaptcha {
    display: flex;
    justify-content: center;
}

/* sticky bar css */

.sticky-bar {
    padding: 12px 15px 14px 15px;
    display: none;
    text-align: center;
    background: #050C28;
    border-radius: 29px 31px 0px 0px;
    color: #C2C2C2;
    font-size: 9px;
    -webkit-box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.25);
    border-top: solid 7px #034ea1;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
}

.sticky-bar .sticky-box {
    width: 20%;
}

.sticky-bar .sticky-box .text {
    color: #fff;
    margin-top: 6px;
}

.sticky-bar .sticky-box.top-box {
    margin-top: -37px;
    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;
}

.sticky-bar .sticky-box.top-box .icon {
    width: 45px;
    height: 45px;
    background: #034ea1;
    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;
    border-radius: 50%;
    position: relative;
}

.sticky-bar .sticky-box.top-box .icon::before {
    position: absolute;
    content: '';
    width: 59px;
    height: 59px;
    border: 1px solid rgba(163, 203, 147, 0.5);
    border-radius: 50%;
}

.sticky-bar .sticky-box.top-box .icon::after {
    position: absolute;
    content: '';
    width: 69px;
    height: 69px;
    border: 1px solid rgba(163, 203, 147, 0.25);
    border-radius: 50%;
}

.sticky-bar .sticky-box.top-box .text {
    position: absolute;
    bottom: 14px;
}

@media (max-width: 992px) {
    .sticky-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* sticky bar css end */