body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9b9b9b;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

:root {
    --primary: #db9209;
    --secondary: #9b9b9b;
    --light: #f5f5f5;
    --dark: #161616;
    --blue: #20247b;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    width: 32px;
    height: 32px;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar .navbar-logo {
    height: 6.5rem;
    margin: 1rem;
}

.navbar .navbar-logo img {
    height: 100%;
    width: 100%;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    font-size: 1.3rem;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .btn:hover {
    color: #ffffff !important;
    background: var(--primary) !important;
}

.fa-whatsapp {
    font-size: 19px;
}

.fa-envelope {
    font-size: 19px;
}

.contact-us {
    background-color: rgb(3, 158, 3);
    padding: 25px !important;
    color: #fff !important;
    border-radius: 20px;
}
.contact-us:hover {
    background-color: rgb(19, 170, 19);
    padding: 25px !important;
    color: #fff !important;
}

.navbar-nav .fa-whatsapp {
    padding-left: 8px;
}

/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, 0.7);
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 45px;
    font-size: 22px;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 15px;
    transition: 0.5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #ffffff;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-banner {
    background: linear-gradient(rgba(22, 22, 22, 0.7), rgba(22, 22, 22, 0.7)),
        url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.slider img {
    height: 75vh;
    object-fit: cover;
}

.card-tal .card-tal-con {
    background-color: var(--primary);
    height: 100%;
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
}

.title {
    color: var(--dark);
    font-weight: bold;
}

#button {
    display: inline-block;
    background-color: #ff9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.up-arrow {
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: var(--dark);
}
#button:active {
    background-color: var(--secondary);
}
#button.show {
    opacity: 1;
    visibility: visible;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 15px;
    transition: 0.5s;
}

.feature-box-1 {
    padding: 32px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
    height: 100%;
}
.feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}
.feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--primary);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
}
.feature-box-1 .icon i {
    line-height: 70px;
}
.feature-box-1 h5 {
    color: #20247b;
    font-weight: 600;
}
.feature-box-1 p {
    margin: 0;
}
.feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: var(--blue);
    z-index: -1;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}
.feature-box-1:hover {
    top: -5px;
}
.feature-box-1:hover h5 {
    color: #ffffff;
}
.feature-box-1:hover p {
    color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
}
.section {
    padding: 50px 0;
    position: relative;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
    font-weight: 700;
    color: var(--blue);
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid var(--primary);
    padding-left: 15px;
}

.btn-primary {
    background-color: var(--blue);
    border-color: var(--blue);
}

.footer .footer-socila-icon a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 15px;
}

.footer .footer-socila-icon a:hover {
    background: #1baaa0;
}

.footer .footer-links {
    margin: 0;
}

.footer .footer-links li + li {
    padding-top: 10px;
}

.footer .footer-links li a {
    position: relative;
}

.footer .footer-links li a:after {
    content: "";
    position: absolute;
    width: 0px;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    transition: ease all 0.35s;
    background: var(--primary);
}

.footer .footer-links li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer .footer-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer .footer-top h5,
.footer .footer-top .h5 {
    position: relative;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.footer .footer-border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-border-top.dark {
    border-top: 1px solid rgba(16, 16, 16, 0.1);
}

.footer .footer-border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-border-bottom.dark {
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.bg-dark-gradient {
    background: linear-gradient(180deg, #101010 50%, black 100%) repeat-x !important;
}

.white-link a {
    color: rgba(255, 255, 255, 0.65);
}

.avatar-lg img {
    width: 90px;
    height: 90px;
}

#customers-testimonials .item-details {
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
}
#customers-testimonials .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
}
#customers-testimonials .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
}
#customers-testimonials .item-details p {
    font-size: 14px;
}
#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
}

#customers-testimonials .item img {
    height: 450px;
    object-fit: cover;
}

#customers-testimonials.owl-carousel .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

