/* Header logo — site icon and resim-yok.png share the same box */
.main-header-three__middle-inner .logo-box,
.stricky-one-logo .logo {
    width: 217px;
    height: 54px;
}

.main-header-three__middle-inner .logo-box a,
.stricky-one-logo .logo a {
    display: block;
    width: 217px;
    height: 54px;
}

.main-header-three__middle-inner .logo-box a img,
.stricky-one-logo .logo a img {
    width: 217px;
    height: 54px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.mobile-nav__content .logo-box a {
    display: block;
    width: 155px;
    height: 40px;
}

.mobile-nav__content .logo-box a img {
    width: 155px;
    height: 40px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.main-header-three__top .left {
    max-width: none;
}

.main-header-three__top .left .menu-box {
    margin-left: 0;
}

.main-header-three__top .menu-box li a .fa-clock {
    margin-right: 8px;
    color: var(--thm-base);
}

.main-header-three__top .location-box {
    max-width: 260px;
    width: 260px;
}

.main-header-three__top .location-box .nice-select {
    padding-right: 42px;
}

.main-header-three__top .left .social-links {
    position: relative;
    display: block;
    margin-left: 20px;
}

.main-header-three__top .left .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.main-header-three__top .left .social-links li:last-child {
    margin-right: 0;
}

.main-header-three__top .left .social-links li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.main-header-three__top .left .social-links li a:hover {
    color: #ffffff;
}

.main-header-three__top .left .social-links li a::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-base);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.main-header-three__top .left .social-links li a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.main-header-three__top .social-links li a span[class*="fa-"] {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
}

.main-header-three__middle .contact-info ul li .text-box p {
    max-width: 220px;
}

.stricky-header .main-menu__inner {
    flex-wrap: nowrap;
    align-items: center;
}

.stricky-header.main-menu .stricky-one-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 24px;
}

.stricky-header .stricky-one-logo .logo,
.stricky-header .stricky-one-logo .logo a,
.stricky-header .stricky-one-logo .logo a img {
    width: 160px;
    height: 40px;
}

.stricky-header .main-menu__list {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.stricky-header .main-menu__list > li + li {
    margin-left: 36px;
}

.stricky-header .main-menu__list > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    white-space: nowrap;
}

.stricky-header .main-menu__list > li.dropdown > a {
    padding-right: 18px;
}

.stricky-header .main-menu__list > li.dropdown > a::before {
    right: 0;
}

.xs-sidebar-group .content-inner .logo a img {
    width: 217px;
    height: 54px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.thm-social-link1 ul li a i[class*="fa-"] {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
}

.swal2-container {
    z-index: 2147483647 !important;
}

.services-three__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -40px -40px 22px;
    z-index: 1;
}

.services-three__single-img a {
    display: block;
}

.services-three__single-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform 700ms ease;
}

.services-three__single:hover .services-three__single-img img {
    transform: scale(1.08);
}

.about-three__img .inner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.project-three__single-img img {
    width: 100%;
    aspect-ratio: 770 / 800;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.home-contact-banner {
    padding: 0;
}

.home-contact-banner .mission-vision-one__wrapper {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.home-contact-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

.home-contact-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 18, 36, 0.58);
    z-index: 1;
}

.home-contact-banner__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 90px 0;
}

.home-contact-banner__content h2 {
    color: #ffffff;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 18px;
}

.home-contact-banner__content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
}

.brand-one-sec .swiper-slide>a>img {
    width: 180px;
    height: 110px;
    object-fit: contain;
}

.footer-widget__about-logo a img {
    width: 217px;
    height: 54px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.footer-widget__about-social-link li a span[class*="fa-"]::before {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    font-weight: 400;
}

.footer-widget__posts-list ul li .img-box img {
    width: 70px;
    height: 75px;
    object-fit: cover;
    object-position: center;
}

.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-button:hover,
.whatsapp-button:focus {
    color: #fff;
}

.whatsapp-button-icon {
    margin-top: 16px;
}

.contact-page-google-map__embed iframe,
.contact-page-google-map iframe {
    display: block;
    width: 100%;
    height: 560px;
    border: 0;
}

.contact-page__content-single-inner .icon-box .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
}

.project-one-sec--three .project-one__single-img .inner img {
    width: 100%;
    aspect-ratio: 500 / 313;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.project-one-sec--three .project-one__single-img .content-box h2 {
    color: #ffffff;
}

.services-one-sec--services .services-one__single-img img {
    width: 100%;
    aspect-ratio: 1000 / 600;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.services-list__pagination {
    padding-top: 30px;
}

.services-list__pagination .pagination {
    justify-content: center;
    margin-bottom: 0;
}

.services-details__img1 img {
    width: 100%;
    aspect-ratio: 1000 / 600;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.services-details__body p {
    margin-bottom: 18px;
}

.services-details__body img {
    max-width: 100%;
    height: auto;
}

.page-header__content h2 {
    word-break: break-word;
}

.work-perfomance-one-sec--about {
    padding-bottom: 120px;
}

.work-perfomance-one-sec--about .work-perfomance-one__img img {
    width: 100%;
    aspect-ratio: 1000 / 600;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.page-cms-body p {
    margin-bottom: 18px;
}

.page-cms-body img {
    max-width: 100%;
    height: auto;
}

.page-cms-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--thm-base);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-cms-video:hover {
    color: #ffffff;
}

.blog-one-sec--two--blog.grid .blog-one__single-img .inner img {
    width: 100%;
    aspect-ratio: 1000 / 600;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.blog-grid__pagination {
    padding-top: 20px;
}

.blog-grid__pagination .pagination {
    justify-content: center;
    margin-bottom: 0;
}

.blog-list__single-img img {
    width: 100%;
    aspect-ratio: 1000 / 600;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.sidebar-post__img img {
    width: 100%;
    aspect-ratio: 1000 / 600;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.blog-list__pagination .pagination {
    margin-bottom: 0;
}

.blog-details__img img {
    width: 100%;
    aspect-ratio: 1000 / 600;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.blog-details__body p {
    margin-bottom: 18px;
}

.blog-details__body img {
    max-width: 100%;
    height: auto;
}

.comment-one__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-one__single--reply {
    margin-left: 80px;
}

.blog-details__bottom {
    display: block;
}

.blog-details__bottom .blog-details__tags {
    margin-bottom: 20px;
}

.blog-details__share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.blog-details__share-title {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.project-details__info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    margin: 0 0 30px;
    padding: 22px 0;
    border-top: 1px solid #dcdfe2;
    border-bottom: 1px solid #dcdfe2;
}

.project-details__info-item h5 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--thm-black);
}

.project-details__info-item p,
.project-details__info-item a {
    margin: 0;
    color: var(--thm-gray);
}

.project-details__info-item a:hover {
    color: var(--thm-base);
}

.project-related-sec {
    padding-top: 0;
}

.blog-details--has-related {
    padding-bottom: 70px;
}

.blog-list__single-content .meta-info li .fa:before {
    font-size: 14px;
    top: 0;
}

@media (max-width: 767px) {
    .main-header-three__middle-inner .logo-box,
    .main-header-three__middle-inner .logo-box a,
    .main-header-three__middle-inner .logo-box a img,
    .stricky-one-logo .logo,
    .stricky-one-logo .logo a,
    .stricky-one-logo .logo a img {
        width: 160px;
        height: 40px;
    }

    .about-three__img .inner img {
        height: 320px;
    }

    .home-contact-banner .mission-vision-one__wrapper {
        min-height: 420px;
    }

    .home-contact-banner__content {
        padding: 70px 0;
    }

    .home-contact-banner__content h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
