@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300, 400, 500, 600, 700&display=swap&subset=latin-ext);
:not(i) {
    font-family: "Poppins", sans-serif;
}
strong {
    font-weight: 700;
}
a,
a:hover {
    color: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    color: unset;
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
:focus {
    box-shadow: none;
    border: 0;
}
:focus,
button:focus {
    outline: 0;
}
.yellowColor {
    color: #fce900;
}
.gutters-0 {
    margin-right: 0;
    margin-left: 0;
}
.gutters-0 > .col,
.gutters-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.gutters-3 {
    margin-right: -3px;
    margin-left: -3px;
}
.gutters-3 > .col,
.gutters-3 > [class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
}
.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.gutters-5 > .col,
.gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.gutters-8 {
    margin-right: -8px;
    margin-left: -8px;
}
.gutters-8 > .col,
.gutters-8 > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}
.form-control:focus {
    box-shadow: none;
    outline: 0;
}
select:focus > option:checked {
    box-shadow: 0 0 10px 100px;
}
button span {
    pointer-events: none;
}
.table,
table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th,
table td,
table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th,
table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody,
table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: #0e8dd0 solid 4px;
}
.mainNav,
header .topNav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .topNav-right .navTeklif-btn {
    cursor: pointer;
    color: #26334e;
    margin: 0 20px 0 0;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 460px) {
    header .topNav-right .navTeklif-btn {
        display: none;
    }
}
header .social li,
header .topNav-right .navTeklif-btn i {
    margin: 0 5px 0 0;
    border-radius: 100%;
    color: #26334e;
    font-size: 16px;
}
header .social {
    display: flex;
    margin-right: 20px;
}
header .social li {
    margin: 0 2px;
    font-size: 15px;
    color: #4b4b4b;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
}
.iletisimPage .socialMediaArea .socialMediaList li a:hover,
.mainNav li ul li a:hover,
header .social li:hover {
    background: #0e8dd0;
    color: #fff;
}
header .langMenu {
    display: flex;
}
header .langMenu li {
    margin: 0 0 0 5px;
}
header .langMenu li img {
    width: 25px;
}
.mainNav .logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mainNav .logo img {
    display: block;
    max-width: 200px;
}
@media (max-width: 660px) {
    .mainNav .logo img {
        max-width: 170px;
    }
	.mainNav .logo {
		transform: translateY(-99%);
	}
}
@media (max-width: 576px) {
    .mainNav .logo {
        left: 20px;
        top: 50px;
    }
}
.mainNav .mainMenu {
    padding-top: 30px;
    display: flex;
}
@media (max-width: 992px) {
    .mainNav .mainMenu {
        display: none;
    }
}
.mainNav li {
    margin-left: 30px;
    font-weight: 600;
    font-size: 17px;
    color: #4b4b4b;
    position: relative;
}
.mainNav li ul {
    padding-top: 37px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    border-bottom: #0e8dd0 solid 3px;
}
.mainNav li ul li {
    margin: 0;
}
.mainNav li ul li a {
    display: block;
    padding: 10px;
    width: 180px;
    font-size: 14px;
    text-align: left;
    border-bottom: #26334e solid 1px;
    background: #fff;
}
.mainNav li ul li a:last-child {
    border: 0;
}
.mainNav li a.active,
.mainNav li:hover {
    color: #0e8dd0;
}
.mainNav li:hover ul {
    display: block;
}
.responsiveNav-btn {
    display: none;
}
@media (max-width: 992px) {
    .responsiveNav-btn {
        display: block;
    }
}
footer {
    padding: 0 0 30px;
}
footer .footer-logo {
    width: 250px;
}
@media (max-width: 768px) {
    footer .container .row .col-md-2,
    footer .container .row .col-md-3,
    footer .container .row .col-md-4 {
        margin: 0 0 15px;
    }
}
footer .footer-social-ul .footer-socialTitle {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #26334e;
}
footer .footer-social-ul li {
    display: inline-block;
}
footer .footer-social-ul li a {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    color: #26334e;
}
footer .footer-social-ul li a i {
    font-size: 12px;
    padding: 6px 0;
    border-radius: 100%;
}
footer .footer-social-ul .footer-socialTitle span {
    font-weight: 600;
}
footer .footer-aboutText {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 25px 0;
    margin: 0;
    color: #26334e;
}
footer .footer-social-ul li a i:hover,
footer .footer-social-ul li a:hover {
    background: #0e8dd0;
    color: #fff !important;
}
footer .hizli-menu-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .hizli-menu-ul .ul-menu-title {
    font-size: 16px;
    font-weight: 600;
    color: #26334e;
    padding: 0 0 10px;
}
@media (max-width: 992px) {
    footer .hizli-menu-ul .ul-menu-title {
        font-size: 14px;
    }
}
footer .hizli-menu-ul li a {
    display: block;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    color: #26334e;
}
@media (max-width: 992px) {
    footer .hizli-menu-ul li a {
        font-size: 12px;
    }
}
footer .hizli-menu-ul li a:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: none;
}
footer .hizli-menu-ul li a:hover:before {
    display: inline-block;
    color: #0e8dd0;
    position: absolute;
    left: -12px;
}
footer .cevizbilisim {
    position: absolute;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: -20px;
    opacity: 50%;
    text-align: center;
}
footer .cevizbilisim:hover {
    opacity: 100%;
}
@media (max-width: 460px) {
    footer .cevizbilisim {
        left: 35%;
    }
}
footer .cevizbilisim img {
    width: 70%;
    margin-right: 10px;
}
@media (max-width: 460px) {
    footer .cevizbilisim img {
        display: none;
    }
}
.sideMenu .menuList li a,
footer .cevizbilisim .webtasarim {
    display: block;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    color: #26334e;
}
.sideMenu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.sideMenu .head {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #26334e;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
}
@media (max-width: 768px) {
    .sideMenu .menuList {
        margin-bottom: 20px;
    }
}
.sideMenu .menuList li a {
    padding: 15px 35px 15px 20px;
    font-weight: 500;
    font-size: 14px;
}
.sideMenu .menuList li a:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #ababab;
    font-size: 24px;
    font-weight: 300;
    transition: opacity 0.4s ease;
    opacity: 0;
}
.sideMenu .menuList li a.active,
.sideMenu .menuList li a:hover {
    background: #f6f6f6;
}
.sideMenu .menuList li a.active:after,
.sideMenu .menuList li a:hover:after {
    opacity: 1;
}
.sideMenu .menuList li .altMenu {
    display: none;
}
.sideMenu .menuList li .altMenu.active {
    display: block !important;
}
.sideMenu .menuList li .altMenu li a {
    font-size: 12px;
    display: block;
    padding: 5px 35px 5px 40px;
    font-weight: 400;
    color: #26334e;
    position: relative;
}
.teklifFormModal .modal-content {
    background: linear-gradient(90deg, rgba(38, 51, 78, 0.9) 0, rgba(38, 51, 78, 0.9) 100%), url(../img/teklifal-bg.png);
    width: 100%;
}
.teklifFormModal .modal-content .modal-header {
    display: block;
    padding: 2.5rem 1rem;
    border: 0;
}
.teklifFormModal .modal-content .modal-header .close {
    text-shadow: none;
    font-weight: 300;
    color: #0e8dd0;
    font-size: 25px;
    border: 1px solid #0e8dd0;
    line-height: 0;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1.8rem 0 -1rem auto;
}
.teklifFormModal .modal-content .modal-header h5 {
    color: #0e8dd0;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.teklifFormModal .modal-content .modal-header p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.teklifFormModal .modal-content .modal-body .cevizFloat {
    position: relative;
    width: 100%;
    height: 100%;
}
.teklifFormModal .modal-content .modal-body .cevizFloat .form-control {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid rgba(196, 196, 196, 0.23);
    transition: all 0.1s ease-in-out;
}
.teklifFormModal .modal-content .modal-body .cevizFloat .form-control:focus {
    transition: all 0.2s ease-in-out;
}
.teklifFormModal .modal-content .modal-body .cevizFloat .form-control:focus + label {
    top: -10px;
    transform: scale(0.8);
    transform-origin: left top;
    transition: all 0.2s ease-in-out;
    color: #fff;
}
.teklifFormModal .modal-content .modal-body .cevizFloat .form-control:not(:placeholder-shown) + label {
    top: -10px;
    transform: scale(0.8);
    transform-origin: left top;
    transition: all 0.2s ease-in-out;
}
.teklifFormModal .modal-content .modal-body .cevizFloat .form-control::placeholder {
    font-size: 0;
}
.teklifFormModal .modal-content .modal-body .cevizFloat .form-control:placeholder-shown {
    font-size: 14px;
}
.teklifFormModal .modal-content .modal-body .cevizFloat label {
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 10px;
    top: 20px;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.teklifFormModal .modal-content .modal-body .checkbox {
    --background: transparent;
    --border: #0e8dd0;
    --border-hover: #26334e;
    --border-active: #0e8dd0;
    --tick: #fff;
    position: relative;
}
.teklifFormModal .modal-content .modal-body .checkbox input {
    width: 21px;
    height: 21px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: 0;
    background: var(--background);
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
}
.teklifFormModal .modal-content .modal-body .checkbox svg {
    display: block;
}
.teklifFormModal .modal-content .modal-body .checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}
.teklifFormModal .modal-content .modal-body .checkbox input:checked {
    --b: var(--border-active);
}
.teklifFormModal .modal-content .modal-body .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    transform: scale(var(--scale, 1)) translateZ(0);
}
.teklifFormModal .modal-content .modal-body .checkbox.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}
.teklifFormModal .modal-content .modal-body .checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}
.teklifFormModal .modal-content .modal-body .checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.teklifFormModal .modal-content .modal-body .customCheckbox {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}
.teklifFormModal .modal-content .modal-body .customCheckbox .checkLabel {
    margin-left: 10px;
    font-weight: 300;
    font-size: 15px;
    color: #9197a3;
}
.teklifFormModal .modal-content .modal-body .modalBtn {
    margin-top: 20px;
    padding: 10px 15px;
    background: #0e8dd0;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}
.teklifFormModal .modal-content .modal-body .modalBtn i {
    font-size: 20px;
}
.catalog-item {
    padding: 37px 15px 15px;
    background: #f9f9f9;
}
.catalog-item .detail {
    margin-left: 20px;
}
.catalog-item .detail .info .title {
    font-weight: 600;
    font-size: 16px;
    color: #26334e;
}
.catalog-item .detail .info .subtitle {
    font-size: 12px;
    color: #26334e;
}
.catalog-item .btns {
    margin-top: 50px;
}
.catalog-item .btns .downloadBtn,
.catalog-item .btns .viewBtn {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: #26334e solid 1px;
    font-weight: 500;
    font-size: 14px;
}
.catalog-item .btns .downloadBtn,
.catalog-item .btns .downloadBtn:hover,
.catalog-item .btns .viewBtn:hover {
    background: #26334e;
    color: #fff;
}
.catalog-item .btns .viewBtn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #26334e;
}
.mainSlider .swiper-slide {
    width: 100%;
    height: 590px;
}
.mainSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainSlider .swiper-slide .overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.mainSlider .swiper-slide .overlay .title {
    font-weight: 300;
    font-size: 51px;
    line-height: 60px;
    color: #fff;
}
.mainSlider .swiper-slide .overlay .subtitle {
    font-weight: 600;
    font-size: 51px;
    line-height: 60px;
    color: #fff;
}
.mainSlider .swiper-slide .overlay .content {
    margin-top: 5px;
    font-weight: 300;
    font-size: 12px;
    color: #a9b1d0;
    width: 476px;
}
.mainSlider .swiper-slide .overlay .slideBtn {
    display: inline-block;
    margin-top: 40px;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    background: 0 0;
    border: 2px solid #0e8dd0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
.catalog-item .btns .downloadBtn i,
.catalog-item .btns .viewBtn i,
.mainSlider .swiper-slide .overlay .slideBtn i,
.tanitimSc .ekatalog .btnBordered i {
    margin-right: 5px;
    font-size: 18px;
}
.mainSlider .swiper-button-next,
.mainSlider .swiper-button-prev {
    background: #0e8dd0;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.mainSlider .swiper-button-next:after,
.mainSlider .swiper-button-prev:after {
    font-size: 18px;
}
.mainSlider .swiper-button-prev {
    left: 30px;
}
.mainSlider .swiper-button-next {
    right: 30px;
}
.mainSlider .swiper-pagination {
    left: 15px;
    bottom: 30px;
}
.mainSlider .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.29;
    width: 36px;
    height: 6px;
    margin-right: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.mainSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0e8dd0;
}
.about-main .about-altTittle {
    font-size: 18px;
    font-weight: 300;
    color: #0e8dd0;
    line-height: 18px;
}
@media (max-width: 992px) {
    .about-main .about-altTittle {
        font-size: 16px;
    }
}
.about-main .about-ustTittle {
    color: #26334e;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}
@media (max-width: 992px) {
    .about-main .about-ustTittle {
        font-size: 16px;
    }
}
.about-main .about-text {
    color: #656565;
    font-size: 14px;
    margin-top: 15px;
    text-align: justify;
    text-align-last: left;
    font-weight: 300;
    line-height: 18px;
}
@media (max-width: 992px) {
    .about-main .about-text {
        font-size: 12px;
    }
}
.about-main .about-btn {
    background: #26334e;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 15px;
    border: 1px solid #26334e;
}
@media (max-width: 992px) {
    .about-main .about-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
}
.about-main .about-btn:hover {
    background: 0 0;
    color: #0e8dd0;
    border: 1px solid #0e8dd0;
}
.about-main .about-btn i {
    color: #0e8dd0;
    padding: 0 5px;
}
@media (max-width: 768px) {
    .about-main .homeKurumsalSwiper {
        margin-top: 25px;
    }
}
.about-main .homeKurumsalSwiper img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.about-main .about-swiper-btn {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 99999;
    color: #fff;
}
.about-main .about-swiper-btn a:hover {
    background: rgba(14, 141, 208, 0.6);
}
.hizmetlerSection {
    margin-top: 100px;
    margin-bottom: 50px;
}
.hizmetlerSection .imgBx .compont:before {
    width: 35px;
    height: 3px;
    background: #0e8dd0;
    content: "";
    margin: 15px 0;
    display: block;
}
.hizmetlerSection .imgBx .compont .services-slide-title,
.services-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #26334e;
    margin: 0 0 15px;
}
@media (max-width: 992px) {
    .hizmetlerSection .imgBx .compont .services-slide-title {
        font-size: 16px;
    }
}
.hizmetlerSection .imgBx .compont .services-slide-text {
    font-size: 13px;
    font-weight: 300;
    color: #8a8a8a;
    text-align: justify;
    text-align-last: left;
}
@media (max-width: 992px) {
    .hizmetlerSection .imgBx .compont .services-slide-text {
        font-size: 12px;
    }
}
.about-swiper-btn a,
.answers-swiper-btn a,
.services-swiper-btn a {
    background: #0e8dd0;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
}
.services-swiper-btn a:hover {
    background: #26334e;
}
.swiper-pagination-bullet-active {
    background: #0e8dd0 !important;
}
@media (max-width: 460px) {
    .services-title {
        width: 210px;
    }
}
.services-title h2 {
    margin: 0;
    font-size: 25px;
    padding: 0;
}
@media (max-width: 992px) {
    .services-title h2 {
        font-size: 20px;
    }
}
.services-title h3 {
    font-size: 18px;
    font-weight: 300;
    color: #0e8dd0;
}
@media (max-width: 992px) {
    .services-title h3 {
        font-size: 14px;
    }
}
.service-slide-btn {
    margin: 0;
    padding: 0;
    color: #26334e;
}
.answers-slide-btn i,
.service-slide-btn i {
    padding: 10px 12px;
    border-radius: 100%;
    margin: 0;
}
.service-slide-btn i {
    background: #26334e;
    color: #fff;
    font-size: 15px;
    border: 1px solid #26334e;
}
.answers-slide-btn span,
.service-slide-btn span {
    padding: 0 0 0 10px;
    font-size: 12px;
}
.imgBx-overlayHover {
    position: absolute;
    z-index: 99999;
    background: #0e8dd0;
    opacity: 0.3;
}
.answersSwiper .imgBx img,
.hizmetlerSection .imgBx img {
    height: 183px;
    width: 100%;
    object-fit: cover;
}
.answers-bg {
    background: rgba(38, 51, 78, 0.9) url(../img/answers-bg.png) no-repeat bottom left;
    width: 100%;
    background-size: cover;
    background-blend-mode: multiply;
    position: relative;
    padding: 40px 0;
}
.answers-bg .sectionHead,
.hizmetlerSection .sectionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.answers-bg .sectionHead .answers-title .title,
.answers-slide-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 992px) {
    .answers-bg .sectionHead .answers-title .title {
        font-size: 20px;
    }
}
.answers-bg .sectionHead .answers-title .subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #0e8dd0;
}
@media (max-width: 992px) {
    .answers-bg .sectionHead .answers-title .subtitle {
        font-size: 14px;
    }
}
.answers-slide-title {
    font-size: 17px;
    padding: 0;
    margin: 15px 0;
}
@media (max-width: 992px) {
    .answers-slide-title {
        font-size: 16px;
    }
}
.answers-slide-text {
    font-size: 13px;
    font-weight: 300;
    color: #dedede;
}
@media (max-width: 992px) {
    .answers-slide-text {
        font-size: 12px;
    }
}
.answers-slide-btn {
    margin: 0;
    padding: 0;
    color: #fff;
}
.answers-slide-btn i {
    color: #0e8dd0;
    font-size: 12px;
}
.imgBx:hover .answersHover-i {
    color: #fff;
    background: #0e8dd0 !important;
}
.imgBx:hover .servicesHover-i {
    background: 0 0;
    border: 1px solid #26334e;
    color: #26334e;
}
.answers-swiper-btn a {
    border: 1px solid transparent;
}
.answers-slide-btn i,
.answers-swiper-btn a:hover {
    border: 1px solid #0e8dd0;
    background: 0 0;
}
.about {
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
}
.about h2,
.about h3 {
    font-size: 13px;
    color: #0e8dd0;
    font-weight: 400;
}
.about h2 {
    font-size: 24px;
    color: #26334e;
}
.about-textBg {
    background: url(../img/aboutBg.png);
    width: 100%;
    height: 355px;
    position: relative;
    text-align: center;
}
.about-textBg .textBg-overlay {
    background: #26334e;
    position: absolute;
    height: 355px;
    width: 100%;
    opacity: 0.9;
}
.about-textBg .textBg-overlay .container .row .textBg-main {
    margin: 4rem 0;
}
.about-textBg .textBg-overlay .container .row .textBg-main i {
    font-size: 55px;
    color: #fff;
}
.about-textBg .textBg-overlay .container .row .textBg-main h5 {
    font-size: 13px;
    color: #0e8dd0;
    margin: 10px 0 0;
    font-weight: 400;
}
.about-textBg .textBg-overlay .container .row .textBg-main h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.about-textBg .textBg-overlay .container .row .textBg-main p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.aboutswiper {
    border-bottom: 10px solid #0e8dd0;
}
.aboutswiper .aboutPagination {
    left: 0.5rem;
    bottom: 0.5rem;
    position: absolute;
}
.aboutswiper .aboutPagination .swiper-pagination {
    position: relative;
}
.aboutswiper .aboutPagination .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #949597;
    margin: 0 5px;
}
.pageHeader {
    background: linear-gradient(90deg, rgba(38, 51, 78, 0.5) 0, rgba(38, 51, 78, 0.5) 100%), url(../img/pageHeaderBg.png);
}
.pageHeader .breadcrumb {
    padding: 46px 0;
    background: 0 0;
    margin: 0;
}
.pageHeader .breadcrumb .breadcrumb-item {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
}
.pageHeader .breadcrumb .breadcrumb-item:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
}
.pageHeader .breadcrumb .breadcrumb-item:first-child:before {
    display: none;
}
.pageHeader .breadcrumb .breadcrumb-item.active,
.pageHeader .breadcrumb .breadcrumb-item.active:before {
    color: #0e8dd0;
}
.pageHeader .titleSection {
    height: 86px;
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.01);
}
.pageHeader .titleSection .pageTitle {
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    position: relative;
    padding-left: 32px;
}
.pageHeader .titleSection .pageTitle:before {
    width: 27px;
    height: 3px;
    background: #0e8dd0;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.iletisimPage .sube {
    margin-bottom: 30px;
}
.iletisimPage .sube .detaylar,
.iletisimPage .sube .detaylar:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.iletisimPage .sube .detaylar {
    padding: 18px 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 210px;
}
.iletisimPage .sube .detaylar:hover {
    background: #26334e;
}
.career-collapse .cardn button span.pls i,
.iletisimPage .sube .detaylar:hover .adres,
.iletisimPage .sube .detaylar:hover .bottom > .tel,
.iletisimPage .sube .detaylar:hover .title {
    color: #fff;
}
.iletisimPage .sube .detaylar .title {
    font-weight: 600;
    font-size: 20px;
    color: #26334e;
}
.iletisimPage .sube .detaylar .adres,
.iletisimPage .sube .detaylar .bottom .tel {
    font-size: 14px;
    color: #26334e;
}
.iletisimPage .sube .detaylar .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iletisimPage .sube .detaylar .bottom .maps {
    padding: 12px;
    color: #fff;
    background: #0e8dd0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.iletisimPage .sube .mapDiv iframe {
    width: 100%;
    height: initial;
    margin-bottom: -7px;
}
.iletisimPage .iletsimDiv,
.iletisimPage .sube {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
}
.iletisimPage .iletsimDiv .divHead {
    padding: 20px 22px;
    background: #f6f6f6;
}
.iletisimPage .iletsimDiv .divHead .title {
    font-weight: 600;
    font-size: 20px;
    color: #26334e;
}
.iletisimPage .iletsimDiv .divHead .subtitle {
    font-size: 13px;
    color: #26334e;
}
.iletisimPage .iletsimDiv .iletisimForm {
    padding: 15px;
}
.iletisimPage .iletsimDiv .iletisimForm .form-control {
    margin-bottom: 10px;
    min-height: 50px;
    background: 0 0;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    color: #a7a7a7;
}
.iletisimPage .iletsimDiv .iletisimForm .form-control::placeholder {
    font-size: 13px;
    color: #a7a7a7;
}
.iletisimPage .iletsimDiv .iletisimForm .btnBlue {
    background: #26334e;
    color: #fff;
    padding: 10px 15px;
}
.iletisimPage .iletsimDiv .iletisimForm .btnBlue i {
    color: #0e8dd0;
    margin-right: 5px;
}
.iletisimPage .socialMediaArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
}
.iletisimPage .socialMediaArea .head .title {
    font-size: 13px;
    color: #0e8dd0;
}
.iletisimPage .socialMediaArea .head .subtitle {
    font-size: 21px;
    color: #26334e;
}
.iletisimPage .socialMediaArea .socialMediaList {
    display: inline-flex;
}
.iletisimPage .socialMediaArea .socialMediaList li a {
    font-size: 23px;
    color: #4b4b4b;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tanitimSc {
    position: relative;
}
.tanitimSc .bg {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.tanitimSc .bg::before {
    content: "";
    width: 50%;
    background: #000;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgba(236, 236, 236, 0.94) 0, rgba(236, 236, 236, 0.94) 100%), url(../img/ebultenBg.png);
}
@media (max-width: 768px) {
    .tanitimSc .bg::before {
        width: 100%;
        height: 50%;
        top: 0;
    }
}
.tanitimSc .bg::after {
    content: "";
    width: 50%;
    background: red;
    position: absolute;
    height: 100%;
    right: 0;
    background: linear-gradient(90deg, rgba(14, 141, 208, 0.94) 0, rgba(14, 141, 208, 0.94) 100%), url(../img/ekatalogBg.png);
}
@media (max-width: 768px) {
    .tanitimSc .bg::after {
        width: 100%;
        height: 50%;
        bottom: 0;
    }
}
.tanitimSc .ebulten,
.tanitimSc .ekatalog {
    padding: 30px 0;
}
.tanitimSc .ebulten .title {
    font-weight: 600;
    font-size: 18px;
    color: #26334e;
    background: 0 0;
    padding-left: 5px;
    position: relative;
    border-left: 2px solid #0e8dd0;
}
.tanitimSc .ebulten .subtitle {
    font-weight: 300;
    font-size: 13px;
    color: #2d2d2d;
}
.tanitimSc .ebulten .input-group {
    margin-top: 20px;
}
.tanitimSc .ebulten .input-group .btnBlue,
.tanitimSc .ebulten .input-group .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}
.tanitimSc .ebulten .input-group .form-control {
    font-weight: 300;
    color: #2d2d2d;
    background: #d1d1d1;
    height: 39px;
}
.tanitimSc .ebulten .input-group .btnBlue {
    background: #26334e;
    font-weight: 500;
    color: #fff;
}
.tanitimSc .ekatalog .title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: 0 0;
    padding-left: 5px;
    position: relative;
    border-left: 2px solid #fff;
}
.tanitimSc .ekatalog .subtitle {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
}
.tanitimSc .ekatalog .btnBordered {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    border: #fff solid 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.tanitimSc .ekatalog .btnBordered:hover {
    background: #fff;
    color: #0e8dd0;
}
.tanitimSc .katalogPng {
    position: absolute;
    right: -50px;
    top: 10px;
}
@media (max-width: 768px) {
    .tanitimSc .katalogPng {
        right: 10px;
    }
}
.hizmetlerPage .imgBx {
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.hizmetlerPage .imgBx img {
    width: 100%;
    height: 183px;
    object-fit: cover;
}
.hizmetlerPage .imgBx .compont {
    padding: 0 25px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100% - 183px);
}
.hizmetlerPage .imgBx .compont .services-slide-title {
    font-size: 18px;
    font-weight: 600;
    color: #26334e;
    margin: 0 0 15px;
}
.hizmetlerPage .imgBx .compont .services-slide-title:before {
    width: 35px;
    height: 3px;
    background: #0e8dd0;
    content: "";
    margin: 15px 0;
    display: table;
}
.hizmetlerPage .imgBx .compont .services-slide-text {
    font-size: 13px;
    font-weight: 300;
    color: #8a8a8a;
    text-align: justify;
    text-align-last: left;
}
.hizmetDetayPage .hizmetImage {
    position: relative;
    padding: 10px;
}
.hizmetDetayPage .hizmetImage:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0e8dd0;
    right: 0;
    top: 0;
    clip-path: polygon(47% 0, 100% 0, 100% 100%, 8% 100%);
    content: "";
    z-index: -1;
}
.hizmetDetayPage .hizmetImage img {
    width: 100%;
    height: 416px;
    object-fit: cover;
}
.hizmetDetayPage .hizmetDetay .subtitle {
    font-weight: 300;
    font-size: 13px;
    color: #0e8dd0;
}
.hizmetDetayPage .hizmetDetay .title {
    font-weight: 600;
    font-size: 29px;
    color: #2a435b;
}
.hizmetDetayPage .hizmetDetay .content {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    color: #2a435b;
    text-align: justify;
    text-align-last: left;
}
.relatedHizmetler .swiper-container {
    margin: -10px;
    padding: 10px;
}
.relatedHizmetler .sectionHead {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.relatedHizmetler .sectionHead .title {
    font-weight: 600;
    font-size: 29px;
    color: #26334e;
}
.relatedHizmetler .sectionHead .subtitle {
    font-weight: 300;
    font-size: 13px;
    color: #0e8dd0;
}
.relatedHizmetler .imgBx {
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.relatedHizmetler .imgBx img {
    width: 100%;
    height: 183px;
    object-fit: cover;
}
.relatedHizmetler .imgBx .compont {
    padding: 0 10px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100% - 183px);
}
.relatedHizmetler .imgBx .compont:before {
    width: 35px;
    height: 3px;
    background: #0e8dd0;
    content: "";
    margin: 15px 0;
    display: block;
}
.relatedHizmetler .imgBx .compont .services-slide-title {
    font-size: 14px;
    font-weight: 600;
    color: #26334e;
    margin: 0 0 15px;
}
.relatedHizmetler .imgBx .compont .services-slide-text {
    font-size: 13px;
    font-weight: 300;
    color: #8a8a8a;
    text-align: justify;
    text-align-last: left;
}
.relatedcozumler .cozumItem {
    display: flex;
    min-height: 206px;
}
.relatedcozumler .cozumItem .img {
    width: 222px;
    height: auto;
    flex: 0 0 222px;
}
.cozumlerPage .cozumItem .img img,
.relatedcozumler .cozumItem .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: #dadce1 solid 7px;
}
.relatedcozumler .cozumItem .ItemDetail {
    background: #f6f6f6;
    padding: 20px 15px;
}
.relatedcozumler .cozumItem .ItemDetail .title {
    font-weight: 600;
    font-size: 21px;
    color: #26334e;
}
.relatedcozumler .cozumItem .ItemDetail .content {
    margin-top: 10px;
    font-weight: 300;
    font-size: 12px;
    color: #26334e;
}
.relatedcozumler .cozumItem .ItemDetail .goDetail {
    margin-top: 20px;
    font-size: 12px;
    color: #26334e;
    display: inline-flex;
    align-items: center;
}
.cozumlerPage .cozumItem .ItemDetail .goDetail i,
.relatedcozumler .cozumItem .ItemDetail .goDetail i {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.relatedcozumler .cozumItem .ItemDetail .goDetail i {
    background: #0e8dd0;
}
.relatedcozumler .swiper-container {
    margin: -10px;
    padding: 10px;
}
.relatedcozumler .sectionHead {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.relatedcozumler .sectionHead .title {
    font-weight: 600;
    font-size: 29px;
    color: #26334e;
}
.relatedcozumler .sectionHead .subtitle {
    font-weight: 300;
    font-size: 13px;
    color: #0e8dd0;
}
.cozumlerPage .cozumItem {
    display: flex;
    min-height: 206px;
    margin-bottom: 30px;
}
@media (max-width: 460px) {
    .cozumlerPage .cozumItem {
        flex-direction: column;
    }
}
.cozumlerPage .cozumItem .img {
    width: 222px;
    height: auto;
    flex: 0 0 222px;
}
@media (max-width: 460px) {
    .cozumlerPage .cozumItem .img {
        width: 100%;
        flex: 0 0 100%;
        height: unset;
    }
}
.cozumlerPage .cozumItem .ItemDetail {
    background: #f6f6f6;
    padding: 20px 15px;
}
@media (max-width: 768px) {
    .cozumlerPage .cozumItem .ItemDetail {
        width: 100%;
    }
}
.cozumlerPage .cozumItem .ItemDetail .title {
    font-weight: 600;
    font-size: 21px;
    color: #26334e;
}
.cozumlerPage .cozumItem .ItemDetail .content {
    margin-top: 10px;
    font-weight: 300;
    font-size: 12px;
    color: #26334e;
}
.cozumlerPage .cozumItem .ItemDetail .goDetail {
    margin-top: 20px;
    font-size: 12px;
    color: #26334e;
    display: inline-flex;
    align-items: center;
}
.cozumlerPage .cozumItem .ItemDetail .goDetail i {
    background: #000;
}
.career-collapse .cardn {
    margin-bottom: 5px;
}
.career-collapse .cardn button {
    width: 100%;
    background: #e5ecf0;
    text-align: left;
    padding: 15px 50px 15px 18px;
    position: relative;
}
.career-collapse .cardn button.collapsed span.pls {
    border: 1px solid #01afee;
    background: 0 0;
}
.career-collapse .cardn button.collapsed span.pls i {
    color: inherit;
}
.career-collapse .cardn button span.pls {
    position: absolute;
    right: 20px;
    top: 25%;
    display: block;
    width: 30px;
    height: 30px;
    background: #01afee;
    border-radius: 50%;
}
.career-collapse .cardn .cardn-body {
    padding: 10px 15px 0;
    font-size: 13px;
    color: #000;
}
.career-collapse .cardn .cardn-body ul {
    list-style: none;
    padding-left: 15px;
}
.career-collapse .cardn .cardn-body ul li::before {
    content: "•";
    color: #01afee;
    font-weight: 700;
    display: inline-block;
    width: 1em;
}