#customers-testimonials.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#customers-testimonials.owl-carousel {
    position: relative;
}

#customers-testimonials.owl-carousel .owl-next,
#customers-testimonials.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: var(--blue);
    background-color: white;
    border: 1px solid #ddd;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-next {
    right: 60px;
}

#customers-testimonials.owl-carousel .owl-prev {
    left: 60px;
}

#projeler .card {
    margin-bottom: 4rem;
}
#projeler .card {
    border-radius: 4px;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
}
#projeler .card:hover,
.card.hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
#projeler .card:hover .card-content,
.card.hover .card-content {
    box-shadow: inset 0 3px 0 0 var(--primary);
    border-color: var(--primary);
}
#projeler .card:hover .card-img .overlay,
.card.hover .card-img .overlay {
    background-color: rgba(25, 29, 38, 0.85);
    transition: opacity 0.2s ease;
    opacity: 1;
}
#projeler .card-img {
    position: relative;
    height: 380px;
    width: 100%;
}
#projeler .card-img img {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transition: opacity 0.2s ease;
    object-fit: cover;
}
#projeler .card-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}
#projeler .card-img .overlay .overlay-content {
    line-height: 380px;
    width: 100%;
    text-align: center;
    color: #fff;
}
#projeler .card-img .overlay .overlay-content a {
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}
#projeler .card-img .overlay .overlay-content a:hover,
.card-img .overlay .overlay-content a.hover {
    background: var(--primary);
    border-color: var(--primary);
}
#projeler .card-content {
    width: 100%;
    min-height: 104px;
    background-color: #fff;
    border-top: 1px solid #e9e9eb;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 2rem;
    transition: all 0.2s ease;
}
#projeler .card-content a {
    text-decoration: none;
    color: #202927;
}
#projeler .card-content h2,
.card-content a h2 {
    font-size: 1rem;
    font-weight: 500;
    border-left: 3px solid var(--primary);
    padding: 2px 8px;
}
#projeler .card-content p,
.card-content a p {
    font-size: 0.8rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #101010;
}

.proje-item {
    position: relative;
    margin: 0px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    height: 380px;
}

.proje-item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proje-item .proje-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.proje-item .proje-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #db9209;
    transition: 0.5s;
    color: #ffffff;
}

.proje-item:hover .proje-title {
    top: -100%;
}

.proje-item .proje-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, 0.7);
    transition: 0.5s;
}

.proje-item:hover .proje-text {
    top: 0;
}

.proje-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #ffffff;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
    z-index: 2;
}

.proje-item .btn:hover {
    color: #ffffff;
    background: var(--primary);
}

.hakkimizda {
    margin-bottom: 4%;
}

.hakkimizda img {
    height: 100%;
}

.banner-title {
    font-weight: 700;
    color: var(--blue);
    margin: 0 0 15px;
    border-left: 10px solid var(--primary);
    padding-left: 15px;
    font-weight: 900;
    line-height: 1.2;
    font-family: roboto;
}

.hakkimizda-title {
    padding-bottom: 10px;
}

.hakkimizda-title h1 {
    font-weight: 700;
    color: var(--blue);
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid var(--primary);
    padding-left: 15px;
}

.history-wrapper {
    position: relative;
    padding: 50px 0 50px;
}
.history-wrapper:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #ededed;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.history-wrapper .title-wrap {
    opacity: 0.2;
    padding: 100px 0 0 45px;
}
.history-wrapper .timeline-box {
    position: relative;
}
.one-of-two {
    width: 50%;
    float: left;
}

.timeline-box img {
    height: 275px;
    width: 100%;
    object-fit: contain;
}

