﻿html {
    scroll-behavior: smooth;
}

.nav-fix {
    width: 100%;
    position: fixed;
    z-index: 2222;
}

.nav-size {
    margin-top: 20px;
    padding: 13px 15px;
}

.nav-item:hover .nav-link {
    color: #009bd3 !important;
}

.nav-item:after {
    background-color: #009bd3 !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #009bd3 !important;
}

.nav-item .dropdown-menu {
    cursor: pointer !important;
    font-size: 15px;
}

.navbar-light .navbar-toggler {
    margin-top: -33px;
}
.navbar-toggler {
    padding: 3px !important;
}
    .nav-link {
    font-weight: 600;
    font-size: 16px;
}

.header_bg {
    background-color: white;
    transition: all 200ms linear;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.footer-content-area {
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.contact_info_area .contact_info h5 {
    color: black !important;
    font-size: 18px;
}

.copywrite_text > p {
    color: black !important;
    font-size: 16px;
}

.footer-social-info a i {
    color: black;
}

    .footer-social-info a i:hover {
        color: #009bd3;
    }

.contact_info_area .contact_info p a {
    color: black !important;
    font-weight: bold;
    font-size: 16px;
}

    .contact_info_area .contact_info p a:hover {
        text-decoration: revert !important;
        color: #009bd3 !important;
    }

.footer-adress p {
    color: black !important;
    font-size: 16px;
}

.dream-btn {
    background-image: linear-gradient(to right, #ff9221 0%, #009bd3 51%, #ff9221 100%);
}

.icon_foot i {
    bottom: -4px;
    right: 3px;
}

.icon_foot:before {
    border-left: 58px solid transparent;
    border-bottom: 39px solid #009bd3;
    cursor: pointer;
}

.gradient-text.blue {
    background-image: linear-gradient(35deg, #009bd3 0%, #009bd3 100%);
}

.ref-border {
    border: 3px solid #009bd3 !important;
    text-align:center;
}
    .ref-border img {
        width: 260px;
        height: 200px;
        object-fit: contain;
        padding: 5px;
    }

.news .news-post .news-post-image img {
    width: 100%;
}

.section-padding-top-70 {
    padding-top: 70px;
}

@media (max-width: 767px) {
    .about-p {
        color: black !important;
        font-weight: 500;
    }

    .ss-edit {
        margin: 0 !important;
    }
}

.about-p {
    color: black !important;
    font-weight: 500;
}

@media (min-width: 768px) {
    .welcome-content {
        margin-top: -660px !important;
    }
}
@media (min-width: 1201px) {
    .services-block-four {
        height: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .referans-title {
        margin-top: 23px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .services-block-four {
        height: 180px;
    }
}

#btn-back-to-top {
    position: fixed;
    bottom: 4px;
    right: 4px;
    display: none;
    border-radius: 32%;
    z-index: 11111;
    background-color: #7f7f7f;
    color: white;
}

.light-version .service_single_content {
    height: 400px;
}

.scada-model {
    margin-top: 200px;
}

.welcome-meter img {
    height: 400px;
}

.iot-item {
    padding: 20px 0;
}

    .iot-item:last-child {
        border-bottom: none;
    }

    .iot-item div {
        text-align: center;
        margin: auto;
    }

        .iot-item div img {
            width: 350px;
            height: 340px;
            object-fit: cover;
            border-radius: 3px;
        }

        .iot-item div h4 {
            font-weight: 800;
            font-size: 15px;
        }

        .iot-item div p {
            line-height: 27px;
            font-size: 16px;
        }

/*scada-area*/
.scada-item {
    padding: 20px 0;
}

    .scada-item:last-child {
        border-bottom: none;
    }

    .scada-item div {
        text-align: center;
        margin: auto;
    }

        .scada-item div img {
            object-fit: cover;
            border-radius: 3px;
        }

        .scada-item div h4 {
            font-weight: 800;
            font-size: 15px;
        }

        .scada-item div p {
            line-height: 28px;
            font-size: 16px;
        }

            .scada-item div p i {
                color: #009bd3;
            }

.dream-dots img {
    margin: auto;
}

#mission_vision #vision-content, #mission_vision #mission-content {
    display: flex;
    padding: 0 !important;
    text-align: center;
    width: 100%;
}

#mission_vision h2 {
    font-size: 24px;
    margin: 15px 0 15px 0;
    text-align: center;
    width: 100%;
}

#mission_vision p {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    max-width: 1000px;
}

#mission_vision .trans--grow {
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out;
    width: 0%;
}

#mission_vision .grow {
    width: 100%;
}

#mission_vision .hr1 {
    margin: auto auto auto 0;
}

#mission_vision .hr2 {
    margin: auto 0 auto auto;
}

#mission_vision hr {
    padding: 2px 0;
    border: none;
    background-color: #009bd3;
}

.carousel-item, .carousel-control-prev, .carousel-control-next {
    margin-top: 96px;
}

.section-heading {
    margin: 0;
}

.contact-font {
    color: black !important;
    font-weight: bold !important;
}

.qr-size {
    width: 30%;
}

.welcome-content p {
    font-size: 20px;
}

.about-h2 {
    font-size: 24px !important;
}

.hr-class {
    border: 2px solid #009bd3;
    width: 100%;
}

.ss-edit {
    margin-left: 284px;
}

.ss-text {
    color: black !important;
}

.who-we-contant > p {
    color: black !important;
    font-size: 19px;
}

.modal-open {
    padding-right: 0 !important;
    overflow: auto;
}

.welcome-content h1 {
    margin-top: 200px;
    font-size: 60px !important;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.modal-iframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.modal.fade.show{
    padding-right:0px;
}
.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}