﻿.top-nav {
    padding: 16px 0px;
    background-color: #0e9611;
}
  .top-nav ul, .top-nav li {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
  .top-nav li {
    color: white;
    float: left;
    padding: 0px 8px; }
    .top-nav li i {
      position: relative;
      top: 1px;
      margin-right: 6px;
      font-size: 20px;
      color: #acacaf; }

.bottom-nav {
    padding: 10px 0px;
    background-color: #efebeb;
    /*background-image: url('../img/Background.png');*/
}
  .bottom-nav .main-logo {
    margin-right: 10px;
    float: left; }
  .bottom-nav h4, .bottom-nav h5 {
    margin: 0px;
    color: white; }
  .bottom-nav h5 {
    margin-top: 25px; }
  .bottom-nav .search-input {
    border: none;
    outline: none;
    padding: 5px 10px;
    margin-top: 35px; }
.menuucun {
color:white;
}
.menuucun:hover {
color:white;
}
.menu-nav {
  background-color: #0e9611; }
  .menu-nav ul, .menu-nav li {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
  .menu-nav li {
    cursor: pointer;
    float: left;
    color: white;
    padding: 15px 10px;
    text-transform: uppercase; }
    .menu-nav li:hover {
        background-color: #71e973;
    }
  .menu-nav .has-drop-down:hover > .drop-down {
    display: block; }
  .menu-nav .drop-down {
    margin-top: 0px;
    margin-left: 0px;
    width:100%;
    position: absolute;
    z-index: 100;
    background-color: #0e9611;
    display: none; }
    .menu-nav .drop-down li {
      float: none; }

.imtahan-bg {
    /*background: url(../img/Background.png);
    background-repeat:repeat;*/    
    height: auto;
}
  .imtahan-bg .text-slider {
    height: 100%;
    background-color: rgba(25, 25, 25, 0.9);
    position: absolute;
    z-index: 99;
    padding: 20px 25px; }
    .imtahan-bg .text-slider h3 {
      color: #ffd24d; }
    .imtahan-bg .text-slider p {
      color: white; }

.carousel-indicators {
  bottom: -15px; }

.carousel-indicators li {
  border-radius: 0px;
  border: none;
  background-color: white; }

.carousel-indicators .active {
  background-color: #ffd24d; }

.gallery img {
  width: 100%; }

.hr, .hr-sm {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin: 15px 0px; }

.news-section {
  margin-bottom: 15px;
  margin-top: 80px; }
  .news-section h4 {
    color: #007bb0;
    margin: 0px; }

.big-img-holder {
  height: 150px;
  overflow: hidden;
  margin-bottom: 12px; }

.small-img-holder {
  margin-bottom: 10px;
  height: 97px;
  overflow: hidden; }

.big-img-holder:last-child,
.small-img-holder:last-child {
  margin-bottom: 0px; }

.news-lent p {
  font-size: 13px;
  color: #929292; }
.news-lent h5 {
  margin-bottom: 3px;
  margin-top: 0px; }

.news-item {
  margin-bottom: 17px; }

.news-item:last-child {
  margin-bottom: 0px; }

.hr-sm {
  margin: 2px 0px; }

.ann-section {
  padding: 40px 0px; }
  .ann-section h4 {
    color: #007bb0;
    margin: 0px; }

.elanlar {
  background-color: #0e637c;
  padding: 30px;
  color: white; }
  .elanlar h3 {
    margin-top: 5px; }

.p-holder {
  padding: 11px 15px;
  background-color: #dddddd;
  margin-bottom: 10px; }
  .p-holder .p-main {
    font-size: 12px; }
  .p-holder .p-date-holder {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold; }

.footer-top {
  margin-top: 20px;
  padding: 15px 0px;
  background-color: #ede9e9; }
  .footer-top p {
    color: #c1c1c1; }

.footer-bottom {
    padding: 15px 0px;
    background-color: #0e9611;
    color: rgba(255, 255, 255, 0.5);
}
  .footer-bottom p {
    margin: 0px; }

.bold-hr {
  width: 85px;
  height: 8px;
  background-color: #505058; }

.long-hr {
  height: 1px;
  width: 100%;
  background-color: #505058; }

.tags {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  .tags li {
    cursor: pointer;
    float: left;
    color: white;
    padding: 10px 7px;
    text-transform: uppercase;
    background-color: #0e9611;
    font-size: 11px;
    margin-right: 2px;
    margin-bottom: 2px; }

.footer-contact h5 {
  margin-top: 0px;
  color: #dddddd; }

.footer-hr {
  margin-bottom: 15px; }

.text-input {
  width: 100%;
  background-color: #0e9611;
  margin-bottom: 15px;
  border: none;
  outline: none;
  color: white;
  padding: 10px 15px; }

.submit-input {
    border: none;
    outline: none;
    background-color: #207222;
    color: white;
    padding: 10px 15px;
}
#popback{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(25,25,25,0.8);
  z-index: 999;
  display: none;
}
.popup{
  position: fixed;
  padding: 25px 30px;
  background: #ffffff;
  z-index: 9999;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.paddingControl{
  padding-left: 0px;
}
.menu-icon{
  display: none;
  cursor: pointer;
}
.menu-icon i{
  color: white;
  font-size: 35px;
}
.scrollTop{
    width: 40px;
    position: absolute;
    line-height: 40px;
    color: #404048;
    left: 14px;
    top: -37px;
    border-radius: 100%;
    height: 40px;
    background: #ffffff;
    z-index: 99;
    text-align: center;
    cursor: pointer;
}
.marginTop{
  margin-top: 15px;
}
.content{
  padding: 50px 0px;
}
.contact{
  padding: 50px 0px;
}
.contact i{
  margin-right: 5px;
  color: #cccccc;
  font-size: 20px;
}
.input-first input{
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.contact-area textarea{
  height: 135px;
  width: 100%;
  padding: 5px 10px;
}
.adress-box{
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #007bb0;
  color: white;
  margin-bottom: 20px;
}
.map{
  height: 200px;
  background: red;
  margin-bottom: 20px;
}
.search-holder{
	position: relative;
}
.search-holder img{
	position: absolute;
	right: 5px;
    top: 40px;
}
.send-btn{
	background-color: #505058;
	border: none;
	outline: none;
	color: white;
	padding: 10px 15px;
}
@media (min-width: 250px) and (max-width: 992px) {
  .big-img-holder,
  .small-img-holder {
    height: auto;
    overflow: visible;
    margin-bottom: 10px;
  }
  .big-img-holder:last-child,
  .small-img-holder:last-child {
  margin-bottom: 10px; }
  .paddingControl{
    padding-left: 15px;
  }
  .ann-section h4 {
    margin-top: 15px;
  }
  .hidden-sm{
    display: none;
  }
  .menu-icon{
    display: block;
  }
}
@media (min-width: 250px) and (max-width: 767px) {
  .hide-on-xs{
    display: none;
  }
  .menu-nav li {
    float: none;
  }
  .menu-nav .drop-down {
    display: block;
    position: static;
    padding-left: 20px;
    font-size: 12px;
        background-color: transparent;
  }
  .menu-nav li:hover {
    background-color: transparent;
}
}

/* ===== MODERN UI UPDATE ===== */

body {
    background: #f4f7fb;
    color: #1f2937;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* TOP HEADER */
.top-nav {
    background: linear-gradient(135deg,#0e9611,#053605);
    padding: 10px 0;
}

/* MAIN HEADER */
.bottom-nav {
    background: white;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    padding: 20px 0;
    background-image: none;
}

/* MENU */
.menu-nav {
    background: #0b5ed7;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

    .menu-nav li {
        padding: 18px 16px;
        transition: 0.3s;
        font-weight: 600;
        letter-spacing: .3px;
    }

        .menu-nav li:hover {
            background: rgba(255,255,255,0.15);
        }

/* CONTENT */
.content,
.contact {
    padding: 60px 0;
}

/* CARDS */
.news-item,
.product-card,
.elanlar,
.p-holder {
    border-radius: 18px;
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: .3s;
}

    .news-item:hover,
    .product-card:hover {
        transform: translateY(-6px);
    }

/* IMAGES */
.big-img-holder img,
.small-img-holder img,
.product-image img {
    transition: .4s;
}

.big-img-holder:hover img,
.small-img-holder:hover img,
.product-image:hover img {
    transform: scale(1.05);
}

/* TITLES */
h1, h2, h3, h4, h5 {
    font-weight: 700;
}

.news-section h4,
.ann-section h4 {
    color: #0b5ed7;
    font-size: 28px;
}

/* BUTTONS */
.product-btn,
.submit-input,
.send-btn {
    background: linear-gradient(135deg,#0e9611,#053605);
    border-radius: 10px;
    transition: .3s;
}

    .product-btn:hover,
    .submit-input:hover,
    .send-btn:hover {
        opacity: .9;
        transform: translateY(-2px);
    }

/* FOOTER */
.footer-bottom {
    background: #053605;
    color: rgba(255,255,255,.7);
}

.footer-top {
    background: #f3f4f6;
}

/* SEARCH */
.search-input,
.text-input {
    border-radius: 12px;
    border: 1px solid #d1d5db;
    background: white;
    color: #111827;
}

/* MOBILE */
@media(max-width:768px) {

    .menu-nav li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .bottom-nav {
        text-align: center;
    }

    .product-grid {
        grid-template-columns: 1fr !important;
    }
}
/*# sourceMappingURL=style.css.map */


/* ===== PREMIUM MENU ===== */

.menu-nav {
    background: linear-gradient(150deg,#0e9611,rgba(33, 41, 35, 0.70));
    box-shadow: 0 6px 20px rgba(0,0,0,.18);
    position: relative;
    z-index: 999;
}

    .menu-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .menu-nav li {
        position: relative;
        padding: 0 !important;
        transition: .3s;
    }

        .menu-nav li a {
            display: block;
            padding: 18px 24px;
            color: #fff !important;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .3px;
            transition: .3s;
        }

        /* hover */

        .menu-nav li:hover {
            background: #2563eb;
        }

            .menu-nav li:hover > a {
                color: #fff !important;
            }

    /* dropdown */

    .menu-nav .drop-down {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        background: linear-gradient(90deg,#0c5a15,#414d46);
        border-radius: 0 0 14px 14px;
        overflow: hidden;
        box-shadow: 0 12px 25px rgba(0,0,0,.25);
        animation: dropdownanime .25s ease;
    }

        .menu-nav .drop-down li {
            width: 100%;
        }

            .menu-nav .drop-down li a {
                padding: 14px 18px;
                border-bottom: 1px solid rgba(255,255,255,.06);
                font-size: 14px;
            }

                .menu-nav .drop-down li a:hover {
                    background: #2563eb;
                    padding-left: 26px;
                }

    /* dropdown show */

    .menu-nav .has-drop-down:hover > .drop-down {
        display: block;
    }

    /* arrow */

    .menu-nav .has-drop-down > a::after {
        content: "▼";
        font-size: 10px;
        margin-left: 7px;
        position: relative;
        top: -1px;
    }

/* animation */

@keyframes dropdownanime {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* mobile */

@media(max-width:768px) {

    .menu-nav ul {
        display: block;
    }

    .menu-nav li {
        width: 100%;
    }

        .menu-nav li a {
            padding: 16px;
            border-bottom: 1px solid rgba(255,255,255,.08);
        }

    .menu-nav .drop-down {
        position: static;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        animation: none;
    }

        .menu-nav .drop-down li a {
            padding-left: 30px;
            background: #1e293b;
        }
}