.history-wrapper .timeline-box:not(:last-child) {
    margin-bottom: 140px;
}
.timeline-box:nth-child(2n) {
    padding: 0 0 0 140px;
}
.history-wrapper .timeline-box:nth-child(2n) {
    margin-bottom: 140px;
}
.history-wrapper .timeline-box:nth-child(2n + 1) {
    margin-top: -24%;
    text-align: right;
}
.timeline-box:nth-child(2n + 1) {
    padding: 0 140px 0 0;
}
.year {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    top: 30%;
    color: #3b3b3b;
    transform: translateY(-50%);
    border: 1px solid #dbdbdb;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.timeline-box:nth-child(2n) .year {
    left: 25px;
}
.timeline-box:nth-child(2n + 1) .year {
    right: 32px;
}
.year:before {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
}
.timeline-box:nth-child(2n) .year:before {
    left: -8px;
    transform: rotate(45deg);
}
.timeline-box:nth-child(2n + 1) .year:before {
    right: -8px;
    transform: rotate(-135deg);
}
.timeline-box:after {
    content: "";
    width: 3px;
    height: 0;
    background: #ffa200;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.timeline-box:nth-child(2n):after {
    left: -1.5px;
}
.timeline-box:nth-child(2n + 1):after {
    right: -1.5px;
}
.timeline-box:hover:after {
    height: 97px;
}
.timeline-box:before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 5px solid #ededed;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 30%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.timeline-box:nth-child(2n):before {
    left: -10.5px;
}
.timeline-box:nth-child(2n + 1):before {
    right: -10.5px;
}
.timeline-box:hover:before {
    border: 5px solid #ffa200;
}
@media screen and (max-width: 1199px) {
    .year {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .history-wrapper {
        padding: 30px 0 30px;
    }
    .history-wrapper .title-wrap {
        padding: 0;
        margin-bottom: 30px;
    }
    .title-wrap.one-of-two {
        width: 100%;
    }
    .history-wrapper:after {
        left: 0;
    }
    .history-wrapper .timeline-box:nth-child(2n) {
        padding: 0 0 0 140px;
    }
    .history-wrapper .timeline-box:not(:last-child) {
        margin-bottom: 40px;
    }
    .timeline-box.one-of-two,
    .timeline-box .img img {
        width: 100%;
    }
    .history-wrapper .timeline-box:nth-child(2n + 1) {
        margin-top: 0;
        text-align: left;
    }
    .timeline-box:nth-child(2n + 1) .year {
        left: 32px;
    }
    .timeline-box:nth-child(2n + 1):before {
        left: -10.5px;
    }
    .timeline-box:nth-child(2n + 1) .year:before {
        left: -8px;
        transform: rotate(45deg);
    }
    .timeline-box:nth-child(2n + 1):after {
        left: -1.5px;
    }
    .history-wrapper .timeline-box:nth-child(2n + 1) {
        margin-top: 0;
        text-align: left;
    }
    .timeline-box:nth-child(2n + 1) {
        padding: 0 0 0 140px;
    }
}
@media screen and (max-width: 767px) {
    .history-wrapper:after,
    .year,
    .timeline-box:before {
        display: none;
    }
    .history-wrapper {
        padding: 0;
    }
    .history-wrapper .timeline-box:nth-child(2n),
    .history-wrapper .timeline-box:nth-child(2n + 1) {
        padding: 0 15px;
    }
    .history-wrapper .timeline-box:not(:last-child) {
        margin-bottom: 30px;
    }
    .timeline-box .content {
        text-align: center;
    }
    .timeline-box:nth-child(2n):after,
    .timeline-box:nth-child(2n + 1):after {
        display: none;
    }
}

.mb-1-6,
.my-1-6 {
    margin-bottom: 1.6rem;
}

.proje-detay img {
    height: 500px;
    object-fit: cover;
}

#proje.owl-carousel .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

#proje.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#proje.owl-carousel {
    position: relative;
}

#proje.owl-carousel .owl-next,
#proje.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    font-size: 20px;
    color: var(--blue);
    background-color: white;
    border: 1px solid #ddd;
    text-align: center;
}

#proje.owl-carousel .owl-next {
    right: 60px;
}

