.logo img {
    width: 100%;
}

.logo {
    padding: 20px 0 20px;
}

a {
    color: #fff;
}
.mainMenu ul li a {
    font-size: 15px;
}

.footer_logo img {
    width: 200px;
}

.about_widgetContent>a {
    font-size: 15px;
}

.mainMenu>ul>li>a:before {
    color: #a9c0ff;
}

.careerAChievementTitle {
    position: relative;
}


.careerAChievementTitle h2 {
    display: inline-block;
    font-size: 35px;
    text-transform: none;
}

.boozyAcordion02 .accordion-button:after {
    display: none;
}

.careerAChievementTitle h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    background-color: #075cb1;
    width: 100%;
}

.header01.isSticky.fixedHeader, .header02.isSticky.fixedHeader, .header03.isSticky.fixedHeader {
    background-color: var(--primary-color);
    z-index: 999;
}
.aboutBanner {
    position: relative;
}

.aboutBanner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000060;
    pointer-events: none;
}

.careerAcordionSec {
    padding: 2rem 0;
}

.pageBannerContent h1,
.pageBannerContent h2,
.pageBannerContent h3,
.pageBannerContent h4
{
    text-transform: none;
}

span.blogCcat a {
    color: #fff;
    text-transform: none;
}
.blogContent02 h2 {
    margin-bottom: 10px;
}

.filter-btn {
    padding: 8px;
    height: 60px !important;
}

input[type="text"] {
    border: 3px solid rgba(255,255,255,.1);
    width: 100%;
    height: 70px;
    line-height: 64px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: #fff;
    background: 0 0;
    padding: 0 20px;
    margin: 0 0 18px;
}


button.scroll_down {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 50px;
    width: 30px;
    bottom: 60px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
}
button.scroll_down:before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: scroll_down_btn-animation 2s infinite;
    animation: scroll_down_btn-animation 2s infinite;
    box-sizing: border-box;
}
@keyframes scroll_down_btn-animation {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes scroll_down_btn-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.solidBTn span {
    text-transform: none;
}

.blogContent02 h2 {
    text-transform: none;
}

.reference .element-item {
    height: 430px;
}
.blogGridRow {
    border: none;
}

.aboutBanner {
    height: 670px;
}

.pageBannerContent h2 {
    font-size: 50px;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  border: 1px solid #4c4c4c;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-padding {
    padding: 2rem 0;
}

td, th {
    color: #fff;
}

tr:nth-child(odd) {
    background-color: #071f2c;
}

tr:nth-child(even) {
    background-color: #051822;
}

thead tr {
    background-color: #002248 !important;
}
.mainMenu ul li {
    margin-right: 35px;
}
.abMark {
    color: #5090cf;
}
.aboutContentColR {
    padding-left: 53px;
}
.aboutContent p {
    line-height: 1.7;
}
.aboutContent>h2 {
     margin-left: 0;
    margin-bottom: 1.2rem;
}
.aboutSection02 {
    padding: 120px 0 80px;
}


.mainMenu ul li a {
    font-weight: 500;
}


@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }

}

.testimonial_items h2 {
    font-size: 45px;
    margin: 0 0 0px;
}

.caseStudyInfoContetnsec {
    background: #071f2c;
    padding: 40px 0 40px;
}

.footer_section {
    padding: 40px 0 40px;
    background: #003366
}
.siteInfoSection {
    background: #071f2c;
}

.blogPageSection {
    padding: 40px 0 40px;
    background: #071f2c;
}
.contactInfoSec {
    padding: 40px 0 0;
    background: #071f2c;
}
.contactInfoRow {
    padding: 0 0 40px;
}
.contactFormSec {
    padding: 40px 0 40px;
    background: #071f2c;
}
.caseStudyInfo {
    padding: 40px 0 40px;
    background: #071f2c;
}

.separator-line {
    position: relative;
    margin-bottom: 30px;
}

.separator-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #b9b9b9;
    width: 20%;
}

.reference-list h2.dfCursor {
    height: 70px;
}
.blogGridRow {
    margin: 0 0 20px;
}

.more-hidden {
    height: 500px !important;
    overflow: hidden;
}

.all-project {
    height: 150px;
    background-image: url("../img/projeler.jpg");
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}

.all-project::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 17, 82, 0.50);
    opacity: .7;
}

.all-project__body {
    position: absolute;
    padding: 3rem 0;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}

@media  screen and (max-width: 700px) {
    .logo {
        width: 25%;
    }
    .reference .element-item {
        height: 350px;
    }
    .blogContent02 h2 {
        font-size: 18px;
    }
    .blogGridView .blogContent02 {
        padding: 20px 20px 0 0;
    }
    .aboutBanner {
        height: 600px;
    }
    .caseStudyInfoContetnsec {
        padding: 60px 0 60px;
    }
    .pageBannerContent {
        position: relative;
        padding: 250px 0 200px;
    }
    .solidBTn.ContactSubmit {
        width: 100%;
        margin-bottom: 10px;
    }
    form.lang_form {
        padding: 15px 25px;
    }
}