#proje.owl-carousel .owl-prev {
    left: 60px;
}

.proje-detay p {
    font-size: 20px;
    padding: 1em 0em;
    text-align: justify;
    font-weight: 500;
    color: var(--dark);
}

#proje-detay .section-title {
    padding-bottom: 0px;
}

.proje-detay-sol ul {
    padding: 0;
    margin: 0;
}
.proje-detay-sol {
    padding: 40px 20px;
    background-color: var(--primary);
    min-height: 500px;
    margin-bottom: 10px;
}

.proje-detay-sol h2 {
    font-weight: 700;
    color: var(--light);
    font-size: 25px;
    text-align: center;
    padding-bottom: 15px;
}

.proje-detay-sol-contact {
    padding: 40px 35px;
    background-color: var(--blue);
    margin-bottom: 10px;
}

.proje-detay-sol-text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0px;
    text-align: center;
}

.proje-detay-sol-btn a {
    color: #fff;
    font-weight: 700;
    padding: 15px 30px;
    display: inline-block;
    background-color: var(--primary);
}

.proje-detay-sol-btn {
    text-align: center;
}

.proje-detay-logo img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.diger-projeler li {
    text-decoration: none;
    list-style: none;
    margin-bottom: 15px;
}

.diger-projeler li a:before {
    top: 20px;
    right: 20px;
    content: "\f178";
    font-weight: 400;
    position: absolute;
    color: var(--primary);
    font: var(--fa-font-solid);
}

.diger-projeler li a {
    width: 100%;
    font-size: 18px;
    color: #586563;
    padding: 15px 20px;
    padding-right: 45px;
    margin: 5px 0px;
    position: relative;
    display: inline-block;
    background-color: #fff;
}

.harita {
    width: 100%;
    height: 45vh;
}

.contact-section-contact .form-group {
    position: relative;
    padding: 0 7px;
    margin-bottom: 15px;
    color: #272b2e;
}

.contact-text-contact {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 20px;
    color: #fff;
}

.contact-text-contact a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section {
    background-color: #f2f2f2;
}

.contact-form {
    padding: 4em 3em;
    background-color: var(--primary);
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
    height: 60px;
    padding: 15px 26px;
    background-color: #fff;
    border: 1px solid #eee;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .form-group {
    position: relative;
    padding: 0 7px;
    margin-bottom: 15px;
    color: #272b2e;
    background-color: #ffffff;
}
.contact-text-contact a:hover {
    color: var(--blue);
}
.contact-section-contact .section-title {
    padding-bottom: 0px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 60px;
    right: 40px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}
.btn-whatsapp-pulse i {
    font-size: 3rem;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-tel {
    background: var(--primary);
    color: white;
    position: fixed;
    bottom: 150px;
    right: 40px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse2;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}
.btn-whatsapp-pulse i {
    font-size: 3rem;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 180, 45, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(249, 180, 45, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 1439.98px) {
    .navbar .navbar-nav .nav-link {
    font-size: 1rem;
   }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
    .footer .footer-top {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .container.feature {
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }

    #customers-testimonials.owl-carousel .owl-next {
        right: 20px;
    }

    #customers-testimonials.owl-carousel .owl-prev {
        left: 20px;
    }

    .footer .footer-top {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .section-title h2 {
        font-size: 35px;
    }
    .footer-bize-ulas {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 1rem;
    }
    .navbar .navbar-logo {
        height: 5rem;
    }
}

@media screen and (max-width: 479px) {
    #customers-testimonials.owl-carousel .owl-next {
        right: 10px;
    }

    #customers-testimonials.owl-carousel .owl-prev {
        left: 10px;
    }

    .footer-logo {
        padding: 15px;
    }
    
    .btn-whatsapp-pulse i{
        font-size:20px;
    }
    
    .btn-whatsapp-pulse{
        padding:25px;
    }
    
    .btn-tel{
        font-size:20px;
        padding:25px;
    }
}
